@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../../node_modules/ng2-material/dist/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("../../node_modules/ng2-material/dist/Material Icons"), local("../../node_modules/ng2-material/dist/MaterialIcons-Regular"), url("../../node_modules/ng2-material/dist/MaterialIcons-Regular.woff2") format("woff2"), url("../../node_modules/ng2-material/dist/MaterialIcons-Regular.woff") format("woff"), url("../../node_modules/ng2-material/dist/MaterialIcons-Regular.ttf") format("truetype");
}
/* line 14, ../../node_modules/ng2-material/dist/font.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 42, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-18 {
  font-size: 18px;
}

/* line 43, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-24 {
  font-size: 24px;
}

/* line 44, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-36 {
  font-size: 36px;
}

/* line 45, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-48 {
  font-size: 48px;
}

/* line 48, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

/* line 49, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* line 52, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-light {
  color: white;
}

/* line 53, ../../node_modules/ng2-material/dist/font.scss */
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/**
 * Mixin that creates a new stacking context.
 * see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
 */
/* line 3, ../../node_modules/ng2-material/source/core/style/structure.scss */
html, body {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: white;
  position: relative;
}

/* line 10, ../../node_modules/ng2-material/source/core/style/structure.scss */
body {
  margin: 0;
  padding: 0;
}

/* line 15, ../../node_modules/ng2-material/source/core/style/structure.scss */
[tabindex='-1']:focus {
  outline: none;
}

/* line 19, ../../node_modules/ng2-material/source/core/style/structure.scss */
.inset {
  padding: 10px;
}

/* line 23, ../../node_modules/ng2-material/source/core/style/structure.scss */
button.md-no-style {
  font-weight: normal;
  background-color: inherit;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

/* line 32, ../../node_modules/ng2-material/source/core/style/structure.scss */
select,
button,
textarea,
input {
  vertical-align: baseline;
}

/* line 40, ../../node_modules/ng2-material/source/core/style/structure.scss */
input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
}
/* line 47, ../../node_modules/ng2-material/source/core/style/structure.scss */
input[type="reset"][disabled],
input[type="submit"][disabled],
html input[type="button"][disabled],
button[disabled] {
  cursor: default;
}

/* line 52, ../../node_modules/ng2-material/source/core/style/structure.scss */
textarea {
  vertical-align: top;
  overflow: auto;
}

/* line 58, ../../node_modules/ng2-material/source/core/style/structure.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* line 63, ../../node_modules/ng2-material/source/core/style/structure.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 70, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-transform: none;
  width: 1px;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

/* line 92, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

/* line 96, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 100, ../../node_modules/ng2-material/source/core/style/structure.scss */
.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
 */
/* line 108, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
/* line 122, ../../node_modules/ng2-material/source/core/style/structure.scss */
.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);
}

/* line 133, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-ripple {
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%;
}
/* line 139, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-ripple.md-ripple-placed {
  transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 148, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-ripple.md-ripple-scaled {
  transform: translate(-50%, -50%) scale(1);
}
/* line 151, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
  opacity: 0.20;
}

/* line 156, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-padding {
  padding: 8px;
}

/* line 160, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-margin {
  margin: 8px;
}

/* line 164, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 171, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-scroll-mask > .md-scroll-mask-bar {
  display: block;
  position: absolute;
  background-color: #fafafa;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 65;
  box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3);
}

/* line 183, ../../node_modules/ng2-material/source/core/style/structure.scss */
.md-no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 600px) {
  /* line 193, ../../node_modules/ng2-material/source/core/style/structure.scss */
  .md-padding {
    padding: 16px;
  }
}
/* line 8, ../../node_modules/ng2-material/source/core/style/typography.scss */
html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/************
 * Headings
 ************/
/* line 29, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  line-height: 112px;
}

/* line 36, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px;
}

/* line 43, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px;
}

/* line 49, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
}

/* line 55, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

/* line 61, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

/* line 65, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px;
}

/************
 * Body Copy
 ************/
/* line 72, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px;
}

/* line 76, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 24px;
}

/* line 80, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-caption {
  font-size: 12px;
  letter-spacing: 0.020em;
}

/* line 85, ../../node_modules/ng2-material/source/core/style/typography.scss */
.md-button {
  letter-spacing: 0.010em;
}

/************
 * Defaults
 ************/
/* line 93, ../../node_modules/ng2-material/source/core/style/typography.scss */
button,
select,
html,
textarea,
input {
  font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif;
}

/* line 101, ../../node_modules/ng2-material/source/core/style/typography.scss */
select,
button,
textarea,
input {
  font-size: 100%;
}

/*
*
*  Responsive attributes
*
*  References:
*  1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex
*  2) https://css-tricks.com/almanac/properties/f/flex/
*  3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/
*  4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items
*  5) http://godban.com.ua/projects/flexgrid
*
*/
@-moz-document url-prefix() {
  /* line 26, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
}
/*
 *  Apply Mixins to create Layout/Flexbox styles
 *
 */
/* line 38, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order] {
  order: 0;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-20"] {
  order: -20;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-19"] {
  order: -19;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-18"] {
  order: -18;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-17"] {
  order: -17;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-16"] {
  order: -16;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-15"] {
  order: -15;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-14"] {
  order: -14;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-13"] {
  order: -13;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-12"] {
  order: -12;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-11"] {
  order: -11;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-10"] {
  order: -10;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-9"] {
  order: -9;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-8"] {
  order: -8;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-7"] {
  order: -7;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-6"] {
  order: -6;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-5"] {
  order: -5;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-4"] {
  order: -4;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-3"] {
  order: -3;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-2"] {
  order: -2;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="-1"] {
  order: -1;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="0"] {
  order: 0;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="1"] {
  order: 1;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="2"] {
  order: 2;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="3"] {
  order: 3;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="4"] {
  order: 4;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="5"] {
  order: 5;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="6"] {
  order: 6;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="7"] {
  order: 7;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="8"] {
  order: 8;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="9"] {
  order: 9;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="10"] {
  order: 10;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="11"] {
  order: 11;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="12"] {
  order: 12;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="13"] {
  order: 13;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="14"] {
  order: 14;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="15"] {
  order: 15;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="16"] {
  order: 16;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="17"] {
  order: 17;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="18"] {
  order: 18;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="19"] {
  order: 19;
}

/* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-order="20"] {
  order: 20;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="0"] {
  margin-left: 0%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="5"] {
  margin-left: 5%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="10"] {
  margin-left: 10%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="15"] {
  margin-left: 15%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="20"] {
  margin-left: 20%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="25"] {
  margin-left: 25%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="30"] {
  margin-left: 30%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="35"] {
  margin-left: 35%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="40"] {
  margin-left: 40%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="45"] {
  margin-left: 45%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="50"] {
  margin-left: 50%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="55"] {
  margin-left: 55%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="60"] {
  margin-left: 60%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="65"] {
  margin-left: 65%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="70"] {
  margin-left: 70%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="75"] {
  margin-left: 75%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="80"] {
  margin-left: 80%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="85"] {
  margin-left: 85%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="90"] {
  margin-left: 90%;
}

/* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="95"] {
  margin-left: 95%;
}

/* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="33"] {
  margin-left: calc(100% / 3);
}

/* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-offset="66"] {
  margin-left: calc(200% / 3);
}

/* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align],
[layout-align="start stretch"] {
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

/* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start"],
[layout-align="start start"],
[layout-align="start center"],
[layout-align="start end"],
[layout-align="start stretch"] {
  justify-content: start;
}

/* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="center"],
[layout-align="center start"],
[layout-align="center center"],
[layout-align="center end"],
[layout-align="center stretch"] {
  justify-content: center;
}

/* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"],
[layout-align="end stretch"] {
  justify-content: flex-end;
}

/* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"],
[layout-align="space-around stretch"] {
  justify-content: space-around;
}

/* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="space-between"],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"],
[layout-align="space-between stretch"] {
  justify-content: space-between;
}

/* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start start"],
[layout-align="center start"],
[layout-align="end start"],
[layout-align="space-between start"],
[layout-align="space-around start"] {
  align-items: flex-start;
  align-content: flex-start;
}

/* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start center"],
[layout-align="center center"],
[layout-align="end center"],
[layout-align="space-between center"],
[layout-align="space-around center"] {
  align-items: center;
  align-content: center;
  max-width: 100%;
}

/* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start center"] > *,
[layout-align="center center"] > *,
[layout-align="end center"] > *,
[layout-align="space-between center"] > *,
[layout-align="space-around center"] > * {
  max-width: 100%;
  box-sizing: border-box;
}

/* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start end"],
[layout-align="center end"],
[layout-align="end end"],
[layout-align="space-between end"],
[layout-align="space-around end"] {
  align-items: flex-end;
  align-content: flex-end;
}

/* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-align="start stretch"],
[layout-align="center stretch"],
[layout-align="end stretch"],
[layout-align="space-between stretch"],
[layout-align="space-around stretch"] {
  align-items: stretch;
  align-content: stretch;
}

/* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex] {
  flex: 1;
  box-sizing: border-box;
}

@media screen\0 {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex] {
    flex: 1 1 0%;
  }
}
/* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-grow] {
  flex: 1 1 100%;
  box-sizing: border-box;
}

/* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-initial] {
  flex: 0 1 auto;
  box-sizing: border-box;
}

/* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-auto] {
  flex: 1 1 auto;
  box-sizing: border-box;
}

/* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-none] {
  flex: 0 0 auto;
  box-sizing: border-box;
}

/* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-noshrink] {
  flex: 1 0 auto;
  box-sizing: border-box;
}

/* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex-nogrow] {
  flex: 0 1 auto;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="0"],
[layout="row"] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 0%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="0"],
[layout="column"] > [flex="0"] {
  flex: 1 1 0%;
  max-width: 100%;
  max-height: 0%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="5"],
[layout="row"] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 5%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="5"],
[layout="column"] > [flex="5"] {
  flex: 1 1 5%;
  max-width: 100%;
  max-height: 5%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="10"],
[layout="row"] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 10%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="10"],
[layout="column"] > [flex="10"] {
  flex: 1 1 10%;
  max-width: 100%;
  max-height: 10%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="15"],
[layout="row"] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 15%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="15"],
[layout="column"] > [flex="15"] {
  flex: 1 1 15%;
  max-width: 100%;
  max-height: 15%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="20"],
[layout="row"] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 20%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="20"],
[layout="column"] > [flex="20"] {
  flex: 1 1 20%;
  max-width: 100%;
  max-height: 20%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="25"],
[layout="row"] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 25%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="25"],
[layout="column"] > [flex="25"] {
  flex: 1 1 25%;
  max-width: 100%;
  max-height: 25%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="30"],
[layout="row"] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 30%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="30"],
[layout="column"] > [flex="30"] {
  flex: 1 1 30%;
  max-width: 100%;
  max-height: 30%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="35"],
[layout="row"] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 35%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="35"],
[layout="column"] > [flex="35"] {
  flex: 1 1 35%;
  max-width: 100%;
  max-height: 35%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="40"],
[layout="row"] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 40%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="40"],
[layout="column"] > [flex="40"] {
  flex: 1 1 40%;
  max-width: 100%;
  max-height: 40%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="45"],
[layout="row"] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 45%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="45"],
[layout="column"] > [flex="45"] {
  flex: 1 1 45%;
  max-width: 100%;
  max-height: 45%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="50"],
[layout="row"] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 50%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="50"],
[layout="column"] > [flex="50"] {
  flex: 1 1 50%;
  max-width: 100%;
  max-height: 50%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="55"],
[layout="row"] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 55%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="55"],
[layout="column"] > [flex="55"] {
  flex: 1 1 55%;
  max-width: 100%;
  max-height: 55%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="60"],
[layout="row"] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 60%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="60"],
[layout="column"] > [flex="60"] {
  flex: 1 1 60%;
  max-width: 100%;
  max-height: 60%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="65"],
[layout="row"] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 65%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="65"],
[layout="column"] > [flex="65"] {
  flex: 1 1 65%;
  max-width: 100%;
  max-height: 65%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="70"],
[layout="row"] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 70%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="70"],
[layout="column"] > [flex="70"] {
  flex: 1 1 70%;
  max-width: 100%;
  max-height: 70%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="75"],
[layout="row"] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 75%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="75"],
[layout="column"] > [flex="75"] {
  flex: 1 1 75%;
  max-width: 100%;
  max-height: 75%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="80"],
[layout="row"] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 80%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="80"],
[layout="column"] > [flex="80"] {
  flex: 1 1 80%;
  max-width: 100%;
  max-height: 80%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="85"],
[layout="row"] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 85%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="85"],
[layout="column"] > [flex="85"] {
  flex: 1 1 85%;
  max-width: 100%;
  max-height: 85%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="90"],
[layout="row"] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 90%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="90"],
[layout="column"] > [flex="90"] {
  flex: 1 1 90%;
  max-width: 100%;
  max-height: 90%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="95"],
[layout="row"] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 95%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="95"],
[layout="column"] > [flex="95"] {
  flex: 1 1 95%;
  max-width: 100%;
  max-height: 95%;
  box-sizing: border-box;
}

/* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
[flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="100"],
[layout="row"] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="100"],
[layout="column"] > [flex="100"] {
  flex: 1 1 100%;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] {
  flex: 1 1 33%;
  max-width: calc(100% / 3);
  max-height: 100%;
  box-sizing: border-box;
}
/* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="34"], [layout="row"] > [flex="34"], [layout="row"] > [flex="34"], [layout="row"] > [flex="34"] {
  flex: 1 1 34%;
  max-width: 34%;
  max-height: 100%;
  box-sizing: border-box;
}
/* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] {
  flex: 1 1 66%;
  max-width: calc(200% / 3);
  max-height: 100%;
  box-sizing: border-box;
}
/* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] > [flex="67"], [layout="row"] > [flex="67"], [layout="row"] > [flex="67"], [layout="row"] > [flex="67"] {
  flex: 1 1 67%;
  max-width: 67%;
  max-height: 100%;
  box-sizing: border-box;
}

/* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] {
  flex: 1 1 33%;
  max-width: 100%;
  max-height: calc(100% / 3);
  box-sizing: border-box;
}
/* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="34"], [layout="column"] > [flex="34"], [layout="column"] > [flex="34"], [layout="column"] > [flex="34"] {
  flex: 1 1 34%;
  max-width: 100%;
  max-height: 34%;
  box-sizing: border-box;
}
/* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] {
  flex: 1 1 66%;
  max-width: 100%;
  max-height: calc(200% / 3);
  box-sizing: border-box;
}
/* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] > [flex="67"], [layout="column"] > [flex="67"], [layout="column"] > [flex="67"], [layout="column"] > [flex="67"] {
  flex: 1 1 67%;
  max-width: 100%;
  max-height: 67%;
  box-sizing: border-box;
}

/* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout], [layout="column"], [layout="row"] {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="column"] {
  flex-direction: column;
}

/* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout="row"] {
  flex-direction: row;
}

/* line 409, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-padding] > [flex-sm], [layout-padding] > [flex-lt-md] {
  padding: 4px;
}

/* line 412, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-padding],
[layout-padding] > [flex],
[layout-padding] > [flex-gt-sm],
[layout-padding] > [flex-md],
[layout-padding] > [flex-lt-lg] {
  padding: 8px;
}

/* line 419, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-padding] > [flex-gt-md],
[layout-padding] > [flex-lg] {
  padding: 16px;
}

/* line 424, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-margin] > [flex-sm],
[layout-margin] > [flex-lt-md] {
  margin: 4px;
}

/* line 429, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-margin],
[layout-margin] > [flex],
[layout-margin] > [flex-gt-sm],
[layout-margin] > [flex-md],
[layout-margin] > [flex-lt-lg] {
  margin: 8px;
}

/* line 437, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-margin] > [flex-gt-md],
[layout-margin] > [flex-lg] {
  margin: 16px;
}

/* line 442, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-wrap] {
  flex-wrap: wrap;
}

/* line 446, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-nowrap] {
  flex-wrap: nowrap;
}

/* line 450, ../../node_modules/ng2-material/source/core/style/layout.scss */
[layout-fill] {
  margin: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

/**
 * `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)`
 *
 *  hide means hide everywhere
 *  Sizes:
 *         $layout-breakpoint-xs:     600px !default;
 *         $layout-breakpoint-sm:     960px !default;
 *         $layout-breakpoint-md:     1280px !default;
 *         $layout-breakpoint-lg:     1920px !default;
 */
@media (max-width: 599px) {
  /* line 491, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-xs]:not([show-xs]):not([show]), [hide]:not([show-xs]):not([show]) {
    display: none;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xs="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xs="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs],
  [layout-align-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start"],
  [layout-align-xs="start start"],
  [layout-align-xs="start center"],
  [layout-align-xs="start end"],
  [layout-align-xs="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="center"],
  [layout-align-xs="center start"],
  [layout-align-xs="center center"],
  [layout-align-xs="center end"],
  [layout-align-xs="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="end"],
  [layout-align-xs="end center"],
  [layout-align-xs="end start"],
  [layout-align-xs="end end"],
  [layout-align-xs="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="space-around"],
  [layout-align-xs="space-around center"],
  [layout-align-xs="space-around start"],
  [layout-align-xs="space-around end"],
  [layout-align-xs="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="space-between"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start start"],
  [layout-align-xs="center start"],
  [layout-align-xs="end start"],
  [layout-align-xs="space-between start"],
  [layout-align-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start center"],
  [layout-align-xs="center center"],
  [layout-align-xs="end center"],
  [layout-align-xs="space-between center"],
  [layout-align-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start center"] > *,
  [layout-align-xs="center center"] > *,
  [layout-align-xs="end center"] > *,
  [layout-align-xs="space-between center"] > *,
  [layout-align-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start end"],
  [layout-align-xs="center end"],
  [layout-align-xs="end end"],
  [layout-align-xs="space-between end"],
  [layout-align-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xs="start stretch"],
  [layout-align-xs="center stretch"],
  [layout-align-xs="end stretch"],
  [layout-align-xs="space-between stretch"],
  [layout-align-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (max-width: 599px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs] {
    flex: 1 1 0%;
  }
}
@media (max-width: 599px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="0"],
  [layout-xs="row"] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="0"],
  [layout-xs="column"] > [flex-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="5"],
  [layout-xs="row"] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="5"],
  [layout-xs="column"] > [flex-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="10"],
  [layout-xs="row"] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="10"],
  [layout-xs="column"] > [flex-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="15"],
  [layout-xs="row"] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="15"],
  [layout-xs="column"] > [flex-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="20"],
  [layout-xs="row"] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="20"],
  [layout-xs="column"] > [flex-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="25"],
  [layout-xs="row"] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="25"],
  [layout-xs="column"] > [flex-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="30"],
  [layout-xs="row"] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="30"],
  [layout-xs="column"] > [flex-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="35"],
  [layout-xs="row"] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="35"],
  [layout-xs="column"] > [flex-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="40"],
  [layout-xs="row"] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="40"],
  [layout-xs="column"] > [flex-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="45"],
  [layout-xs="row"] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="45"],
  [layout-xs="column"] > [flex-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="50"],
  [layout-xs="row"] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="50"],
  [layout-xs="column"] > [flex-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="55"],
  [layout-xs="row"] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="55"],
  [layout-xs="column"] > [flex-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="60"],
  [layout-xs="row"] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="60"],
  [layout-xs="column"] > [flex-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="65"],
  [layout-xs="row"] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="65"],
  [layout-xs="column"] > [flex-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="70"],
  [layout-xs="row"] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="70"],
  [layout-xs="column"] > [flex-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="75"],
  [layout-xs="row"] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="75"],
  [layout-xs="column"] > [flex-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="80"],
  [layout-xs="row"] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="80"],
  [layout-xs="column"] > [flex-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="85"],
  [layout-xs="row"] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="85"],
  [layout-xs="column"] > [flex-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="90"],
  [layout-xs="row"] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="90"],
  [layout-xs="column"] > [flex-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="95"],
  [layout-xs="row"] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="95"],
  [layout-xs="column"] > [flex-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="100"],
  [layout-xs="row"] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="100"],
  [layout-xs="column"] > [flex-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="34"], [layout="row"] > [flex-xs="34"], [layout-xs="row"] > [flex-xs="34"], [layout-xs="row"] > [flex-xs="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xs="67"], [layout="row"] > [flex-xs="67"], [layout-xs="row"] > [flex-xs="67"], [layout-xs="row"] > [flex-xs="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="34"], [layout="column"] > [flex-xs="34"], [layout-xs="column"] > [flex-xs="34"], [layout-xs="column"] > [flex-xs="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xs="67"], [layout="column"] > [flex-xs="67"], [layout-xs="column"] > [flex-xs="67"], [layout-xs="column"] > [flex-xs="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xs], [layout-xs="column"], [layout-xs="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xs="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xs="row"] {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-xs="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-xs="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs],
  [layout-align-gt-xs="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start"],
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="center"],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="end"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="space-around"],
  [layout-align-gt-xs="space-around center"],
  [layout-align-gt-xs="space-around start"],
  [layout-align-gt-xs="space-around end"],
  [layout-align-gt-xs="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="space-between"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start start"],
  [layout-align-gt-xs="center start"],
  [layout-align-gt-xs="end start"],
  [layout-align-gt-xs="space-between start"],
  [layout-align-gt-xs="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start center"],
  [layout-align-gt-xs="center center"],
  [layout-align-gt-xs="end center"],
  [layout-align-gt-xs="space-between center"],
  [layout-align-gt-xs="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start center"] > *,
  [layout-align-gt-xs="center center"] > *,
  [layout-align-gt-xs="end center"] > *,
  [layout-align-gt-xs="space-between center"] > *,
  [layout-align-gt-xs="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start end"],
  [layout-align-gt-xs="center end"],
  [layout-align-gt-xs="end end"],
  [layout-align-gt-xs="space-between end"],
  [layout-align-gt-xs="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-xs="start stretch"],
  [layout-align-gt-xs="center stretch"],
  [layout-align-gt-xs="end stretch"],
  [layout-align-gt-xs="space-between stretch"],
  [layout-align-gt-xs="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 600px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="0"],
  [layout-gt-xs="row"] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="0"],
  [layout-gt-xs="column"] > [flex-gt-xs="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="5"],
  [layout-gt-xs="row"] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="5"],
  [layout-gt-xs="column"] > [flex-gt-xs="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="10"],
  [layout-gt-xs="row"] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="10"],
  [layout-gt-xs="column"] > [flex-gt-xs="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="15"],
  [layout-gt-xs="row"] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="15"],
  [layout-gt-xs="column"] > [flex-gt-xs="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="20"],
  [layout-gt-xs="row"] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="20"],
  [layout-gt-xs="column"] > [flex-gt-xs="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="25"],
  [layout-gt-xs="row"] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="25"],
  [layout-gt-xs="column"] > [flex-gt-xs="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="30"],
  [layout-gt-xs="row"] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="30"],
  [layout-gt-xs="column"] > [flex-gt-xs="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="35"],
  [layout-gt-xs="row"] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="35"],
  [layout-gt-xs="column"] > [flex-gt-xs="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="40"],
  [layout-gt-xs="row"] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="40"],
  [layout-gt-xs="column"] > [flex-gt-xs="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="45"],
  [layout-gt-xs="row"] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="45"],
  [layout-gt-xs="column"] > [flex-gt-xs="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="50"],
  [layout-gt-xs="row"] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="50"],
  [layout-gt-xs="column"] > [flex-gt-xs="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="55"],
  [layout-gt-xs="row"] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="55"],
  [layout-gt-xs="column"] > [flex-gt-xs="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="60"],
  [layout-gt-xs="row"] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="60"],
  [layout-gt-xs="column"] > [flex-gt-xs="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="65"],
  [layout-gt-xs="row"] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="65"],
  [layout-gt-xs="column"] > [flex-gt-xs="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="70"],
  [layout-gt-xs="row"] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="70"],
  [layout-gt-xs="column"] > [flex-gt-xs="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="75"],
  [layout-gt-xs="row"] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="75"],
  [layout-gt-xs="column"] > [flex-gt-xs="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="80"],
  [layout-gt-xs="row"] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="80"],
  [layout-gt-xs="column"] > [flex-gt-xs="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="85"],
  [layout-gt-xs="row"] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="85"],
  [layout-gt-xs="column"] > [flex-gt-xs="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="90"],
  [layout-gt-xs="row"] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="90"],
  [layout-gt-xs="column"] > [flex-gt-xs="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="95"],
  [layout-gt-xs="row"] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="95"],
  [layout-gt-xs="column"] > [flex-gt-xs="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="100"],
  [layout-gt-xs="row"] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="100"],
  [layout-gt-xs="column"] > [flex-gt-xs="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="34"], [layout="row"] > [flex-gt-xs="34"], [layout-gt-xs="row"] > [flex-gt-xs="34"], [layout-gt-xs="row"] > [flex-gt-xs="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-xs="67"], [layout="row"] > [flex-gt-xs="67"], [layout-gt-xs="row"] > [flex-gt-xs="67"], [layout-gt-xs="row"] > [flex-gt-xs="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="34"], [layout="column"] > [flex-gt-xs="34"], [layout-gt-xs="column"] > [flex-gt-xs="34"], [layout-gt-xs="column"] > [flex-gt-xs="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-xs="67"], [layout="column"] > [flex-gt-xs="67"], [layout-gt-xs="column"] > [flex-gt-xs="67"], [layout-gt-xs="column"] > [flex-gt-xs="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-xs], [layout-gt-xs="column"], [layout-gt-xs="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-xs="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-xs="row"] {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  /* line 507, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) {
    display: none;
  }

  /* line 511, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-sm]:not([show-sm]):not([show]) {
    display: none;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-sm="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-sm="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm],
  [layout-align-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start"],
  [layout-align-sm="start start"],
  [layout-align-sm="start center"],
  [layout-align-sm="start end"],
  [layout-align-sm="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="center"],
  [layout-align-sm="center start"],
  [layout-align-sm="center center"],
  [layout-align-sm="center end"],
  [layout-align-sm="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"],
  [layout-align-sm="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="space-around"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around end"],
  [layout-align-sm="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="space-between"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start start"],
  [layout-align-sm="center start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start center"],
  [layout-align-sm="center center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start center"] > *,
  [layout-align-sm="center center"] > *,
  [layout-align-sm="end center"] > *,
  [layout-align-sm="space-between center"] > *,
  [layout-align-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start end"],
  [layout-align-sm="center end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-sm="start stretch"],
  [layout-align-sm="center stretch"],
  [layout-align-sm="end stretch"],
  [layout-align-sm="space-between stretch"],
  [layout-align-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 600px) and (max-width: 599px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) and (max-width: 599px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="0"],
  [layout-sm="row"] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="0"],
  [layout-sm="column"] > [flex-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="5"],
  [layout-sm="row"] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="5"],
  [layout-sm="column"] > [flex-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="10"],
  [layout-sm="row"] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="10"],
  [layout-sm="column"] > [flex-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="15"],
  [layout-sm="row"] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="15"],
  [layout-sm="column"] > [flex-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="20"],
  [layout-sm="row"] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="20"],
  [layout-sm="column"] > [flex-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="25"],
  [layout-sm="row"] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="25"],
  [layout-sm="column"] > [flex-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="30"],
  [layout-sm="row"] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="30"],
  [layout-sm="column"] > [flex-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="35"],
  [layout-sm="row"] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="35"],
  [layout-sm="column"] > [flex-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="40"],
  [layout-sm="row"] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="40"],
  [layout-sm="column"] > [flex-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="45"],
  [layout-sm="row"] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="45"],
  [layout-sm="column"] > [flex-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="50"],
  [layout-sm="row"] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="50"],
  [layout-sm="column"] > [flex-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="55"],
  [layout-sm="row"] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="55"],
  [layout-sm="column"] > [flex-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="60"],
  [layout-sm="row"] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="60"],
  [layout-sm="column"] > [flex-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="65"],
  [layout-sm="row"] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="65"],
  [layout-sm="column"] > [flex-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="70"],
  [layout-sm="row"] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="70"],
  [layout-sm="column"] > [flex-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="75"],
  [layout-sm="row"] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="75"],
  [layout-sm="column"] > [flex-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="80"],
  [layout-sm="row"] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="80"],
  [layout-sm="column"] > [flex-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="85"],
  [layout-sm="row"] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="85"],
  [layout-sm="column"] > [flex-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="90"],
  [layout-sm="row"] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="90"],
  [layout-sm="column"] > [flex-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="95"],
  [layout-sm="row"] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="95"],
  [layout-sm="column"] > [flex-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="100"],
  [layout-sm="row"] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="100"],
  [layout-sm="column"] > [flex-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="34"], [layout="row"] > [flex-sm="34"], [layout-sm="row"] > [flex-sm="34"], [layout-sm="row"] > [flex-sm="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-sm="67"], [layout="row"] > [flex-sm="67"], [layout-sm="row"] > [flex-sm="67"], [layout-sm="row"] > [flex-sm="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="34"], [layout="column"] > [flex-sm="34"], [layout-sm="column"] > [flex-sm="34"], [layout-sm="column"] > [flex-sm="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-sm="67"], [layout="column"] > [flex-sm="67"], [layout-sm="column"] > [flex-sm="67"], [layout-sm="column"] > [flex-sm="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-sm], [layout-sm="column"], [layout-sm="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-sm="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-sm="row"] {
    flex-direction: row;
  }
}
@media (min-width: 600px) {
  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-sm="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-sm="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm],
  [layout-align-gt-sm="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start"],
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="center"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="end"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-sm="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-sm="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="center 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;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start center"] > *,
  [layout-align-gt-sm="center center"] > *,
  [layout-align-gt-sm="end center"] > *,
  [layout-align-gt-sm="space-between center"] > *,
  [layout-align-gt-sm="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="center 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;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-sm="start stretch"],
  [layout-align-gt-sm="center stretch"],
  [layout-align-gt-sm="end stretch"],
  [layout-align-gt-sm="space-between stretch"],
  [layout-align-gt-sm="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 600px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="0"],
  [layout-gt-sm="row"] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="0"],
  [layout-gt-sm="column"] > [flex-gt-sm="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="5"],
  [layout-gt-sm="row"] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="5"],
  [layout-gt-sm="column"] > [flex-gt-sm="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="10"],
  [layout-gt-sm="row"] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="10"],
  [layout-gt-sm="column"] > [flex-gt-sm="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="15"],
  [layout-gt-sm="row"] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="15"],
  [layout-gt-sm="column"] > [flex-gt-sm="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="20"],
  [layout-gt-sm="row"] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="20"],
  [layout-gt-sm="column"] > [flex-gt-sm="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="25"],
  [layout-gt-sm="row"] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="25"],
  [layout-gt-sm="column"] > [flex-gt-sm="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="30"],
  [layout-gt-sm="row"] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="30"],
  [layout-gt-sm="column"] > [flex-gt-sm="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="35"],
  [layout-gt-sm="row"] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="35"],
  [layout-gt-sm="column"] > [flex-gt-sm="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="40"],
  [layout-gt-sm="row"] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="40"],
  [layout-gt-sm="column"] > [flex-gt-sm="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="45"],
  [layout-gt-sm="row"] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="45"],
  [layout-gt-sm="column"] > [flex-gt-sm="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="50"],
  [layout-gt-sm="row"] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="50"],
  [layout-gt-sm="column"] > [flex-gt-sm="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="55"],
  [layout-gt-sm="row"] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="55"],
  [layout-gt-sm="column"] > [flex-gt-sm="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="60"],
  [layout-gt-sm="row"] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="60"],
  [layout-gt-sm="column"] > [flex-gt-sm="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="65"],
  [layout-gt-sm="row"] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="65"],
  [layout-gt-sm="column"] > [flex-gt-sm="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="70"],
  [layout-gt-sm="row"] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="70"],
  [layout-gt-sm="column"] > [flex-gt-sm="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="75"],
  [layout-gt-sm="row"] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="75"],
  [layout-gt-sm="column"] > [flex-gt-sm="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="80"],
  [layout-gt-sm="row"] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="80"],
  [layout-gt-sm="column"] > [flex-gt-sm="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="85"],
  [layout-gt-sm="row"] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="85"],
  [layout-gt-sm="column"] > [flex-gt-sm="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="90"],
  [layout-gt-sm="row"] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="90"],
  [layout-gt-sm="column"] > [flex-gt-sm="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="95"],
  [layout-gt-sm="row"] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="95"],
  [layout-gt-sm="column"] > [flex-gt-sm="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="100"],
  [layout-gt-sm="row"] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="100"],
  [layout-gt-sm="column"] > [flex-gt-sm="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="34"], [layout="row"] > [flex-gt-sm="34"], [layout-gt-sm="row"] > [flex-gt-sm="34"], [layout-gt-sm="row"] > [flex-gt-sm="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-sm="67"], [layout="row"] > [flex-gt-sm="67"], [layout-gt-sm="row"] > [flex-gt-sm="67"], [layout-gt-sm="row"] > [flex-gt-sm="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="34"], [layout="column"] > [flex-gt-sm="34"], [layout-gt-sm="column"] > [flex-gt-sm="34"], [layout-gt-sm="column"] > [flex-gt-sm="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-sm="67"], [layout="column"] > [flex-gt-sm="67"], [layout-gt-sm="column"] > [flex-gt-sm="67"], [layout-gt-sm="column"] > [flex-gt-sm="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-sm], [layout-gt-sm="column"], [layout-gt-sm="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-sm="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-sm="row"] {
    flex-direction: row;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 526, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) {
    display: none;
  }

  /* line 530, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-md]:not([show-md]):not([show]) {
    display: none;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-md="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-md="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md],
  [layout-align-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start"],
  [layout-align-md="start start"],
  [layout-align-md="start center"],
  [layout-align-md="start end"],
  [layout-align-md="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="center"],
  [layout-align-md="center start"],
  [layout-align-md="center center"],
  [layout-align-md="center end"],
  [layout-align-md="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="end"],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"],
  [layout-align-md="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="space-around"],
  [layout-align-md="space-around center"],
  [layout-align-md="space-around start"],
  [layout-align-md="space-around end"],
  [layout-align-md="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="space-between"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start start"],
  [layout-align-md="center start"],
  [layout-align-md="end start"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start center"],
  [layout-align-md="center center"],
  [layout-align-md="end center"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start center"] > *,
  [layout-align-md="center center"] > *,
  [layout-align-md="end center"] > *,
  [layout-align-md="space-between center"] > *,
  [layout-align-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start end"],
  [layout-align-md="center end"],
  [layout-align-md="end end"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-md="start stretch"],
  [layout-align-md="center stretch"],
  [layout-align-md="end stretch"],
  [layout-align-md="space-between stretch"],
  [layout-align-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 600px) and (max-width: 959px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md] {
    flex: 1 1 0%;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="0"],
  [layout-md="row"] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="0"],
  [layout-md="column"] > [flex-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="5"],
  [layout-md="row"] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="5"],
  [layout-md="column"] > [flex-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="10"],
  [layout-md="row"] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="10"],
  [layout-md="column"] > [flex-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="15"],
  [layout-md="row"] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="15"],
  [layout-md="column"] > [flex-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="20"],
  [layout-md="row"] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="20"],
  [layout-md="column"] > [flex-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="25"],
  [layout-md="row"] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="25"],
  [layout-md="column"] > [flex-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="30"],
  [layout-md="row"] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="30"],
  [layout-md="column"] > [flex-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="35"],
  [layout-md="row"] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="35"],
  [layout-md="column"] > [flex-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="40"],
  [layout-md="row"] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="40"],
  [layout-md="column"] > [flex-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="45"],
  [layout-md="row"] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="45"],
  [layout-md="column"] > [flex-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="50"],
  [layout-md="row"] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="50"],
  [layout-md="column"] > [flex-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="55"],
  [layout-md="row"] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="55"],
  [layout-md="column"] > [flex-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="60"],
  [layout-md="row"] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="60"],
  [layout-md="column"] > [flex-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="65"],
  [layout-md="row"] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="65"],
  [layout-md="column"] > [flex-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="70"],
  [layout-md="row"] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="70"],
  [layout-md="column"] > [flex-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="75"],
  [layout-md="row"] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="75"],
  [layout-md="column"] > [flex-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="80"],
  [layout-md="row"] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="80"],
  [layout-md="column"] > [flex-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="85"],
  [layout-md="row"] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="85"],
  [layout-md="column"] > [flex-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="90"],
  [layout-md="row"] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="90"],
  [layout-md="column"] > [flex-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="95"],
  [layout-md="row"] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="95"],
  [layout-md="column"] > [flex-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="100"],
  [layout-md="row"] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="100"],
  [layout-md="column"] > [flex-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="34"], [layout="row"] > [flex-md="34"], [layout-md="row"] > [flex-md="34"], [layout-md="row"] > [flex-md="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-md="67"], [layout="row"] > [flex-md="67"], [layout-md="row"] > [flex-md="67"], [layout-md="row"] > [flex-md="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="34"], [layout="column"] > [flex-md="34"], [layout-md="column"] > [flex-md="34"], [layout-md="column"] > [flex-md="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-md="67"], [layout="column"] > [flex-md="67"], [layout-md="column"] > [flex-md="67"], [layout-md="column"] > [flex-md="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-md], [layout-md="column"], [layout-md="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-md="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-md="row"] {
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-md="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-md="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md],
  [layout-align-gt-md="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start"],
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="center"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="end"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-md="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-md="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="center 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;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start center"] > *,
  [layout-align-gt-md="center center"] > *,
  [layout-align-gt-md="end center"] > *,
  [layout-align-gt-md="space-between center"] > *,
  [layout-align-gt-md="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="center 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;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-md="start stretch"],
  [layout-align-gt-md="center stretch"],
  [layout-align-gt-md="end stretch"],
  [layout-align-gt-md="space-between stretch"],
  [layout-align-gt-md="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 960px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md] {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="0"],
  [layout-gt-md="row"] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="0"],
  [layout-gt-md="column"] > [flex-gt-md="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="5"],
  [layout-gt-md="row"] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="5"],
  [layout-gt-md="column"] > [flex-gt-md="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="10"],
  [layout-gt-md="row"] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="10"],
  [layout-gt-md="column"] > [flex-gt-md="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="15"],
  [layout-gt-md="row"] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="15"],
  [layout-gt-md="column"] > [flex-gt-md="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="20"],
  [layout-gt-md="row"] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="20"],
  [layout-gt-md="column"] > [flex-gt-md="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="25"],
  [layout-gt-md="row"] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="25"],
  [layout-gt-md="column"] > [flex-gt-md="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="30"],
  [layout-gt-md="row"] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="30"],
  [layout-gt-md="column"] > [flex-gt-md="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="35"],
  [layout-gt-md="row"] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="35"],
  [layout-gt-md="column"] > [flex-gt-md="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="40"],
  [layout-gt-md="row"] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="40"],
  [layout-gt-md="column"] > [flex-gt-md="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="45"],
  [layout-gt-md="row"] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="45"],
  [layout-gt-md="column"] > [flex-gt-md="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="50"],
  [layout-gt-md="row"] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="50"],
  [layout-gt-md="column"] > [flex-gt-md="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="55"],
  [layout-gt-md="row"] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="55"],
  [layout-gt-md="column"] > [flex-gt-md="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="60"],
  [layout-gt-md="row"] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="60"],
  [layout-gt-md="column"] > [flex-gt-md="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="65"],
  [layout-gt-md="row"] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="65"],
  [layout-gt-md="column"] > [flex-gt-md="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="70"],
  [layout-gt-md="row"] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="70"],
  [layout-gt-md="column"] > [flex-gt-md="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="75"],
  [layout-gt-md="row"] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="75"],
  [layout-gt-md="column"] > [flex-gt-md="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="80"],
  [layout-gt-md="row"] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="80"],
  [layout-gt-md="column"] > [flex-gt-md="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="85"],
  [layout-gt-md="row"] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="85"],
  [layout-gt-md="column"] > [flex-gt-md="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="90"],
  [layout-gt-md="row"] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="90"],
  [layout-gt-md="column"] > [flex-gt-md="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="95"],
  [layout-gt-md="row"] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="95"],
  [layout-gt-md="column"] > [flex-gt-md="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="100"],
  [layout-gt-md="row"] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="100"],
  [layout-gt-md="column"] > [flex-gt-md="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="34"], [layout="row"] > [flex-gt-md="34"], [layout-gt-md="row"] > [flex-gt-md="34"], [layout-gt-md="row"] > [flex-gt-md="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-md="67"], [layout="row"] > [flex-gt-md="67"], [layout-gt-md="row"] > [flex-gt-md="67"], [layout-gt-md="row"] > [flex-gt-md="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="34"], [layout="column"] > [flex-gt-md="34"], [layout-gt-md="column"] > [flex-gt-md="34"], [layout-gt-md="column"] > [flex-gt-md="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-md="67"], [layout="column"] > [flex-gt-md="67"], [layout-gt-md="column"] > [flex-gt-md="67"], [layout-gt-md="column"] > [flex-gt-md="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-md], [layout-gt-md="column"], [layout-gt-md="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-md="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-md="row"] {
    flex-direction: row;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  /* line 544, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none;
  }

  /* line 548, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-lg]:not([show-lg]):not([show]) {
    display: none;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-lg="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-lg="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg],
  [layout-align-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start"],
  [layout-align-lg="start start"],
  [layout-align-lg="start center"],
  [layout-align-lg="start end"],
  [layout-align-lg="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="center"],
  [layout-align-lg="center start"],
  [layout-align-lg="center center"],
  [layout-align-lg="center end"],
  [layout-align-lg="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="end"],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"],
  [layout-align-lg="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="space-around"],
  [layout-align-lg="space-around center"],
  [layout-align-lg="space-around start"],
  [layout-align-lg="space-around end"],
  [layout-align-lg="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="space-between"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start start"],
  [layout-align-lg="center start"],
  [layout-align-lg="end start"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start center"],
  [layout-align-lg="center center"],
  [layout-align-lg="end center"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start center"] > *,
  [layout-align-lg="center center"] > *,
  [layout-align-lg="end center"] > *,
  [layout-align-lg="space-between center"] > *,
  [layout-align-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start end"],
  [layout-align-lg="center end"],
  [layout-align-lg="end end"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-lg="start stretch"],
  [layout-align-lg="center stretch"],
  [layout-align-lg="end stretch"],
  [layout-align-lg="space-between stretch"],
  [layout-align-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 960px) and (max-width: 1279px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg] {
    flex: 1 1 0%;
  }
}
@media (min-width: 960px) and (max-width: 1279px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="0"],
  [layout-lg="row"] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="0"],
  [layout-lg="column"] > [flex-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="5"],
  [layout-lg="row"] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="5"],
  [layout-lg="column"] > [flex-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="10"],
  [layout-lg="row"] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="10"],
  [layout-lg="column"] > [flex-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="15"],
  [layout-lg="row"] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="15"],
  [layout-lg="column"] > [flex-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="20"],
  [layout-lg="row"] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="20"],
  [layout-lg="column"] > [flex-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="25"],
  [layout-lg="row"] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="25"],
  [layout-lg="column"] > [flex-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="30"],
  [layout-lg="row"] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="30"],
  [layout-lg="column"] > [flex-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="35"],
  [layout-lg="row"] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="35"],
  [layout-lg="column"] > [flex-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="40"],
  [layout-lg="row"] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="40"],
  [layout-lg="column"] > [flex-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="45"],
  [layout-lg="row"] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="45"],
  [layout-lg="column"] > [flex-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="50"],
  [layout-lg="row"] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="50"],
  [layout-lg="column"] > [flex-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="55"],
  [layout-lg="row"] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="55"],
  [layout-lg="column"] > [flex-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="60"],
  [layout-lg="row"] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="60"],
  [layout-lg="column"] > [flex-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="65"],
  [layout-lg="row"] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="65"],
  [layout-lg="column"] > [flex-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="70"],
  [layout-lg="row"] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="70"],
  [layout-lg="column"] > [flex-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="75"],
  [layout-lg="row"] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="75"],
  [layout-lg="column"] > [flex-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="80"],
  [layout-lg="row"] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="80"],
  [layout-lg="column"] > [flex-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="85"],
  [layout-lg="row"] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="85"],
  [layout-lg="column"] > [flex-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="90"],
  [layout-lg="row"] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="90"],
  [layout-lg="column"] > [flex-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="95"],
  [layout-lg="row"] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="95"],
  [layout-lg="column"] > [flex-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="100"],
  [layout-lg="row"] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="100"],
  [layout-lg="column"] > [flex-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="34"], [layout="row"] > [flex-lg="34"], [layout-lg="row"] > [flex-lg="34"], [layout-lg="row"] > [flex-lg="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-lg="67"], [layout="row"] > [flex-lg="67"], [layout-lg="row"] > [flex-lg="67"], [layout-lg="row"] > [flex-lg="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="34"], [layout="column"] > [flex-lg="34"], [layout-lg="column"] > [flex-lg="34"], [layout-lg="column"] > [flex-lg="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-lg="67"], [layout="column"] > [flex-lg="67"], [layout-lg="column"] > [flex-lg="67"], [layout-lg="column"] > [flex-lg="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-lg], [layout-lg="column"], [layout-lg="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-lg="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-lg="row"] {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-gt-lg="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-gt-lg="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg],
  [layout-align-gt-lg="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start"],
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="center"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="end"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-lg="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [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"],
  [layout-align-gt-lg="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="center 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;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start center"] > *,
  [layout-align-gt-lg="center center"] > *,
  [layout-align-gt-lg="end center"] > *,
  [layout-align-gt-lg="space-between center"] > *,
  [layout-align-gt-lg="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="center 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;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-gt-lg="start stretch"],
  [layout-align-gt-lg="center stretch"],
  [layout-align-gt-lg="end stretch"],
  [layout-align-gt-lg="space-between stretch"],
  [layout-align-gt-lg="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 1280px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="0"],
  [layout-gt-lg="row"] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="0"],
  [layout-gt-lg="column"] > [flex-gt-lg="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="5"],
  [layout-gt-lg="row"] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="5"],
  [layout-gt-lg="column"] > [flex-gt-lg="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="10"],
  [layout-gt-lg="row"] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="10"],
  [layout-gt-lg="column"] > [flex-gt-lg="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="15"],
  [layout-gt-lg="row"] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="15"],
  [layout-gt-lg="column"] > [flex-gt-lg="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="20"],
  [layout-gt-lg="row"] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="20"],
  [layout-gt-lg="column"] > [flex-gt-lg="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="25"],
  [layout-gt-lg="row"] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="25"],
  [layout-gt-lg="column"] > [flex-gt-lg="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="30"],
  [layout-gt-lg="row"] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="30"],
  [layout-gt-lg="column"] > [flex-gt-lg="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="35"],
  [layout-gt-lg="row"] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="35"],
  [layout-gt-lg="column"] > [flex-gt-lg="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="40"],
  [layout-gt-lg="row"] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="40"],
  [layout-gt-lg="column"] > [flex-gt-lg="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="45"],
  [layout-gt-lg="row"] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="45"],
  [layout-gt-lg="column"] > [flex-gt-lg="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="50"],
  [layout-gt-lg="row"] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="50"],
  [layout-gt-lg="column"] > [flex-gt-lg="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="55"],
  [layout-gt-lg="row"] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="55"],
  [layout-gt-lg="column"] > [flex-gt-lg="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="60"],
  [layout-gt-lg="row"] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="60"],
  [layout-gt-lg="column"] > [flex-gt-lg="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="65"],
  [layout-gt-lg="row"] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="65"],
  [layout-gt-lg="column"] > [flex-gt-lg="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="70"],
  [layout-gt-lg="row"] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="70"],
  [layout-gt-lg="column"] > [flex-gt-lg="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="75"],
  [layout-gt-lg="row"] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="75"],
  [layout-gt-lg="column"] > [flex-gt-lg="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="80"],
  [layout-gt-lg="row"] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="80"],
  [layout-gt-lg="column"] > [flex-gt-lg="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="85"],
  [layout-gt-lg="row"] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="85"],
  [layout-gt-lg="column"] > [flex-gt-lg="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="90"],
  [layout-gt-lg="row"] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="90"],
  [layout-gt-lg="column"] > [flex-gt-lg="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="95"],
  [layout-gt-lg="row"] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="95"],
  [layout-gt-lg="column"] > [flex-gt-lg="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="100"],
  [layout-gt-lg="row"] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="100"],
  [layout-gt-lg="column"] > [flex-gt-lg="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="34"], [layout="row"] > [flex-gt-lg="34"], [layout-gt-lg="row"] > [flex-gt-lg="34"], [layout-gt-lg="row"] > [flex-gt-lg="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-gt-lg="67"], [layout="row"] > [flex-gt-lg="67"], [layout-gt-lg="row"] > [flex-gt-lg="67"], [layout-gt-lg="row"] > [flex-gt-lg="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="34"], [layout="column"] > [flex-gt-lg="34"], [layout-gt-lg="column"] > [flex-gt-lg="34"], [layout-gt-lg="column"] > [flex-gt-lg="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-gt-lg="67"], [layout="column"] > [flex-gt-lg="67"], [layout-gt-lg="column"] > [flex-gt-lg="67"], [layout-gt-lg="column"] > [flex-gt-lg="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-lg], [layout-gt-lg="column"], [layout-gt-lg="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-lg="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-gt-lg="row"] {
    flex-direction: row;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-20"] {
    order: -20;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-19"] {
    order: -19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-18"] {
    order: -18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-17"] {
    order: -17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-16"] {
    order: -16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-15"] {
    order: -15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-14"] {
    order: -14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-13"] {
    order: -13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-12"] {
    order: -12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-11"] {
    order: -11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-10"] {
    order: -10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-9"] {
    order: -9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-8"] {
    order: -8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-7"] {
    order: -7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-6"] {
    order: -6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-5"] {
    order: -5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-4"] {
    order: -4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-3"] {
    order: -3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-2"] {
    order: -2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="-1"] {
    order: -1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="0"] {
    order: 0;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="1"] {
    order: 1;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="2"] {
    order: 2;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="3"] {
    order: 3;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="4"] {
    order: 4;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="5"] {
    order: 5;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="6"] {
    order: 6;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="7"] {
    order: 7;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="8"] {
    order: 8;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="9"] {
    order: 9;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="10"] {
    order: 10;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="11"] {
    order: 11;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="12"] {
    order: 12;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="13"] {
    order: 13;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="14"] {
    order: 14;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="15"] {
    order: 15;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="16"] {
    order: 16;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="17"] {
    order: 17;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="18"] {
    order: 18;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="19"] {
    order: 19;
  }

  /* line 57, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-order-xl="20"] {
    order: 20;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="0"] {
    margin-left: 0%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="5"] {
    margin-left: 5%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="10"] {
    margin-left: 10%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="15"] {
    margin-left: 15%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="20"] {
    margin-left: 20%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="25"] {
    margin-left: 25%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="30"] {
    margin-left: 30%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="35"] {
    margin-left: 35%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="40"] {
    margin-left: 40%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="45"] {
    margin-left: 45%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="50"] {
    margin-left: 50%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="55"] {
    margin-left: 55%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="60"] {
    margin-left: 60%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="65"] {
    margin-left: 65%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="70"] {
    margin-left: 70%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="75"] {
    margin-left: 75%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="80"] {
    margin-left: 80%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="85"] {
    margin-left: 85%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="90"] {
    margin-left: 90%;
  }

  /* line 82, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="95"] {
    margin-left: 95%;
  }

  /* line 101, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="33"] {
    margin-left: calc(100% / 3);
  }

  /* line 120, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-offset-xl="66"] {
    margin-left: calc(200% / 3);
  }

  /* line 298, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl],
  [layout-align-xl="start stretch"] {
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  /* line 306, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start"],
  [layout-align-xl="start start"],
  [layout-align-xl="start center"],
  [layout-align-xl="start end"],
  [layout-align-xl="start stretch"] {
    justify-content: start;
  }

  /* line 315, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="center"],
  [layout-align-xl="center start"],
  [layout-align-xl="center center"],
  [layout-align-xl="center end"],
  [layout-align-xl="center stretch"] {
    justify-content: center;
  }

  /* line 324, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="end"],
  [layout-align-xl="end center"],
  [layout-align-xl="end start"],
  [layout-align-xl="end end"],
  [layout-align-xl="end stretch"] {
    justify-content: flex-end;
  }

  /* line 333, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="space-around"],
  [layout-align-xl="space-around center"],
  [layout-align-xl="space-around start"],
  [layout-align-xl="space-around end"],
  [layout-align-xl="space-around stretch"] {
    justify-content: space-around;
  }

  /* line 342, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="space-between"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-between stretch"] {
    justify-content: space-between;
  }

  /* line 356, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start start"],
  [layout-align-xl="center start"],
  [layout-align-xl="end start"],
  [layout-align-xl="space-between start"],
  [layout-align-xl="space-around start"] {
    align-items: flex-start;
    align-content: flex-start;
  }

  /* line 366, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start center"],
  [layout-align-xl="center center"],
  [layout-align-xl="end center"],
  [layout-align-xl="space-between center"],
  [layout-align-xl="space-around center"] {
    align-items: center;
    align-content: center;
    max-width: 100%;
  }

  /* line 377, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start center"] > *,
  [layout-align-xl="center center"] > *,
  [layout-align-xl="end center"] > *,
  [layout-align-xl="space-between center"] > *,
  [layout-align-xl="space-around center"] > * {
    max-width: 100%;
    box-sizing: border-box;
  }

  /* line 387, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start end"],
  [layout-align-xl="center end"],
  [layout-align-xl="end end"],
  [layout-align-xl="space-between end"],
  [layout-align-xl="space-around end"] {
    align-items: flex-end;
    align-content: flex-end;
  }

  /* line 397, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-align-xl="start stretch"],
  [layout-align-xl="center stretch"],
  [layout-align-xl="end stretch"],
  [layout-align-xl="space-between stretch"],
  [layout-align-xl="space-around stretch"] {
    align-items: stretch;
    align-content: stretch;
  }

  /* line 159, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl] {
    flex: 1;
    box-sizing: border-box;
  }
}
@media screen\0 and (min-width: 1280px) {
  /* line 172, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl] {
    flex: 1 1 0%;
  }
}
@media (min-width: 1280px) {
  /* line 177, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-grow] {
    flex: 1 1 100%;
    box-sizing: border-box;
  }

  /* line 181, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-initial] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 185, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-auto] {
    flex: 1 1 auto;
    box-sizing: border-box;
  }

  /* line 189, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-none] {
    flex: 0 0 auto;
    box-sizing: border-box;
  }

  /* line 193, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-noshrink] {
    flex: 1 0 auto;
    box-sizing: border-box;
  }

  /* line 197, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl-nogrow] {
    flex: 0 1 auto;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="0"],
  [layout-xl="row"] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 0%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="0"],
  [layout-xl="column"] > [flex-xl="0"] {
    flex: 1 1 0%;
    max-width: 100%;
    max-height: 0%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="5"],
  [layout-xl="row"] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 5%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="5"],
  [layout-xl="column"] > [flex-xl="5"] {
    flex: 1 1 5%;
    max-width: 100%;
    max-height: 5%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="10"],
  [layout-xl="row"] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 10%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="10"],
  [layout-xl="column"] > [flex-xl="10"] {
    flex: 1 1 10%;
    max-width: 100%;
    max-height: 10%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="15"],
  [layout-xl="row"] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 15%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="15"],
  [layout-xl="column"] > [flex-xl="15"] {
    flex: 1 1 15%;
    max-width: 100%;
    max-height: 15%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="20"],
  [layout-xl="row"] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 20%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="20"],
  [layout-xl="column"] > [flex-xl="20"] {
    flex: 1 1 20%;
    max-width: 100%;
    max-height: 20%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="25"],
  [layout-xl="row"] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 25%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="25"],
  [layout-xl="column"] > [flex-xl="25"] {
    flex: 1 1 25%;
    max-width: 100%;
    max-height: 25%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="30"],
  [layout-xl="row"] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 30%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="30"],
  [layout-xl="column"] > [flex-xl="30"] {
    flex: 1 1 30%;
    max-width: 100%;
    max-height: 30%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="35"],
  [layout-xl="row"] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 35%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="35"],
  [layout-xl="column"] > [flex-xl="35"] {
    flex: 1 1 35%;
    max-width: 100%;
    max-height: 35%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="40"],
  [layout-xl="row"] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 40%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="40"],
  [layout-xl="column"] > [flex-xl="40"] {
    flex: 1 1 40%;
    max-width: 100%;
    max-height: 40%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="45"],
  [layout-xl="row"] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 45%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="45"],
  [layout-xl="column"] > [flex-xl="45"] {
    flex: 1 1 45%;
    max-width: 100%;
    max-height: 45%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="50"],
  [layout-xl="row"] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 50%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="50"],
  [layout-xl="column"] > [flex-xl="50"] {
    flex: 1 1 50%;
    max-width: 100%;
    max-height: 50%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="55"],
  [layout-xl="row"] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 55%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="55"],
  [layout-xl="column"] > [flex-xl="55"] {
    flex: 1 1 55%;
    max-width: 100%;
    max-height: 55%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="60"],
  [layout-xl="row"] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 60%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="60"],
  [layout-xl="column"] > [flex-xl="60"] {
    flex: 1 1 60%;
    max-width: 100%;
    max-height: 60%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="65"],
  [layout-xl="row"] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 65%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="65"],
  [layout-xl="column"] > [flex-xl="65"] {
    flex: 1 1 65%;
    max-width: 100%;
    max-height: 65%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="70"],
  [layout-xl="row"] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 70%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="70"],
  [layout-xl="column"] > [flex-xl="70"] {
    flex: 1 1 70%;
    max-width: 100%;
    max-height: 70%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="75"],
  [layout-xl="row"] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="75"],
  [layout-xl="column"] > [flex-xl="75"] {
    flex: 1 1 75%;
    max-width: 100%;
    max-height: 75%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="80"],
  [layout-xl="row"] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 80%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="80"],
  [layout-xl="column"] > [flex-xl="80"] {
    flex: 1 1 80%;
    max-width: 100%;
    max-height: 80%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="85"],
  [layout-xl="row"] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 85%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="85"],
  [layout-xl="column"] > [flex-xl="85"] {
    flex: 1 1 85%;
    max-width: 100%;
    max-height: 85%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="90"],
  [layout-xl="row"] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 90%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="90"],
  [layout-xl="column"] > [flex-xl="90"] {
    flex: 1 1 90%;
    max-width: 100%;
    max-height: 90%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="95"],
  [layout-xl="row"] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 95%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="95"],
  [layout-xl="column"] > [flex-xl="95"] {
    flex: 1 1 95%;
    max-width: 100%;
    max-height: 95%;
    box-sizing: border-box;
  }

  /* line 206, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 213, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="100"],
  [layout-xl="row"] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 221, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="100"],
  [layout-xl="column"] > [flex-xl="100"] {
    flex: 1 1 100%;
    max-width: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 231, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"] {
    flex: 1 1 33%;
    max-width: calc(100% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 237, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="34"], [layout="row"] > [flex-xl="34"], [layout-xl="row"] > [flex-xl="34"], [layout-xl="row"] > [flex-xl="34"] {
    flex: 1 1 34%;
    max-width: 34%;
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 243, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"] {
    flex: 1 1 66%;
    max-width: calc(200% / 3);
    max-height: 100%;
    box-sizing: border-box;
  }
  /* line 249, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="row"] > [flex-xl="67"], [layout="row"] > [flex-xl="67"], [layout-xl="row"] > [flex-xl="67"], [layout-xl="row"] > [flex-xl="67"] {
    flex: 1 1 67%;
    max-width: 67%;
    max-height: 100%;
    box-sizing: border-box;
  }

  /* line 257, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"] {
    flex: 1 1 33%;
    max-width: 100%;
    max-height: calc(100% / 3);
    box-sizing: border-box;
  }
  /* line 263, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="34"], [layout="column"] > [flex-xl="34"], [layout-xl="column"] > [flex-xl="34"], [layout-xl="column"] > [flex-xl="34"] {
    flex: 1 1 34%;
    max-width: 100%;
    max-height: 34%;
    box-sizing: border-box;
  }
  /* line 269, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"] {
    flex: 1 1 66%;
    max-width: 100%;
    max-height: calc(200% / 3);
    box-sizing: border-box;
  }
  /* line 275, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout="column"] > [flex-xl="67"], [layout="column"] > [flex-xl="67"], [layout-xl="column"] > [flex-xl="67"], [layout-xl="column"] > [flex-xl="67"] {
    flex: 1 1 67%;
    max-width: 100%;
    max-height: 67%;
    box-sizing: border-box;
  }

  /* line 134, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xl], [layout-xl="column"], [layout-xl="row"] {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 142, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xl="column"] {
    flex-direction: column;
  }

  /* line 145, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [layout-xl="row"] {
    flex-direction: row;
  }

  /* line 562, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) {
    display: none;
  }

  /* line 566, ../../node_modules/ng2-material/source/core/style/layout.scss */
  [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) {
    display: none;
  }
}
/* line 4, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: opacity 450ms;
  opacity: 0;
  z-index: 50;
  pointer-events: none;
}
/* line 17, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-backdrop-absolute {
  position: absolute;
}
/* line 21, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-active {
  opacity: 1;
  pointer-events: all;
}
/* line 26, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-select-backdrop {
  z-index: 81;
  transition-duration: 0;
}
/* line 30, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-dialog-backdrop {
  z-index: 79;
}
/* line 33, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-bottom-sheet-backdrop {
  z-index: 69;
}
/* line 36, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-sidenav-backdrop {
  z-index: 59;
}
/* line 41, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-opaque.md-active {
  opacity: .48;
}

/* line 49, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop {
  background-color: rgba(33, 33, 33, 0);
}
/* line 51, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-opaque {
  background-color: #212121;
}
/* line 53, ../../node_modules/ng2-material/source/components/backdrop/backdrop.scss */
.md-backdrop.md-opaque.md-active {
  opacity: .48;
}

/** Mixin to create distinct classes for fab positions, e.g. ".md-fab-position-bottom-right". */
/** Mixin to set button size to fit an icon */
/** Styles for all disabled buttons. */
/** Base styles for all buttons. */
/** Base styles for raised buttons, including FABs. */
/* line 217, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button] {
  box-sizing: border-box;
  position: relative;
  background: transparent;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 6px;
  margin: 6px 8px;
  min-width: 88px;
  line-height: 36px;
  border-radius: 3px;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 108, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button]:focus {
  outline: none;
}
/* line 112, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button]:hover, [md-button]:focus {
  text-decoration: none;
}
/* line 119, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-button-focus {
  background: rgba(158, 158, 158, 0.2);
}
/* line 123, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-primary {
  color: #c62828;
}
/* line 127, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-accent {
  color: #9c27b0;
}
/* line 131, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-warn {
  color: #f44336;
}
/* line 135, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-icon {
  padding: 0;
  background: none;
}
/* line 140, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
/* line 58, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button].md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 146, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button][disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: #e0e0e0;
  cursor: default;
}
/* line 150, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button] .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 219, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-button]:hover {
  background: rgba(158, 158, 158, 0.2);
}

/* line 224, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button] {
  box-sizing: border-box;
  position: relative;
  background: transparent;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 6px;
  margin: 6px 8px;
  min-width: 88px;
  line-height: 36px;
  border-radius: 3px;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.870588);
  background-color: #fafafa;
}
/* line 108, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button]:focus {
  outline: none;
}
/* line 112, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button]:hover, [md-raised-button]:focus {
  text-decoration: none;
}
/* line 119, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-button-focus {
  background: rgba(158, 158, 158, 0.2);
}
/* line 123, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-primary {
  color: #c62828;
}
/* line 127, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-accent {
  color: #9c27b0;
}
/* line 131, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-warn {
  color: #f44336;
}
/* line 135, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-icon {
  padding: 0;
  background: none;
}
/* line 140, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
/* line 58, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 146, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button][disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: #e0e0e0;
  cursor: default;
}
/* line 150, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button] .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 165, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button]:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
/* line 169, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button][disabled] {
  box-shadow: none;
}
/* line 173, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-primary {
  color: rgba(255, 255, 255, 0.870588);
  background-color: #c62828;
}
/* line 177, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-primary:hover, [md-raised-button].md-primary.md-button-focus {
  background-color: #e53935;
}
/* line 182, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-accent {
  color: rgba(255, 255, 255, 0.870588);
  background-color: #9c27b0;
}
/* line 186, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-accent:hover, [md-raised-button].md-accent.md-button-focus {
  background-color: #aa00ff;
}
/* line 191, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-warn {
  color: white;
  background-color: #f44336;
}
/* line 194, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-warn [md-icon] {
  color: white;
}
/* line 197, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-warn:hover {
  background-color: #f44336;
}
/* line 200, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-warn.md-focused {
  background-color: #d32f2f;
}
/* line 206, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-primary[disabled], [md-raised-button].md-accent[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: #e0e0e0;
  cursor: default;
}
/* line 211, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-raised-button].md-button-focus {
  background: #9e9e9e;
}

/* line 231, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab] {
  box-sizing: border-box;
  position: relative;
  background: transparent;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
  outline: none;
  border: none;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 6px;
  margin: 6px 8px;
  min-width: 88px;
  line-height: 36px;
  border-radius: 3px;
  transition: background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
  z-index: 20;
  border-radius: 50%;
  min-width: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.870588);
}
/* line 108, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab]:focus {
  outline: none;
}
/* line 112, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab]:hover, [md-fab]:focus {
  text-decoration: none;
}
/* line 119, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-button-focus {
  background: rgba(158, 158, 158, 0.2);
}
/* line 123, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-primary {
  color: #c62828;
}
/* line 127, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-accent {
  color: #9c27b0;
}
/* line 131, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-warn {
  color: #f44336;
}
/* line 135, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-icon {
  padding: 0;
  background: none;
}
/* line 140, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-icon-button {
  margin: 0 6px;
  height: 40px;
  min-width: 0;
  line-height: 24px;
  padding: 8px;
  width: 40px;
  border-radius: 50%;
}
/* line 58, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-icon-button .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 146, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab][disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: #e0e0e0;
  cursor: default;
}
/* line 150, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab] .md-ripple-container {
  border-radius: 3px;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 165, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab]:active {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
/* line 169, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab][disabled] {
  box-shadow: none;
}
/* line 173, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-primary {
  color: rgba(255, 255, 255, 0.870588);
  background-color: #c62828;
}
/* line 177, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-primary:hover, [md-fab].md-primary.md-button-focus {
  background-color: #e53935;
}
/* line 182, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-accent {
  color: rgba(255, 255, 255, 0.870588);
  background-color: #9c27b0;
}
/* line 186, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-accent:hover, [md-fab].md-accent.md-button-focus {
  background-color: #aa00ff;
}
/* line 191, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-warn {
  color: white;
  background-color: #f44336;
}
/* line 194, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-warn [md-icon] {
  color: white;
}
/* line 197, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-warn:hover {
  background-color: #f44336;
}
/* line 200, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-warn.md-focused {
  background-color: #d32f2f;
}
/* line 206, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-primary[disabled], [md-fab].md-accent[disabled] {
  color: rgba(0, 0, 0, 0.26);
  background-color: #e0e0e0;
  cursor: default;
}
/* line 211, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-button-focus {
  background: #9e9e9e;
}
/* line 58, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab] .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 246, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab] [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 250, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab]:not([disabled]):hover {
  background-color: #9c27b0;
}
/* line 253, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab]:not([disabled]).md-focused {
  background-color: #aa00ff;
}
/* line 258, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab] .md-ripple-container {
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC");
}
/* line 263, ../../node_modules/ng2-material/source/components/button/button.scss */
[md-fab].md-mini {
  line-height: 40px;
  width: 40px;
  height: 40px;
}

@media screen and (-ms-high-contrast: active) {
  /* line 272, ../../node_modules/ng2-material/source/components/button/button.scss */
  [md-raised],
  [md-fab] {
    border: 1px solid #fff;
  }
}
/* line 33, ../../node_modules/ng2-material/source/components/button/button.scss */
.md-fab-position-bottom-right {
  top: auto;
  right: 20px;
  bottom: 20px;
  left: auto;
  position: absolute;
}

/* line 33, ../../node_modules/ng2-material/source/components/button/button.scss */
.md-fab-position-bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
  position: absolute;
}

/* line 33, ../../node_modules/ng2-material/source/components/button/button.scss */
.md-fab-position-top-right {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  position: absolute;
}

/* line 33, ../../node_modules/ng2-material/source/components/button/button.scss */
.md-fab-position-top-left {
  top: 20px;
  right: auto;
  bottom: auto;
  left: 20px;
  position: absolute;
}

/* line 8, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 8px;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 16, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header {
  padding: 16px;
  display: flex;
  flex-direction: row;
}
/* line 22, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header:first-child md-card-avatar {
  margin-right: 12px;
}
/* line 28, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header:last-child md-card-avatar {
  margin-left: 12px;
}
/* line 33, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar {
  width: 40px;
  height: 40px;
}
/* line 37, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar .md-user-avatar,
md-card md-card-header md-card-avatar [md-icon] {
  border-radius: 50%;
}
/* line 42, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar [md-icon] {
  padding: 8px;
}
/* line 46, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar + md-card-header-text {
  max-height: 40px;
}
/* line 49, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar + md-card-header-text .md-title {
  font-size: 14px;
}
/* line 55, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-header-text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
/* line 60, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-header-text .md-subhead {
  font-size: 14px;
}
/* line 66, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card > img,
md-card > :not(md-card-content) img {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}
/* line 74, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title {
  padding: 24px 16px 16px;
  display: flex;
  flex: 1;
  flex-direction: row;
}
/* line 80, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title + md-card-content {
  padding-top: 0;
}
/* line 84, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-text {
  flex: 1;
  flex-direction: column;
  display: flex;
}
/* line 89, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-text .md-subhead {
  padding-top: 0;
  font-size: 14px;
}
/* line 95, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-text:only-child .md-subhead {
  padding-top: 12px;
}
/* line 101, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-media {
  margin-top: -8px;
}
/* line 104, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-media .md-media-sm {
  height: 80px;
  width: 80px;
}
/* line 108, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-media .md-media-md {
  height: 112px;
  width: 112px;
}
/* line 112, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-media .md-media-lg {
  height: 152px;
  width: 152px;
}
/* line 119, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-content {
  display: block;
  padding: 16px;
}
/* line 123, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-content > p {
  margin: 0;
}
/* line 127, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-content .md-media-xl {
  height: 240px;
  width: 240px;
}
/* line 133, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions, md-card md-card-actions {
  margin: 8px;
}
/* line 138, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions[layout=column] [md-button]:not(.md-icon-button), md-card md-card-actions[layout=column] [md-button]:not(.md-icon-button) {
  margin: 2px 0;
}
/* line 141, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions[layout=column] [md-button]:not(.md-icon-button):first-of-type, md-card md-card-actions[layout=column] [md-button]:not(.md-icon-button):first-of-type {
  margin-top: 0;
}
/* line 145, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions[layout=column] [md-button]:not(.md-icon-button):last-of-type, md-card md-card-actions[layout=column] [md-button]:not(.md-icon-button):last-of-type {
  margin-bottom: 0;
}
/* line 150, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions[layout=column] [md-button].md-icon-button, md-card md-card-actions[layout=column] [md-button].md-icon-button {
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 157, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
}
/* line 165, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button]:not(.md-icon-button), md-card md-card-actions:not([layout=column]) [md-button]:not(.md-icon-button) {
  margin: 0 4px;
}
/* line 168, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button]:not(.md-icon-button):first-of-type, md-card md-card-actions:not([layout=column]) [md-button]:not(.md-icon-button):first-of-type {
  margin-left: 0;
}
/* line 172, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button]:not(.md-icon-button):last-of-type, md-card md-card-actions:not([layout=column]) [md-button]:not(.md-icon-button):last-of-type {
  margin-right: 0;
}
/* line 177, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button].md-icon-button, md-card md-card-actions:not([layout=column]) [md-button].md-icon-button {
  margin-left: 6px;
  margin-right: 6px;
}
/* line 181, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button].md-icon-button:first-of-type, md-card md-card-actions:not([layout=column]) [md-button].md-icon-button:first-of-type {
  margin-left: 12px;
}
/* line 185, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button].md-icon-button:last-of-type, md-card md-card-actions:not([layout=column]) [md-button].md-icon-button:last-of-type {
  margin-right: 12px;
}
/* line 190, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-actions:not([layout=column]) [md-button] + md-card-icon-actions, md-card md-card-actions:not([layout=column]) [md-button] + md-card-icon-actions {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
}
/* line 199, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-footer {
  margin-top: auto;
  padding: 16px;
}

@media screen and (-ms-high-contrast: active) {
  /* line 206, ../../node_modules/ng2-material/source/components/card/card.scss */
  md-card {
    border: 1px solid #fff;
  }
}
/* line 217, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card {
  background-color: white;
  border-radius: 2px;
}
/* line 221, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card .md-card-image {
  border-radius: 2px 2px 0 0;
}
/* line 227, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-avatar [md-icon] {
  color: white;
  background-color: rgba(0, 0, 0, 0.26);
}
/* line 234, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-header md-card-header-text .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}
/* line 243, ../../node_modules/ng2-material/source/components/card/card.scss */
md-card md-card-title md-card-title-text:not(:only-child) .md-subhead {
  color: rgba(0, 0, 0, 0.54);
}

/* line 5, ../../node_modules/ng2-material/source/components/content/content.scss */
md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 12, ../../node_modules/ng2-material/source/components/content/content.scss */
md-content[md-scroll-y] {
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 16, ../../node_modules/ng2-material/source/components/content/content.scss */
md-content[md-scroll-x] {
  overflow-x: auto;
  overflow-y: hidden;
}
/* line 26, ../../node_modules/ng2-material/source/components/content/content.scss */
md-content.autoScroll {
  -webkit-overflow-scrolling: auto;
}

/* line 34, ../../node_modules/ng2-material/source/components/content/content.scss */
md-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}

/* line 11, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox {
  box-sizing: border-box;
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
  position: relative;
}
/* line 21, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox.md-align-top-left .md-checkbox-container {
  top: 12px;
}
/* line 25, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:last-of-type {
  margin-left: inherit;
  margin-right: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-checkbox:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-checkbox:last-of-type {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-checkbox:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-checkbox:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-checkbox:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-checkbox:last-of-type {
  margin-right: inherit;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-checkbox:last-of-type bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-checkbox:last-of-type bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 30, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox *, md-checkbox *:after {
  box-sizing: border-box;
}
/* line 34, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[aria-checked="true"] .md-checkbox-icon {
  border: none;
}
/* line 39, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[disabled] {
  cursor: no-drop;
}
/* line 44, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:focus .md-checkbox-label:not(:empty) {
  border-color: black;
}
/* line 49, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[aria-checked="true"] .md-checkbox-icon:after {
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: ' ';
}

/* line 64, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
.md-checkbox-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] .md-checkbox-container {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] .md-checkbox-container {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] .md-checkbox-container {
  right: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] .md-checkbox-container {
  right: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 74, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
.md-checkbox-container:after {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}
/* line 83, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
.md-checkbox-container .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -15px;
  top: -15px;
  right: -15px;
  bottom: -15px;
}

/* line 96, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
.md-checkbox-icon {
  transition: 240ms;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid;
  border-radius: 2px;
}

/* line 107, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
.md-checkbox-label {
  border: 1px dotted transparent;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  pointer-events: none;
  user-select: text;
  margin-left: 28px;
  margin-right: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] .md-checkbox-label {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] .md-checkbox-label {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] .md-checkbox-label {
  margin-right: 28px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] .md-checkbox-label {
  margin-right: 28px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
.md-checkbox-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 126, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox .md-ripple {
  color: #8e24aa;
}
/* line 129, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[aria-checked="true"] .md-ripple {
  color: #757575;
}
/* line 133, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox .md-checkbox-icon {
  border-color: rgba(0, 0, 0, 0.54);
}
/* line 136, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[aria-checked="true"] .md-checkbox-icon {
  background-color: rgba(156, 39, 176, 0.87);
}
/* line 140, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[aria-checked="true"] .md-checkbox-icon:after {
  border-color: #eeeeee;
}
/* line 146, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-primary .md-ripple {
  color: #e53935;
}
/* line 149, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-primary[aria-checked="true"] .md-ripple {
  color: #757575;
}
/* line 153, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-primary .md-checkbox-icon {
  border-color: rgba(0, 0, 0, 0.54);
}
/* line 156, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-primary[aria-checked="true"] .md-checkbox-icon {
  background-color: rgba(198, 40, 40, 0.87);
}
/* line 160, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-primary[aria-checked="true"] .md-checkbox-icon:after {
  border-color: #eeeeee;
}
/* line 166, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-warn .md-ripple {
  color: #e53935;
}
/* line 170, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-warn .md-checkbox-icon {
  border-color: rgba(0, 0, 0, 0.54);
}
/* line 173, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-warn[aria-checked="true"] .md-checkbox-icon {
  background-color: rgba(244, 67, 54, 0.87);
}
/* line 177, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox:not([disabled]).md-warn[aria-checked="true"] .md-checkbox-icon:after {
  border-color: #eeeeee;
}
/* line 184, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[disabled] .md-checkbox-icon {
  border-color: rgba(0, 0, 0, 0.26);
}
/* line 188, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[disabled] .md-checkbox-label {
  color: rgba(0, 0, 0, 0.26);
}
/* line 192, ../../node_modules/ng2-material/source/components/checkbox/checkbox.scss */
md-checkbox[disabled][aria-checked="true"] .md-checkbox-icon {
  background-color: rgba(0, 0, 0, 0.26);
}

/* line 25, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table, .md-data-table {
  display: table;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: 13px;
  box-sizing: border-box;
  width: 100%;
}
/* line 34, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table md-checkbox, .md-data-table md-checkbox {
  margin: 0;
  width: 18px;
  vertical-align: middle;
}
/* line 39, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table tr, .md-data-table tr {
  vertical-align: middle;
}
/* line 41, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table tr:last-child, .md-data-table tr:last-child {
  height: 56px;
}
/* line 45, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th, md-data-table td, .md-data-table th, .md-data-table td {
  padding: 0 32px 0 24px;
  text-align: right;
}
/* line 49, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th:first-of-type, md-data-table td:first-of-type, .md-data-table th:first-of-type, .md-data-table td:first-of-type {
  padding-left: 24px;
}
/* line 53, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th:last-of-type, md-data-table td:last-of-type, .md-data-table th:last-of-type, .md-data-table td:last-of-type {
  padding-right: 24px;
}
/* line 57, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.md-text-cell, md-data-table td.md-text-cell, .md-data-table th.md-text-cell, .md-data-table td.md-text-cell {
  text-align: left;
}
/* line 59, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.md-data-check-cell, md-data-table td.md-data-check-cell, .md-data-table th.md-data-check-cell, .md-data-table td.md-data-check-cell {
  padding: 0 0 0 24px;
  width: 18px;
}
/* line 64, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th, .md-data-table th {
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.54);
  text-overflow: ellipsis;
  box-sizing: border-box;
  /*
   TODO (ollwenjones) sorting functionality pending, but these class names
   were tested, and can be used outside of the library component structures.
   */
}
/* line 71, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sortable, .md-data-table th.sortable {
  cursor: pointer;
}
/* line 79, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sorted-ascending, md-data-table th.sorted-descending, .md-data-table th.sorted-ascending, .md-data-table th.sorted-descending {
  color: rgba(0, 0, 0, 0.87);
}
/* line 82, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sorted-ascending:before, md-data-table th.sorted-descending:before, .md-data-table th.sorted-ascending:before, .md-data-table th.sorted-descending:before {
  font-family: 'Material Icons';
  font-size: 16px;
  content: "\e5d8";
  margin-right: 5px;
  vertical-align: sub;
}
/* line 89, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sorted-ascending:hover, md-data-table th.sorted-descending:hover, .md-data-table th.sorted-ascending:hover, .md-data-table th.sorted-descending:hover {
  cursor: pointer;
}
/* line 91, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sorted-ascending:hover:before, md-data-table th.sorted-descending:hover:before, .md-data-table th.sorted-ascending:hover:before, .md-data-table th.sorted-descending:hover:before {
  color: rgba(0, 0, 0, 0.38);
}
/* line 96, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th.sorted-descending:before, .md-data-table th.sorted-descending:before {
  content: "\e5db";
}
/* line 100, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table td, .md-data-table td {
  position: relative;
  vertical-align: middle;
  height: 48px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
}
/* line 109, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th:first-child, md-data-table td:first-child, .md-data-table th:first-child, .md-data-table td:first-child {
  padding-left: 24px;
}
/* line 112, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table th:last-child, md-data-table td:last-child, .md-data-table th:last-child, .md-data-table td:last-child {
  padding-right: 24px;
}
/* line 116, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table tr, .md-data-table tr {
  position: relative;
  height: 48px;
}
/* line 123, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table tbody tr.selected, md-data-table tbody tr.active, md-data-table .md-data-tbody tr.selected, md-data-table .md-data-tbody tr.active, .md-data-table tbody tr.selected, .md-data-table tbody tr.active, .md-data-table .md-data-tbody tr.selected, .md-data-table .md-data-tbody tr.active {
  background-color: whitesmoke;
}
/* line 127, ../../node_modules/ng2-material/source/components/data_table/data_table.scss */
md-data-table tbody tr:hover, md-data-table .md-data-tbody tr:hover, .md-data-table tbody tr:hover, .md-data-table .md-data-tbody tr:hover {
  background-color: #eeeeee;
}

/* line 5, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog {
  position: fixed;
  z-index: 80;
  /** Center the dialog. */
  top: 50%;
  left: 50%;
  min-width: 300px;
  min-height: 100px;
  padding: 24px;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(-50%, -50%, 0) scale(0.2);
  order: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 29, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog:not([layout=row]) > * > *:first-child:not(.md-subheader) {
  margin-top: 0;
}
/* line 33, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog:focus {
  outline: none;
}
/* line 37, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog.md-active {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  filter: none;
}
/* line 48, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog.md-dialog-absolute {
  position: absolute;
}
/* line 52, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog .md-actions, .md-dialog md-dialog-actions {
  display: flex;
  order: 2;
  box-sizing: border-box;
  align-items: center;
  justify-content: flex-end;
  padding-top: 24px;
  padding-right: 8px;
  padding-left: 16px;
  margin-bottom: -24px;
  margin-left: -24px;
  margin-right: -24px;
  right: -24px;
  min-height: 52px;
  overflow: hidden;
}
/* line 71, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog .md-actions [md-button], .md-dialog .md-actions [md-raised-button], .md-dialog md-dialog-actions [md-button], .md-dialog md-dialog-actions [md-raised-button] {
  margin-bottom: 8px;
  margin-left: 8px;
  margin-right: 0;
  margin-top: 8px;
}

/* line 85, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog {
  border-radius: 4px;
  background-color: white;
}
/* line 90, ../../node_modules/ng2-material/source/components/dialog/dialog.scss */
.md-dialog.md-content-overflow .md-actions, .md-dialog.md-content-overflow md-dialog-actions {
  border-top-color: rgba(0, 0, 0, 0.12);
}

/* line 5, ../../node_modules/ng2-material/source/components/divider/divider.scss */
md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0;
}
/* line 11, ../../node_modules/ng2-material/source/components/divider/divider.scss */
md-divider[md-inset] {
  margin-left: 80px;
}

/* line 17, ../../node_modules/ng2-material/source/components/divider/divider.scss */
.layout-row > md-divider {
  border-top-width: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

/* line 27, ../../node_modules/ng2-material/source/components/divider/divider.scss */
md-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}

/* line 32, ../../node_modules/ng2-material/source/components/divider/divider.scss */
.layout-row > md-divider {
  border-right-color: rgba(0, 0, 0, 0.12);
}

/* line 5, ../../node_modules/ng2-material/source/components/icon/icon.scss */
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px;
}
/* line 14, ../../node_modules/ng2-material/source/components/icon/icon.scss */
md-icon svg {
  pointer-events: none;
}
/* line 18, ../../node_modules/ng2-material/source/components/icon/icon.scss */
md-icon[md-font-icon] {
  line-height: 1;
  width: auto;
}

/* line 40, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container {
  display: inline-block;
  position: relative;
  padding: 2px;
  margin: 18px 0;
  vertical-align: middle;
  /*
   * The .md-input class is added to the input/textarea
   */
}
/* line 38, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container:after {
  content: '';
  display: table;
  clear: both;
}
/* line 48, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-block {
  display: block;
}
/* line 54, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-errors-spacer {
  float: right;
  min-height: 24px;
  min-width: 1px;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container .md-errors-spacer {
  float: left;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-errors-spacer bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-errors-spacer bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 62, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container > md-icon {
  position: absolute;
  top: 5px;
  left: 2px;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container > md-icon {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container > md-icon {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 69, ../../node_modules/ng2-material/source/components/input/input.scss */
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;
}
/* line 88, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container input[type="date"],
md-input-container input[type="datetime-local"],
md-input-container input[type="month"],
md-input-container input[type="time"],
md-input-container input[type="week"] {
  min-height: 26px;
}
/* line 95, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container textarea {
  resize: none;
  overflow: hidden;
}
/* line 100, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container textarea.md-input {
  min-height: 26px;
  -ms-flex-preferred-size: auto;
}
/* line 105, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container label:not(.md-container-ignore) {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container label:not(.md-container-ignore) {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container label:not(.md-container-ignore) {
  right: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-container-ignore) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-container-ignore) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 113, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-has-icon {
  padding-left: 36px;
  padding-right: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-has-icon {
  padding-left: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-has-icon {
  padding-left: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-has-icon {
  padding-right: 36px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-has-icon {
  padding-right: 36px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 116, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-has-icon > label {
  left: 36px;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-has-icon > label {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-has-icon > label {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-has-icon > label {
  right: 36px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-has-icon > label {
  right: 36px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon > label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-has-icon > label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 121, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-placeholder {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 30px, 0);
}
/* line 129, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore),
md-input-container .md-placeholder {
  order: 1;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  padding-left: 3px;
  padding-right: 0;
  z-index: 1;
  transform: translate3d(0, 28px, 0) scale(1);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transform-origin: left top;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), html[dir=rtl]
md-input-container .md-placeholder {
  padding-left: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), body[dir=rtl]
md-input-container .md-placeholder {
  padding-left: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), html[dir=rtl]
md-input-container .md-placeholder {
  padding-right: 3px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), body[dir=rtl]
md-input-container .md-placeholder {
  padding-right: 3px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), html[dir=rtl]
md-input-container .md-placeholder {
  transform-origin: right top;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container label:not(.md-no-float):not(.md-container-ignore), body[dir=rtl]
md-input-container .md-placeholder {
  transform-origin: right top;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=rtl],
md-input-container .md-placeholder bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container label:not(.md-no-float):not(.md-container-ignore) bdo[dir=ltr],
md-input-container .md-placeholder bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 142, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-focused .md-placeholder {
  opacity: 1;
  transform: translate3d(0, 24px, 0);
}
/* line 147, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-has-value .md-placeholder {
  transition: none;
  opacity: 0;
}
/* line 152, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-has-value) input:not(:focus), md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field, md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}
/* line 169, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input {
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  border-width: 0 0 1px 0;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container .md-input {
  float: right;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container .md-input {
  float: right;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-input bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-input bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 195, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input:focus {
  outline: none;
}
/* line 198, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input:invalid {
  outline: none;
  box-shadow: none;
}
/* line 203, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input.md-no-flex {
  flex: none !important;
}
/* line 208, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-char-counter {
  text-align: right;
  padding-right: 2px;
  padding-left: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container .md-char-counter {
  text-align: left;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container .md-char-counter {
  padding-right: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container .md-char-counter {
  padding-left: 2px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container .md-char-counter bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 214, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container md-message, md-input-container [md-message],
md-input-container .md-char-counter {
  font-size: 12px;
  line-height: 14px;
  padding-top: 5px;
}
/* line 223, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container md-message:not(.md-char-counter), md-input-container [md-message]:not(.md-char-counter),
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 5px;
  padding-left: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container md-message:not(.md-char-counter), html[dir=rtl] md-input-container [md-message]:not(.md-char-counter), html[dir=rtl]
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container md-message:not(.md-char-counter), body[dir=rtl] md-input-container [md-message]:not(.md-char-counter), body[dir=rtl]
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-right: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container md-message:not(.md-char-counter) bdo[dir=rtl], md-input-container [md-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container md-message:not(.md-char-counter) bdo[dir=ltr], md-input-container [md-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container md-message:not(.md-char-counter), html[dir=rtl] md-input-container [md-message]:not(.md-char-counter), html[dir=rtl]
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container md-message:not(.md-char-counter), body[dir=rtl] md-input-container [md-message]:not(.md-char-counter), body[dir=rtl]
md-input-container .md-char-counter:not(.md-char-counter) {
  padding-left: 5px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container md-message:not(.md-char-counter) bdo[dir=rtl], md-input-container [md-message]:not(.md-char-counter) bdo[dir=rtl],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container md-message:not(.md-char-counter) bdo[dir=ltr], md-input-container [md-message]:not(.md-char-counter) bdo[dir=ltr],
md-input-container .md-char-counter:not(.md-char-counter) bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 232, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid) .md-auto-hide .md-input-message-animation {
  opacity: 0;
  margin-top: -100px;
}
/* line 242, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-auto-hide .md-input-message-animation:not(.ng-animate) {
  opacity: 0;
  margin-top: -100px;
}
/* line 250, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input-message-animation.ng-enter {
  opacity: 0;
  margin-top: -100px;
}
/* line 259, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 6px, 0) scale(0.75);
}
/* line 267, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-has-value label {
  transition: none;
}
/* line 273, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-focused .md-input,
md-input-container .md-input.ng-invalid.ng-dirty {
  padding-bottom: 0;
  border-width: 0 0 2px 0;
}
/* line 280, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  background-position: 0 bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
  margin-bottom: -1px;
}

/* line 292, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-float {
  transition: margin-top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 296, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-float > label {
  pointer-events: none;
  position: absolute;
}
/* line 301, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-float > md-icon {
  top: 2px;
  left: 2px;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-float > md-icon {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-float > md-icon {
  right: 2px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-float > md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-float > md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 310, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-float.md-input-focused label, md-input-container.md-icon-float.md-input-has-value label {
  transform: translate3d(0, 6px, 0) scale(0.75);
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.5s;
}

/* line 318, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-right {
  padding-right: 36px;
  padding-left: 36px;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-right {
  padding-right: 36px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-right {
  padding-right: 36px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-right {
  padding-left: 36px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 323, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-icon-right .md-errors-spacer + md-icon {
  margin: 0;
  right: 2px;
  left: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  right: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  right: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  left: 2px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-input-container.md-icon-right .md-errors-spacer + md-icon {
  left: 2px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-input-container.md-icon-right .md-errors-spacer + md-icon bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}

@media screen and (-ms-high-contrast: active) {
  /* line 333, ../../node_modules/ng2-material/source/components/input/input.scss */
  md-input-container.md-default-theme > md-icon {
    fill: #fff;
  }
}
/* line 341, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
}
/* line 6, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input::-webkit-input-placeholder, md-input-container .md-input::-moz-placeholder, md-input-container .md-input:-moz-placeholder, md-input-container .md-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
/* line 348, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container > md-icon {
  color: rgba(0, 0, 0, 0.87);
}
/* line 352, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container label,
md-input-container .md-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
/* line 358, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container div[md-messages] {
  color: #f44336;
}
/* line 364, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54);
}
/* line 369, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #f44336;
}
/* line 372, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused label {
  color: #f44336;
}
/* line 375, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused md-icon {
  color: #f44336;
}
/* line 379, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #9c27b0;
}
/* line 382, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused.md-accent label {
  color: #9c27b0;
}
/* line 387, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #f44336;
}
/* line 390, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container:not(.md-input-invalid).md-input-focused.md-warn label {
  color: #f44336;
}
/* line 397, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-invalid .md-input {
  border-color: #f44336;
}
/* line 400, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-invalid label {
  color: #f44336;
}
/* line 403, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-input-invalid .md-char-counter {
  color: #f44336;
}
/* line 408, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container.md-full-width .md-input {
  border-color: transparent !important;
}
/* line 413, ../../node_modules/ng2-material/source/components/input/input.scss */
md-input-container .md-input[disabled], [disabled] md-input-container .md-input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
}

/* line 33, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list {
  display: block;
  padding: 8px 0px 8px 0px;
}
/* line 37, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list .md-subheader {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 1.2em;
}

/* line 45, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item {
  position: relative;
}
/* line 49, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear;
}
/* line 52, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  flex: 1 1 auto;
}
/* line 58, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-no-proxy.md-button,
md-list-item .md-no-style.md-button {
  font-size: inherit;
  height: inherit;
  text-align: left;
  text-transform: none;
  width: 100%;
  white-space: normal;
  flex-direction: inherit;
  align-items: inherit;
  border-radius: 0;
}
/* line 69, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-no-proxy.md-button > .md-ripple-container,
md-list-item .md-no-style.md-button > .md-ripple-container {
  border-radius: 0;
}
/* line 73, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-no-proxy:focus,
md-list-item .md-no-style:focus {
  outline: none;
}
/* line 77, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-with-secondary {
  position: relative;
}
/* line 80, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-clickable:hover {
  cursor: pointer;
}
/* line 84, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
/* line 89, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item md-divider[md-inset] {
  left: 96px;
  width: calc(100% - 96px);
  margin: 0;
}

/* line 97, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item, md-list-item .md-list-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 48px;
  height: auto;
}
/* line 105, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > div.md-primary > [md-icon]:not(.md-avatar-icon), md-list-item > div.md-secondary > [md-icon]:not(.md-avatar-icon), md-list-item > [md-icon]:first-child:not(.md-avatar-icon),
md-list-item > [md-icon].md-secondary:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-primary > [md-icon]:not(.md-avatar-icon), md-list-item .md-list-item-inner > div.md-secondary > [md-icon]:not(.md-avatar-icon), md-list-item .md-list-item-inner > [md-icon]:first-child:not(.md-avatar-icon),
md-list-item .md-list-item-inner > [md-icon].md-secondary:not(.md-avatar-icon) {
  width: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
  box-sizing: content-box;
}
/* line 114, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > div.md-primary > md-checkbox, md-list-item > div.md-secondary > md-checkbox, md-list-item > md-checkbox,
md-list-item md-checkbox.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-checkbox, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox, md-list-item .md-list-item-inner > md-checkbox,
md-list-item .md-list-item-inner md-checkbox.md-secondary {
  align-self: center;
}
/* line 119, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > div.md-primary > md-checkbox .md-label, md-list-item > div.md-secondary > md-checkbox .md-label, md-list-item > md-checkbox .md-label,
md-list-item md-checkbox.md-secondary .md-label, md-list-item .md-list-item-inner > div.md-primary > md-checkbox .md-label, md-list-item .md-list-item-inner > div.md-secondary > md-checkbox .md-label, md-list-item .md-list-item-inner > md-checkbox .md-label,
md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
  display: none;
}
/* line 124, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > [md-icon]:first-child:not(.md-avatar-icon), md-list-item .md-list-item-inner > [md-icon]:first-child:not(.md-avatar-icon) {
  margin-right: 32px;
}
/* line 127, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > md-checkbox, md-list-item .md-list-item-inner > md-checkbox {
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 16px;
}
/* line 133, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item .md-avatar, md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar, md-list-item .md-list-item-inner .md-avatar-icon {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 16px;
  border-radius: 50%;
  box-sizing: content-box;
}
/* line 140, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item .md-avatar, md-list-item .md-list-item-inner .md-avatar {
  width: 40px;
  height: 40px;
}
/* line 144, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar-icon {
  padding: 8px;
}
/* line 148, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item md-checkbox.md-secondary,
md-list-item md-switch.md-secondary, md-list-item .md-list-item-inner md-checkbox.md-secondary,
md-list-item .md-list-item-inner md-switch.md-secondary {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 154, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item md-checkbox.md-secondary, md-list-item .md-list-item-inner md-checkbox.md-secondary {
  margin-right: 0;
}
/* line 158, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item md-switch.md-secondary, md-list-item .md-list-item-inner md-switch.md-secondary {
  margin-right: -6px;
}
/* line 162, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item button.md-button.md-secondary-container, md-list-item .md-list-item-inner button.md-button.md-secondary-container {
  background-color: transparent;
  align-self: center;
  border-radius: 50%;
  margin: 0px;
  min-width: 0px;
}
/* line 168, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item button.md-button.md-secondary-container .md-ripple,
md-list-item button.md-button.md-secondary-container .md-ripple-container, md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple,
md-list-item .md-list-item-inner button.md-button.md-secondary-container .md-ripple-container {
  border-radius: 50%;
}
/* line 173, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item button.md-button.md-secondary-container.md-icon-button, md-list-item .md-list-item-inner button.md-button.md-secondary-container.md-icon-button {
  margin-right: -12px;
}
/* line 179, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item .md-secondary-container,
md-list-item .md-secondary, md-list-item .md-list-item-inner .md-secondary-container,
md-list-item .md-list-item-inner .md-secondary {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0 0 0 16px;
  transform: translate3d(0, -50%, 0);
}
/* line 188, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > .md-button.md-secondary-container > .md-secondary, md-list-item .md-list-item-inner > .md-button.md-secondary-container > .md-secondary {
  margin-left: 0;
  position: static;
}
/* line 193, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item > p, md-list-item > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item .md-list-item-inner > .md-list-item-inner > p {
  flex: 1;
  margin: 0;
}

/* line 199, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style,
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  align-items: flex-start;
  justify-content: center;
}
/* line 206, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text,
md-list-item.md-3-line .md-list-item-text,
md-list-item.md-3-line > .md-no-style .md-list-item-text {
  flex: 1;
  margin: auto;
  text-overflow: ellipsis;
}
/* line 211, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text.md-offset,
md-list-item.md-2-line > .md-no-style .md-list-item-text.md-offset,
md-list-item.md-3-line .md-list-item-text.md-offset,
md-list-item.md-3-line > .md-no-style .md-list-item-text.md-offset {
  margin-left: 56px;
}
/* line 215, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text h3,
md-list-item.md-2-line > .md-no-style .md-list-item-text h3,
md-list-item.md-3-line .md-list-item-text h3,
md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  margin: 0 0 0px 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 225, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text h4,
md-list-item.md-2-line > .md-no-style .md-list-item-text h4,
md-list-item.md-3-line .md-list-item-text h4,
md-list-item.md-3-line > .md-no-style .md-list-item-text h4 {
  font-size: 14px;
  letter-spacing: 0.010em;
  margin: 3px 0 1px 0;
  font-weight: 400;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* line 235, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text p,
md-list-item.md-2-line > .md-no-style .md-list-item-text p,
md-list-item.md-3-line .md-list-item-text p,
md-list-item.md-3-line > .md-no-style .md-list-item-text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  margin: 0 0 0 0;
  line-height: 1.6em;
}

/* line 245, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line,
md-list-item.md-2-line > .md-no-style {
  height: auto;
  min-height: 72px;
}
/* line 249, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line.md-long-text,
md-list-item.md-2-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
/* line 253, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line > .md-avatar, md-list-item.md-2-line .md-avatar-icon,
md-list-item.md-2-line > .md-no-style > .md-avatar,
md-list-item.md-2-line > .md-no-style .md-avatar-icon {
  margin-top: 12px;
}
/* line 256, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line > [md-icon]:first-child,
md-list-item.md-2-line > .md-no-style > [md-icon]:first-child {
  align-self: flex-start;
}
/* line 259, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text {
  flex: 1;
}

/* line 264, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-3-line,
md-list-item.md-3-line > .md-no-style {
  height: auto;
  min-height: 88px;
}
/* line 269, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-3-line.md-long-text,
md-list-item.md-3-line > .md-no-style.md-long-text {
  margin: 1.6em;
}
/* line 273, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list-item.md-3-line > [md-icon]:first-child,
md-list-item.md-3-line > .md-avatar,
md-list-item.md-3-line > .md-no-style > [md-icon]:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar {
  margin-top: 16px;
}

/* line 286, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item.md-2-line .md-list-item-text h3, md-list md-list-item.md-2-line .md-list-item-text h4,
md-list md-list-item.md-3-line .md-list-item-text h3,
md-list md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87);
}
/* line 289, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item.md-2-line .md-list-item-text p,
md-list md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54);
}
/* line 293, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list .md-proxy-focus.md-focused div.md-no-style {
  background-color: white;
}
/* line 297, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item > .md-list-item-inner > [md-icon] {
  color: rgba(0, 0, 0, 0.54);
}
/* line 300, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item > .md-list-item-inner > [md-icon].md-highlight {
  color: #c62828;
}
/* line 302, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item > .md-list-item-inner > [md-icon].md-highlight.md-accent {
  color: #9c27b0;
}
/* line 307, ../../node_modules/ng2-material/source/components/list/list.scss */
md-list md-list-item > .md-list-item-inner > .md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: whitesmoke;
}

/* line 9, ../../node_modules/ng2-material/source/components/form/messages.scss */
form md-messages, form [md-messages] {
  position: relative;
  order: 4;
  overflow: hidden;
  clear: left;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] form md-messages, html[dir=rtl] form [md-messages] {
  clear: right;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] form md-messages, body[dir=rtl] form [md-messages] {
  clear: right;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
form md-messages bdo[dir=rtl], form [md-messages] bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
form md-messages bdo[dir=ltr], form [md-messages] bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 16, ../../node_modules/ng2-material/source/components/form/messages.scss */
form md-message, form [md-message] {
  overflow: hidden;
}

/* line 2, ../../node_modules/ng2-material/source/components/peekaboo/peekaboo.scss */
[md-peekaboo][breakAction=show] {
  display: none;
}
/* line 4, ../../node_modules/ng2-material/source/components/peekaboo/peekaboo.scss */
[md-peekaboo][breakAction=show].md-peekaboo-active {
  display: inherit;
}
/* line 8, ../../node_modules/ng2-material/source/components/peekaboo/peekaboo.scss */
[md-peekaboo][breakAction=hide] {
  display: inherit;
}
/* line 10, ../../node_modules/ng2-material/source/components/peekaboo/peekaboo.scss */
[md-peekaboo][breakAction=hide].md-peekaboo-active {
  display: none;
}

/* line 12, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 2;
}
/* line 24, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[hidden] {
  visibility: hidden;
}
/* line 28, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
}
/* line 35, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner {
  width: 100px;
  height: 100px;
  position: relative;
}
/* line 39, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-gap {
  position: absolute;
  left: 49px;
  right: 49px;
  top: 0;
  bottom: 0;
  border-top-width: 10px;
  border-top-style: solid;
  box-sizing: border-box;
}
/* line 49, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-left, md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  position: absolute;
  top: 0;
  height: 100px;
  width: 50px;
  overflow: hidden;
}
/* line 55, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border-width: 10px;
  border-style: solid;
  border-bottom-color: transparent;
  border-radius: 50%;
}
/* line 67, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-left {
  left: 0;
}
/* line 69, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  left: 0;
  border-right-color: transparent;
}
/* line 74, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-right {
  right: 0;
}
/* line 76, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  right: 0;
  border-left-color: transparent;
}
/* line 85, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[mode="indeterminate"] .md-spinner-wrapper, md-progress-circular:not([mode]) .md-spinner-wrapper {
  animation: outer-rotate 2.9166666667s linear infinite;
}
/* line 87, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[mode="indeterminate"] .md-spinner-wrapper .md-inner, md-progress-circular:not([mode]) .md-spinner-wrapper .md-inner {
  animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
}
/* line 90, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[mode="indeterminate"] .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular[mode="indeterminate"] .md-spinner-wrapper .md-inner .md-right .md-half-circle, md-progress-circular:not([mode]) .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular:not([mode]) .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-iteration-count: infinite;
  animation-duration: 1.3125s;
  animation-timing-function: cubic-bezier(0.35, 0, 0.25, 1);
}
/* line 97, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[mode="indeterminate"] .md-spinner-wrapper .md-inner .md-left .md-half-circle, md-progress-circular:not([mode]) .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  animation-name: left-wobble;
}
/* line 102, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular[mode="indeterminate"] .md-spinner-wrapper .md-inner .md-right .md-half-circle, md-progress-circular:not([mode]) .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: right-wobble;
}
/* line 111, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper {
  animation: none;
}
/* line 113, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner {
  animation: none;
}
/* line 116, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-left .md-half-circle {
  animation-name: none;
}
/* line 121, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-right .md-half-circle {
  animation-name: none;
}
/* line 129, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper.ng-hide {
  animation: none;
}
/* line 131, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner {
  animation: none;
}
/* line 134, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-left .md-half-circle {
  animation-name: none;
}
/* line 139, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-right .md-half-circle {
  animation-name: none;
}

@keyframes outer-rotate {
  0% {
    transform: rotate(0deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes left-wobble {
  0%, 100% {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
@keyframes right-wobble {
  0%, 100% {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
}
@keyframes sporadic-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  100% {
    transform: rotate(1080deg);
  }
}
/* line 209, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular {
  background-color: transparent;
}
/* line 212, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-inner .md-gap {
  border-top-color: #c62828;
  border-bottom-color: #c62828;
}
/* line 217, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-inner .md-left .md-half-circle, md-progress-circular .md-inner .md-right .md-half-circle {
  border-top-color: #c62828;
}
/* line 222, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-inner .md-right .md-half-circle {
  border-right-color: #c62828;
}
/* line 227, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular .md-inner .md-left .md-half-circle {
  border-left-color: #c62828;
}
/* line 234, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-warn .md-inner .md-gap {
  border-top-color: #f44336;
  border-bottom-color: #f44336;
}
/* line 239, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-warn .md-inner .md-left .md-half-circle, md-progress-circular.md-warn .md-inner .md-right .md-half-circle {
  border-top-color: #f44336;
}
/* line 244, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-warn .md-inner .md-right .md-half-circle {
  border-right-color: #f44336;
}
/* line 249, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-warn .md-inner .md-left .md-half-circle {
  border-left-color: #f44336;
}
/* line 257, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-accent .md-inner .md-gap {
  border-top-color: #9c27b0;
  border-bottom-color: #9c27b0;
}
/* line 262, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-accent .md-inner .md-left .md-half-circle, md-progress-circular.md-accent .md-inner .md-right .md-half-circle {
  border-top-color: #9c27b0;
}
/* line 267, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-accent .md-inner .md-right .md-half-circle {
  border-right-color: #9c27b0;
}
/* line 272, ../../node_modules/ng2-material/source/components/progress_circular/progress_circular.scss */
md-progress-circular.md-accent .md-inner .md-left .md-half-circle {
  border-left-color: #9c27b0;
}

/* line 7, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear {
  display: block;
  width: 100%;
  height: 5px;
}
/* line 12, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[hidden] {
  display: none;
}
/* line 16, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear *, md-progress-linear *:before {
  box-sizing: border-box;
}
/* line 20, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-container {
  overflow: hidden;
  position: relative;
  height: 5px;
  transform: translate(0, 5px) scale(1, 0);
  transition: all .3s linear;
}
/* line 29, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-container.md-ready {
  transform: translate(0, 0) scale(1, 1);
}
/* line 33, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-bar {
  height: 5px;
  position: absolute;
  width: 100%;
}
/* line 39, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-bar1, md-progress-linear .md-progress-linear-bar2 {
  transition: all 0.2s linear;
}
/* line 44, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=determinate] .md-progress-linear-bar1 {
  display: none;
}
/* line 50, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=indeterminate] .md-progress-linear-bar1 {
  animation: indeterminate1 4s infinite linear;
}
/* line 54, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=indeterminate] .md-progress-linear-bar2 {
  animation: indeterminate2 4s infinite linear;
}
/* line 60, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer] .md-progress-linear-container {
  background-color: transparent !important;
}
/* line 64, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer] .md-progress-linear-dashed:before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  margin-top: 0px;
  position: absolute;
  background-color: transparent;
  background-size: 10px 10px !important;
  background-position: 0px -23px;
  animation: buffer 3s infinite linear;
}
/* line 79, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=query] .md-progress-linear-bar1 {
  display: none;
}
/* line 82, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=query] .md-progress-linear-bar2 {
  animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes indeterminate1 {
  0% {
    transform: translateX(-25%) scale(0.5, 1);
  }
  10% {
    transform: translateX(25%) scale(0.5, 1);
  }
  19.99% {
    transform: translateX(50%) scale(0, 1);
  }
  20% {
    transform: translateX(-37.5%) scale(0.25, 1);
  }
  30% {
    transform: translateX(37.5%) scale(0.25, 1);
  }
  34.99% {
    transform: translateX(50%) scale(0, 1);
  }
  36.99% {
    transform: translateX(50%) scale(0, 1);
  }
  37% {
    transform: translateX(-37.5%) scale(0.25, 1);
  }
  47% {
    transform: translateX(20%) scale(0.25, 1);
  }
  52% {
    transform: translateX(35%) scale(0.05, 1);
  }
  55% {
    transform: translateX(35%) scale(0.1, 1);
  }
  58% {
    transform: translateX(50%) scale(0.1, 1);
  }
  61.99% {
    transform: translateX(50%) scale(0, 1);
  }
  69.99% {
    transform: translateX(50%) scale(0, 1);
  }
  70% {
    transform: translateX(-37.5%) scale(0.25, 1);
  }
  80% {
    transform: translateX(20%) scale(0.25, 1);
  }
  85% {
    transform: translateX(35%) scale(0.05, 1);
  }
  88% {
    transform: translateX(35%) scale(0.1, 1);
  }
  91% {
    transform: translateX(50%) scale(0.1, 1);
  }
  92.99% {
    transform: translateX(50%) scale(0, 1);
  }
  93% {
    transform: translateX(-50%) scale(0, 1);
  }
  100% {
    transform: translateX(-25%) scale(0.5, 1);
  }
}
@keyframes indeterminate2 {
  0% {
    transform: translateX(-50%) scale(0, 1);
  }
  25.99% {
    transform: translateX(-50%) scale(0, 1);
  }
  28% {
    transform: translateX(-37.5%) scale(0.25, 1);
  }
  38% {
    transform: translateX(37.5%) scale(0.25, 1);
  }
  42.99% {
    transform: translateX(50%) scale(0, 1);
  }
  46.99% {
    transform: translateX(50%) scale(0, 1);
  }
  49.99% {
    transform: translateX(50%) scale(0, 1);
  }
  50% {
    transform: translateX(-50%) scale(0, 1);
  }
  60% {
    transform: translateX(-25%) scale(0.5, 1);
  }
  70% {
    transform: translateX(25%) scale(0.5, 1);
  }
  79.99% {
    transform: translateX(50%) scale(0, 1);
  }
}
@keyframes query {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
@keyframes buffer {
  0% {
    opacity: 1;
    background-position: 0px -23px;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    background-position: -200px -23px;
  }
}
/* line 221, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-container {
  background-color: #ffcdd2;
}
/* line 224, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear .md-progress-linear-bar {
  background-color: #c62828;
}
/* line 229, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear.md-warn .md-progress-linear-container {
  background-color: #ffcdd2;
}
/* line 232, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear.md-warn .md-progress-linear-bar {
  background-color: #f44336;
}
/* line 238, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear.md-accent .md-progress-linear-container {
  background-color: #e1bee7;
}
/* line 241, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear.md-accent .md-progress-linear-bar {
  background-color: #9c27b0;
}
/* line 246, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer] {
  background-color: transparent !important;
  transition: all 0.2s linear;
}
/* line 249, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer] .md-progress-linear-display:before {
  display: block;
  animation: buffer 3s infinite linear;
}
/* line 255, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-primary .md-progress-linear-bar1 {
  background-color: #ffcdd2;
}
/* line 258, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-primary .md-progress-linear-dashed:before {
  background: radial-gradient(#ffcdd2 0%, #ffcdd2 16%, rgba(0, 0, 0, 0) 42%);
}
/* line 263, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-warn .md-progress-linear-bar1 {
  background-color: #ffcdd2;
}
/* line 266, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-warn .md-progress-linear-dashed:before {
  background: radial-gradient(#ffcdd2 0%, #ffcdd2 16%, rgba(0, 0, 0, 0) 42%);
}
/* line 271, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-accent .md-progress-linear-bar1 {
  background-color: #e1bee7;
}
/* line 274, ../../node_modules/ng2-material/source/components/progress_linear/progress_linear.scss */
md-progress-linear[mode=buffer].md-accent .md-progress-linear-dashed:before {
  background: radial-gradient(#e1bee7 0%, #e1bee7 16%, rgba(0, 0, 0, 0) 42%);
}

/* line 12, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button {
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
}
/* line 18, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button.md-align-top-left .md-radio-container {
  top: 12px;
}
/* line 23, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button .md-radio-container {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  left: 0;
  right: auto;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-radio-button .md-radio-container {
  left: auto;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-radio-button .md-radio-container {
  left: auto;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-radio-button .md-radio-container {
  right: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-radio-button .md-radio-container {
  right: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-container bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-container bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 39, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button .md-radio-label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: auto;
  margin-left: 30px;
  margin-right: 0;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-radio-button .md-radio-label {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-radio-button .md-radio-label {
  margin-left: 0;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 120, ../../node_modules/ng2-material/source/core/style/mixins.scss */
html[dir=rtl] md-radio-button .md-radio-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
/* line 124, ../../node_modules/ng2-material/source/core/style/mixins.scss */
body[dir=rtl] md-radio-button .md-radio-label {
  margin-right: 30px;
  unicode-bidi: embed;
}
/* line 129, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-label bdo[dir=rtl] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
/* line 133, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-radio-button .md-radio-label bdo[dir=ltr] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
/* line 50, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button .md-radio-root {
  display: block;
  cursor: pointer;
}

/* line 57, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group {
  border: 1px dotted transparent;
  display: inline-block;
  outline: none;
}

/* line 63, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-off {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px;
  border-radius: 50%;
  transition: border-color ease 0.28s;
}

/* line 75, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-on {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: transform ease 0.28s;
  transform: scale(0);
}
/* line 86, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-checked .md-radio-on {
  transform: scale(0.5);
}

/* line 93, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-off {
  border-color: rgba(0, 0, 0, 0.54);
}

/* line 97, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-on {
  background-color: rgba(156, 39, 176, 0.87);
}

/* line 101, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
.md-radio-checked .md-radio-off {
  border-color: rgba(156, 39, 176, 0.87);
}

/* line 115, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-primary .md-radio-on {
  background-color: rgba(198, 40, 40, 0.87);
}
/* line 119, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-primary .md-radio-checked .md-radio-off {
  border-color: rgba(198, 40, 40, 0.87);
}
/* line 123, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-primary .md-radio-checked .md-ink-ripple {
  color: rgba(198, 40, 40, 0.87);
}
/* line 127, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-primary .md-radio-container .md-ripple {
  color: #e53935;
}
/* line 133, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-warn .md-radio-on {
  background-color: rgba(244, 67, 54, 0.87);
}
/* line 136, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-warn .md-radio-checked .md-radio-off {
  border-color: rgba(244, 67, 54, 0.87);
}
/* line 139, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-warn .md-radio-checked .md-ink-ripple {
  color: rgba(244, 67, 54, 0.87);
}
/* line 142, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-group:not([disabled]) md-radio-button:not([disabled]).md-warn .md-radio-container .md-ripple {
  color: #e53935;
}

/* line 151, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button[disabled] .md-radio-label,
md-radio-group[disabled] md-radio-button .md-radio-label {
  color: rgba(0, 0, 0, 0.26);
}
/* line 155, ../../node_modules/ng2-material/source/components/radio/radio_button.scss */
md-radio-button[disabled] .md-radio-container .md-radio-off, md-radio-button[disabled] .md-radio-container .md-radio-on,
md-radio-group[disabled] md-radio-button .md-radio-container .md-radio-off,
md-radio-group[disabled] md-radio-button .md-radio-container .md-radio-on {
  border-color: rgba(0, 0, 0, 0.26);
}

/* line 1, ../../node_modules/ng2-material/source/components/radio/radio_group.scss */
md-radio-group {
  border: 1px dotted transparent;
  display: block;
  outline: none;
}

/* line 10, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav-container {
  overflow: hidden;
  padding-left: 0;
  transition: none;
  will-change: padding-left;
}
/* line 15, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav-container.md-pushed {
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  padding-left: 320px;
}

/* line 21, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav {
  position: relative;
  transform: translate3D(0, 0, 0);
  box-sizing: border-box;
  position: fixed;
  z-index: 60;
  width: 320px;
  max-width: 320px;
  bottom: 0;
  overflow: auto;
}
/* line 32, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav.md-closed {
  visibility: hidden;
  transition: transform 0.2s ease-in;
}
/* line 37, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav.md-closed-add.md-closed-add-active, md-sidenav.md-closed-remove.md-closed-remove-active {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* line 42, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav.md-style-side, md-sidenav.md-style-side.md-closed, md-sidenav.md-style-side.md-closed.md-sidenav-left, md-sidenav.md-style-side.md-closed, md-sidenav.md-style-side.md-closed.md-sidenav-right, md-sidenav.md-style-side-remove.md-closed {
  visibility: visible;
  transform: translate3d(0, 0, 0);
}

/* line 54, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  will-change: transform;
  transform: translate3d(0%, 0, 0);
}
/* line 59, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
.md-sidenav-left.md-closed, md-sidenav.md-closed {
  transform: translate3d(-100%, 0, 0);
}

/* line 64, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
.md-sidenav-right {
  left: 100%;
  top: 0;
  will-change: transform;
  transform: translate3d(-100%, 0, 0);
}
/* line 69, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
.md-sidenav-right.md-closed {
  transform: translate3d(0%, 0, 0);
}

@media screen and (min-width: 600px) {
  /* line 75, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
  md-sidenav {
    max-width: 400px;
  }
}
@media screen and (max-width: 456px) {
  /* line 81, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
  md-sidenav {
    width: calc(100% - 56px);
    min-width: calc(100% - 56px);
    max-width: calc(100% - 56px);
  }
}
@media screen and (-ms-high-contrast: active) {
  /* line 89, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff;
  }

  /* line 92, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
  .md-sidenav-right {
    border-left: 1px solid #fff;
  }
}
/* line 97, ../../node_modules/ng2-material/source/components/sidenav/sidenav.scss */
md-sidenav {
  background-color: white;
}

/* line 12, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  position: relative;
}
/* line 20, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader .md-subheader-inner {
  display: block;
  padding: 16px;
}
/* line 25, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader .md-subheader-content {
  display: block;
  z-index: 1;
  position: relative;
}

/* line 34, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader {
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
}
/* line 38, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader.md-primary {
  color: #c62828;
}
/* line 41, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader.md-accent {
  color: #9c27b0;
}
/* line 44, ../../node_modules/ng2-material/source/components/subheader/subheader.scss */
.md-subheader.md-warn {
  color: #f44336;
}

/* line 10, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch {
  display: flex;
  align-items: center;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  user-select: none;
}
/* line 20, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch * {
  box-sizing: border-box;
}
/* line 24, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-container {
  cursor: grab;
  width: 36px;
  height: 24px;
  position: relative;
  user-select: none;
  margin-right: 8px;
}
/* line 35, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch:not([disabled]) .md-switch-dragging, md-switch:not([disabled]).md-switch-dragging .md-switch-container {
  cursor: grabbing;
}
/* line 41, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-label {
  border: 0 transparent;
}
/* line 45, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-bar {
  left: 1px;
  width: 34px;
  top: 5px;
  height: 14px;
  border-radius: 8px;
  position: absolute;
}
/* line 54, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-thumb-container {
  top: 2px;
  left: 0;
  width: 16px;
  position: absolute;
  transform: translate3d(0, 0, 0);
  z-index: 1;
}
/* line 63, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"] .md-switch-thumb-container {
  transform: translate3d(100%, 0, 0);
}
/* line 67, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-thumb {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  outline: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
/* line 79, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-thumb .md-ripple-container {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: -20px;
  top: -20px;
  right: -20px;
  bottom: -20px;
}
/* line 92, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch:not(.md-switch-dragging) .md-switch-bar,
md-switch:not(.md-switch-dragging) .md-switch-thumb-container,
md-switch:not(.md-switch-dragging) .md-switch-thumb {
  transition: all 0.08s linear;
  transition-property: transform, background-color;
}
/* line 98, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch:not(.md-switch-dragging) .md-switch-bar,
md-switch:not(.md-switch-dragging) .md-switch-thumb {
  transition-delay: 0.05s;
}

@media screen and (-ms-high-contrast: active) {
  /* line 108, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
  md-switch .md-switch-bar {
    background-color: #666;
  }

  /* line 111, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
  md-switch[aria-checked="true"] .md-switch-bar {
    background-color: #9E9E9E;
  }

  /* line 114, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
  md-switch.md-default-theme .md-switch-thumb {
    background-color: #fff;
  }
}
/* line 122, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-thumb {
  background-color: #fafafa;
}
/* line 125, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch .md-switch-bar {
  background-color: #9e9e9e;
}
/* line 130, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"] .md-switch-thumb {
  background-color: #9c27b0;
}
/* line 133, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"] .md-switch-bar {
  background-color: rgba(156, 39, 176, 0.5);
}
/* line 138, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"].md-primary .md-switch-thumb {
  background-color: #c62828;
}
/* line 141, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"].md-primary .md-switch-bar {
  background-color: rgba(198, 40, 40, 0.5);
}
/* line 147, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"].md-warn .md-switch-thumb {
  background-color: #f44336;
}
/* line 150, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[aria-checked="true"].md-warn .md-switch-bar {
  background-color: rgba(244, 67, 54, 0.5);
}
/* line 157, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[disabled] .md-switch-thumb {
  background-color: #bdbdbd;
}
/* line 160, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch[disabled] .md-switch-bar {
  background-color: rgba(0, 0, 0, 0.12);
}
/* line 166, ../../node_modules/ng2-material/source/components/switcher/switch.scss */
md-switch:focus .md-switch-label:not(:empty) {
  border: 1px dotted rgba(0, 0, 0, 0.87);
}

/* line 43, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%;
}
/* line 55, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
  transition: box-shadow 0.5s linear;
}
/* line 59, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar md-toolbar-filler {
  width: 72px;
}
/* line 63, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar *,
md-toolbar *:before,
md-toolbar *:after {
  box-sizing: border-box;
}
/* line 69, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar.md-tall {
  height: 128px;
  min-height: 128px;
  max-height: 128px;
}
/* line 73, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar.md-hero {
  height: 256px;
  min-height: 256px;
  max-height: 256px;
}
/* line 77, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar.md-medium-tall {
  height: 88px;
  min-height: 88px;
  max-height: 88px;
}
/* line 79, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar.md-medium-tall .md-toolbar-tools {
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}
/* line 86, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar > .md-indent {
  margin-left: 64px;
}
/* line 91, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar ~ md-content:not([scroll-shrink]) {
  overflow: hidden;
}
/* line 94, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar ~ md-content > md-list {
  padding: 0;
}
/* line 98, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
  display: none;
}

/* line 106, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools {
  font-size: 20px;
  letter-spacing: 0.005em;
  box-sizing: border-box;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
/* line 121, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
  font-size: inherit;
  font-weight: inherit;
  margin: inherit;
}
/* line 127, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools a {
  color: inherit;
  text-decoration: none;
}
/* line 131, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools .fill-height {
  display: flex;
  align-items: center;
}
/* line 135, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools [md-button] {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 139, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools > [md-button]:first-child {
  margin-left: -8px;
}
/* line 142, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools > [md-button]:last-child {
  margin-right: -8px;
}
/* line 146, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools > md-menu:last-child {
  margin-right: -8px;
}
/* line 148, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
.md-toolbar-tools > md-menu:last-child > [md-button] {
  margin-right: 0;
}
@media screen and (-ms-high-contrast: active) {
  /* line 106, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
  .md-toolbar-tools {
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: portrait) {
  /* line 160, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
  md-toolbar {
    min-height: 56px;
  }

  /* line 164, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
  .md-toolbar-tools {
    height: 56px;
    max-height: 56px;
  }
}
@media only screen and (min-width: 0) and (max-width: 600px) and (orientation: landscape) {
  /* line 172, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
  md-toolbar {
    min-height: 48px;
  }

  /* line 176, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
  .md-toolbar-tools {
    height: 48px;
    max-height: 48px;
  }
}
/* line 186, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar:not(.md-menu-toolbar) {
  background-color: #c62828;
  color: rgba(255, 255, 255, 0.870588);
}
/* line 190, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar:not(.md-menu-toolbar) [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 194, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar:not(.md-menu-toolbar) [md-button] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 198, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar:not(.md-menu-toolbar).md-accent {
  background-color: #9c27b0;
  color: rgba(255, 255, 255, 0.870588);
}
/* line 202, ../../node_modules/ng2-material/source/components/toolbar/toolbar.scss */
md-toolbar:not(.md-menu-toolbar).md-warn {
  background-color: #f44336;
  color: white;
}

@keyframes md-tab-content-hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 22, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
}

/* line 32, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs {
  display: block;
  margin: 0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
/* line 39, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs:not(.md-no-tab-content):not([md-dynamic-height]) {
  min-height: 248px;
}
/* line 42, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-align-tabs="bottom"] {
  padding-bottom: 48px;
}
/* line 44, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-align-tabs="bottom"] md-tabs-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  z-index: 2;
}
/* line 52, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-align-tabs="bottom"] md-tabs-content-wrapper {
  top: 0;
  bottom: 48px;
}
/* line 58, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-dynamic-height] md-tabs-content-wrapper {
  min-height: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  overflow: visible;
}
/* line 68, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-dynamic-height] md-tab-content.md-active {
  position: relative;
}
/* line 74, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-border-bottom] md-tabs-wrapper {
  border-width: 0 0 1px;
  border-style: solid;
}
/* line 79, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs[md-border-bottom]:not([md-dynamic-height]) md-tabs-content-wrapper {
  top: 49px;
}

/* line 86, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper {
  display: block;
  position: relative;
}
/* line 89, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button, md-tabs-wrapper md-next-button {
  height: 100%;
  width: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1em;
  z-index: 2;
  cursor: pointer;
  font-size: 16px;
  background: transparent no-repeat center center;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
}
/* line 101, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button:focus, md-tabs-wrapper md-next-button:focus {
  outline: none;
}
/* line 104, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button.md-disabled, md-tabs-wrapper md-next-button.md-disabled {
  opacity: 0.25;
  cursor: default;
}
/* line 108, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button.ng-leave, md-tabs-wrapper md-next-button.ng-leave {
  transition: none;
}
/* line 111, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button [md-icon], md-tabs-wrapper md-next-button [md-icon] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
/* line 118, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-prev-button {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMjA4IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTUuNCw3LjQgMTQsNiA4LDEyIDE0LDE4IDE1LjQsMTYuNiAxMC44LDEyIAkJIiBzdHlsZT0iZmlsbDp3aGl0ZTsiLz4gPHJlY3QgZmlsbD0ibm9uZSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ii8+IDwvZz4gPC9nPiA8ZyBpZD0iR3JpZCIgZGlzcGxheT0ibm9uZSI+IDxnIGRpc3BsYXk9ImlubGluZSI+IDwvZz4gPC9nPiA8L3N2Zz4NCg==");
}
/* line 122, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-next-button {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE3LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPiA8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPiA8c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjQgMjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8ZyBpZD0iSGVhZGVyIj4gPGc+IDxyZWN0IHg9Ii02MTgiIHk9Ii0xMzM2IiBmaWxsPSJub25lIiB3aWR0aD0iMTQwMCIgaGVpZ2h0PSIzNjAwIi8+IDwvZz4gPC9nPiA8ZyBpZD0iTGFiZWwiPiA8L2c+IDxnIGlkPSJJY29uIj4gPGc+IDxwb2x5Z29uIHBvaW50cz0iMTAsNiA4LjYsNy40IDEzLjIsMTIgOC42LDE2LjYgMTAsMTggMTYsMTIgCQkiIHN0eWxlPSJmaWxsOndoaXRlOyIvPiA8cmVjdCBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz4gPC9nPiA8L2c+IDxnIGlkPSJHcmlkIiBkaXNwbGF5PSJub25lIj4gPGcgZGlzcGxheT0iaW5saW5lIj4gPC9nPiA8L2c+IDwvc3ZnPg0K");
}
/* line 125, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper md-next-button [md-icon] {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
/* line 130, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
/* line 134, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-wrapper.md-stretch-tabs md-pagination-wrapper md-tab-item {
  flex-grow: 1;
}

/* line 141, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-canvas {
  position: relative;
  overflow: hidden;
  display: block;
  height: 48px;
}
/* line 38, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-tabs-canvas:after {
  content: '';
  display: table;
  clear: both;
}
/* line 147, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-canvas .md-dummy-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 152, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-canvas.md-paginated {
  margin: 0 32px;
}
/* line 155, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-canvas.md-center-tabs {
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* line 159, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-canvas.md-center-tabs .md-tab {
  float: none;
  display: inline-block;
}

/* line 166, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-pagination-wrapper {
  height: 48px;
  display: block;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  position: absolute;
  width: 999999px;
  left: 0;
  transform: translate3d(0, 0, 0);
}
/* line 38, ../../node_modules/ng2-material/source/core/style/mixins.scss */
md-pagination-wrapper:after {
  content: '';
  display: table;
  clear: both;
}
/* line 175, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-pagination-wrapper.md-center-tabs {
  position: relative;
  width: initial;
  margin: 0 auto;
}

/* line 182, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs-content-wrapper {
  display: block;
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 192, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  overflow: auto;
}
/* line 201, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.md-no-scroll {
  bottom: auto;
  overflow: hidden;
}
/* line 205, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.ng-leave, md-tab-content.md-no-transition {
  transition: none;
}
/* line 208, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.md-left {
  transform: translateX(-100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}
/* line 212, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.md-left * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
/* line 218, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.md-right {
  transform: translateX(100%);
  animation: 1s md-tab-content-hide;
  opacity: 0;
}
/* line 222, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content.md-right * {
  transition: visibility 0s linear;
  transition-delay: 0.5s;
  visibility: hidden;
}
/* line 228, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tab-content > div.ng-leave {
  animation: 1s md-tab-content-hide;
}

/* line 233, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-ink-bar {
  position: absolute;
  left: auto;
  right: auto;
  bottom: 0;
  height: 2px;
}
/* line 241, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-ink-bar.md-left {
  transition: left 0.125s cubic-bezier(0.35, 0, 0.25, 1), right 0.25s cubic-bezier(0.35, 0, 0.25, 1);
}
/* line 245, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-ink-bar.md-right {
  transition: left 0.25s cubic-bezier(0.35, 0, 0.25, 1), right 0.125s cubic-bezier(0.35, 0, 0.25, 1);
}

/* line 251, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
[md-tab] {
  position: absolute;
  z-index: -1;
  left: -9999px;
}

/* line 257, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
.md-tab {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  padding: 12px 24px;
  transition: background-color 0.35s cubic-bezier(0.35, 0, 0.25, 1);
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 272, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
.md-tab.md-focused {
  box-shadow: none;
  outline: none;
}
/* line 276, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
.md-tab.md-active {
  cursor: default;
}
/* line 279, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
.md-tab.md-disabled {
  pointer-events: none;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
}
/* line 287, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
.md-tab.ng-leave {
  transition: none;
}

/* line 292, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar + md-tabs {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 370, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs md-tabs-wrapper {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.12);
}
/* line 374, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-paginator [md-icon] {
  color: #c62828;
}
/* line 378, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs md-ink-bar {
  color: #9c27b0;
  background: #9c27b0;
}
/* line 383, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-tab {
  color: rgba(0, 0, 0, 0.87);
}
/* line 386, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-tab[disabled], md-tabs .md-tab[disabled] [md-icon] {
  color: rgba(0, 0, 0, 0.26);
}
/* line 391, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-tab.md-active, md-tabs .md-tab.md-active [md-icon], md-tabs .md-tab.md-focused, md-tabs .md-tab.md-focused [md-icon] {
  color: #c62828;
}
/* line 395, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-tab.md-focused {
  background: #ef5350;
}
/* line 398, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs .md-tab .md-ripple-container {
  color: #e1bee7;
}
/* line 343, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-accent > md-tabs-wrapper {
  background-color: #9c27b0;
}
/* line 347, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ba68c8;
}
/* line 350, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 354, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: white;
}
/* line 358, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #e53935;
  background: #e53935;
}
/* line 301, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-primary > md-tabs-wrapper {
  background-color: #c62828;
}
/* line 305, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ef5350;
}
/* line 308, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 312, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-primary > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.870588);
}
/* line 322, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-warn > md-tabs-wrapper {
  background-color: #f44336;
}
/* line 326, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ffcdd2;
}
/* line 329, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: white;
}
/* line 333, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-tabs.md-warn > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.870588);
}

/* line 301, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar > md-tabs > md-tabs-wrapper {
  background-color: #c62828;
}
/* line 305, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ef5350;
}
/* line 308, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 312, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.870588);
}

/* line 343, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-accent > md-tabs > md-tabs-wrapper {
  background-color: #9c27b0;
}
/* line 347, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ba68c8;
}
/* line 350, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: rgba(255, 255, 255, 0.870588);
}
/* line 354, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: white;
}
/* line 358, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-accent > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-ink-bar {
  color: #e53935;
  background: #e53935;
}

/* line 322, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-warn > md-tabs > md-tabs-wrapper {
  background-color: #f44336;
}
/* line 326, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
  color: #ffcdd2;
}
/* line 329, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active [md-icon], md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused [md-icon] {
  color: white;
}
/* line 333, ../../node_modules/ng2-material/source/components/tabs/tabs.scss */
md-toolbar.md-warn > md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused {
  background: rgba(0, 0, 0, 0.870588);
}

/* line 4, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-1dp, .md-whiteframe-z1 {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

/* line 8, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-2dp {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
}

/* line 12, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-3dp {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12);
}

/* line 16, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-4dp, .md-whiteframe-z2 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

/* line 20, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-5dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

/* line 24, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-6dp {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

/* line 28, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-7dp, .md-whiteframe-z3 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

/* line 32, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-8dp {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

/* line 36, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-9dp {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

/* line 40, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-10dp, .md-whiteframe-z4 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

/* line 44, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-11dp {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

/* line 48, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-12dp {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

/* line 52, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-13dp, .md-whiteframe-z5 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

/* line 56, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-14dp {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

/* line 60, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-15dp {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

/* line 64, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-16dp {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

/* line 68, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-17dp {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

/* line 72, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-18dp {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

/* line 76, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-19dp {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

/* line 80, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-20dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

/* line 84, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-21dp {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

/* line 88, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-22dp {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

/* line 92, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-23dp {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

/* line 96, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
.md-whiteframe-24dp {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (-ms-high-contrast: active) {
  /* line 101, ../../node_modules/ng2-material/source/components/whiteframe/whiteframe.scss */
  md-whiteframe {
    border: 1px solid #fff;
  }
}
/* line 15, ../sass/app.scss */
my-app {
  height: 100%;
  min-height: 100%;
}
/* line 21, ../sass/app.scss */
my-app .app-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
/* line 23, ../sass/app.scss */
my-app .app-menu md-list-item {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  will-change: color;
  transition: color 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
}
/* line 29, ../sass/app.scss */
my-app .app-menu md-list-item.md-active {
  color: #f44336;
}
/* line 33, ../sass/app.scss */
my-app .app-menu md-toolbar {
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
/* line 38, ../sass/app.scss */
my-app .app-menu md-toolbar h1 {
  font-weight: 500;
  cursor: pointer;
}
/* line 45, ../sass/app.scss */
my-app .app-content {
  background-color: whitesmoke;
}
/* line 49, ../sass/app.scss */
my-app md-content.examples {
  background-color: transparent;
  width: 800px;
}
@media screen and (min-width: 1279px) {
  /* line 49, ../sass/app.scss */
  my-app md-content.examples {
    width: 940px;
  }
}
@media screen and (max-width: 960px) {
  /* line 49, ../sass/app.scss */
  my-app md-content.examples {
    width: 580px;
  }
}
@media screen and (max-width: 600px) {
  /* line 49, ../sass/app.scss */
  my-app md-content.examples {
    width: 360px;
  }
}
/* line 63, ../sass/app.scss */
my-app > md-toolbar {
  font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif;
}
/* line 66, ../sass/app.scss */
my-app .fixed-toolbar, my-app .shadow-toolbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
@media screen and (max-width: 600px) {
  /* line 72, ../sass/app.scss */
  my-app .fixed-toolbar .verbose-title, my-app .shadow-toolbar .verbose-title {
    display: none;
  }
}
/* line 79, ../sass/app.scss */
my-app.push-menu .fixed-toolbar {
  padding-left: 320px;
}
/* line 84, ../sass/app.scss */
my-app md-toolbar.hero {
  height: 256px;
  min-height: 256px;
  max-height: 256px;
  padding: 115px 16px 0;
}
/* line 87, ../sass/app.scss */
my-app md-toolbar.hero h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  overflow: visible;
  width: 1160px;
  white-space: nowrap;
}
@media screen and (min-width: 961px) {
  /* line 99, ../sass/app.scss */
  my-app md-toolbar.hero h1 {
    width: 908px;
  }
}
@media screen and (max-width: 960px) {
  /* line 104, ../sass/app.scss */
  my-app md-toolbar.hero h1 {
    width: 548px;
  }
}
@media screen and (max-width: 600px) {
  /* line 84, ../sass/app.scss */
  my-app md-toolbar.hero {
    height: 128px;
    padding-top: 72px;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
  }
  /* line 112, ../sass/app.scss */
  my-app md-toolbar.hero h1 {
    font-size: 20px;
    width: 280px;
    margin-left: 0;
  }
}
/* line 122, ../sass/app.scss */
my-app md-content > section > h1 {
  margin-top: 60px;
  margin-bottom: 60px;
  font-weight: 300;
  color: #b71c1c;
}
/* line 128, ../sass/app.scss */
my-app md-content > section > md-divider {
  margin-top: 60px;
}
/* line 131, ../sass/app.scss */
my-app md-content > section .card-media {
  background-color: #9e9e9e;
}
/* line 137, ../sass/app.scss */
my-app .seed-title {
  padding-top: 80px;
}
/* line 141, ../sass/app.scss */
my-app .seed-intro highlight {
  border-radius: 2px;
  margin: 32px 0;
}
/* line 147, ../sass/app.scss */
my-app .examples {
  padding: 80px 8px;
  min-height: 640px;
}
/* line 151, ../sass/app.scss */
my-app .examples .examples-title {
  color: #c62828;
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 40px;
}
/* line 159, ../sass/app.scss */
my-app .examples .examples-intro {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  padding: 0 0 40px 0;
}
/* line 164, ../sass/app.scss */
my-app .examples .examples-intro a {
  text-decoration: none;
  color: #c62828;
}
/* line 169, ../sass/app.scss */
my-app .examples .heading-list-toc {
  border-left: 5px solid #c62828;
  padding-left: 20px;
}
/* line 172, ../sass/app.scss */
my-app .examples .heading-list-toc h1 {
  margin: 0;
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 12px;
  font-weight: 400;
  color: #757575;
}
/* line 181, ../sass/app.scss */
my-app .examples .heading-list-toc ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
/* line 187, ../sass/app.scss */
my-app .examples .heading-list-toc li {
  font-size: 20px;
  line-height: 40px;
}
/* line 190, ../sass/app.scss */
my-app .examples .heading-list-toc li a {
  text-decoration: none;
  color: #c62828;
}
/* line 194, ../sass/app.scss */
my-app .examples .heading-list-toc li:last-child {
  line-height: 20px;
  padding-top: 10px;
}
/* line 202, ../sass/app.scss */
my-app footer {
  background-color: #c62828;
  width: 100%;
}
/* line 205, ../sass/app.scss */
my-app footer .container {
  margin: auto;
  padding: 0 25px;
  width: 80%;
}
@media screen and (min-width: 1279px) {
  /* line 205, ../sass/app.scss */
  my-app footer .container {
    width: 940px;
  }
}
@media screen and (max-width: 960px) {
  /* line 205, ../sass/app.scss */
  my-app footer .container {
    width: 580px;
  }
}
@media screen and (max-width: 600px) {
  /* line 205, ../sass/app.scss */
  my-app footer .container {
    width: 100%;
    margin: 0;
  }
}
/* line 220, ../sass/app.scss */
my-app footer .container a.previous, my-app footer .container a.next {
  font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif;
  color: #ffebee;
  height: 88px;
  min-height: 88px;
  max-height: 88px;
  text-decoration: none;
}
/* line 225, ../sass/app.scss */
my-app footer .container a.previous:visited, my-app footer .container a.next:visited {
  color: #ffcdd2;
}
/* line 228, ../sass/app.scss */
my-app footer .container a.previous .label, my-app footer .container a.next .label {
  color: #ef9a9a;
}
/* line 231, ../sass/app.scss */
my-app footer .container a.previous .name, my-app footer .container a.next .name {
  font-weight: 500;
  white-space: nowrap;
}
/* line 235, ../sass/app.scss */
my-app footer .container a.previous i, my-app footer .container a.next i {
  height: 47px;
  padding-top: 24px;
  margin: 0 10px;
  vertical-align: bottom;
}
/* line 242, ../sass/app.scss */
my-app footer .container .previous {
  text-align: left;
}
/* line 245, ../sass/app.scss */
my-app footer .container .next {
  text-align: right;
}
