@charset "UTF-8";
/* ROBOTO DRAFT FONT */
@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 400;
  src: local("RobotoDraft"), local("RobotoDraft-Regular"), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni4gp9Q8gbYrhqGlRav_IXfk.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotodraft/v1/0xES5Sl_v6oyT7dAKuoni7rIa-7acMAeDBVuclsi6Gc.woff) format("woff"); }

@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 500;
  src: local("RobotoDraft Medium"), local("RobotoDraft-Medium"), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwXJuJo8UJJfpGKt7pXjBv4s.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwaTA90I55Xt7owhZwpPnMsc.woff) format("woff"); }

@font-face {
  font-family: 'RobotoDraft';
  font-style: normal;
  font-weight: 700;
  src: local("RobotoDraft Bold"), local("RobotoDraft-Bold"), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-Vwf79_ZuUxCigM2DespTnFaw.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotodraft/v1/u0_CMoUf3y3-4Ss4ci-VwRbnBKKEOwRKgsHDreGcocg.woff) format("woff"); }

@font-face {
  font-family: 'RobotoDraft';
  font-style: italic;
  font-weight: 400;
  src: local("RobotoDraft Italic"), local("RobotoDraft-Italic"), url(https://fonts.gstatic.com/s/robotodraft/v1/er-TIW55l9KWsTS1x9bTfgeOulFbQKHxPa89BaxZzA0.woff2) format("woff2"), url(https://fonts.gstatic.com/s/robotodraft/v1/er-TIW55l9KWsTS1x9bTfoo3ZslTYfJv0R05CazkwN8.woff) format("woff"); }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5SQZRqoBW5Q4K_a7BOZJO20.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format("woff2"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format("woff"), url(https://fonts.gstatic.com/s/materialicons/v7/2fcrYFNaTjcS6g4U3t-Y5StnKWgpfO2iSkLzTz-AABg.ttf) format("truetype"); }

/* TODO is this part of the spec? Demos rely on this. */
.paper-list-inline {
  list-style: none;
  margin-left: -5px;
  padding-left: 0; }

.paper-list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

/* mixin definition ; sets LTR and RTL within the same style call */
html, body {
  height: 100%;
  color: rgba(0, 0, 0, 0.87);
  background: white;
  position: relative; }

body {
  margin: 0;
  padding: 0; }

:focus {
  outline: none; }

.inset {
  padding: 10px; }

button.md-no-style {
  font-weight: normal;
  background-color: inherit !important;
  text-align: left;
  border: none;
  padding: 0;
  margin: 0; }

select,
button,
textarea,
input {
  vertical-align: baseline; }

input[type="reset"],
input[type="submit"],
html input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button; }
  input[type="reset"][disabled],
  input[type="submit"][disabled],
  html input[type="button"][disabled],
  button[disabled] {
    cursor: default; }

textarea {
  vertical-align: top;
  overflow: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
  -webkit-box-sizing: content-box; }
  input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.md-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; }

.md-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none; }

.md-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }

.md-shadow-bottom-z-2 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-shadow-animated.md-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }

/*
 * A container inside of a rippling element (eg a button),
 * which contains all of the individual ripples
 */
.md-ripple-container {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-ripple {
  position: absolute;
  transform: scale(0);
  transform-origin: 50% 50%;
  opacity: 0;
  border-radius: 50%; }
  .md-ripple.md-ripple-placed {
    transition: left 1.8s cubic-bezier(0.25, 0.8, 0.25, 1), top 1.8s cubic-bezier(0.25, 0.8, 0.25, 1), margin 1.3s cubic-bezier(0.25, 0.8, 0.25, 1), border 1.3s cubic-bezier(0.25, 0.8, 0.25, 1), width 1.3s cubic-bezier(0.25, 0.8, 0.25, 1), height 1.3s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 1.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 1.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-ripple.md-ripple-scaled {
    transform: scale(1); }
  .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
    opacity: 0.20; }

.md-padding {
  padding: 8px; }

.md-margin {
  margin: 8px; }

.md-scroll-mask {
  position: absolute;
  background-color: transparent;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .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); }

@media (min-width: 600px) {
  .md-padding {
    padding: 16px; } }

html, body {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

md-select, md-card, md-list, md-toolbar,
ul, ol, p, h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

/******
* Headings
*******/
.md-display-4 {
  font-size: 112px;
  font-weight: 300;
  letter-spacing: -0.010em;
  line-height: 112px; }

.md-display-3 {
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 56px; }

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 64px; }

.md-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px; }

.md-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; }

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em; }

.md-subhead {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 24px; }

/********
 * Body Copy
 ********/
.md-body-1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 20px; }

.md-body-2 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.010em;
  line-height: 24px; }

.md-caption {
  font-size: 12px;
  letter-spacing: 0.020em; }

.md-button {
  letter-spacing: 0.010em; }

/********
 * Defaults
 ********/
button,
select,
html,
textarea,
input {
  font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif; }

select,
button,
textarea,
input {
  font-size: 100%; }

/* Sizes:
  0    <= size < 600  Phone
  600  <= size < 960  Tablet
  960  <= size < 1200 Tablet-Landscape
  1200 <= size         PC
*/
[layout] {
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

[layout=column] {
  -ms-flex-direction: column;
      flex-direction: column; }

[layout=row] {
  -ms-flex-direction: row;
      flex-direction: row; }

[layout-padding] > [flex-sm],
[layout-padding] > [flex-lt-md] {
  padding: 4px; }

[layout-padding],
[layout-padding] > [flex],
[layout-padding] > [flex-gt-sm],
[layout-padding] > [flex-md],
[layout-padding] > [flex-lt-lg] {
  padding: 8px; }

[layout-padding] > [flex-gt-md],
[layout-padding] > [flex-lg] {
  padding: 16px; }

[layout-margin] > [flex-sm],
[layout-margin] > [flex-lt-md] {
  margin: 4px; }

[layout-margin],
[layout-margin] > [flex],
[layout-margin] > [flex-gt-sm],
[layout-margin] > [flex-md],
[layout-margin] > [flex-lt-lg] {
  margin: 8px; }

[layout-margin] > [flex-gt-md],
[layout-margin] > [flex-lg] {
  margin: 16px; }

[layout-wrap] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[layout-fill] {
  margin: 0;
  min-height: 100%;
  width: 100%; }

@-moz-document url-prefix() {
  [layout-fill] {
    margin: 0;
    width: 100%;
    min-height: auto;
    height: inherit; } }

[flex] {
  box-sizing: border-box;
  -ms-flex: 1;
      flex: 1; }

[flex="0"] {
  -ms-flex: 0 0 0%;
      flex: 0 0 0%; }

[layout="row"] > [flex="0"] {
  max-width: 0%; }

[layout="column"] > [flex="0"] {
  max-height: 0%; }

[flex="5"] {
  -ms-flex: 0 0 5%;
      flex: 0 0 5%; }

[layout="row"] > [flex="5"] {
  max-width: 5%; }

[layout="column"] > [flex="5"] {
  max-height: 5%; }

[flex="10"] {
  -ms-flex: 0 0 10%;
      flex: 0 0 10%; }

[layout="row"] > [flex="10"] {
  max-width: 10%; }

[layout="column"] > [flex="10"] {
  max-height: 10%; }

[flex="15"] {
  -ms-flex: 0 0 15%;
      flex: 0 0 15%; }

[layout="row"] > [flex="15"] {
  max-width: 15%; }

[layout="column"] > [flex="15"] {
  max-height: 15%; }

[flex="20"] {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%; }

[layout="row"] > [flex="20"] {
  max-width: 20%; }

[layout="column"] > [flex="20"] {
  max-height: 20%; }

[flex="25"] {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%; }

[layout="row"] > [flex="25"] {
  max-width: 25%; }

[layout="column"] > [flex="25"] {
  max-height: 25%; }

[flex="30"] {
  -ms-flex: 0 0 30%;
      flex: 0 0 30%; }

[layout="row"] > [flex="30"] {
  max-width: 30%; }

[layout="column"] > [flex="30"] {
  max-height: 30%; }

[flex="35"] {
  -ms-flex: 0 0 35%;
      flex: 0 0 35%; }

[layout="row"] > [flex="35"] {
  max-width: 35%; }

[layout="column"] > [flex="35"] {
  max-height: 35%; }

[flex="40"] {
  -ms-flex: 0 0 40%;
      flex: 0 0 40%; }

[layout="row"] > [flex="40"] {
  max-width: 40%; }

[layout="column"] > [flex="40"] {
  max-height: 40%; }

[flex="45"] {
  -ms-flex: 0 0 45%;
      flex: 0 0 45%; }

[layout="row"] > [flex="45"] {
  max-width: 45%; }

[layout="column"] > [flex="45"] {
  max-height: 45%; }

[flex="50"] {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%; }

[layout="row"] > [flex="50"] {
  max-width: 50%; }

[layout="column"] > [flex="50"] {
  max-height: 50%; }

[flex="55"] {
  -ms-flex: 0 0 55%;
      flex: 0 0 55%; }

[layout="row"] > [flex="55"] {
  max-width: 55%; }

[layout="column"] > [flex="55"] {
  max-height: 55%; }

[flex="60"] {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%; }

[layout="row"] > [flex="60"] {
  max-width: 60%; }

[layout="column"] > [flex="60"] {
  max-height: 60%; }

[flex="65"] {
  -ms-flex: 0 0 65%;
      flex: 0 0 65%; }

[layout="row"] > [flex="65"] {
  max-width: 65%; }

[layout="column"] > [flex="65"] {
  max-height: 65%; }

[flex="70"] {
  -ms-flex: 0 0 70%;
      flex: 0 0 70%; }

[layout="row"] > [flex="70"] {
  max-width: 70%; }

[layout="column"] > [flex="70"] {
  max-height: 70%; }

[flex="75"] {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%; }

[layout="row"] > [flex="75"] {
  max-width: 75%; }

[layout="column"] > [flex="75"] {
  max-height: 75%; }

[flex="80"] {
  -ms-flex: 0 0 80%;
      flex: 0 0 80%; }

[layout="row"] > [flex="80"] {
  max-width: 80%; }

[layout="column"] > [flex="80"] {
  max-height: 80%; }

[flex="85"] {
  -ms-flex: 0 0 85%;
      flex: 0 0 85%; }

[layout="row"] > [flex="85"] {
  max-width: 85%; }

[layout="column"] > [flex="85"] {
  max-height: 85%; }

[flex="90"] {
  -ms-flex: 0 0 90%;
      flex: 0 0 90%; }

[layout="row"] > [flex="90"] {
  max-width: 90%; }

[layout="column"] > [flex="90"] {
  max-height: 90%; }

[flex="95"] {
  -ms-flex: 0 0 95%;
      flex: 0 0 95%; }

[layout="row"] > [flex="95"] {
  max-width: 95%; }

[layout="column"] > [flex="95"] {
  max-height: 95%; }

[flex="100"] {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }

[layout="row"] > [flex="100"] {
  max-width: 100%; }

[layout="column"] > [flex="100"] {
  max-height: 100%; }

[flex="33"], [flex="34"] {
  -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%; }

[flex="66"], [flex="67"] {
  -ms-flex: 0 0 66.66%;
      flex: 0 0 66.66%; }

[layout="row"] > [flex="33"], [layout="row"] > [flex="34"] {
  max-width: 33.33%; }

[layout="row"] > [flex="66"], [layout="row"] > [flex="67"] {
  max-width: 66.66%; }

[layout="column"] > [flex="33"], [layout="column"] > [flex="34"] {
  max-height: 33.33%; }

[layout="column"] > [flex="66"], [layout="column"] > [flex="67"] {
  max-height: 66.66%; }

[layout-align="center"],
[layout-align="center center"],
[layout-align="center start"],
[layout-align="center end"] {
  -ms-flex-pack: center;
      justify-content: center; }

[layout-align="end"],
[layout-align="end center"],
[layout-align="end start"],
[layout-align="end end"] {
  -ms-flex-pack: end;
      justify-content: flex-end; }

[layout-align="space-around"],
[layout-align="space-around center"],
[layout-align="space-around start"],
[layout-align="space-around end"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[layout-align="space-between"],
[layout-align="space-between center"],
[layout-align="space-between start"],
[layout-align="space-between end"] {
  -ms-flex-pack: justify;
      justify-content: space-between; }

[layout-align="center center"],
[layout-align="start center"],
[layout-align="end center"],
[layout-align="space-between center"],
[layout-align="space-around center"] {
  -ms-flex-align: center;
      align-items: center; }

[layout-align="center start"],
[layout-align="start start"],
[layout-align="end start"],
[layout-align="space-between start"],
[layout-align="space-around start"] {
  -ms-flex-align: start;
      align-items: flex-start; }

[layout-align="center end"],
[layout-align="start end"],
[layout-align="end end"],
[layout-align="space-between end"],
[layout-align="space-around end"] {
  -ms-flex-align: end;
      align-items: flex-end; }

[flex-order="0"] {
  -ms-flex-order: 0;
      order: 0; }

[flex-order="1"] {
  -ms-flex-order: 1;
      order: 1; }

[flex-order="2"] {
  -ms-flex-order: 2;
      order: 2; }

[flex-order="3"] {
  -ms-flex-order: 3;
      order: 3; }

[flex-order="4"] {
  -ms-flex-order: 4;
      order: 4; }

[flex-order="5"] {
  -ms-flex-order: 5;
      order: 5; }

[flex-order="6"] {
  -ms-flex-order: 6;
      order: 6; }

[flex-order="7"] {
  -ms-flex-order: 7;
      order: 7; }

[flex-order="8"] {
  -ms-flex-order: 8;
      order: 8; }

[flex-order="9"] {
  -ms-flex-order: 9;
      order: 9; }

[offset="5"] {
  margin-left: 5%; }

[offset="10"] {
  margin-left: 10%; }

[offset="15"] {
  margin-left: 15%; }

[offset="20"] {
  margin-left: 20%; }

[offset="25"] {
  margin-left: 25%; }

[offset="30"] {
  margin-left: 30%; }

[offset="35"] {
  margin-left: 35%; }

[offset="40"] {
  margin-left: 40%; }

[offset="45"] {
  margin-left: 45%; }

[offset="50"] {
  margin-left: 50%; }

[offset="55"] {
  margin-left: 55%; }

[offset="60"] {
  margin-left: 60%; }

[offset="65"] {
  margin-left: 65%; }

[offset="70"] {
  margin-left: 70%; }

[offset="75"] {
  margin-left: 75%; }

[offset="80"] {
  margin-left: 80%; }

[offset="85"] {
  margin-left: 85%; }

[offset="90"] {
  margin-left: 90%; }

[offset="95"] {
  margin-left: 95%; }

[offset="33"], [offset="34"] {
  margin-left: 33.33%; }

[offset="66"], [offset="67"] {
  margin-left: 66.66%; }

/**
 * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
 * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
 * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
 */
@media (max-width: 599px) {
  [hide-sm]:not([show-sm]):not([show]), [hide]:not([show-sm]):not([show]) {
    display: none; }
  [flex-order-sm="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-sm="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-sm="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-sm="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-sm="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-sm="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-sm="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-sm="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-sm="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-sm="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-sm="center"],
  [layout-align-sm="center center"],
  [layout-align-sm="center start"],
  [layout-align-sm="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-sm="end"],
  [layout-align-sm="end center"],
  [layout-align-sm="end start"],
  [layout-align-sm="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-sm="space-around"],
  [layout-align-sm="space-around center"],
  [layout-align-sm="space-around start"],
  [layout-align-sm="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-sm="space-between"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-sm="center center"],
  [layout-align-sm="start center"],
  [layout-align-sm="end center"],
  [layout-align-sm="space-between center"],
  [layout-align-sm="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-sm="center start"],
  [layout-align-sm="start start"],
  [layout-align-sm="end start"],
  [layout-align-sm="space-between start"],
  [layout-align-sm="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-sm="center end"],
  [layout-align-sm="start end"],
  [layout-align-sm="end end"],
  [layout-align-sm="space-between end"],
  [layout-align-sm="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-sm] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-sm=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-sm=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-sm="5"] {
    margin-left: 5%; }
  [offset-sm="10"] {
    margin-left: 10%; }
  [offset-sm="15"] {
    margin-left: 15%; }
  [offset-sm="20"] {
    margin-left: 20%; }
  [offset-sm="25"] {
    margin-left: 25%; }
  [offset-sm="30"] {
    margin-left: 30%; }
  [offset-sm="35"] {
    margin-left: 35%; }
  [offset-sm="40"] {
    margin-left: 40%; }
  [offset-sm="45"] {
    margin-left: 45%; }
  [offset-sm="50"] {
    margin-left: 50%; }
  [offset-sm="55"] {
    margin-left: 55%; }
  [offset-sm="60"] {
    margin-left: 60%; }
  [offset-sm="65"] {
    margin-left: 65%; }
  [offset-sm="70"] {
    margin-left: 70%; }
  [offset-sm="75"] {
    margin-left: 75%; }
  [offset-sm="80"] {
    margin-left: 80%; }
  [offset-sm="85"] {
    margin-left: 85%; }
  [offset-sm="90"] {
    margin-left: 90%; }
  [offset-sm="95"] {
    margin-left: 95%; }
  [offset-sm="33"], [offset-sm="34"] {
    margin-left: 33.33%; }
  [offset-sm="66"], [offset-sm="67"] {
    margin-left: 66.66%; }
  [flex-sm] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-sm="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-sm="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-sm="0"] {
    max-height: 0%; }
  [flex-sm="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-sm="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-sm="5"] {
    max-height: 5%; }
  [flex-sm="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-sm="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-sm="10"] {
    max-height: 10%; }
  [flex-sm="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-sm="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-sm="15"] {
    max-height: 15%; }
  [flex-sm="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-sm="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-sm="20"] {
    max-height: 20%; }
  [flex-sm="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-sm="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-sm="25"] {
    max-height: 25%; }
  [flex-sm="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-sm="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-sm="30"] {
    max-height: 30%; }
  [flex-sm="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-sm="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-sm="35"] {
    max-height: 35%; }
  [flex-sm="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-sm="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-sm="40"] {
    max-height: 40%; }
  [flex-sm="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-sm="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-sm="45"] {
    max-height: 45%; }
  [flex-sm="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-sm="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-sm="50"] {
    max-height: 50%; }
  [flex-sm="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-sm="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-sm="55"] {
    max-height: 55%; }
  [flex-sm="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-sm="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-sm="60"] {
    max-height: 60%; }
  [flex-sm="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-sm="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-sm="65"] {
    max-height: 65%; }
  [flex-sm="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-sm="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-sm="70"] {
    max-height: 70%; }
  [flex-sm="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-sm="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-sm="75"] {
    max-height: 75%; }
  [flex-sm="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-sm="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-sm="80"] {
    max-height: 80%; }
  [flex-sm="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-sm="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-sm="85"] {
    max-height: 85%; }
  [flex-sm="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-sm="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-sm="90"] {
    max-height: 90%; }
  [flex-sm="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-sm="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-sm="95"] {
    max-height: 95%; }
  [flex-sm="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-sm="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-sm="100"] {
    max-height: 100%; }
  [flex-sm="33"], [flex-sm="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-sm="66"], [flex-sm="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="67"] {
    max-height: 66.66%; } }

@media (min-width: 600px) {
  [flex-order-gt-sm="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-gt-sm="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-gt-sm="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-gt-sm="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-gt-sm="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-gt-sm="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-gt-sm="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-gt-sm="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-gt-sm="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-gt-sm="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-gt-sm="center"],
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-gt-sm="end"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-gt-sm="space-around"],
  [layout-align-gt-sm="space-around center"],
  [layout-align-gt-sm="space-around start"],
  [layout-align-gt-sm="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-gt-sm="space-between"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-gt-sm="center center"],
  [layout-align-gt-sm="start center"],
  [layout-align-gt-sm="end center"],
  [layout-align-gt-sm="space-between center"],
  [layout-align-gt-sm="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-gt-sm="center start"],
  [layout-align-gt-sm="start start"],
  [layout-align-gt-sm="end start"],
  [layout-align-gt-sm="space-between start"],
  [layout-align-gt-sm="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-gt-sm="center end"],
  [layout-align-gt-sm="start end"],
  [layout-align-gt-sm="end end"],
  [layout-align-gt-sm="space-between end"],
  [layout-align-gt-sm="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-gt-sm] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-gt-sm=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-gt-sm=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-gt-sm="5"] {
    margin-left: 5%; }
  [offset-gt-sm="10"] {
    margin-left: 10%; }
  [offset-gt-sm="15"] {
    margin-left: 15%; }
  [offset-gt-sm="20"] {
    margin-left: 20%; }
  [offset-gt-sm="25"] {
    margin-left: 25%; }
  [offset-gt-sm="30"] {
    margin-left: 30%; }
  [offset-gt-sm="35"] {
    margin-left: 35%; }
  [offset-gt-sm="40"] {
    margin-left: 40%; }
  [offset-gt-sm="45"] {
    margin-left: 45%; }
  [offset-gt-sm="50"] {
    margin-left: 50%; }
  [offset-gt-sm="55"] {
    margin-left: 55%; }
  [offset-gt-sm="60"] {
    margin-left: 60%; }
  [offset-gt-sm="65"] {
    margin-left: 65%; }
  [offset-gt-sm="70"] {
    margin-left: 70%; }
  [offset-gt-sm="75"] {
    margin-left: 75%; }
  [offset-gt-sm="80"] {
    margin-left: 80%; }
  [offset-gt-sm="85"] {
    margin-left: 85%; }
  [offset-gt-sm="90"] {
    margin-left: 90%; }
  [offset-gt-sm="95"] {
    margin-left: 95%; }
  [offset-gt-sm="33"], [offset-gt-sm="34"] {
    margin-left: 33.33%; }
  [offset-gt-sm="66"], [offset-gt-sm="67"] {
    margin-left: 66.66%; }
  [flex-gt-sm] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-gt-sm="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-gt-sm="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-gt-sm="0"] {
    max-height: 0%; }
  [flex-gt-sm="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-gt-sm="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-gt-sm="5"] {
    max-height: 5%; }
  [flex-gt-sm="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-gt-sm="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-gt-sm="10"] {
    max-height: 10%; }
  [flex-gt-sm="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-gt-sm="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-gt-sm="15"] {
    max-height: 15%; }
  [flex-gt-sm="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-gt-sm="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-gt-sm="20"] {
    max-height: 20%; }
  [flex-gt-sm="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-gt-sm="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-gt-sm="25"] {
    max-height: 25%; }
  [flex-gt-sm="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-gt-sm="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-gt-sm="30"] {
    max-height: 30%; }
  [flex-gt-sm="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-gt-sm="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-gt-sm="35"] {
    max-height: 35%; }
  [flex-gt-sm="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-gt-sm="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-gt-sm="40"] {
    max-height: 40%; }
  [flex-gt-sm="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-gt-sm="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-gt-sm="45"] {
    max-height: 45%; }
  [flex-gt-sm="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-gt-sm="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-gt-sm="50"] {
    max-height: 50%; }
  [flex-gt-sm="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-gt-sm="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-gt-sm="55"] {
    max-height: 55%; }
  [flex-gt-sm="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-gt-sm="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-gt-sm="60"] {
    max-height: 60%; }
  [flex-gt-sm="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-gt-sm="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-gt-sm="65"] {
    max-height: 65%; }
  [flex-gt-sm="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-gt-sm="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-gt-sm="70"] {
    max-height: 70%; }
  [flex-gt-sm="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-gt-sm="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-gt-sm="75"] {
    max-height: 75%; }
  [flex-gt-sm="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-gt-sm="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-gt-sm="80"] {
    max-height: 80%; }
  [flex-gt-sm="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-gt-sm="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-gt-sm="85"] {
    max-height: 85%; }
  [flex-gt-sm="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-gt-sm="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-gt-sm="90"] {
    max-height: 90%; }
  [flex-gt-sm="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-gt-sm="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-gt-sm="95"] {
    max-height: 95%; }
  [flex-gt-sm="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-gt-sm="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-gt-sm="100"] {
    max-height: 100%; }
  [flex-gt-sm="33"], [flex-gt-sm="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-gt-sm="66"], [flex-gt-sm="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="67"] {
    max-height: 66.66%; } }

@media (min-width: 600px) and (max-width: 959px) {
  [hide]:not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show]) {
    display: none; }
  [hide-md]:not([show-md]):not([show]) {
    display: none; }
  [flex-order-md="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-md="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-md="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-md="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-md="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-md="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-md="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-md="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-md="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-md="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-md="center"],
  [layout-align-md="center center"],
  [layout-align-md="center start"],
  [layout-align-md="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-md="end"],
  [layout-align-md="end center"],
  [layout-align-md="end start"],
  [layout-align-md="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-md="space-around"],
  [layout-align-md="space-around center"],
  [layout-align-md="space-around start"],
  [layout-align-md="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-md="space-between"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-md="center center"],
  [layout-align-md="start center"],
  [layout-align-md="end center"],
  [layout-align-md="space-between center"],
  [layout-align-md="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-md="center start"],
  [layout-align-md="start start"],
  [layout-align-md="end start"],
  [layout-align-md="space-between start"],
  [layout-align-md="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-md="center end"],
  [layout-align-md="start end"],
  [layout-align-md="end end"],
  [layout-align-md="space-between end"],
  [layout-align-md="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-md] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-md=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-md=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-md="5"] {
    margin-left: 5%; }
  [offset-md="10"] {
    margin-left: 10%; }
  [offset-md="15"] {
    margin-left: 15%; }
  [offset-md="20"] {
    margin-left: 20%; }
  [offset-md="25"] {
    margin-left: 25%; }
  [offset-md="30"] {
    margin-left: 30%; }
  [offset-md="35"] {
    margin-left: 35%; }
  [offset-md="40"] {
    margin-left: 40%; }
  [offset-md="45"] {
    margin-left: 45%; }
  [offset-md="50"] {
    margin-left: 50%; }
  [offset-md="55"] {
    margin-left: 55%; }
  [offset-md="60"] {
    margin-left: 60%; }
  [offset-md="65"] {
    margin-left: 65%; }
  [offset-md="70"] {
    margin-left: 70%; }
  [offset-md="75"] {
    margin-left: 75%; }
  [offset-md="80"] {
    margin-left: 80%; }
  [offset-md="85"] {
    margin-left: 85%; }
  [offset-md="90"] {
    margin-left: 90%; }
  [offset-md="95"] {
    margin-left: 95%; }
  [offset-md="33"], [offset-md="34"] {
    margin-left: 33.33%; }
  [offset-md="66"], [offset-md="67"] {
    margin-left: 66.66%; }
  [flex-md] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-md="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-md="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-md="0"] {
    max-height: 0%; }
  [flex-md="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-md="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-md="5"] {
    max-height: 5%; }
  [flex-md="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-md="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-md="10"] {
    max-height: 10%; }
  [flex-md="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-md="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-md="15"] {
    max-height: 15%; }
  [flex-md="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-md="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-md="20"] {
    max-height: 20%; }
  [flex-md="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-md="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-md="25"] {
    max-height: 25%; }
  [flex-md="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-md="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-md="30"] {
    max-height: 30%; }
  [flex-md="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-md="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-md="35"] {
    max-height: 35%; }
  [flex-md="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-md="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-md="40"] {
    max-height: 40%; }
  [flex-md="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-md="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-md="45"] {
    max-height: 45%; }
  [flex-md="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-md="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-md="50"] {
    max-height: 50%; }
  [flex-md="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-md="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-md="55"] {
    max-height: 55%; }
  [flex-md="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-md="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-md="60"] {
    max-height: 60%; }
  [flex-md="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-md="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-md="65"] {
    max-height: 65%; }
  [flex-md="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-md="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-md="70"] {
    max-height: 70%; }
  [flex-md="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-md="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-md="75"] {
    max-height: 75%; }
  [flex-md="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-md="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-md="80"] {
    max-height: 80%; }
  [flex-md="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-md="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-md="85"] {
    max-height: 85%; }
  [flex-md="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-md="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-md="90"] {
    max-height: 90%; }
  [flex-md="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-md="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-md="95"] {
    max-height: 95%; }
  [flex-md="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-md="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-md="100"] {
    max-height: 100%; }
  [flex-md="33"], [flex-md="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-md="66"], [flex-md="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="67"] {
    max-height: 66.66%; } }

@media (min-width: 960px) {
  [flex-order-gt-md="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-gt-md="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-gt-md="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-gt-md="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-gt-md="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-gt-md="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-gt-md="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-gt-md="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-gt-md="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-gt-md="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-gt-md="center"],
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-gt-md="end"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-gt-md="space-around"],
  [layout-align-gt-md="space-around center"],
  [layout-align-gt-md="space-around start"],
  [layout-align-gt-md="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-gt-md="space-between"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-gt-md="center center"],
  [layout-align-gt-md="start center"],
  [layout-align-gt-md="end center"],
  [layout-align-gt-md="space-between center"],
  [layout-align-gt-md="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-gt-md="center start"],
  [layout-align-gt-md="start start"],
  [layout-align-gt-md="end start"],
  [layout-align-gt-md="space-between start"],
  [layout-align-gt-md="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-gt-md="center end"],
  [layout-align-gt-md="start end"],
  [layout-align-gt-md="end end"],
  [layout-align-gt-md="space-between end"],
  [layout-align-gt-md="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-gt-md] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-gt-md=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-gt-md=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-gt-md="5"] {
    margin-left: 5%; }
  [offset-gt-md="10"] {
    margin-left: 10%; }
  [offset-gt-md="15"] {
    margin-left: 15%; }
  [offset-gt-md="20"] {
    margin-left: 20%; }
  [offset-gt-md="25"] {
    margin-left: 25%; }
  [offset-gt-md="30"] {
    margin-left: 30%; }
  [offset-gt-md="35"] {
    margin-left: 35%; }
  [offset-gt-md="40"] {
    margin-left: 40%; }
  [offset-gt-md="45"] {
    margin-left: 45%; }
  [offset-gt-md="50"] {
    margin-left: 50%; }
  [offset-gt-md="55"] {
    margin-left: 55%; }
  [offset-gt-md="60"] {
    margin-left: 60%; }
  [offset-gt-md="65"] {
    margin-left: 65%; }
  [offset-gt-md="70"] {
    margin-left: 70%; }
  [offset-gt-md="75"] {
    margin-left: 75%; }
  [offset-gt-md="80"] {
    margin-left: 80%; }
  [offset-gt-md="85"] {
    margin-left: 85%; }
  [offset-gt-md="90"] {
    margin-left: 90%; }
  [offset-gt-md="95"] {
    margin-left: 95%; }
  [offset-gt-md="33"], [offset-gt-md="34"] {
    margin-left: 33.33%; }
  [offset-gt-md="66"], [offset-gt-md="67"] {
    margin-left: 66.66%; }
  [flex-gt-md] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-gt-md="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-gt-md="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-gt-md="0"] {
    max-height: 0%; }
  [flex-gt-md="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-gt-md="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-gt-md="5"] {
    max-height: 5%; }
  [flex-gt-md="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-gt-md="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-gt-md="10"] {
    max-height: 10%; }
  [flex-gt-md="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-gt-md="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-gt-md="15"] {
    max-height: 15%; }
  [flex-gt-md="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-gt-md="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-gt-md="20"] {
    max-height: 20%; }
  [flex-gt-md="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-gt-md="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-gt-md="25"] {
    max-height: 25%; }
  [flex-gt-md="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-gt-md="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-gt-md="30"] {
    max-height: 30%; }
  [flex-gt-md="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-gt-md="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-gt-md="35"] {
    max-height: 35%; }
  [flex-gt-md="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-gt-md="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-gt-md="40"] {
    max-height: 40%; }
  [flex-gt-md="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-gt-md="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-gt-md="45"] {
    max-height: 45%; }
  [flex-gt-md="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-gt-md="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-gt-md="50"] {
    max-height: 50%; }
  [flex-gt-md="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-gt-md="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-gt-md="55"] {
    max-height: 55%; }
  [flex-gt-md="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-gt-md="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-gt-md="60"] {
    max-height: 60%; }
  [flex-gt-md="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-gt-md="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-gt-md="65"] {
    max-height: 65%; }
  [flex-gt-md="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-gt-md="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-gt-md="70"] {
    max-height: 70%; }
  [flex-gt-md="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-gt-md="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-gt-md="75"] {
    max-height: 75%; }
  [flex-gt-md="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-gt-md="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-gt-md="80"] {
    max-height: 80%; }
  [flex-gt-md="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-gt-md="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-gt-md="85"] {
    max-height: 85%; }
  [flex-gt-md="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-gt-md="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-gt-md="90"] {
    max-height: 90%; }
  [flex-gt-md="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-gt-md="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-gt-md="95"] {
    max-height: 95%; }
  [flex-gt-md="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-gt-md="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-gt-md="100"] {
    max-height: 100%; }
  [flex-gt-md="33"], [flex-gt-md="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-gt-md="66"], [flex-gt-md="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="67"] {
    max-height: 66.66%; } }

@media (min-width: 960px) and (max-width: 1199px) {
  [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
    display: none; }
  [hide-lg]:not([show-lg]):not([show]) {
    display: none; }
  [flex-order-lg="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-lg="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-lg="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-lg="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-lg="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-lg="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-lg="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-lg="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-lg="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-lg="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-lg="center"],
  [layout-align-lg="center center"],
  [layout-align-lg="center start"],
  [layout-align-lg="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-lg="end"],
  [layout-align-lg="end center"],
  [layout-align-lg="end start"],
  [layout-align-lg="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-lg="space-around"],
  [layout-align-lg="space-around center"],
  [layout-align-lg="space-around start"],
  [layout-align-lg="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-lg="space-between"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-lg="center center"],
  [layout-align-lg="start center"],
  [layout-align-lg="end center"],
  [layout-align-lg="space-between center"],
  [layout-align-lg="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-lg="center start"],
  [layout-align-lg="start start"],
  [layout-align-lg="end start"],
  [layout-align-lg="space-between start"],
  [layout-align-lg="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-lg="center end"],
  [layout-align-lg="start end"],
  [layout-align-lg="end end"],
  [layout-align-lg="space-between end"],
  [layout-align-lg="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-lg] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-lg=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-lg=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-lg="5"] {
    margin-left: 5%; }
  [offset-lg="10"] {
    margin-left: 10%; }
  [offset-lg="15"] {
    margin-left: 15%; }
  [offset-lg="20"] {
    margin-left: 20%; }
  [offset-lg="25"] {
    margin-left: 25%; }
  [offset-lg="30"] {
    margin-left: 30%; }
  [offset-lg="35"] {
    margin-left: 35%; }
  [offset-lg="40"] {
    margin-left: 40%; }
  [offset-lg="45"] {
    margin-left: 45%; }
  [offset-lg="50"] {
    margin-left: 50%; }
  [offset-lg="55"] {
    margin-left: 55%; }
  [offset-lg="60"] {
    margin-left: 60%; }
  [offset-lg="65"] {
    margin-left: 65%; }
  [offset-lg="70"] {
    margin-left: 70%; }
  [offset-lg="75"] {
    margin-left: 75%; }
  [offset-lg="80"] {
    margin-left: 80%; }
  [offset-lg="85"] {
    margin-left: 85%; }
  [offset-lg="90"] {
    margin-left: 90%; }
  [offset-lg="95"] {
    margin-left: 95%; }
  [offset-lg="33"], [offset-lg="34"] {
    margin-left: 33.33%; }
  [offset-lg="66"], [offset-lg="67"] {
    margin-left: 66.66%; }
  [flex-lg] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-lg="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-lg="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-lg="0"] {
    max-height: 0%; }
  [flex-lg="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-lg="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-lg="5"] {
    max-height: 5%; }
  [flex-lg="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-lg="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-lg="10"] {
    max-height: 10%; }
  [flex-lg="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-lg="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-lg="15"] {
    max-height: 15%; }
  [flex-lg="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-lg="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-lg="20"] {
    max-height: 20%; }
  [flex-lg="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-lg="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-lg="25"] {
    max-height: 25%; }
  [flex-lg="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-lg="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-lg="30"] {
    max-height: 30%; }
  [flex-lg="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-lg="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-lg="35"] {
    max-height: 35%; }
  [flex-lg="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-lg="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-lg="40"] {
    max-height: 40%; }
  [flex-lg="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-lg="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-lg="45"] {
    max-height: 45%; }
  [flex-lg="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-lg="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-lg="50"] {
    max-height: 50%; }
  [flex-lg="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-lg="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-lg="55"] {
    max-height: 55%; }
  [flex-lg="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-lg="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-lg="60"] {
    max-height: 60%; }
  [flex-lg="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-lg="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-lg="65"] {
    max-height: 65%; }
  [flex-lg="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-lg="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-lg="70"] {
    max-height: 70%; }
  [flex-lg="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-lg="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-lg="75"] {
    max-height: 75%; }
  [flex-lg="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-lg="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-lg="80"] {
    max-height: 80%; }
  [flex-lg="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-lg="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-lg="85"] {
    max-height: 85%; }
  [flex-lg="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-lg="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-lg="90"] {
    max-height: 90%; }
  [flex-lg="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-lg="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-lg="95"] {
    max-height: 95%; }
  [flex-lg="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-lg="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-lg="100"] {
    max-height: 100%; }
  [flex-lg="33"], [flex-lg="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-lg="66"], [flex-lg="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="67"] {
    max-height: 66.66%; } }

@media (min-width: 1200px) {
  [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-lg]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]) {
    display: none; }
  [flex-order-gt-lg="0"] {
    -ms-flex-order: 0;
        order: 0; }
  [flex-order-gt-lg="1"] {
    -ms-flex-order: 1;
        order: 1; }
  [flex-order-gt-lg="2"] {
    -ms-flex-order: 2;
        order: 2; }
  [flex-order-gt-lg="3"] {
    -ms-flex-order: 3;
        order: 3; }
  [flex-order-gt-lg="4"] {
    -ms-flex-order: 4;
        order: 4; }
  [flex-order-gt-lg="5"] {
    -ms-flex-order: 5;
        order: 5; }
  [flex-order-gt-lg="6"] {
    -ms-flex-order: 6;
        order: 6; }
  [flex-order-gt-lg="7"] {
    -ms-flex-order: 7;
        order: 7; }
  [flex-order-gt-lg="8"] {
    -ms-flex-order: 8;
        order: 8; }
  [flex-order-gt-lg="9"] {
    -ms-flex-order: 9;
        order: 9; }
  [layout-align-gt-lg="center"],
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="center end"] {
    -ms-flex-pack: center;
        justify-content: center; }
  [layout-align-gt-lg="end"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="end end"] {
    -ms-flex-pack: end;
        justify-content: flex-end; }
  [layout-align-gt-lg="space-around"],
  [layout-align-gt-lg="space-around center"],
  [layout-align-gt-lg="space-around start"],
  [layout-align-gt-lg="space-around end"] {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  [layout-align-gt-lg="space-between"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-between end"] {
    -ms-flex-pack: justify;
        justify-content: space-between; }
  [layout-align-gt-lg="center center"],
  [layout-align-gt-lg="start center"],
  [layout-align-gt-lg="end center"],
  [layout-align-gt-lg="space-between center"],
  [layout-align-gt-lg="space-around center"] {
    -ms-flex-align: center;
        align-items: center; }
  [layout-align-gt-lg="center start"],
  [layout-align-gt-lg="start start"],
  [layout-align-gt-lg="end start"],
  [layout-align-gt-lg="space-between start"],
  [layout-align-gt-lg="space-around start"] {
    -ms-flex-align: start;
        align-items: flex-start; }
  [layout-align-gt-lg="center end"],
  [layout-align-gt-lg="start end"],
  [layout-align-gt-lg="end end"],
  [layout-align-gt-lg="space-between end"],
  [layout-align-gt-lg="space-around end"] {
    -ms-flex-align: end;
        align-items: flex-end; }
  [layout-gt-lg] {
    box-sizing: border-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  [layout-gt-lg=column] {
    -ms-flex-direction: column;
        flex-direction: column; }
  [layout-gt-lg=row] {
    -ms-flex-direction: row;
        flex-direction: row; }
  [offset-gt-lg="5"] {
    margin-left: 5%; }
  [offset-gt-lg="10"] {
    margin-left: 10%; }
  [offset-gt-lg="15"] {
    margin-left: 15%; }
  [offset-gt-lg="20"] {
    margin-left: 20%; }
  [offset-gt-lg="25"] {
    margin-left: 25%; }
  [offset-gt-lg="30"] {
    margin-left: 30%; }
  [offset-gt-lg="35"] {
    margin-left: 35%; }
  [offset-gt-lg="40"] {
    margin-left: 40%; }
  [offset-gt-lg="45"] {
    margin-left: 45%; }
  [offset-gt-lg="50"] {
    margin-left: 50%; }
  [offset-gt-lg="55"] {
    margin-left: 55%; }
  [offset-gt-lg="60"] {
    margin-left: 60%; }
  [offset-gt-lg="65"] {
    margin-left: 65%; }
  [offset-gt-lg="70"] {
    margin-left: 70%; }
  [offset-gt-lg="75"] {
    margin-left: 75%; }
  [offset-gt-lg="80"] {
    margin-left: 80%; }
  [offset-gt-lg="85"] {
    margin-left: 85%; }
  [offset-gt-lg="90"] {
    margin-left: 90%; }
  [offset-gt-lg="95"] {
    margin-left: 95%; }
  [offset-gt-lg="33"], [offset-gt-lg="34"] {
    margin-left: 33.33%; }
  [offset-gt-lg="66"], [offset-gt-lg="67"] {
    margin-left: 66.66%; }
  [flex-gt-lg] {
    box-sizing: border-box;
    -ms-flex: 1;
        flex: 1; }
  [flex-gt-lg="0"] {
    -ms-flex: 0 0 0%;
        flex: 0 0 0%; }
  [layout="row"] > [flex-gt-lg="0"] {
    max-width: 0%; }
  [layout="column"] > [flex-gt-lg="0"] {
    max-height: 0%; }
  [flex-gt-lg="5"] {
    -ms-flex: 0 0 5%;
        flex: 0 0 5%; }
  [layout="row"] > [flex-gt-lg="5"] {
    max-width: 5%; }
  [layout="column"] > [flex-gt-lg="5"] {
    max-height: 5%; }
  [flex-gt-lg="10"] {
    -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
  [layout="row"] > [flex-gt-lg="10"] {
    max-width: 10%; }
  [layout="column"] > [flex-gt-lg="10"] {
    max-height: 10%; }
  [flex-gt-lg="15"] {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%; }
  [layout="row"] > [flex-gt-lg="15"] {
    max-width: 15%; }
  [layout="column"] > [flex-gt-lg="15"] {
    max-height: 15%; }
  [flex-gt-lg="20"] {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
  [layout="row"] > [flex-gt-lg="20"] {
    max-width: 20%; }
  [layout="column"] > [flex-gt-lg="20"] {
    max-height: 20%; }
  [flex-gt-lg="25"] {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%; }
  [layout="row"] > [flex-gt-lg="25"] {
    max-width: 25%; }
  [layout="column"] > [flex-gt-lg="25"] {
    max-height: 25%; }
  [flex-gt-lg="30"] {
    -ms-flex: 0 0 30%;
        flex: 0 0 30%; }
  [layout="row"] > [flex-gt-lg="30"] {
    max-width: 30%; }
  [layout="column"] > [flex-gt-lg="30"] {
    max-height: 30%; }
  [flex-gt-lg="35"] {
    -ms-flex: 0 0 35%;
        flex: 0 0 35%; }
  [layout="row"] > [flex-gt-lg="35"] {
    max-width: 35%; }
  [layout="column"] > [flex-gt-lg="35"] {
    max-height: 35%; }
  [flex-gt-lg="40"] {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%; }
  [layout="row"] > [flex-gt-lg="40"] {
    max-width: 40%; }
  [layout="column"] > [flex-gt-lg="40"] {
    max-height: 40%; }
  [flex-gt-lg="45"] {
    -ms-flex: 0 0 45%;
        flex: 0 0 45%; }
  [layout="row"] > [flex-gt-lg="45"] {
    max-width: 45%; }
  [layout="column"] > [flex-gt-lg="45"] {
    max-height: 45%; }
  [flex-gt-lg="50"] {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
  [layout="row"] > [flex-gt-lg="50"] {
    max-width: 50%; }
  [layout="column"] > [flex-gt-lg="50"] {
    max-height: 50%; }
  [flex-gt-lg="55"] {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%; }
  [layout="row"] > [flex-gt-lg="55"] {
    max-width: 55%; }
  [layout="column"] > [flex-gt-lg="55"] {
    max-height: 55%; }
  [flex-gt-lg="60"] {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
  [layout="row"] > [flex-gt-lg="60"] {
    max-width: 60%; }
  [layout="column"] > [flex-gt-lg="60"] {
    max-height: 60%; }
  [flex-gt-lg="65"] {
    -ms-flex: 0 0 65%;
        flex: 0 0 65%; }
  [layout="row"] > [flex-gt-lg="65"] {
    max-width: 65%; }
  [layout="column"] > [flex-gt-lg="65"] {
    max-height: 65%; }
  [flex-gt-lg="70"] {
    -ms-flex: 0 0 70%;
        flex: 0 0 70%; }
  [layout="row"] > [flex-gt-lg="70"] {
    max-width: 70%; }
  [layout="column"] > [flex-gt-lg="70"] {
    max-height: 70%; }
  [flex-gt-lg="75"] {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  [layout="row"] > [flex-gt-lg="75"] {
    max-width: 75%; }
  [layout="column"] > [flex-gt-lg="75"] {
    max-height: 75%; }
  [flex-gt-lg="80"] {
    -ms-flex: 0 0 80%;
        flex: 0 0 80%; }
  [layout="row"] > [flex-gt-lg="80"] {
    max-width: 80%; }
  [layout="column"] > [flex-gt-lg="80"] {
    max-height: 80%; }
  [flex-gt-lg="85"] {
    -ms-flex: 0 0 85%;
        flex: 0 0 85%; }
  [layout="row"] > [flex-gt-lg="85"] {
    max-width: 85%; }
  [layout="column"] > [flex-gt-lg="85"] {
    max-height: 85%; }
  [flex-gt-lg="90"] {
    -ms-flex: 0 0 90%;
        flex: 0 0 90%; }
  [layout="row"] > [flex-gt-lg="90"] {
    max-width: 90%; }
  [layout="column"] > [flex-gt-lg="90"] {
    max-height: 90%; }
  [flex-gt-lg="95"] {
    -ms-flex: 0 0 95%;
        flex: 0 0 95%; }
  [layout="row"] > [flex-gt-lg="95"] {
    max-width: 95%; }
  [layout="column"] > [flex-gt-lg="95"] {
    max-height: 95%; }
  [flex-gt-lg="100"] {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
  [layout="row"] > [flex-gt-lg="100"] {
    max-width: 100%; }
  [layout="column"] > [flex-gt-lg="100"] {
    max-height: 100%; }
  [flex-gt-lg="33"], [flex-gt-lg="34"] {
    -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; }
  [flex-gt-lg="66"], [flex-gt-lg="67"] {
    -ms-flex: 0 0 66.66%;
        flex: 0 0 66.66%; }
  [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="34"] {
    max-width: 33.33%; }
  [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="67"] {
    max-width: 66.66%; }
  [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="34"] {
    max-height: 33.33%; }
  [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="67"] {
    max-height: 66.66%; } }

md-content {
  display: block;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  md-content[md-scroll-y] {
    overflow-y: auto;
    overflow-x: hidden; }
  md-content[md-scroll-x] {
    overflow-x: auto;
    overflow-y: hidden; }
  md-content.autoScroll {
    -webkit-overflow-scrolling: auto; }

md-content.md-default-theme {
  color: rgba(0, 0, 0, 0.87);
  background-color: white; }

md-card {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 8px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
  md-card > img,
  md-card > :not(md-card-content) img {
    width: 100%; }
  md-card md-card-content {
    padding: 16px; }
  md-card .md-actions {
    margin: 0; }
    md-card .md-actions .md-button {
      margin-bottom: 8px;
      margin-top: 8px;
      margin-right: 4px;
      margin-left: 4px; }
  md-card md-card-footer {
    padding: 16px; }
  md-card md-card-title {
    padding: 24px 16px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-direction: row;
        flex-direction: row; }
    md-card md-card-title + md-card-content {
      padding-top: 0;
      display: block; }
      md-card md-card-title + md-card-content > p:first-child {
        margin-top: 0; }
      md-card md-card-title + md-card-content > p:last-child {
        margin-bottom: 0; }
      md-card md-card-title + md-card-content .md-media-xl {
        height: 240px;
        width: 240px; }
    md-card md-card-title md-card-title-text {
      -ms-flex: 1;
          flex: 1;
      -ms-flex-direction: column;
          flex-direction: column;
      display: -ms-flexbox;
      display: flex; }
      md-card md-card-title md-card-title-text .md-subhead {
        padding-top: 0;
        font-size: 14px; }
      md-card md-card-title md-card-title-text:only-child .md-subhead {
        padding-top: 12px; }
    md-card md-card-title md-card-title-media {
      margin-top: -8px; }
      md-card md-card-title md-card-title-media .md-media-sm {
        height: 80px;
        width: 80px; }
      md-card md-card-title md-card-title-media .md-media-md {
        height: 112px;
        width: 112px; }
      md-card md-card-title md-card-title-media .md-media-lg {
        height: 152px;
        width: 152px; }

md-card.md-default-theme {
  border-radius: 2px; }
  md-card.md-default-theme .md-card-image {
    border-radius: 2px 2px 0 0; }

/**
 * Position a FAB button.
 */
.md-button {
  box-sizing: border-box;
  color: currentColor;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  outline: none;
  border: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 6px;
  margin: 6px 8px;
  line-height: 36px;
  min-height: 36px;
  background: transparent;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .md-button *,
  .md-button *:before,
  .md-button *:after {
    box-sizing: border-box; }
  .md-button:focus {
    outline: none; }
  .md-button:hover, .md-button:focus {
    text-decoration: none; }
  .md-button.ng-hide, .md-button.ng-leave {
    transition: none; }
  .md-button.md-cornered {
    border-radius: 0; }
  .md-button.md-icon {
    padding: 0;
    background: none; }
  .md-button.md-raised:not([disabled]) {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .md-button.md-icon-button {
    margin: 0 6px;
    height: 48px;
    min-width: 0;
    line-height: 48px;
    padding-left: 0;
    padding-right: 0;
    width: 48px;
    border-radius: 50%; }
    .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"); }
  .md-button.md-fab {
    z-index: 20;
    line-height: 56px;
    min-width: 0;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background-clip: padding-box;
    overflow: hidden;
    transition: 0.2s linear;
    transition-property: background-color, box-shadow; }
    .md-button.md-fab.md-fab-bottom-right {
      top: auto;
      right: 20px;
      bottom: 20px;
      left: auto;
      position: absolute; }
    .md-button.md-fab.md-fab-bottom-left {
      top: auto;
      right: auto;
      bottom: 20px;
      left: 20px;
      position: absolute; }
    .md-button.md-fab.md-fab-top-right {
      top: 20px;
      right: 20px;
      bottom: auto;
      left: auto;
      position: absolute; }
    .md-button.md-fab.md-fab-top-left {
      top: 20px;
      right: auto;
      bottom: auto;
      left: 20px;
      position: absolute; }
    .md-button.md-fab .md-ripple-container {
      border-radius: 50%;
      background-clip: padding-box;
      overflow: hidden;
      -webkit-mask-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC"); }
    .md-button.md-fab.md-mini {
      line-height: 40px;
      width: 40px;
      height: 40px; }
  .md-button:not([disabled]).md-raised.md-focused, .md-button:not([disabled]).md-fab.md-focused {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .md-button:not([disabled]).md-raised:active, .md-button:not([disabled]).md-fab:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }

.md-toast-open-top .md-button.md-fab-top-left,
.md-toast-open-top .md-button.md-fab-top-right {
  transform: translate3d(0, 42px, 0); }
  .md-toast-open-top .md-button.md-fab-top-left:not([disabled]).md-focused, .md-toast-open-top .md-button.md-fab-top-left:not([disabled]):hover,
  .md-toast-open-top .md-button.md-fab-top-right:not([disabled]).md-focused,
  .md-toast-open-top .md-button.md-fab-top-right:not([disabled]):hover {
    transform: translate3d(0, 41px, 0); }

.md-toast-open-bottom .md-button.md-fab-bottom-left,
.md-toast-open-bottom .md-button.md-fab-bottom-right {
  transform: translate3d(0, -42px, 0); }
  .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]).md-focused, .md-toast-open-bottom .md-button.md-fab-bottom-left:not([disabled]):hover,
  .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]).md-focused,
  .md-toast-open-bottom .md-button.md-fab-bottom-right:not([disabled]):hover {
    transform: translate3d(0, -43px, 0); }

.md-button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  width: 100%; }

.md-button-group > .md-button {
  -ms-flex: 1;
      flex: 1;
  display: block;
  overflow: hidden;
  width: 0;
  border-width: 1px 0px 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .md-button-group > .md-button:first-child {
    border-radius: 2px 0px 0px 2px; }
  .md-button-group > .md-button:last-child {
    border-right-width: 1px;
    border-radius: 0px 2px 2px 0px; }

@media screen and (-ms-high-contrast: active) {
  .md-button.md-raised,
  .md-button.md-fab {
    border: 1px solid #fff; } }

a.md-button.md-default-theme,
.md-button.md-default-theme {
  border-radius: 3px; }
  a.md-button.md-default-theme:not([disabled]):hover,
  .md-button.md-default-theme:not([disabled]):hover {
    background-color: rgba(158, 158, 158, 0.2); }
  a.md-button.md-default-theme:not([disabled]).md-focused,
  .md-button.md-default-theme:not([disabled]).md-focused {
    background-color: rgba(158, 158, 158, 0.2); }
  a.md-button.md-default-theme:not([disabled]).md-icon-button:hover,
  .md-button.md-default-theme:not([disabled]).md-icon-button:hover {
    background-color: transparent; }
  a.md-button.md-default-theme.md-fab,
  .md-button.md-default-theme.md-fab {
    border-radius: 50%;
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87); }
    a.md-button.md-default-theme.md-fab md-icon,
    .md-button.md-default-theme.md-fab md-icon {
      color: rgba(255, 255, 255, 0.87); }
    a.md-button.md-default-theme.md-fab:not([disabled]):hover,
    .md-button.md-default-theme.md-fab:not([disabled]):hover {
      background-color: #e91e63; }
    a.md-button.md-default-theme.md-fab:not([disabled]).md-focused,
    .md-button.md-default-theme.md-fab:not([disabled]).md-focused {
      background-color: #c51162; }
  a.md-button.md-default-theme.md-icon-button,
  .md-button.md-default-theme.md-icon-button {
    border-radius: 50%; }
  a.md-button.md-default-theme.md-primary,
  .md-button.md-default-theme.md-primary {
    color: #3f51b5; }
    a.md-button.md-default-theme.md-primary.md-raised, a.md-button.md-default-theme.md-primary.md-fab,
    .md-button.md-default-theme.md-primary.md-raised,
    .md-button.md-default-theme.md-primary.md-fab {
      color: rgba(255, 255, 255, 0.87);
      background-color: #3f51b5; }
      a.md-button.md-default-theme.md-primary.md-raised:not([disabled]) md-icon, a.md-button.md-default-theme.md-primary.md-fab:not([disabled]) md-icon,
      .md-button.md-default-theme.md-primary.md-raised:not([disabled]) md-icon,
      .md-button.md-default-theme.md-primary.md-fab:not([disabled]) md-icon {
        color: rgba(255, 255, 255, 0.87); }
      a.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover, a.md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover,
      .md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover,
      .md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover {
        background-color: #3f51b5; }
      a.md-button.md-default-theme.md-primary.md-raised:not([disabled]).md-focused, a.md-button.md-default-theme.md-primary.md-fab:not([disabled]).md-focused,
      .md-button.md-default-theme.md-primary.md-raised:not([disabled]).md-focused,
      .md-button.md-default-theme.md-primary.md-fab:not([disabled]).md-focused {
        background-color: #3949ab; }
    a.md-button.md-default-theme.md-primary:not([disabled]) md-icon,
    .md-button.md-default-theme.md-primary:not([disabled]) md-icon {
      color: #3f51b5; }
  a.md-button.md-default-theme.md-fab,
  .md-button.md-default-theme.md-fab {
    border-radius: 50%;
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87); }
    a.md-button.md-default-theme.md-fab:not([disabled]) .md-icon,
    .md-button.md-default-theme.md-fab:not([disabled]) .md-icon {
      color: rgba(255, 255, 255, 0.87); }
    a.md-button.md-default-theme.md-fab:not([disabled]):hover,
    .md-button.md-default-theme.md-fab:not([disabled]):hover {
      background-color: #e91e63; }
    a.md-button.md-default-theme.md-fab:not([disabled]).md-focused,
    .md-button.md-default-theme.md-fab:not([disabled]).md-focused {
      background-color: #c51162; }
  a.md-button.md-default-theme.md-raised,
  .md-button.md-default-theme.md-raised {
    color: rgba(0, 0, 0, 0.87);
    background-color: #fafafa; }
    a.md-button.md-default-theme.md-raised:not([disabled]) .md-icon,
    .md-button.md-default-theme.md-raised:not([disabled]) .md-icon {
      color: rgba(0, 0, 0, 0.87); }
    a.md-button.md-default-theme.md-raised:not([disabled]):hover,
    .md-button.md-default-theme.md-raised:not([disabled]):hover {
      background-color: #fafafa; }
    a.md-button.md-default-theme.md-raised:not([disabled]).md-focused,
    .md-button.md-default-theme.md-raised:not([disabled]).md-focused {
      background-color: #eeeeee; }
  a.md-button.md-default-theme.md-warn,
  .md-button.md-default-theme.md-warn {
    color: #f44336; }
    a.md-button.md-default-theme.md-warn.md-raised, a.md-button.md-default-theme.md-warn.md-fab,
    .md-button.md-default-theme.md-warn.md-raised,
    .md-button.md-default-theme.md-warn.md-fab {
      color: rgba(255, 255, 255, 0.87);
      background-color: #f44336; }
      a.md-button.md-default-theme.md-warn.md-raised:not([disabled]) md-icon, a.md-button.md-default-theme.md-warn.md-fab:not([disabled]) md-icon,
      .md-button.md-default-theme.md-warn.md-raised:not([disabled]) md-icon,
      .md-button.md-default-theme.md-warn.md-fab:not([disabled]) md-icon {
        color: rgba(255, 255, 255, 0.87); }
      a.md-button.md-default-theme.md-warn.md-raised:not([disabled]):hover, a.md-button.md-default-theme.md-warn.md-fab:not([disabled]):hover,
      .md-button.md-default-theme.md-warn.md-raised:not([disabled]):hover,
      .md-button.md-default-theme.md-warn.md-fab:not([disabled]):hover {
        background-color: #f44336; }
      a.md-button.md-default-theme.md-warn.md-raised:not([disabled]).md-focused, a.md-button.md-default-theme.md-warn.md-fab:not([disabled]).md-focused,
      .md-button.md-default-theme.md-warn.md-raised:not([disabled]).md-focused,
      .md-button.md-default-theme.md-warn.md-fab:not([disabled]).md-focused {
        background-color: #d32f2f; }
    a.md-button.md-default-theme.md-warn:not([disabled]) md-icon,
    .md-button.md-default-theme.md-warn:not([disabled]) md-icon {
      color: #f44336; }
  a.md-button.md-default-theme.md-accent,
  .md-button.md-default-theme.md-accent {
    color: #e91e63; }
    a.md-button.md-default-theme.md-accent.md-raised, a.md-button.md-default-theme.md-accent.md-fab,
    .md-button.md-default-theme.md-accent.md-raised,
    .md-button.md-default-theme.md-accent.md-fab {
      color: rgba(255, 255, 255, 0.87);
      background-color: #e91e63; }
      a.md-button.md-default-theme.md-accent.md-raised:not([disabled]) md-icon, a.md-button.md-default-theme.md-accent.md-fab:not([disabled]) md-icon,
      .md-button.md-default-theme.md-accent.md-raised:not([disabled]) md-icon,
      .md-button.md-default-theme.md-accent.md-fab:not([disabled]) md-icon {
        color: rgba(255, 255, 255, 0.87); }
      a.md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover, a.md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover,
      .md-button.md-default-theme.md-accent.md-raised:not([disabled]):hover,
      .md-button.md-default-theme.md-accent.md-fab:not([disabled]):hover {
        background-color: #e91e63; }
      a.md-button.md-default-theme.md-accent.md-raised:not([disabled]).md-focused, a.md-button.md-default-theme.md-accent.md-fab:not([disabled]).md-focused,
      .md-button.md-default-theme.md-accent.md-raised:not([disabled]).md-focused,
      .md-button.md-default-theme.md-accent.md-fab:not([disabled]).md-focused {
        background-color: #c2185b; }
    a.md-button.md-default-theme.md-accent:not([disabled]) md-icon,
    .md-button.md-default-theme.md-accent:not([disabled]) md-icon {
      color: #e91e63; }
  a.md-button.md-default-theme[disabled], a.md-button.md-default-theme.md-raised[disabled], a.md-button.md-default-theme.md-fab[disabled], a.md-button.md-default-theme.md-accent[disabled], a.md-button.md-default-theme.md-warn[disabled],
  .md-button.md-default-theme[disabled],
  .md-button.md-default-theme.md-raised[disabled],
  .md-button.md-default-theme.md-fab[disabled],
  .md-button.md-default-theme.md-accent[disabled],
  .md-button.md-default-theme.md-warn[disabled] {
    color: rgba(0, 0, 0, 0.26);
    cursor: not-allowed; }
    a.md-button.md-default-theme[disabled] md-icon, a.md-button.md-default-theme.md-raised[disabled] md-icon, a.md-button.md-default-theme.md-fab[disabled] md-icon, a.md-button.md-default-theme.md-accent[disabled] md-icon, a.md-button.md-default-theme.md-warn[disabled] md-icon,
    .md-button.md-default-theme[disabled] md-icon,
    .md-button.md-default-theme.md-raised[disabled] md-icon,
    .md-button.md-default-theme.md-fab[disabled] md-icon,
    .md-button.md-default-theme.md-accent[disabled] md-icon,
    .md-button.md-default-theme.md-warn[disabled] md-icon {
      color: rgba(0, 0, 0, 0.26); }
  a.md-button.md-default-theme.md-raised[disabled], a.md-button.md-default-theme.md-fab[disabled],
  .md-button.md-default-theme.md-raised[disabled],
  .md-button.md-default-theme.md-fab[disabled] {
    background-color: rgba(0, 0, 0, 0.12); }
  a.md-button.md-default-theme[disabled],
  .md-button.md-default-theme[disabled] {
    background-color: transparent; }

md-checkbox {
  box-sizing: border-box;
  display: block;
  margin: 8px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-left: 18px;
  padding-right: 0;
  position: relative;
  line-height: 26px;
  min-width: 18px;
  min-height: 18px; }
  html[dir=rtl] md-checkbox {
    padding-left: 0; }
  html[dir=rtl] md-checkbox {
    padding-right: 18px; }
  md-checkbox *,
  md-checkbox *:before,
  md-checkbox *:after {
    box-sizing: border-box; }
  md-checkbox.md-focused:not([disabled]) .md-container:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-checkbox.md-focused:not([disabled]):not(.md-checked) .md-container:before {
    background-color: rgba(0, 0, 0, 0.12); }
  md-checkbox .md-container {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    left: 0;
    right: auto; }
    html[dir=rtl] md-checkbox .md-container {
      left: auto; }
    html[dir=rtl] md-checkbox .md-container {
      right: 0; }
    md-checkbox .md-container:before {
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: all 0.5s;
      width: auto; }
    md-checkbox .md-container:after {
      content: '';
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -10px;
      left: -10px; }
    md-checkbox .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -15px;
      top: -15px;
      right: -15px;
      bottom: -15px; }
  md-checkbox .md-icon {
    transition: 240ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px; }
  md-checkbox.md-checked .md-icon {
    border: none; }
  md-checkbox[disabled] {
    cursor: no-drop; }
  md-checkbox.md-checked .md-icon:after {
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    content: ''; }
  md-checkbox .md-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text; }
    md-checkbox .md-label span {
      margin-left: 10px;
      margin-right: 0; }
      html[dir=rtl] md-checkbox .md-label span {
        margin-left: 0; }
      html[dir=rtl] md-checkbox .md-label span {
        margin-right: 10px; }

md-checkbox.md-default-theme .md-ripple {
  color: #d81b60; }

md-checkbox.md-default-theme.md-checked .md-ripple {
  color: #757575; }

md-checkbox.md-default-theme.md-checked.md-focused .md-container:before {
  background-color: rgba(233, 30, 99, 0.26); }

md-checkbox.md-default-theme .md-icon {
  border-color: rgba(0, 0, 0, 0.54); }

md-checkbox.md-default-theme.md-checked .md-icon {
  background-color: rgba(233, 30, 99, 0.87); }

md-checkbox.md-default-theme.md-checked .md-icon:after {
  border-color: #eeeeee; }

md-checkbox.md-default-theme:not([disabled]).md-primary .md-ripple {
  color: #3949ab; }

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ripple {
  color: #757575; }

md-checkbox.md-default-theme:not([disabled]).md-primary .md-icon {
  border-color: rgba(0, 0, 0, 0.54); }

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon {
  background-color: rgba(63, 81, 181, 0.87); }

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked.md-focused .md-container:before {
  background-color: rgba(63, 81, 181, 0.26); }

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon:after {
  border-color: #eeeeee; }

md-checkbox.md-default-theme:not([disabled]).md-warn .md-ripple {
  color: #e53935; }

md-checkbox.md-default-theme:not([disabled]).md-warn .md-icon {
  border-color: rgba(0, 0, 0, 0.54); }

md-checkbox.md-default-theme:not([disabled]).md-warn.md-checked .md-icon {
  background-color: rgba(244, 67, 54, 0.87); }

md-checkbox.md-default-theme:not([disabled]).md-warn.md-checked.md-focused:not([disabled]) .md-container:before {
  background-color: rgba(244, 67, 54, 0.26); }

md-checkbox.md-default-theme:not([disabled]).md-warn.md-checked .md-icon:after {
  border-color: #eeeeee; }

md-checkbox.md-default-theme[disabled] .md-icon {
  border-color: rgba(0, 0, 0, 0.26); }

md-checkbox.md-default-theme[disabled].md-checked .md-icon {
  background-color: rgba(0, 0, 0, 0.26); }

md-checkbox.md-default-theme[disabled] .md-label {
  color: rgba(0, 0, 0, 0.26); }

md-radio-button,
.md-switch-thumb {
  box-sizing: border-box;
  display: block;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer; }
  md-radio-button *,
  md-radio-button *:before,
  md-radio-button *:after,
  .md-switch-thumb *,
  .md-switch-thumb *:before,
  .md-switch-thumb *:after {
    box-sizing: border-box; }
  md-radio-button input,
  .md-switch-thumb input {
    display: none; }
  md-radio-button .md-container,
  .md-switch-thumb .md-container {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    md-radio-button .md-container .md-ripple-container,
    .md-switch-thumb .md-container .md-ripple-container {
      position: absolute;
      display: block;
      width: 48px;
      height: 48px;
      left: -16px;
      top: -16px; }
    md-radio-button .md-container:before,
    .md-switch-thumb .md-container:before {
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: all 0.5s;
      width: auto; }
  md-radio-button .md-off,
  .md-switch-thumb .md-off {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    transition: border-color ease 0.28s; }
  md-radio-button .md-on,
  .md-switch-thumb .md-on {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: transform ease 0.28s;
    transform: scale(0); }
  md-radio-button.md-checked .md-on,
  .md-switch-thumb.md-checked .md-on {
    transform: scale(0.5); }
  md-radio-button .md-label,
  .md-switch-thumb .md-label {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    white-space: normal;
    pointer-events: none;
    width: auto; }
  md-radio-button .circle,
  .md-switch-thumb .circle {
    border-radius: 50%; }

md-radio-group:focus {
  outline: none; }

md-radio-group.md-focused .md-checked .md-container:before {
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px; }

@media screen and (-ms-high-contrast: active) {
  md-radio-button.md-default-theme .md-on {
    background-color: #fff; } }

md-radio-button.md-default-theme .md-off {
  border-color: rgba(0, 0, 0, 0.54); }

md-radio-button.md-default-theme .md-on {
  background-color: rgba(233, 30, 99, 0.87); }

md-radio-button.md-default-theme.md-checked .md-off {
  border-color: rgba(233, 30, 99, 0.87); }

md-radio-button.md-default-theme.md-checked .md-ink-ripple {
  color: rgba(233, 30, 99, 0.87); }

md-radio-button.md-default-theme .md-container .md-ripple {
  color: #d81b60; }

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-on, md-radio-group.md-default-theme:not([disabled]).md-primary .md-on,
md-radio-button.md-default-theme:not([disabled]) .md-primary .md-on,
md-radio-button.md-default-theme:not([disabled]).md-primary .md-on {
  background-color: rgba(63, 81, 181, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-off {
  border-color: rgba(63, 81, 181, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]).md-primary .md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-primary .md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-primary.md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]).md-primary .md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple {
  color: rgba(63, 81, 181, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-primary .md-container .md-ripple, md-radio-group.md-default-theme:not([disabled]).md-primary .md-container .md-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-primary .md-container .md-ripple,
md-radio-button.md-default-theme:not([disabled]).md-primary .md-container .md-ripple {
  color: #3949ab; }

md-radio-group.md-default-theme:not([disabled]) .md-warn .md-on, md-radio-group.md-default-theme:not([disabled]).md-warn .md-on,
md-radio-button.md-default-theme:not([disabled]) .md-warn .md-on,
md-radio-button.md-default-theme:not([disabled]).md-warn .md-on {
  background-color: rgba(244, 67, 54, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-warn .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]) .md-warn.md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-warn .md-checked .md-off, md-radio-group.md-default-theme:not([disabled]).md-warn.md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]) .md-warn .md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]) .md-warn.md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]).md-warn .md-checked .md-off,
md-radio-button.md-default-theme:not([disabled]).md-warn.md-checked .md-off {
  border-color: rgba(244, 67, 54, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]).md-warn .md-checked .md-ink-ripple, md-radio-group.md-default-theme:not([disabled]).md-warn.md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-warn .md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-warn.md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]).md-warn .md-checked .md-ink-ripple,
md-radio-button.md-default-theme:not([disabled]).md-warn.md-checked .md-ink-ripple {
  color: rgba(244, 67, 54, 0.87); }

md-radio-group.md-default-theme:not([disabled]) .md-warn .md-container .md-ripple, md-radio-group.md-default-theme:not([disabled]).md-warn .md-container .md-ripple,
md-radio-button.md-default-theme:not([disabled]) .md-warn .md-container .md-ripple,
md-radio-button.md-default-theme:not([disabled]).md-warn .md-container .md-ripple {
  color: #e53935; }

md-radio-group.md-default-theme[disabled],
md-radio-button.md-default-theme[disabled] {
  color: rgba(0, 0, 0, 0.26); }
  md-radio-group.md-default-theme[disabled] .md-container .md-off,
  md-radio-button.md-default-theme[disabled] .md-container .md-off {
    border-color: rgba(0, 0, 0, 0.26); }
  md-radio-group.md-default-theme[disabled] .md-container .md-on,
  md-radio-button.md-default-theme[disabled] .md-container .md-on {
    border-color: rgba(0, 0, 0, 0.26); }

md-radio-group.md-default-theme.md-focused:not(:empty) .md-checked .md-container:before {
  background-color: rgba(233, 30, 99, 0.26); }

md-radio-group.md-default-theme.md-focused:not(:empty) .md-checked:not([disabled]).md-primary .md-container:before {
  background-color: rgba(63, 81, 181, 0.26); }

md-radio-group.md-default-theme.md-focused:not(:empty) .md-checked.md-primary .md-container:before {
  background-color: rgba(244, 67, 54, 0.26); }

md-switch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 15px;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  md-switch .md-container {
    cursor: grab;
    width: 36px;
    height: 24px;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-right: 8px; }
  md-switch:not([disabled]) .md-dragging,
  md-switch:not([disabled]).md-dragging .md-container {
    cursor: grabbing; }
  md-switch.md-focused:not([disabled]) .md-thumb:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px; }
  md-switch.md-focused:not([disabled]):not(.md-checked) .md-thumb:before {
    background-color: rgba(0, 0, 0, 0.12); }
  md-switch .md-label {
    border-color: transparent;
    border-width: 0; }
  md-switch .md-bar {
    left: 1px;
    width: 34px;
    top: 5px;
    height: 14px;
    border-radius: 8px;
    position: absolute; }
  md-switch .md-thumb-container {
    top: 2px;
    left: 0;
    width: 16px;
    position: absolute;
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  md-switch.md-checked .md-thumb-container {
    transform: translate3d(100%, 0, 0); }
  md-switch .md-thumb {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    outline: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
    md-switch .md-thumb:before {
      background-color: transparent;
      border-radius: 50%;
      content: '';
      position: absolute;
      display: block;
      height: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      transition: all 0.5s;
      width: auto; }
    md-switch .md-thumb .md-ripple-container {
      position: absolute;
      display: block;
      width: auto;
      height: auto;
      left: -20px;
      top: -20px;
      right: -20px;
      bottom: -20px; }
  md-switch:not(.md-dragging) .md-bar,
  md-switch:not(.md-dragging) .md-thumb-container,
  md-switch:not(.md-dragging) .md-thumb {
    transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
    transition-property: transform, background-color; }
  md-switch:not(.md-dragging) .md-bar,
  md-switch:not(.md-dragging) .md-thumb {
    transition-delay: 0.05s; }

@media screen and (-ms-high-contrast: active) {
  md-switch.md-default-theme .md-bar {
    background-color: #666; }
  md-switch.md-default-theme.md-checked .md-bar {
    background-color: #9E9E9E; }
  md-switch.md-default-theme .md-thumb {
    background-color: #fff; } }

/* THEME */
md-switch.md-default-theme .md-thumb {
  background-color: #fafafa; }

md-switch.md-default-theme .md-bar {
  background-color: #9e9e9e; }

md-switch.md-default-theme.md-checked .md-thumb {
  background-color: #e91e63; }

md-switch.md-default-theme.md-checked .md-bar {
  background-color: rgba(233, 30, 99, 0.5); }

md-switch.md-default-theme.md-checked.md-focused .md-thumb:before {
  background-color: rgba(233, 30, 99, 0.26); }

md-switch.md-default-theme.md-checked.md-primary .md-thumb {
  background-color: #3f51b5; }

md-switch.md-default-theme.md-checked.md-primary .md-bar {
  background-color: rgba(63, 81, 181, 0.5); }

md-switch.md-default-theme.md-checked.md-primary.md-focused .md-thumb:before {
  background-color: rgba(63, 81, 181, 0.26); }

md-switch.md-default-theme.md-checked.md-warn .md-thumb {
  background-color: #f44336; }

md-switch.md-default-theme.md-checked.md-warn .md-bar {
  background-color: rgba(244, 67, 54, 0.5); }

md-switch.md-default-theme.md-checked.md-warn.md-focused .md-thumb:before {
  background-color: rgba(244, 67, 54, 0.26); }

md-switch.md-default-theme[disabled] .md-thumb {
  background-color: #bdbdbd; }

md-switch.md-default-theme[disabled] .md-bar {
  background-color: rgba(0, 0, 0, 0.12); }

md-input-container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 2px;
  padding-bottom: 26px;
  /*
   * The .md-input class is added to the input/textarea
   */ }
  md-input-container > md-icon {
    position: absolute;
    top: 5px;
    left: 2px; }
    md-input-container > md-icon + input {
      margin-left: 36px; }
  md-input-container textarea,
  md-input-container input[type="text"],
  md-input-container input[type="password"],
  md-input-container input[type="datetime"],
  md-input-container input[type="datetime-local"],
  md-input-container input[type="date"],
  md-input-container input[type="month"],
  md-input-container input[type="time"],
  md-input-container input[type="week"],
  md-input-container input[type="number"],
  md-input-container input[type="email"],
  md-input-container input[type="url"],
  md-input-container input[type="search"],
  md-input-container input[type="tel"],
  md-input-container input[type="color"] {
    /* remove default appearance from all input/textarea */
    -moz-appearance: none;
    -webkit-appearance: none; }
  md-input-container 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; }
  md-input-container textarea {
    resize: none;
    overflow: hidden; }
  md-input-container textarea.md-input {
    min-height: 26px;
    -ms-flex-preferred-size: auto; }
  md-input-container label {
    position: relative;
    top: -2px; }
  md-input-container label:not(.md-no-float),
  md-input-container .md-placeholder {
    -ms-flex-order: 1;
        order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 2px;
    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; }
    html[dir=rtl] md-input-container label:not(.md-no-float), html[dir=rtl]
    md-input-container .md-placeholder {
      transform-origin: right top; }
  md-input-container .md-placeholder {
    position: absolute;
    top: 0;
    opacity: 0;
    transition-property: opacity, transform;
    transform: translate3d(0, 30px, 0); }
    md-input-container .md-placeholder.md-static {
      position: static; }
  md-input-container.md-input-focused .md-placeholder {
    opacity: 1;
    transform: translate3d(0, 24px, 0); }
  md-input-container.md-input-has-value .md-placeholder {
    transition: none;
    opacity: 0; }
  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; }
  md-input-container .md-input {
    -ms-flex-order: 2;
        order: 2;
    display: block;
    margin-top: auto;
    background: none;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 0 0 1px 0;
    line-height: 26px;
    -ms-flex-preferred-size: 26px;
    border-radius: 0; }
    md-input-container .md-input:focus {
      outline: none; }
    md-input-container .md-input:invalid {
      outline: none;
      box-shadow: none; }
    md-input-container .md-input.md-no-flex {
      -ms-flex: none !important;
          flex: none !important; }
  md-input-container ng-messages, md-input-container data-ng-messages, md-input-container x-ng-messages,
  md-input-container [ng-messages], md-input-container [data-ng-messages], md-input-container [x-ng-messages] {
    -ms-flex-order: 3;
        order: 3;
    position: relative; }
  md-input-container ng-message, md-input-container data-ng-message, md-input-container x-ng-message,
  md-input-container [ng-message], md-input-container [data-ng-message], md-input-container [x-ng-message],
  md-input-container .md-char-counter {
    position: absolute;
    font-size: 12px;
    line-height: 24px; }
    md-input-container ng-message:not(.md-char-counter), md-input-container data-ng-message:not(.md-char-counter), md-input-container x-ng-message:not(.md-char-counter),
    md-input-container [ng-message]:not(.md-char-counter), md-input-container [data-ng-message]:not(.md-char-counter), md-input-container [x-ng-message]:not(.md-char-counter),
    md-input-container .md-char-counter:not(.md-char-counter) {
      padding-right: 30px; }
    md-input-container ng-message.ng-enter, md-input-container data-ng-message.ng-enter, md-input-container x-ng-message.ng-enter,
    md-input-container [ng-message].ng-enter, md-input-container [data-ng-message].ng-enter, md-input-container [x-ng-message].ng-enter,
    md-input-container .md-char-counter.ng-enter {
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-delay: 0.2s; }
    md-input-container ng-message.ng-leave, md-input-container data-ng-message.ng-leave, md-input-container x-ng-message.ng-leave,
    md-input-container [ng-message].ng-leave, md-input-container [data-ng-message].ng-leave, md-input-container [x-ng-message].ng-leave,
    md-input-container .md-char-counter.ng-leave {
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
    md-input-container ng-message.ng-enter, md-input-container ng-message.ng-leave.ng-leave-active, md-input-container data-ng-message.ng-enter, md-input-container data-ng-message.ng-leave.ng-leave-active, md-input-container x-ng-message.ng-enter, md-input-container x-ng-message.ng-leave.ng-leave-active,
    md-input-container [ng-message].ng-enter,
    md-input-container [ng-message].ng-leave.ng-leave-active, md-input-container [data-ng-message].ng-enter, md-input-container [data-ng-message].ng-leave.ng-leave-active, md-input-container [x-ng-message].ng-enter, md-input-container [x-ng-message].ng-leave.ng-leave-active,
    md-input-container .md-char-counter.ng-enter,
    md-input-container .md-char-counter.ng-leave.ng-leave-active {
      opacity: 0;
      transform: translate3d(0, -20%, 0); }
    md-input-container ng-message.ng-leave, md-input-container ng-message.ng-enter.ng-enter-active, md-input-container data-ng-message.ng-leave, md-input-container data-ng-message.ng-enter.ng-enter-active, md-input-container x-ng-message.ng-leave, md-input-container x-ng-message.ng-enter.ng-enter-active,
    md-input-container [ng-message].ng-leave,
    md-input-container [ng-message].ng-enter.ng-enter-active, md-input-container [data-ng-message].ng-leave, md-input-container [data-ng-message].ng-enter.ng-enter-active, md-input-container [x-ng-message].ng-leave, md-input-container [x-ng-message].ng-enter.ng-enter-active,
    md-input-container .md-char-counter.ng-leave,
    md-input-container .md-char-counter.ng-enter.ng-enter-active {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  md-input-container .md-char-counter {
    bottom: 2px;
    right: 2px; }
  md-input-container.md-input-focused 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); }
  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; }
  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; }

md-input-container.md-icon-float {
  margin-top: -16px;
  transition: margin-top 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }
  md-input-container.md-icon-float > label {
    pointer-events: none;
    position: absolute;
    margin-left: 36px; }
  md-input-container.md-icon-float > md-icon {
    top: 26px;
    left: 2px; }
    md-input-container.md-icon-float > md-icon + input {
      margin-left: 36px; }
  md-input-container.md-icon-float > input {
    padding-top: 24px; }
  md-input-container.md-icon-float.md-input-focused, md-input-container.md-icon-float.md-input-has-value {
    margin-top: -8px; }
    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; }

@media screen and (-ms-high-contrast: active) {
  md-input-container.md-default-theme > md-icon {
    fill: #fff; } }

md-input-container.md-default-theme .md-input {
  color: rgba(0, 0, 0, 0.87);
  border-color: rgba(0, 0, 0, 0.12);
  text-shadow: none; }
  md-input-container.md-default-theme .md-input::-webkit-input-placeholder, md-input-container.md-default-theme .md-input::-moz-placeholder, md-input-container.md-default-theme .md-input:-moz-placeholder, md-input-container.md-default-theme .md-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.26); }

md-input-container.md-default-theme > md-icon {
  color: rgba(0, 0, 0, 0.87); }

md-input-container.md-default-theme label,
md-input-container.md-default-theme .md-placeholder {
  text-shadow: none;
  color: rgba(0, 0, 0, 0.26); }

md-input-container.md-default-theme ng-messages,
md-input-container.md-default-theme [ng-message], md-input-container.md-default-theme [data-ng-message], md-input-container.md-default-theme [x-ng-message] {
  color: #f44336; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-has-value label {
  color: rgba(0, 0, 0, 0.54); }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #3f51b5; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label {
  color: #3f51b5; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon {
  color: #3f51b5; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused.md-accent .md-input {
  border-color: #e91e63; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused.md-accent label {
  color: #e91e63; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused.md-warn .md-input {
  border-color: #f44336; }

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused.md-warn label {
  color: #f44336; }

md-input-container.md-default-theme.md-input-invalid .md-input {
  border-color: #f44336; }

md-input-container.md-default-theme.md-input-invalid.md-input-focused label {
  color: #f44336; }

md-input-container.md-default-theme.md-input-invalid ng-message, md-input-container.md-default-theme.md-input-invalid data-ng-message, md-input-container.md-default-theme.md-input-invalid x-ng-message,
md-input-container.md-default-theme.md-input-invalid [ng-message], md-input-container.md-default-theme.md-input-invalid [data-ng-message], md-input-container.md-default-theme.md-input-invalid [x-ng-message],
md-input-container.md-default-theme.md-input-invalid .md-char-counter {
  color: #f44336; }

md-input-container.md-default-theme .md-input[disabled],
[disabled] md-input-container.md-default-theme .md-input {
  border-bottom-color: transparent;
  color: rgba(0, 0, 0, 0.26);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 33%, transparent 0%);
  background-image: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.26) 100%); }

md-list {
  display: block;
  padding: 8px 0px 8px 0px; }
  md-list .md-subheader {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.010em;
    line-height: 24px;
    line-height: 0.75em; }

md-list-item.md-proxy-focus.md-focused .md-no-style {
  transition: background-color 0.15s linear; }

md-list-item.md-no-proxy,
md-list-item .md-no-style {
  position: relative;
  padding: 0px 16px;
  -ms-flex: 1;
      flex: 1; }
  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;
    -ms-flex-direction: inherit;
        flex-direction: inherit;
    -ms-flex-align: inherit;
        align-items: inherit; }
  md-list-item.md-no-proxy:focus,
  md-list-item .md-no-style:focus {
    outline: none; }

md-list-item.md-with-secondary {
  position: relative; }

md-list-item.md-clickable:hover {
  cursor: pointer; }

md-list-item md-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }
  md-list-item md-divider[md-inset] {
    left: 96px;
    width: calc(100% - 96px);
    margin: 0; }

md-list-item, md-list-item .md-list-item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  min-height: 48px; }
  md-list-item > div.md-primary > md-icon,
  md-list-item > div.md-secondary > md-icon,
  md-list-item > md-icon:first-child,
  md-list-item > md-icon.md-secondary, md-list-item .md-list-item-inner > div.md-primary > md-icon,
  md-list-item .md-list-item-inner > div.md-secondary > md-icon,
  md-list-item .md-list-item-inner > md-icon:first-child,
  md-list-item .md-list-item-inner > md-icon.md-secondary {
    width: 24px;
    margin-top: 16px;
    margin-bottom: 12px;
    box-sizing: content-box; }
  md-list-item > div.md-primary > md-checkbox,
  md-list-item > div.md-secondary > md-checkbox,
  md-list-item > md-checkbox:first-child,
  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:first-child,
  md-list-item .md-list-item-inner md-checkbox.md-secondary {
    -ms-flex-item-align: center;
        align-self: center; }
    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:first-child .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:first-child .md-label,
    md-list-item .md-list-item-inner md-checkbox.md-secondary .md-label {
      display: none; }
  md-list-item > md-icon:first-child, md-list-item .md-list-item-inner > md-icon:first-child {
    margin-right: 32px; }
  md-list-item > md-checkbox:first-child, md-list-item .md-list-item-inner > md-checkbox:first-child {
    width: 24px;
    margin-left: 3px;
    margin-right: 29px; }
  md-list-item > .md-avatar:first-child, md-list-item .md-list-item-inner > .md-avatar:first-child {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 16px;
    border-radius: 50%;
    box-sizing: content-box; }
  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-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  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;
    -ms-flex-item-align: center;
        align-self: center;
    border-radius: 50%;
    margin: 0px;
    min-width: 0px; }
    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%; }
  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 {
    margin-left: 16px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  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: 0px;
    position: static; }
  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 {
    -ms-flex: 1;
        flex: 1;
    margin: 0; }

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 {
  -ms-flex-align: start;
      align-items: flex-start; }
  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 {
    -ms-flex: 1;
        flex: 1;
    padding: 16px 0;
    text-overflow: ellipsis; }
    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; }
    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;
      line-height: 24px;
      margin: 0 0 6px 0;
      line-height: 0.75em; }
    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;
      font-weight: 500;
      letter-spacing: 0.010em;
      line-height: 24px;
      font-weight: 400;
      margin: 10px 0 5px 0;
      line-height: 0.75em; }
    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;
      line-height: 24px;
      margin: 0 0 0px 0;
      line-height: 1.6em; }

md-list-item.md-2-line > .md-avatar:first-child,
md-list-item.md-2-line > .md-no-style > .md-avatar:first-child {
  margin-top: 12px; }

md-list-item.md-2-line > md-icon:first-child,
md-list-item.md-2-line > .md-no-style > md-icon:first-child {
  -ms-flex-item-align: start;
      align-self: flex-start; }

md-list-item.md-2-line .md-list-item-text,
md-list-item.md-2-line > .md-no-style .md-list-item-text {
  -ms-flex: 1;
      flex: 1;
  padding-top: 19px; }

md-list-item.md-3-line > md-icon:first-child,
md-list-item.md-3-line > .md-avatar:first-child,
md-list-item.md-3-line > .md-no-style > md-icon:first-child,
md-list-item.md-3-line > .md-no-style > .md-avatar:first-child {
  margin-top: 16px; }

md-list.md-default-theme md-list-item.md-2-line .md-list-item-text h3, md-list.md-default-theme md-list-item.md-2-line .md-list-item-text h4,
md-list.md-default-theme md-list-item.md-3-line .md-list-item-text h3,
md-list.md-default-theme md-list-item.md-3-line .md-list-item-text h4 {
  color: rgba(0, 0, 0, 0.87); }

md-list.md-default-theme md-list-item.md-2-line .md-list-item-text p,
md-list.md-default-theme md-list-item.md-3-line .md-list-item-text p {
  color: rgba(0, 0, 0, 0.54); }

md-list.md-default-theme .md-proxy-focus.md-focused div.md-no-style {
  background-color: #f5f5f5; }

md-list.md-default-theme md-list-item > md-icon {
  color: rgba(0, 0, 0, 0.54); }
  md-list.md-default-theme md-list-item > md-icon.md-highlight {
    color: #3f51b5; }
    md-list.md-default-theme md-list-item > md-icon.md-highlight.md-accent {
      color: #e91e63; }

md-list.md-default-theme md-list-item button {
  background-color: #9e9e9e; }
  md-list.md-default-theme md-list-item button.md-button:not([disabled]):hover {
    background-color: #9e9e9e; }

md-divider {
  display: block;
  border-top-width: 1px;
  border-top-style: solid;
  margin: 0; }
  md-divider[md-inset] {
    margin-left: 80px; }

md-divider.md-default-theme {
  border-top-color: rgba(0, 0, 0, 0.12); }

.md-whiteframe-z1 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }

.md-whiteframe-z2 {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084); }

.md-whiteframe-z3 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14), 0px 6px 10px 0px rgba(0, 0, 0, 0.098), 0px 1px 18px 0px rgba(0, 0, 0, 0.084); }

.md-whiteframe-z4 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.14), 0px 8px 10px 1px rgba(0, 0, 0, 0.098), 0px 3px 14px 2px rgba(0, 0, 0, 0.084); }

.md-whiteframe-z5 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.14), 0px 16px 24px 2px rgba(0, 0, 0, 0.098), 0px 6px 30px 5px rgba(0, 0, 0, 0.084); }

md-toolbar {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: 20px;
  min-height: 64px;
  width: 100%; }
  md-toolbar.md-whiteframe-z1-add, md-toolbar.md-whiteframe-z1-remove {
    transition: box-shadow 0.5s linear; }
  md-toolbar *,
  md-toolbar *:before,
  md-toolbar *:after {
    box-sizing: border-box; }
  md-toolbar.md-tall {
    height: 128px;
    min-height: 128px;
    max-height: 128px; }
  md-toolbar.md-medium-tall {
    height: 88px;
    min-height: 88px;
    max-height: 88px; }
    md-toolbar.md-medium-tall .md-toolbar-tools {
      height: 48px;
      min-height: 48px;
      max-height: 48px; }
  md-toolbar .md-indent {
    margin-left: 64px; }
  md-toolbar ~ md-content > md-list {
    padding: 0; }
    md-toolbar ~ md-content > md-list md-list-item:last-child md-divider {
      display: none; }

.md-toolbar-tools {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.005em;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0; }
  .md-toolbar-tools h1, .md-toolbar-tools h2, .md-toolbar-tools h3 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit; }
  .md-toolbar-tools a {
    color: inherit;
    text-decoration: none; }
  .md-toolbar-tools .fill-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .md-toolbar-tools .md-button {
    margin-top: 0;
    margin-bottom: 0; }
  .md-toolbar-tools > .md-button:first-child {
    margin-left: -8px; }
  .md-toolbar-tools > .md-button:last-child {
    margin-right: -8px; }
  .md-toolbar-tools > md-menu:last-child {
    margin-right: -8px; }
    .md-toolbar-tools > md-menu:last-child > .md-button {
      margin-right: 0; }
  @media screen and (-ms-high-contrast: active) {
    .md-toolbar-tools {
      border-bottom: 1px solid #fff; } }

/* THEME */
md-toolbar.md-default-theme {
  background-color: #3f51b5;
  color: rgba(255, 255, 255, 0.87); }
  md-toolbar.md-default-theme md-icon {
    color: rgba(255, 255, 255, 0.87); }
  md-toolbar.md-default-theme .md-button {
    color: rgba(255, 255, 255, 0.87); }
  md-toolbar.md-default-theme.md-accent {
    background-color: #e91e63;
    color: rgba(255, 255, 255, 0.87); }
  md-toolbar.md-default-theme.md-warn {
    background-color: #f44336;
    color: rgba(255, 255, 255, 0.87); }

/*
md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentcolor;
  height: 3 * $baseline-grid;
  width: 3 * $baseline-grid;
  line-height: 3 * $baseline-grid;
}
*/
.md-spin {
  animation: md-spin 1.5s infinite linear; }

.md-spin-reverse {
  animation: md-spin-reverse 1.5s infinite linear; }

@keyframes md-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

@keyframes md-spin-reverse {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-359deg); } }

md-icon {
  margin: auto;
  background-repeat: no-repeat no-repeat;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  height: 24px;
  width: 24px; }
  md-icon svg {
    pointer-events: none; }
  md-icon[md-font-icon] {
    line-height: 1;
    width: auto; }

md-icon.md-default-theme {
  color: rgba(0, 0, 0, 0.54); }
  md-icon.md-default-theme.md-primary {
    color: #3f51b5; }
  md-icon.md-default-theme.md-accent {
    color: #e91e63; }
  md-icon.md-default-theme.md-warn {
    color: #f44336; }

.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;
  /* 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'; }

/* Unicode Private Use Area (PUA) */
.material-icons.access-alarm:before {
  content: "\e190"; }

.material-icons.access-alarms:before {
  content: "\e191"; }

.material-icons.access-time:before {
  content: "\e192"; }

.material-icons.accessibility:before {
  content: "\e84e"; }

.material-icons.account-balance:before {
  content: "\e84f"; }

.material-icons.account-balance-wallet:before {
  content: "\e850"; }

.material-icons.account-box:before {
  content: "\e851"; }

.material-icons.account-circle:before {
  content: "\e853"; }

.material-icons.adb:before {
  content: "\e60e"; }

.material-icons.add:before {
  content: "\e145"; }

.material-icons.add-alarm:before {
  content: "\e193"; }

.material-icons.add-alert:before {
  content: "\e003"; }

.material-icons.add-box:before {
  content: "\e146"; }

.material-icons.add-circle:before {
  content: "\e147"; }

.material-icons.add-circle-outline:before {
  content: "\e148"; }

.material-icons.add-shopping-cart:before {
  content: "\e854"; }

.material-icons.add-to-photos:before {
  content: "\e39d"; }

.material-icons.adjust:before {
  content: "\e39e"; }

.material-icons.airline-seat-flat:before {
  content: "\e630"; }

.material-icons.airline-seat-flat-angled:before {
  content: "\e631"; }

.material-icons.airline-seat-individual-suite:before {
  content: "\e632"; }

.material-icons.airline-seat-legroom-extra:before {
  content: "\e633"; }

.material-icons.airline-seat-legroom-normal:before {
  content: "\e634"; }

.material-icons.airline-seat-legroom-reduced:before {
  content: "\e635"; }

.material-icons.airline-seat-recline-extra:before {
  content: "\e636"; }

.material-icons.airline-seat-recline-normal:before {
  content: "\e637"; }

.material-icons.airplanemode-active:before {
  content: "\e195"; }

.material-icons.airplanemode-inactive:before {
  content: "\e194"; }

.material-icons.airplay:before {
  content: "\e055"; }

.material-icons.alarm:before {
  content: "\e855"; }

.material-icons.alarm-add:before {
  content: "\e856"; }

.material-icons.alarm-off:before {
  content: "\e857"; }

.material-icons.alarm-on:before {
  content: "\e858"; }

.material-icons.album:before {
  content: "\e019"; }

.material-icons.android:before {
  content: "\e859"; }

.material-icons.announcement:before {
  content: "\e85a"; }

.material-icons.apps:before {
  content: "\e5c3"; }

.material-icons.archive:before {
  content: "\e149"; }

.material-icons.arrow-back:before {
  content: "\e5c4"; }

.material-icons.arrow-drop-down:before {
  content: "\e5c5"; }

.material-icons.arrow-drop-down-circle:before {
  content: "\e5c6"; }

.material-icons.arrow-drop-up:before {
  content: "\e5c7"; }

.material-icons.arrow-forward:before {
  content: "\e5c8"; }

.material-icons.aspect-ratio:before {
  content: "\e85b"; }

.material-icons.assessment:before {
  content: "\e85c"; }

.material-icons.assignment:before {
  content: "\e85d"; }

.material-icons.assignment-ind:before {
  content: "\e85e"; }

.material-icons.assignment-late:before {
  content: "\e85f"; }

.material-icons.assignment-return:before {
  content: "\e860"; }

.material-icons.assignment-returned:before {
  content: "\e861"; }

.material-icons.assignment-turned-in:before {
  content: "\e862"; }

.material-icons.assistant:before {
  content: "\e39f"; }

.material-icons.assistant-photo:before {
  content: "\e3a0"; }

.material-icons.attach-file:before {
  content: "\e226"; }

.material-icons.attach-money:before {
  content: "\e227"; }

.material-icons.attachment:before {
  content: "\e2bc"; }

.material-icons.audiotrack:before {
  content: "\e3a1"; }

.material-icons.autorenew:before {
  content: "\e863"; }

.material-icons.av-timer:before {
  content: "\e01b"; }

.material-icons.backspace:before {
  content: "\e14a"; }

.material-icons.backup:before {
  content: "\e864"; }

.material-icons.battery-alert:before {
  content: "\e19c"; }

.material-icons.battery-charging-full:before {
  content: "\e1a3"; }

.material-icons.battery-full:before {
  content: "\e1a4"; }

.material-icons.battery-std:before {
  content: "\e1a5"; }

.material-icons.battery-unknown:before {
  content: "\e1a6"; }

.material-icons.beenhere:before {
  content: "\e52d"; }

.material-icons.block:before {
  content: "\e14b"; }

.material-icons.bluetooth:before {
  content: "\e1a7"; }

.material-icons.bluetooth-audio:before {
  content: "\e60f"; }

.material-icons.bluetooth-connected:before {
  content: "\e1a8"; }

.material-icons.bluetooth-disabled:before {
  content: "\e1a9"; }

.material-icons.bluetooth-searching:before {
  content: "\e1aa"; }

.material-icons.blur-circular:before {
  content: "\e3a2"; }

.material-icons.blur-linear:before {
  content: "\e3a3"; }

.material-icons.blur-off:before {
  content: "\e3a4"; }

.material-icons.blur-on:before {
  content: "\e3a5"; }

.material-icons.book:before {
  content: "\e865"; }

.material-icons.bookmark:before {
  content: "\e866"; }

.material-icons.bookmark-border:before {
  content: "\e867"; }

.material-icons.border-all:before {
  content: "\e228"; }

.material-icons.border-bottom:before {
  content: "\e229"; }

.material-icons.border-clear:before {
  content: "\e22a"; }

.material-icons.border-color:before {
  content: "\e22b"; }

.material-icons.border-horizontal:before {
  content: "\e22c"; }

.material-icons.border-inner:before {
  content: "\e22d"; }

.material-icons.border-left:before {
  content: "\e22e"; }

.material-icons.border-outer:before {
  content: "\e22f"; }

.material-icons.border-right:before {
  content: "\e230"; }

.material-icons.border-style:before {
  content: "\e231"; }

.material-icons.border-top:before {
  content: "\e232"; }

.material-icons.border-vertical:before {
  content: "\e233"; }

.material-icons.brightness-1:before {
  content: "\e3a6"; }

.material-icons.brightness-2:before {
  content: "\e3a7"; }

.material-icons.brightness-3:before {
  content: "\e3a8"; }

.material-icons.brightness-4:before {
  content: "\e3a9"; }

.material-icons.brightness-5:before {
  content: "\e3aa"; }

.material-icons.brightness-6:before {
  content: "\e3ab"; }

.material-icons.brightness-7:before {
  content: "\e3ac"; }

.material-icons.brightness-auto:before {
  content: "\e1ab"; }

.material-icons.brightness-high:before {
  content: "\e1ac"; }

.material-icons.brightness-low:before {
  content: "\e1ad"; }

.material-icons.brightness-medium:before {
  content: "\e1ae"; }

.material-icons.broken-image:before {
  content: "\e3ad"; }

.material-icons.brush:before {
  content: "\e3ae"; }

.material-icons.bug-report:before {
  content: "\e868"; }

.material-icons.build:before {
  content: "\e869"; }

.material-icons.business:before {
  content: "\e0af"; }

.material-icons.cached:before {
  content: "\e86a"; }

.material-icons.cake:before {
  content: "\e7e9"; }

.material-icons.call:before {
  content: "\e0b0"; }

.material-icons.call-end:before {
  content: "\e0b1"; }

.material-icons.call-made:before {
  content: "\e0b2"; }

.material-icons.call-merge:before {
  content: "\e0b3"; }

.material-icons.call-missed:before {
  content: "\e0b4"; }

.material-icons.call-received:before {
  content: "\e0b5"; }

.material-icons.call-split:before {
  content: "\e0b6"; }

.material-icons.camera:before {
  content: "\e3af"; }

.material-icons.camera-alt:before {
  content: "\e3b0"; }

.material-icons.camera-enhance:before {
  content: "\e8fc"; }

.material-icons.camera-front:before {
  content: "\e3b1"; }

.material-icons.camera-rear:before {
  content: "\e3b2"; }

.material-icons.camera-roll:before {
  content: "\e3b3"; }

.material-icons.cancel:before {
  content: "\e5c9"; }

.material-icons.card-giftcard:before {
  content: "\e8f6"; }

.material-icons.card-membership:before {
  content: "\e8f7"; }

.material-icons.card-travel:before {
  content: "\e8f8"; }

.material-icons.cast:before {
  content: "\e307"; }

.material-icons.cast-connected:before {
  content: "\e308"; }

.material-icons.center-focus-strong:before {
  content: "\e3b4"; }

.material-icons.center-focus-weak:before {
  content: "\e3b5"; }

.material-icons.change-history:before {
  content: "\e86b"; }

.material-icons.chat:before {
  content: "\e0b7"; }

.material-icons.chat-bubble:before {
  content: "\e0ca"; }

.material-icons.chat-bubble-outline:before {
  content: "\e0cb"; }

.material-icons.check:before {
  content: "\e5ca"; }

.material-icons.check-box:before {
  content: "\e834"; }

.material-icons.check-box-outline-blank:before {
  content: "\e835"; }

.material-icons.check-circle:before {
  content: "\e86c"; }

.material-icons.chevron-left:before {
  content: "\e5cb"; }

.material-icons.chevron-right:before {
  content: "\e5cc"; }

.material-icons.chrome-reader-mode:before {
  content: "\e86d"; }

.material-icons.class:before {
  content: "\e86e"; }

.material-icons.clear:before {
  content: "\e14c"; }

.material-icons.clear-all:before {
  content: "\e0b8"; }

.material-icons.close:before {
  content: "\e5cd"; }

.material-icons.closed-caption:before {
  content: "\e01c"; }

.material-icons.cloud:before {
  content: "\e2bd"; }

.material-icons.cloud-circle:before {
  content: "\e2be"; }

.material-icons.cloud-done:before {
  content: "\e2bf"; }

.material-icons.cloud-download:before {
  content: "\e2c0"; }

.material-icons.cloud-off:before {
  content: "\e2c1"; }

.material-icons.cloud-queue:before {
  content: "\e2c2"; }

.material-icons.cloud-upload:before {
  content: "\e2c3"; }

.material-icons.code:before {
  content: "\e86f"; }

.material-icons.collections:before {
  content: "\e3b6"; }

.material-icons.collections-bookmark:before {
  content: "\e431"; }

.material-icons.color-lens:before {
  content: "\e3b7"; }

.material-icons.colorize:before {
  content: "\e3b8"; }

.material-icons.comment:before {
  content: "\e0b9"; }

.material-icons.compare:before {
  content: "\e3b9"; }

.material-icons.computer:before {
  content: "\e30a"; }

.material-icons.confirmation-number:before {
  content: "\e638"; }

.material-icons.contact-phone:before {
  content: "\e0cf"; }

.material-icons.contacts:before {
  content: "\e0ba"; }

.material-icons.content-copy:before {
  content: "\e14d"; }

.material-icons.content-cut:before {
  content: "\e14e"; }

.material-icons.content-paste:before {
  content: "\e14f"; }

.material-icons.control-point:before {
  content: "\e3ba"; }

.material-icons.control-point-duplicate:before {
  content: "\e3bb"; }

.material-icons.create:before {
  content: "\e150"; }

.material-icons.credit-card:before {
  content: "\e870"; }

.material-icons.crop:before {
  content: "\e3be"; }

.material-icons.crop-16-9:before {
  content: "\e3bc"; }

.material-icons.crop-3-2:before {
  content: "\e3bd"; }

.material-icons.crop-5-4:before {
  content: "\e3bf"; }

.material-icons.crop-7-5:before {
  content: "\e3c0"; }

.material-icons.crop-din:before {
  content: "\e3c1"; }

.material-icons.crop-free:before {
  content: "\e3c2"; }

.material-icons.crop-landscape:before {
  content: "\e3c3"; }

.material-icons.crop-original:before {
  content: "\e3c4"; }

.material-icons.crop-portrait:before {
  content: "\e3c5"; }

.material-icons.crop-square:before {
  content: "\e3c6"; }

.material-icons.dashboard:before {
  content: "\e871"; }

.material-icons.data-usage:before {
  content: "\e1af"; }

.material-icons.dehaze:before {
  content: "\e3c7"; }

.material-icons.delete:before {
  content: "\e872"; }

.material-icons.description:before {
  content: "\e873"; }

.material-icons.desktop-mac:before {
  content: "\e30b"; }

.material-icons.desktop-windows:before {
  content: "\e30c"; }

.material-icons.details:before {
  content: "\e3c8"; }

.material-icons.developer-board:before {
  content: "\e30d"; }

.material-icons.developer-mode:before {
  content: "\e1b0"; }

.material-icons.device-hub:before {
  content: "\e335"; }

.material-icons.devices:before {
  content: "\e1b1"; }

.material-icons.dialer-sip:before {
  content: "\e0bb"; }

.material-icons.dialpad:before {
  content: "\e0bc"; }

.material-icons.directions:before {
  content: "\e52e"; }

.material-icons.directions-bike:before {
  content: "\e52f"; }

.material-icons.directions-boat:before {
  content: "\e532"; }

.material-icons.directions-bus:before {
  content: "\e530"; }

.material-icons.directions-car:before {
  content: "\e531"; }

.material-icons.directions-railway:before {
  content: "\e534"; }

.material-icons.directions-run:before {
  content: "\e566"; }

.material-icons.directions-subway:before {
  content: "\e533"; }

.material-icons.directions-transit:before {
  content: "\e535"; }

.material-icons.directions-walk:before {
  content: "\e536"; }

.material-icons.disc-full:before {
  content: "\e610"; }

.material-icons.dns:before {
  content: "\e875"; }

.material-icons.do-not-disturb:before {
  content: "\e612"; }

.material-icons.do-not-disturb-alt:before {
  content: "\e611"; }

.material-icons.dock:before {
  content: "\e30e"; }

.material-icons.domain:before {
  content: "\e7ee"; }

.material-icons.done:before {
  content: "\e876"; }

.material-icons.done-all:before {
  content: "\e877"; }

.material-icons.drafts:before {
  content: "\e151"; }

.material-icons.drive-eta:before {
  content: "\e613"; }

.material-icons.dvr:before {
  content: "\e1b2"; }

.material-icons.edit:before {
  content: "\e3c9"; }

.material-icons.eject:before {
  content: "\e8fb"; }

.material-icons.email:before {
  content: "\e0be"; }

.material-icons.equalizer:before {
  content: "\e01d"; }

.material-icons.error:before {
  content: "\e000"; }

.material-icons.error-outline:before {
  content: "\e001"; }

.material-icons.event:before {
  content: "\e878"; }

.material-icons.event-available:before {
  content: "\e614"; }

.material-icons.event-busy:before {
  content: "\e615"; }

.material-icons.event-note:before {
  content: "\e616"; }

.material-icons.event-seat:before {
  content: "\e903"; }

.material-icons.exit-to-app:before {
  content: "\e879"; }

.material-icons.expand-less:before {
  content: "\e5ce"; }

.material-icons.expand-more:before {
  content: "\e5cf"; }

.material-icons.explicit:before {
  content: "\e01e"; }

.material-icons.explore:before {
  content: "\e87a"; }

.material-icons.exposure:before {
  content: "\e3ca"; }

.material-icons.exposure-neg-1:before {
  content: "\e3cb"; }

.material-icons.exposure-neg-2:before {
  content: "\e3cc"; }

.material-icons.exposure-plus-1:before {
  content: "\e3cd"; }

.material-icons.exposure-plus-2:before {
  content: "\e3ce"; }

.material-icons.exposure-zero:before {
  content: "\e3cf"; }

.material-icons.extension:before {
  content: "\e87b"; }

.material-icons.face:before {
  content: "\e87c"; }

.material-icons.fast-forward:before {
  content: "\e01f"; }

.material-icons.fast-rewind:before {
  content: "\e020"; }

.material-icons.favorite:before {
  content: "\e87d"; }

.material-icons.favorite-border:before {
  content: "\e87e"; }

.material-icons.feedback:before {
  content: "\e87f"; }

.material-icons.file-download:before {
  content: "\e2c4"; }

.material-icons.file-upload:before {
  content: "\e2c6"; }

.material-icons.filter:before {
  content: "\e3d3"; }

.material-icons.filter-1:before {
  content: "\e3d0"; }

.material-icons.filter-2:before {
  content: "\e3d1"; }

.material-icons.filter-3:before {
  content: "\e3d2"; }

.material-icons.filter-4:before {
  content: "\e3d4"; }

.material-icons.filter-5:before {
  content: "\e3d5"; }

.material-icons.filter-6:before {
  content: "\e3d6"; }

.material-icons.filter-7:before {
  content: "\e3d7"; }

.material-icons.filter-8:before {
  content: "\e3d8"; }

.material-icons.filter-9:before {
  content: "\e3d9"; }

.material-icons.filter-9-plus:before {
  content: "\e3da"; }

.material-icons.filter-b-and-w:before {
  content: "\e3db"; }

.material-icons.filter-center-focus:before {
  content: "\e3dc"; }

.material-icons.filter-drama:before {
  content: "\e3dd"; }

.material-icons.filter-frames:before {
  content: "\e3de"; }

.material-icons.filter-hdr:before {
  content: "\e3df"; }

.material-icons.filter-list:before {
  content: "\e152"; }

.material-icons.filter-none:before {
  content: "\e3e0"; }

.material-icons.filter-tilt-shift:before {
  content: "\e3e2"; }

.material-icons.filter-vintage:before {
  content: "\e3e3"; }

.material-icons.find-in-page:before {
  content: "\e880"; }

.material-icons.find-replace:before {
  content: "\e881"; }

.material-icons.flag:before {
  content: "\e153"; }

.material-icons.flare:before {
  content: "\e3e4"; }

.material-icons.flash-auto:before {
  content: "\e3e5"; }

.material-icons.flash-off:before {
  content: "\e3e6"; }

.material-icons.flash-on:before {
  content: "\e3e7"; }

.material-icons.flight:before {
  content: "\e539"; }

.material-icons.flight-land:before {
  content: "\e904"; }

.material-icons.flight-takeoff:before {
  content: "\e905"; }

.material-icons.flip:before {
  content: "\e3e8"; }

.material-icons.flip-to-back:before {
  content: "\e882"; }

.material-icons.flip-to-front:before {
  content: "\e883"; }

.material-icons.folder:before {
  content: "\e2c7"; }

.material-icons.folder-open:before {
  content: "\e2c8"; }

.material-icons.folder-shared:before {
  content: "\e2c9"; }

.material-icons.folder-special:before {
  content: "\e617"; }

.material-icons.font-download:before {
  content: "\e167"; }

.material-icons.format-align-center:before {
  content: "\e234"; }

.material-icons.format-align-justify:before {
  content: "\e235"; }

.material-icons.format-align-left:before {
  content: "\e236"; }

.material-icons.format-align-right:before {
  content: "\e237"; }

.material-icons.format-bold:before {
  content: "\e238"; }

.material-icons.format-clear:before {
  content: "\e239"; }

.material-icons.format-color-fill:before {
  content: "\e23a"; }

.material-icons.format-color-reset:before {
  content: "\e23b"; }

.material-icons.format-color-text:before {
  content: "\e23c"; }

.material-icons.format-indent-decrease:before {
  content: "\e23d"; }

.material-icons.format-indent-increase:before {
  content: "\e23e"; }

.material-icons.format-italic:before {
  content: "\e23f"; }

.material-icons.format-line-spacing:before {
  content: "\e240"; }

.material-icons.format-list-bulleted:before {
  content: "\e241"; }

.material-icons.format-list-numbered:before {
  content: "\e242"; }

.material-icons.format-paint:before {
  content: "\e243"; }

.material-icons.format-quote:before {
  content: "\e244"; }

.material-icons.format-size:before {
  content: "\e245"; }

.material-icons.format-strikethrough:before {
  content: "\e246"; }

.material-icons.format-textdirection-l-to-r:before {
  content: "\e247"; }

.material-icons.format-textdirection-r-to-l:before {
  content: "\e248"; }

.material-icons.format-underlined:before {
  content: "\e249"; }

.material-icons.forum:before {
  content: "\e0bf"; }

.material-icons.forward:before {
  content: "\e154"; }

.material-icons.forward-10:before {
  content: "\e056"; }

.material-icons.forward-30:before {
  content: "\e057"; }

.material-icons.forward-5:before {
  content: "\e058"; }

.material-icons.fullscreen:before {
  content: "\e5d0"; }

.material-icons.fullscreen-exit:before {
  content: "\e5d1"; }

.material-icons.functions:before {
  content: "\e24a"; }

.material-icons.gamepad:before {
  content: "\e30f"; }

.material-icons.games:before {
  content: "\e021"; }

.material-icons.gesture:before {
  content: "\e155"; }

.material-icons.get-app:before {
  content: "\e884"; }

.material-icons.gif:before {
  content: "\e908"; }

.material-icons.gps-fixed:before {
  content: "\e1b3"; }

.material-icons.gps-not-fixed:before {
  content: "\e1b4"; }

.material-icons.gps-off:before {
  content: "\e1b5"; }

.material-icons.grade:before {
  content: "\e885"; }

.material-icons.gradient:before {
  content: "\e3e9"; }

.material-icons.grain:before {
  content: "\e3ea"; }

.material-icons.graphic-eq:before {
  content: "\e1b8"; }

.material-icons.grid-off:before {
  content: "\e3eb"; }

.material-icons.grid-on:before {
  content: "\e3ec"; }

.material-icons.group:before {
  content: "\e7ef"; }

.material-icons.group-add:before {
  content: "\e7f0"; }

.material-icons.group-work:before {
  content: "\e886"; }

.material-icons.hd:before {
  content: "\e052"; }

.material-icons.hdr-off:before {
  content: "\e3ed"; }

.material-icons.hdr-on:before {
  content: "\e3ee"; }

.material-icons.hdr-strong:before {
  content: "\e3f1"; }

.material-icons.hdr-weak:before {
  content: "\e3f2"; }

.material-icons.headset:before {
  content: "\e310"; }

.material-icons.headset-mic:before {
  content: "\e311"; }

.material-icons.healing:before {
  content: "\e3f3"; }

.material-icons.hearing:before {
  content: "\e023"; }

.material-icons.help:before {
  content: "\e887"; }

.material-icons.help-outline:before {
  content: "\e8fd"; }

.material-icons.high-quality:before {
  content: "\e024"; }

.material-icons.highlight-off:before {
  content: "\e888"; }

.material-icons.history:before {
  content: "\e889"; }

.material-icons.home:before {
  content: "\e88a"; }

.material-icons.hotel:before {
  content: "\e53a"; }

.material-icons.hourglass-empty:before {
  content: "\e88b"; }

.material-icons.hourglass-full:before {
  content: "\e88c"; }

.material-icons.http:before {
  content: "\e902"; }

.material-icons.https:before {
  content: "\e88d"; }

.material-icons.image:before {
  content: "\e3f4"; }

.material-icons.image-aspect-ratio:before {
  content: "\e3f5"; }

.material-icons.import-export:before {
  content: "\e0c3"; }

.material-icons.inbox:before {
  content: "\e156"; }

.material-icons.indeterminate-check-box:before {
  content: "\e909"; }

.material-icons.info:before {
  content: "\e88e"; }

.material-icons.info-outline:before {
  content: "\e88f"; }

.material-icons.input:before {
  content: "\e890"; }

.material-icons.insert-chart:before {
  content: "\e24b"; }

.material-icons.insert-comment:before {
  content: "\e24c"; }

.material-icons.insert-drive-file:before {
  content: "\e24d"; }

.material-icons.insert-emoticon:before {
  content: "\e24e"; }

.material-icons.insert-invitation:before {
  content: "\e24f"; }

.material-icons.insert-link:before {
  content: "\e250"; }

.material-icons.insert-photo:before {
  content: "\e251"; }

.material-icons.invert-colors:before {
  content: "\e891"; }

.material-icons.invert-colors-off:before {
  content: "\e0c4"; }

.material-icons.iso:before {
  content: "\e3f6"; }

.material-icons.keyboard:before {
  content: "\e312"; }

.material-icons.keyboard-arrow-down:before {
  content: "\e313"; }

.material-icons.keyboard-arrow-left:before {
  content: "\e314"; }

.material-icons.keyboard-arrow-right:before {
  content: "\e315"; }

.material-icons.keyboard-arrow-up:before {
  content: "\e316"; }

.material-icons.keyboard-backspace:before {
  content: "\e317"; }

.material-icons.keyboard-capslock:before {
  content: "\e318"; }

.material-icons.keyboard-hide:before {
  content: "\e31a"; }

.material-icons.keyboard-return:before {
  content: "\e31b"; }

.material-icons.keyboard-tab:before {
  content: "\e31c"; }

.material-icons.keyboard-voice:before {
  content: "\e31d"; }

.material-icons.label:before {
  content: "\e892"; }

.material-icons.label-outline:before {
  content: "\e893"; }

.material-icons.landscape:before {
  content: "\e3f7"; }

.material-icons.language:before {
  content: "\e894"; }

.material-icons.laptop:before {
  content: "\e31e"; }

.material-icons.laptop-chromebook:before {
  content: "\e31f"; }

.material-icons.laptop-mac:before {
  content: "\e320"; }

.material-icons.laptop-windows:before {
  content: "\e321"; }

.material-icons.launch:before {
  content: "\e895"; }

.material-icons.layers:before {
  content: "\e53b"; }

.material-icons.layers-clear:before {
  content: "\e53c"; }

.material-icons.leak-add:before {
  content: "\e3f8"; }

.material-icons.leak-remove:before {
  content: "\e3f9"; }

.material-icons.lens:before {
  content: "\e3fa"; }

.material-icons.library-add:before {
  content: "\e02e"; }

.material-icons.library-books:before {
  content: "\e02f"; }

.material-icons.library-music:before {
  content: "\e030"; }

.material-icons.link:before {
  content: "\e157"; }

.material-icons.list:before {
  content: "\e896"; }

.material-icons.live-help:before {
  content: "\e0c6"; }

.material-icons.live-tv:before {
  content: "\e639"; }

.material-icons.local-activity:before {
  content: "\e53f"; }

.material-icons.local-airport:before {
  content: "\e53d"; }

.material-icons.local-atm:before {
  content: "\e53e"; }

.material-icons.local-bar:before {
  content: "\e540"; }

.material-icons.local-cafe:before {
  content: "\e541"; }

.material-icons.local-car-wash:before {
  content: "\e542"; }

.material-icons.local-convenience-store:before {
  content: "\e543"; }

.material-icons.local-dining:before {
  content: "\e556"; }

.material-icons.local-drink:before {
  content: "\e544"; }

.material-icons.local-florist:before {
  content: "\e545"; }

.material-icons.local-gas-station:before {
  content: "\e546"; }

.material-icons.local-grocery-store:before {
  content: "\e547"; }

.material-icons.local-hospital:before {
  content: "\e548"; }

.material-icons.local-hotel:before {
  content: "\e549"; }

.material-icons.local-laundry-service:before {
  content: "\e54a"; }

.material-icons.local-library:before {
  content: "\e54b"; }

.material-icons.local-mall:before {
  content: "\e54c"; }

.material-icons.local-movies:before {
  content: "\e54d"; }

.material-icons.local-offer:before {
  content: "\e54e"; }

.material-icons.local-parking:before {
  content: "\e54f"; }

.material-icons.local-pharmacy:before {
  content: "\e550"; }

.material-icons.local-phone:before {
  content: "\e551"; }

.material-icons.local-pizza:before {
  content: "\e552"; }

.material-icons.local-play:before {
  content: "\e553"; }

.material-icons.local-post-office:before {
  content: "\e554"; }

.material-icons.local-printshop:before {
  content: "\e555"; }

.material-icons.local-see:before {
  content: "\e557"; }

.material-icons.local-shipping:before {
  content: "\e558"; }

.material-icons.local-taxi:before {
  content: "\e559"; }

.material-icons.location-city:before {
  content: "\e7f1"; }

.material-icons.location-disabled:before {
  content: "\e1b6"; }

.material-icons.location-off:before {
  content: "\e0c7"; }

.material-icons.location-on:before {
  content: "\e0c8"; }

.material-icons.location-searching:before {
  content: "\e1b7"; }

.material-icons.lock:before {
  content: "\e897"; }

.material-icons.lock-open:before {
  content: "\e898"; }

.material-icons.lock-outline:before {
  content: "\e899"; }

.material-icons.looks:before {
  content: "\e3fc"; }

.material-icons.looks-3:before {
  content: "\e3fb"; }

.material-icons.looks-4:before {
  content: "\e3fd"; }

.material-icons.looks-5:before {
  content: "\e3fe"; }

.material-icons.looks-6:before {
  content: "\e3ff"; }

.material-icons.looks-one:before {
  content: "\e400"; }

.material-icons.looks-two:before {
  content: "\e401"; }

.material-icons.loop:before {
  content: "\e028"; }

.material-icons.loupe:before {
  content: "\e402"; }

.material-icons.loyalty:before {
  content: "\e89a"; }

.material-icons.mail:before {
  content: "\e158"; }

.material-icons.map:before {
  content: "\e55b"; }

.material-icons.markunread:before {
  content: "\e159"; }

.material-icons.markunread-mailbox:before {
  content: "\e89b"; }

.material-icons.memory:before {
  content: "\e322"; }

.material-icons.menu:before {
  content: "\e5d2"; }

.material-icons.merge-type:before {
  content: "\e252"; }

.material-icons.message:before {
  content: "\e0c9"; }

.material-icons.mic:before {
  content: "\e029"; }

.material-icons.mic-none:before {
  content: "\e02a"; }

.material-icons.mic-off:before {
  content: "\e02b"; }

.material-icons.mms:before {
  content: "\e618"; }

.material-icons.mode-comment:before {
  content: "\e253"; }

.material-icons.mode-edit:before {
  content: "\e254"; }

.material-icons.money-off:before {
  content: "\e25c"; }

.material-icons.monochrome-photos:before {
  content: "\e403"; }

.material-icons.mood:before {
  content: "\e7f2"; }

.material-icons.mood-bad:before {
  content: "\e7f3"; }

.material-icons.more:before {
  content: "\e619"; }

.material-icons.more-horiz:before {
  content: "\e5d3"; }

.material-icons.more-vert:before {
  content: "\e5d4"; }

.material-icons.mouse:before {
  content: "\e323"; }

.material-icons.movie:before {
  content: "\e02c"; }

.material-icons.movie-creation:before {
  content: "\e404"; }

.material-icons.music-note:before {
  content: "\e405"; }

.material-icons.my-location:before {
  content: "\e55c"; }

.material-icons.nature:before {
  content: "\e406"; }

.material-icons.nature-people:before {
  content: "\e407"; }

.material-icons.navigate-before:before {
  content: "\e408"; }

.material-icons.navigate-next:before {
  content: "\e409"; }

.material-icons.navigation:before {
  content: "\e55d"; }

.material-icons.network-cell:before {
  content: "\e1b9"; }

.material-icons.network-locked:before {
  content: "\e61a"; }

.material-icons.network-wifi:before {
  content: "\e1ba"; }

.material-icons.new-releases:before {
  content: "\e031"; }

.material-icons.nfc:before {
  content: "\e1bb"; }

.material-icons.no-sim:before {
  content: "\e0cc"; }

.material-icons.not-interested:before {
  content: "\e033"; }

.material-icons.note-add:before {
  content: "\e89c"; }

.material-icons.notifications:before {
  content: "\e7f4"; }

.material-icons.notifications-active:before {
  content: "\e7f7"; }

.material-icons.notifications-none:before {
  content: "\e7f5"; }

.material-icons.notifications-off:before {
  content: "\e7f6"; }

.material-icons.notifications-paused:before {
  content: "\e7f8"; }

.material-icons.offline-pin:before {
  content: "\e90a"; }

.material-icons.ondemand-video:before {
  content: "\e63a"; }

.material-icons.open-in-browser:before {
  content: "\e89d"; }

.material-icons.open-in-new:before {
  content: "\e89e"; }

.material-icons.open-with:before {
  content: "\e89f"; }

.material-icons.pages:before {
  content: "\e7f9"; }

.material-icons.pageview:before {
  content: "\e8a0"; }

.material-icons.palette:before {
  content: "\e40a"; }

.material-icons.panorama:before {
  content: "\e40b"; }

.material-icons.panorama-fish-eye:before {
  content: "\e40c"; }

.material-icons.panorama-horizontal:before {
  content: "\e40d"; }

.material-icons.panorama-vertical:before {
  content: "\e40e"; }

.material-icons.panorama-wide-angle:before {
  content: "\e40f"; }

.material-icons.party-mode:before {
  content: "\e7fa"; }

.material-icons.pause:before {
  content: "\e034"; }

.material-icons.pause-circle-filled:before {
  content: "\e035"; }

.material-icons.pause-circle-outline:before {
  content: "\e036"; }

.material-icons.payment:before {
  content: "\e8a1"; }

.material-icons.people:before {
  content: "\e7fb"; }

.material-icons.people-outline:before {
  content: "\e7fc"; }

.material-icons.perm-camera-mic:before {
  content: "\e8a2"; }

.material-icons.perm-contact-calendar:before {
  content: "\e8a3"; }

.material-icons.perm-data-setting:before {
  content: "\e8a4"; }

.material-icons.perm-device-information:before {
  content: "\e8a5"; }

.material-icons.perm-identity:before {
  content: "\e8a6"; }

.material-icons.perm-media:before {
  content: "\e8a7"; }

.material-icons.perm-phone-msg:before {
  content: "\e8a8"; }

.material-icons.perm-scan-wifi:before {
  content: "\e8a9"; }

.material-icons.person:before {
  content: "\e7fd"; }

.material-icons.person-add:before {
  content: "\e7fe"; }

.material-icons.person-outline:before {
  content: "\e7ff"; }

.material-icons.person-pin:before {
  content: "\e55a"; }

.material-icons.personal-video:before {
  content: "\e63b"; }

.material-icons.phone:before {
  content: "\e0cd"; }

.material-icons.phone-android:before {
  content: "\e324"; }

.material-icons.phone-bluetooth-speaker:before {
  content: "\e61b"; }

.material-icons.phone-forwarded:before {
  content: "\e61c"; }

.material-icons.phone-in-talk:before {
  content: "\e61d"; }

.material-icons.phone-iphone:before {
  content: "\e325"; }

.material-icons.phone-locked:before {
  content: "\e61e"; }

.material-icons.phone-missed:before {
  content: "\e61f"; }

.material-icons.phone-paused:before {
  content: "\e620"; }

.material-icons.phonelink:before {
  content: "\e326"; }

.material-icons.phonelink-erase:before {
  content: "\e0db"; }

.material-icons.phonelink-lock:before {
  content: "\e0dc"; }

.material-icons.phonelink-off:before {
  content: "\e327"; }

.material-icons.phonelink-ring:before {
  content: "\e0dd"; }

.material-icons.phonelink-setup:before {
  content: "\e0de"; }

.material-icons.photo:before {
  content: "\e410"; }

.material-icons.photo-album:before {
  content: "\e411"; }

.material-icons.photo-camera:before {
  content: "\e412"; }

.material-icons.photo-library:before {
  content: "\e413"; }

.material-icons.photo-size-select-actual:before {
  content: "\e432"; }

.material-icons.photo-size-select-large:before {
  content: "\e433"; }

.material-icons.photo-size-select-small:before {
  content: "\e434"; }

.material-icons.picture-as-pdf:before {
  content: "\e415"; }

.material-icons.picture-in-picture:before {
  content: "\e8aa"; }

.material-icons.pin-drop:before {
  content: "\e55e"; }

.material-icons.place:before {
  content: "\e55f"; }

.material-icons.play-arrow:before {
  content: "\e037"; }

.material-icons.play-circle-filled:before {
  content: "\e038"; }

.material-icons.play-circle-outline:before {
  content: "\e039"; }

.material-icons.play-for-work:before {
  content: "\e906"; }

.material-icons.playlist-add:before {
  content: "\e03b"; }

.material-icons.plus-one:before {
  content: "\e800"; }

.material-icons.poll:before {
  content: "\e801"; }

.material-icons.polymer:before {
  content: "\e8ab"; }

.material-icons.portable-wifi-off:before {
  content: "\e0ce"; }

.material-icons.portrait:before {
  content: "\e416"; }

.material-icons.power:before {
  content: "\e63c"; }

.material-icons.power-input:before {
  content: "\e336"; }

.material-icons.power-settings-new:before {
  content: "\e8ac"; }

.material-icons.present-to-all:before {
  content: "\e0df"; }

.material-icons.print:before {
  content: "\e8ad"; }

.material-icons.public:before {
  content: "\e80b"; }

.material-icons.publish:before {
  content: "\e255"; }

.material-icons.query-builder:before {
  content: "\e8ae"; }

.material-icons.question-answer:before {
  content: "\e8af"; }

.material-icons.queue:before {
  content: "\e03c"; }

.material-icons.queue-music:before {
  content: "\e03d"; }

.material-icons.radio:before {
  content: "\e03e"; }

.material-icons.radio-button-checked:before {
  content: "\e837"; }

.material-icons.radio-button-unchecked:before {
  content: "\e836"; }

.material-icons.rate-review:before {
  content: "\e560"; }

.material-icons.receipt:before {
  content: "\e8b0"; }

.material-icons.recent-actors:before {
  content: "\e03f"; }

.material-icons.redeem:before {
  content: "\e8b1"; }

.material-icons.redo:before {
  content: "\e15a"; }

.material-icons.refresh:before {
  content: "\e5d5"; }

.material-icons.remove:before {
  content: "\e15b"; }

.material-icons.remove-circle:before {
  content: "\e15c"; }

.material-icons.remove-circle-outline:before {
  content: "\e15d"; }

.material-icons.remove-red-eye:before {
  content: "\e417"; }

.material-icons.reorder:before {
  content: "\e8fe"; }

.material-icons.repeat:before {
  content: "\e040"; }

.material-icons.repeat-one:before {
  content: "\e041"; }

.material-icons.replay:before {
  content: "\e042"; }

.material-icons.replay-10:before {
  content: "\e059"; }

.material-icons.replay-30:before {
  content: "\e05a"; }

.material-icons.replay-5:before {
  content: "\e05b"; }

.material-icons.reply:before {
  content: "\e15e"; }

.material-icons.reply-all:before {
  content: "\e15f"; }

.material-icons.report:before {
  content: "\e160"; }

.material-icons.report-problem:before {
  content: "\e8b2"; }

.material-icons.restaurant-menu:before {
  content: "\e561"; }

.material-icons.restore:before {
  content: "\e8b3"; }

.material-icons.ring-volume:before {
  content: "\e0d1"; }

.material-icons.room:before {
  content: "\e8b4"; }

.material-icons.rotate-90-degrees-ccw:before {
  content: "\e418"; }

.material-icons.rotate-left:before {
  content: "\e419"; }

.material-icons.rotate-right:before {
  content: "\e41a"; }

.material-icons.router:before {
  content: "\e328"; }

.material-icons.satellite:before {
  content: "\e562"; }

.material-icons.save:before {
  content: "\e161"; }

.material-icons.scanner:before {
  content: "\e329"; }

.material-icons.schedule:before {
  content: "\e8b5"; }

.material-icons.school:before {
  content: "\e80c"; }

.material-icons.screen-lock-landscape:before {
  content: "\e1be"; }

.material-icons.screen-lock-portrait:before {
  content: "\e1bf"; }

.material-icons.screen-lock-rotation:before {
  content: "\e1c0"; }

.material-icons.screen-rotation:before {
  content: "\e1c1"; }

.material-icons.sd-card:before {
  content: "\e623"; }

.material-icons.sd-storage:before {
  content: "\e1c2"; }

.material-icons.search:before {
  content: "\e8b6"; }

.material-icons.security:before {
  content: "\e32a"; }

.material-icons.select-all:before {
  content: "\e162"; }

.material-icons.send:before {
  content: "\e163"; }

.material-icons.settings:before {
  content: "\e8b8"; }

.material-icons.settings-applications:before {
  content: "\e8b9"; }

.material-icons.settings-backup-restore:before {
  content: "\e8ba"; }

.material-icons.settings-bluetooth:before {
  content: "\e8bb"; }

.material-icons.settings-brightness:before {
  content: "\e8bd"; }

.material-icons.settings-cell:before {
  content: "\e8bc"; }

.material-icons.settings-ethernet:before {
  content: "\e8be"; }

.material-icons.settings-input-antenna:before {
  content: "\e8bf"; }

.material-icons.settings-input-component:before {
  content: "\e8c0"; }

.material-icons.settings-input-composite:before {
  content: "\e8c1"; }

.material-icons.settings-input-hdmi:before {
  content: "\e8c2"; }

.material-icons.settings-input-svideo:before {
  content: "\e8c3"; }

.material-icons.settings-overscan:before {
  content: "\e8c4"; }

.material-icons.settings-phone:before {
  content: "\e8c5"; }

.material-icons.settings-power:before {
  content: "\e8c6"; }

.material-icons.settings-remote:before {
  content: "\e8c7"; }

.material-icons.settings-system-daydream:before {
  content: "\e1c3"; }

.material-icons.settings-voice:before {
  content: "\e8c8"; }

.material-icons.share:before {
  content: "\e80d"; }

.material-icons.shop:before {
  content: "\e8c9"; }

.material-icons.shop-two:before {
  content: "\e8ca"; }

.material-icons.shopping-basket:before {
  content: "\e8cb"; }

.material-icons.shopping-cart:before {
  content: "\e8cc"; }

.material-icons.shuffle:before {
  content: "\e043"; }

.material-icons.signal-cellular-4-bar:before {
  content: "\e1c8"; }

.material-icons.signal-cellular-connected-no-internet-4-bar:before {
  content: "\e1cd"; }

.material-icons.signal-cellular-no-sim:before {
  content: "\e1ce"; }

.material-icons.signal-cellular-null:before {
  content: "\e1cf"; }

.material-icons.signal-cellular-off:before {
  content: "\e1d0"; }

.material-icons.signal-wifi-4-bar:before {
  content: "\e1d8"; }

.material-icons.signal-wifi-4-bar-lock:before {
  content: "\e1d9"; }

.material-icons.signal-wifi-off:before {
  content: "\e1da"; }

.material-icons.sim-card:before {
  content: "\e32b"; }

.material-icons.sim-card-alert:before {
  content: "\e624"; }

.material-icons.skip-next:before {
  content: "\e044"; }

.material-icons.skip-previous:before {
  content: "\e045"; }

.material-icons.slideshow:before {
  content: "\e41b"; }

.material-icons.smartphone:before {
  content: "\e32c"; }

.material-icons.sms:before {
  content: "\e625"; }

.material-icons.sms-failed:before {
  content: "\e626"; }

.material-icons.snooze:before {
  content: "\e046"; }

.material-icons.sort:before {
  content: "\e164"; }

.material-icons.sort-by-alpha:before {
  content: "\e053"; }

.material-icons.space-bar:before {
  content: "\e256"; }

.material-icons.speaker:before {
  content: "\e32d"; }

.material-icons.speaker-group:before {
  content: "\e32e"; }

.material-icons.speaker-notes:before {
  content: "\e8cd"; }

.material-icons.speaker-phone:before {
  content: "\e0d2"; }

.material-icons.spellcheck:before {
  content: "\e8ce"; }

.material-icons.star:before {
  content: "\e838"; }

.material-icons.star-border:before {
  content: "\e83a"; }

.material-icons.star-half:before {
  content: "\e839"; }

.material-icons.stars:before {
  content: "\e8d0"; }

.material-icons.stay-current-landscape:before {
  content: "\e0d3"; }

.material-icons.stay-current-portrait:before {
  content: "\e0d4"; }

.material-icons.stay-primary-landscape:before {
  content: "\e0d5"; }

.material-icons.stay-primary-portrait:before {
  content: "\e0d6"; }

.material-icons.stop:before {
  content: "\e047"; }

.material-icons.storage:before {
  content: "\e1db"; }

.material-icons.store:before {
  content: "\e8d1"; }

.material-icons.store-mall-directory:before {
  content: "\e563"; }

.material-icons.straighten:before {
  content: "\e41c"; }

.material-icons.strikethrough-s:before {
  content: "\e257"; }

.material-icons.style:before {
  content: "\e41d"; }

.material-icons.subject:before {
  content: "\e8d2"; }

.material-icons.subtitles:before {
  content: "\e048"; }

.material-icons.supervisor-account:before {
  content: "\e8d3"; }

.material-icons.surround-sound:before {
  content: "\e049"; }

.material-icons.swap-calls:before {
  content: "\e0d7"; }

.material-icons.swap-horiz:before {
  content: "\e8d4"; }

.material-icons.swap-vert:before {
  content: "\e8d5"; }

.material-icons.swap-vertical-circle:before {
  content: "\e8d6"; }

.material-icons.switch-camera:before {
  content: "\e41e"; }

.material-icons.switch-video:before {
  content: "\e41f"; }

.material-icons.sync:before {
  content: "\e627"; }

.material-icons.sync-disabled:before {
  content: "\e628"; }

.material-icons.sync-problem:before {
  content: "\e629"; }

.material-icons.system-update:before {
  content: "\e62a"; }

.material-icons.system-update-alt:before {
  content: "\e8d7"; }

.material-icons.tab:before {
  content: "\e8d8"; }

.material-icons.tab-unselected:before {
  content: "\e8d9"; }

.material-icons.tablet:before {
  content: "\e32f"; }

.material-icons.tablet-android:before {
  content: "\e330"; }

.material-icons.tablet-mac:before {
  content: "\e331"; }

.material-icons.tag-faces:before {
  content: "\e420"; }

.material-icons.tap-and-play:before {
  content: "\e62b"; }

.material-icons.terrain:before {
  content: "\e564"; }

.material-icons.text-format:before {
  content: "\e165"; }

.material-icons.textsms:before {
  content: "\e0d8"; }

.material-icons.texture:before {
  content: "\e421"; }

.material-icons.theaters:before {
  content: "\e8da"; }

.material-icons.thumb-down:before {
  content: "\e8db"; }

.material-icons.thumb-up:before {
  content: "\e8dc"; }

.material-icons.thumbs-up-down:before {
  content: "\e8dd"; }

.material-icons.time-to-leave:before {
  content: "\e62c"; }

.material-icons.timelapse:before {
  content: "\e422"; }

.material-icons.timer:before {
  content: "\e425"; }

.material-icons.timer-10:before {
  content: "\e423"; }

.material-icons.timer-3:before {
  content: "\e424"; }

.material-icons.timer-off:before {
  content: "\e426"; }

.material-icons.toc:before {
  content: "\e8de"; }

.material-icons.today:before {
  content: "\e8df"; }

.material-icons.toll:before {
  content: "\e8e0"; }

.material-icons.tonality:before {
  content: "\e427"; }

.material-icons.toys:before {
  content: "\e332"; }

.material-icons.track-changes:before {
  content: "\e8e1"; }

.material-icons.traffic:before {
  content: "\e565"; }

.material-icons.transform:before {
  content: "\e428"; }

.material-icons.translate:before {
  content: "\e8e2"; }

.material-icons.trending-down:before {
  content: "\e8e3"; }

.material-icons.trending-flat:before {
  content: "\e8e4"; }

.material-icons.trending-up:before {
  content: "\e8e5"; }

.material-icons.tune:before {
  content: "\e429"; }

.material-icons.turned-in:before {
  content: "\e8e6"; }

.material-icons.turned-in-not:before {
  content: "\e8e7"; }

.material-icons.tv:before {
  content: "\e333"; }

.material-icons.undo:before {
  content: "\e166"; }

.material-icons.unfold-less:before {
  content: "\e5d6"; }

.material-icons.unfold-more:before {
  content: "\e5d7"; }

.material-icons.usb:before {
  content: "\e1e0"; }

.material-icons.verified-user:before {
  content: "\e8e8"; }

.material-icons.vertical-align-bottom:before {
  content: "\e258"; }

.material-icons.vertical-align-center:before {
  content: "\e259"; }

.material-icons.vertical-align-top:before {
  content: "\e25a"; }

.material-icons.vibration:before {
  content: "\e62d"; }

.material-icons.video-library:before {
  content: "\e04a"; }

.material-icons.videocam:before {
  content: "\e04b"; }

.material-icons.videocam-off:before {
  content: "\e04c"; }

.material-icons.view-agenda:before {
  content: "\e8e9"; }

.material-icons.view-array:before {
  content: "\e8ea"; }

.material-icons.view-carousel:before {
  content: "\e8eb"; }

.material-icons.view-column:before {
  content: "\e8ec"; }

.material-icons.view-comfy:before {
  content: "\e42a"; }

.material-icons.view-compact:before {
  content: "\e42b"; }

.material-icons.view-day:before {
  content: "\e8ed"; }

.material-icons.view-headline:before {
  content: "\e8ee"; }

.material-icons.view-list:before {
  content: "\e8ef"; }

.material-icons.view-module:before {
  content: "\e8f0"; }

.material-icons.view-quilt:before {
  content: "\e8f1"; }

.material-icons.view-stream:before {
  content: "\e8f2"; }

.material-icons.view-week:before {
  content: "\e8f3"; }

.material-icons.vignette:before {
  content: "\e435"; }

.material-icons.visibility:before {
  content: "\e8f4"; }

.material-icons.visibility-off:before {
  content: "\e8f5"; }

.material-icons.voice-chat:before {
  content: "\e62e"; }

.material-icons.voicemail:before {
  content: "\e0d9"; }

.material-icons.volume-down:before {
  content: "\e04d"; }

.material-icons.volume-mute:before {
  content: "\e04e"; }

.material-icons.volume-off:before {
  content: "\e04f"; }

.material-icons.volume-up:before {
  content: "\e050"; }

.material-icons.vpn-key:before {
  content: "\e0da"; }

.material-icons.vpn-lock:before {
  content: "\e62f"; }

.material-icons.wallpaper:before {
  content: "\e1bc"; }

.material-icons.warning:before {
  content: "\e002"; }

.material-icons.watch:before {
  content: "\e334"; }

.material-icons.wb-auto:before {
  content: "\e42c"; }

.material-icons.wb-cloudy:before {
  content: "\e42d"; }

.material-icons.wb-incandescent:before {
  content: "\e42e"; }

.material-icons.wb-iridescent:before {
  content: "\e436"; }

.material-icons.wb-sunny:before {
  content: "\e430"; }

.material-icons.wc:before {
  content: "\e63d"; }

.material-icons.web:before {
  content: "\e051"; }

.material-icons.whatshot:before {
  content: "\e80e"; }

.material-icons.widgets:before {
  content: "\e1bd"; }

.material-icons.wifi:before {
  content: "\e63e"; }

.material-icons.wifi-lock:before {
  content: "\e1e1"; }

.material-icons.wifi-tethering:before {
  content: "\e1e2"; }

.material-icons.work:before {
  content: "\e8f9"; }

.material-icons.wrap-text:before {
  content: "\e25b"; }

.material-icons.youtube-searched-for:before {
  content: "\e8fa"; }

.material-icons.zoom-in:before {
  content: "\e8ff"; }

.material-icons.zoom-out:before {
  content: "\e900"; }

.md-lg {
  font-size: 1.5em; }

.md-sm {
  font-size: 1em; }

.md-2x {
  font-size: 2em; }

.md-3x {
  font-size: 3em; }

.md-4x {
  font-size: 4em; }

.md-5x {
  font-size: 5em; }

@keyframes sliderFocusThumb {
  0% {
    opacity: 0;
    transform: scale(0); }
  50% {
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0; } }

md-slider {
  height: 48px;
  position: relative;
  display: block;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
  /**
    * Track
    */
  /**
    * Slider thumb
    */
  /**
   * The border/background that comes in when focused and in non-discrete mode
   */
  /* Don't animate left/right while panning */ }
  md-slider .md-slider-wrapper {
    position: relative; }
  md-slider .md-track-container {
    width: 100%;
    position: absolute;
    top: 23px;
    height: 2px; }
  md-slider .md-track {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
  md-slider .md-track-fill {
    transition: width 0.05s linear; }
  md-slider .md-track-ticks {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%; }
  md-slider .md-thumb-container {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: left 0.1s linear; }
  md-slider .md-thumb {
    z-index: 1;
    position: absolute;
    left: -19px;
    top: 5px;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    transform: scale(0.5);
    transition: all 0.1s linear; }
    md-slider .md-thumb:after {
      content: '';
      position: absolute;
      left: 3px;
      top: 3px;
      width: 32px;
      height: 32px;
      border-radius: 32px;
      border: 3px solid; }
  md-slider .md-sign {
    /* Center the children (slider-thumb-text) */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    position: absolute;
    left: -14px;
    top: -20px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    transform: scale(0.4) translate3d(0, 70px, 0);
    transition: all 0.2s ease-in-out;
    /* The arrow point down under the sign */ }
    md-slider .md-sign:after {
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 16px;
      top: 19px;
      border-left: 14px solid transparent;
      border-right: 14px solid transparent;
      border-top: 16px solid;
      opacity: 0;
      transform: translate3d(0, -8px, 0);
      transition: all 0.2s ease-in-out; }
    md-slider .md-sign .md-thumb-text {
      z-index: 1;
      font-size: 12px;
      font-weight: bold; }
  md-slider .md-focus-thumb {
    position: absolute;
    left: -24px;
    top: 0px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: none;
    opacity: 0;
    background-color: #C0C0C0;
    animation: sliderFocusThumb 0.4s linear; }
  md-slider .md-focus-ring {
    position: absolute;
    left: -24px;
    top: 0px;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #D6D6D6;
    background-color: transparent;
    transform: scale(0);
    transition: all 0.2s linear; }
  md-slider .md-disabled-thumb {
    position: absolute;
    left: -22px;
    top: 2px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    transform: scale(0.35);
    border: 6px solid;
    display: none; }
  md-slider.md-min .md-thumb:after {
    background-color: white; }
  md-slider.md-min .md-sign {
    opacity: 0; }
  md-slider:focus {
    outline: none; }
  md-slider.dragging .md-thumb-container,
  md-slider.dragging .md-track-fill {
    transition: none; }
  md-slider:not([md-discrete]) {
    /* Hide the sign and ticks in non-discrete mode */ }
    md-slider:not([md-discrete]) .md-track-ticks,
    md-slider:not([md-discrete]) .md-sign {
      display: none; }
    md-slider:not([md-discrete]):not([disabled]):hover .md-thumb {
      transform: scale(0.6); }
    md-slider:not([md-discrete]):not([disabled]):focus .md-focus-thumb, md-slider:not([md-discrete]):not([disabled]).active .md-focus-thumb {
      display: block; }
    md-slider:not([md-discrete]):not([disabled]):focus .md-focus-ring, md-slider:not([md-discrete]):not([disabled]).active .md-focus-ring {
      transform: scale(1); }
    md-slider:not([md-discrete]):not([disabled]):focus .md-thumb, md-slider:not([md-discrete]):not([disabled]).active .md-thumb {
      transform: scale(0.85); }
  md-slider[md-discrete] {
    /* Hide the focus thumb in discrete mode */ }
    md-slider[md-discrete] .md-focus-thumb,
    md-slider[md-discrete] .md-focus-ring {
      display: none; }
    md-slider[md-discrete]:not([disabled]):focus .md-sign,
    md-slider[md-discrete]:not([disabled]):focus .md-sign:after, md-slider[md-discrete]:not([disabled]).active .md-sign,
    md-slider[md-discrete]:not([disabled]).active .md-sign:after {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }
  md-slider[disabled] .md-track-fill {
    display: none; }
  md-slider[disabled] .md-sign {
    display: none; }
  md-slider[disabled] .md-thumb {
    transform: scale(0.35); }
  md-slider[disabled] .md-disabled-thumb {
    display: block; }

@media screen and (-ms-high-contrast: active) {
  md-slider .md-track {
    border-bottom: 1px solid #fff; } }

md-slider.md-default-theme.md-warn .md-track.md-track-fill {
  background-color: #f44336; }

md-slider.md-default-theme.md-warn .md-thumb:after {
  border-color: #f44336;
  background-color: #f44336; }

md-slider.md-default-theme.md-warn .md-sign {
  background-color: #f44336; }
  md-slider.md-default-theme.md-warn .md-sign:after {
    border-top-color: #f44336; }

md-slider.md-default-theme.md-warn .md-thumb-text {
  color: rgba(255, 255, 255, 0.87); }

md-slider.md-default-theme.md-primary .md-track.md-track-fill {
  background-color: #3f51b5; }

md-slider.md-default-theme.md-primary .md-thumb:after {
  border-color: #3f51b5;
  background-color: #3f51b5; }

md-slider.md-default-theme.md-primary .md-sign {
  background-color: #3f51b5; }
  md-slider.md-default-theme.md-primary .md-sign:after {
    border-top-color: #3f51b5; }

md-slider.md-default-theme.md-primary .md-thumb-text {
  color: rgba(255, 255, 255, 0.87); }

md-slider.md-default-theme .md-track {
  background-color: rgba(0, 0, 0, 0.26); }

md-slider.md-default-theme .md-track-ticks {
  background-color: rgba(0, 0, 0, 0.12); }

md-slider.md-default-theme .md-focus-thumb {
  background-color: rgba(0, 0, 0, 0.54); }

md-slider.md-default-theme .md-focus-ring {
  border-color: rgba(0, 0, 0, 0.12); }

md-slider.md-default-theme .md-disabled-thumb {
  border-color: #ffffff; }

md-slider.md-default-theme.md-min .md-thumb:after {
  background-color: #ffffff; }

md-slider.md-default-theme .md-track.md-track-fill {
  background-color: #e91e63; }

md-slider.md-default-theme .md-thumb:after {
  border-color: #e91e63;
  background-color: #e91e63; }

md-slider.md-default-theme .md-sign {
  background-color: #e91e63; }
  md-slider.md-default-theme .md-sign:after {
    border-top-color: #e91e63; }

md-slider.md-default-theme .md-thumb-text {
  color: rgba(255, 255, 255, 0.87); }

md-slider.md-default-theme[disabled] .md-thumb:after {
  border-color: rgba(0, 0, 0, 0.26); }

md-slider.md-default-theme[disabled]:not(.md-min) .md-thumb:after {
  background-color: rgba(0, 0, 0, 0.26); }

@keyframes subheaderStickyHoverIn {
  0% {
    box-shadow: 0 0 0 0 transparent; }
  100% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); } }

@keyframes subheaderStickyHoverOut {
  0% {
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.16); }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

.md-subheader {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  margin: 0 0 0 0;
  margin-right: 16px;
  position: relative; }
  .md-subheader .md-subheader-inner {
    padding: 16px 0px 16px 16px; }
  .md-subheader:not(.md-sticky-no-effect) {
    transition: 0.2s ease-out margin; }
    .md-subheader:not(.md-sticky-no-effect):after {
      position: absolute;
      left: 0;
      bottom: 0;
      top: 0;
      right: -16px;
      content: ''; }
    .md-subheader:not(.md-sticky-no-effect).md-sticky-clone {
      z-index: 2; }
    .md-subheader:not(.md-sticky-no-effect)[sticky-state="active"] {
      margin-top: -2px; }
    .md-subheader:not(.md-sticky-no-effect):not(.md-sticky-clone)[sticky-prev-state="active"] .md-subheader-inner:after {
      animation: subheaderStickyHoverOut 0.3s ease-out both; }
  .md-subheader .md-subheader-content {
    z-index: 1;
    position: relative; }

@keyframes md-autocomplete-list-out {
  0% {
    animation-timing-function: linear; }
  50% {
    opacity: 0;
    height: 40px;
    animation-timing-function: ease-in; }
  100% {
    height: 0;
    opacity: 0; } }

@keyframes md-autocomplete-list-in {
  0% {
    opacity: 0;
    height: 0;
    animation-timing-function: ease-out; }
  50% {
    opacity: 0;
    height: 40px; }
  100% {
    opacity: 1;
    height: 40px; } }

md-autocomplete {
  border-radius: 2px;
  display: block;
  height: 40px;
  position: relative;
  overflow: visible;
  min-width: 190px; }
  md-autocomplete[disabled] input {
    cursor: not-allowed; }
  md-autocomplete[md-floating-label] {
    padding-bottom: 26px;
    border-radius: 0;
    background: transparent;
    height: auto; }
    md-autocomplete[md-floating-label] md-input-container {
      padding-bottom: 0; }
    md-autocomplete[md-floating-label] md-autocomplete-wrap {
      height: auto; }
    md-autocomplete[md-floating-label] button {
      position: absolute;
      top: auto;
      bottom: 0;
      right: 0;
      width: 30px;
      height: 30px; }
  md-autocomplete md-autocomplete-wrap {
    display: block;
    position: relative;
    overflow: visible;
    height: 40px; }
    md-autocomplete md-autocomplete-wrap.md-menu-showing {
      z-index: 51; }
    md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate] {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 3px;
      transition: none; }
      md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate] .md-container {
        transition: none;
        top: auto;
        height: 3px; }
      md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate].ng-enter {
        transition: opacity 0.15s linear; }
        md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate].ng-enter.ng-enter-active {
          opacity: 1; }
      md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate].ng-leave {
        transition: opacity 0.15s linear; }
        md-autocomplete md-autocomplete-wrap md-progress-linear[md-mode=indeterminate].ng-leave.ng-leave-active {
          opacity: 0; }
  md-autocomplete input:not(.md-input) {
    width: 100%;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    outline: none;
    background: transparent; }
    md-autocomplete input:not(.md-input)::-ms-clear {
      display: none; }
  md-autocomplete button {
    position: relative;
    line-height: 20px;
    text-align: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
    background: transparent;
    margin: auto 5px; }
    md-autocomplete button:after {
      content: '';
      position: absolute;
      top: -6px;
      right: -6px;
      bottom: -6px;
      left: -6px;
      border-radius: 50%;
      transform: scale(0);
      opacity: 0;
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
    md-autocomplete button:focus {
      outline: none; }
      md-autocomplete button:focus:after {
        transform: scale(1);
        opacity: 1; }
    md-autocomplete button md-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0) scale(0.9); }
      md-autocomplete button md-icon path {
        stroke-width: 0; }
    md-autocomplete button.ng-enter {
      transform: scale(0);
      transition: transform 0.15s ease-out; }
      md-autocomplete button.ng-enter.ng-enter-active {
        transform: scale(1); }
    md-autocomplete button.ng-leave {
      transition: transform 0.15s ease-out; }
      md-autocomplete button.ng-leave.ng-leave-active {
        transform: scale(0); }
  @media screen and (-ms-high-contrast: active) {
    md-autocomplete input {
      border: 1px solid #fff; }
    md-autocomplete li:focus {
      color: #fff; } }

.md-autocomplete-suggestions {
  position: absolute;
  margin: 0;
  list-style: none;
  padding: 0;
  overflow: auto;
  max-height: 225.5px;
  z-index: 100; }
  .md-autocomplete-suggestions li {
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    padding: 0 15px;
    line-height: 48px;
    height: 48px;
    transition: background 0.15s linear;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .md-autocomplete-suggestions li.ng-enter, .md-autocomplete-suggestions li.ng-hide-remove {
      transition: none;
      animation: md-autocomplete-list-in 0.2s; }
    .md-autocomplete-suggestions li.ng-leave, .md-autocomplete-suggestions li.ng-hide-add {
      transition: none;
      animation: md-autocomplete-list-out 0.2s; }
    .md-autocomplete-suggestions li:focus {
      outline: none; }

@media screen and (-ms-high-contrast: active) {
  md-autocomplete,
  .md-autocomplete-suggestions {
    border: 1px solid #fff; } }

md-autocomplete.md-default-theme {
  background: #fafafa; }
  md-autocomplete.md-default-theme[disabled] {
    background: #f5f5f5; }
  md-autocomplete.md-default-theme button md-icon path {
    fill: #757575; }
  md-autocomplete.md-default-theme button:after {
    background: #757575; }

.md-autocomplete-suggestions.md-default-theme {
  background: #fafafa; }
  .md-autocomplete-suggestions.md-default-theme li {
    color: #212121; }
    .md-autocomplete-suggestions.md-default-theme li .highlight {
      color: #757575; }
    .md-autocomplete-suggestions.md-default-theme li:hover, .md-autocomplete-suggestions.md-default-theme li.selected {
      background: #eeeeee; }

md-progress-linear:not([md-mode="indeterminate"]) {
  display: block;
  width: 100%;
  height: 5px; }
  md-progress-linear:not([md-mode="indeterminate"]) .md-container {
    overflow: hidden;
    position: relative;
    height: 5px;
    top: 5px;
    transform: translate(0, 5px) scale(1, 0);
    transition: all .3s linear; }
  md-progress-linear:not([md-mode="indeterminate"]) .md-container.md-ready {
    transform: translate(0, 0) scale(1, 1); }
  md-progress-linear:not([md-mode="indeterminate"]) .md-bar {
    height: 5px;
    position: absolute;
    width: 100%; }
  md-progress-linear:not([md-mode="indeterminate"]) .md-bar1, md-progress-linear:not([md-mode="indeterminate"]) .md-bar2 {
    transition: all 0.2s linear; }
  md-progress-linear:not([md-mode="indeterminate"])[md-mode=determinate] .md-bar1 {
    display: none; }
  md-progress-linear:not([md-mode="indeterminate"])[md-mode=buffer] .md-container {
    background-color: transparent !important; }
  md-progress-linear:not([md-mode="indeterminate"])[md-mode=buffer] .md-dashed:before {
    content: "";
    display: block;
    height: 5px;
    width: 100%;
    margin-top: 0;
    position: absolute;
    background-color: transparent;
    background-size: 10px 10px !important;
    background-position: 0px -23px;
    animation: buffer 3s infinite linear; }
  md-progress-linear:not([md-mode="indeterminate"])[md-mode=query] .md-bar2 {
    animation: query 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1); }

md-progress-linear[md-mode="indeterminate"] {
  display: block;
  width: 100%;
  height: 5px;
  position: relative; }
  md-progress-linear[md-mode="indeterminate"] .md-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 5px;
    top: 5px;
    transition: all .3s linear; }
    md-progress-linear[md-mode="indeterminate"] .md-container .md-bar {
      height: 5px;
      left: 0;
      width: 80%;
      position: absolute;
      top: 0;
      bottom: 0; }
    md-progress-linear[md-mode="indeterminate"] .md-container .md-bar1 {
      animation: md-progress-linear-indeterminate-scale-1 4s infinite, md-progress-linear-indeterminate-1 4s infinite; }
    md-progress-linear[md-mode="indeterminate"] .md-container .md-bar2 {
      animation: md-progress-linear-indeterminate-scale-2 4s infinite, md-progress-linear-indeterminate-2 4s infinite; }

@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; } }

@keyframes md-progress-linear-indeterminate-scale-1 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: linear; }
  36.6% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1); }
  69.15% {
    transform: scaleX(0.83);
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098); }
  100% {
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear; }
  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582); }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635); }
  100% {
    left: 95.44444%; } }

@keyframes md-progress-linear-indeterminate-scale-2 {
  0% {
    transform: scaleX(0.1);
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397); }
  19.15% {
    transform: scaleX(0.57);
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432); }
  44.15% {
    transform: scaleX(0.91);
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179); }
  100% {
    transform: scaleX(0.1); } }

@keyframes md-progress-linear-indeterminate-2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968); }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372); }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203); }
  100% {
    left: 117.38889%; } }

md-progress-linear.md-default-theme .md-container {
  background-color: #c5cae9; }

md-progress-linear.md-default-theme .md-bar {
  background-color: #3f51b5; }

md-progress-linear.md-default-theme.md-warn .md-container {
  background-color: #ffcdd2; }

md-progress-linear.md-default-theme.md-warn .md-bar {
  background-color: #f44336; }

md-progress-linear.md-default-theme.md-accent .md-container {
  background-color: #f8bbd0; }

md-progress-linear.md-default-theme.md-accent .md-bar {
  background-color: #e91e63; }

md-progress-linear.md-default-theme[md-mode=buffer].md-warn .md-bar1 {
  background-color: #ffcdd2; }

md-progress-linear.md-default-theme[md-mode=buffer].md-warn .md-dashed:before {
  background: radial-gradient(#ffcdd2 0%, #ffcdd2 16%, transparent 42%); }

md-progress-linear.md-default-theme[md-mode=buffer].md-accent .md-bar1 {
  background-color: #f8bbd0; }

md-progress-linear.md-default-theme[md-mode=buffer].md-accent .md-dashed:before {
  background: radial-gradient(#f8bbd0 0%, #f8bbd0 16%, transparent 42%); }

md-progress-circular {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  transform: scale(0.5); }
  md-progress-circular .md-spinner-wrapper {
    display: block;
    position: relative;
    overflow: hidden; }
    md-progress-circular .md-spinner-wrapper .md-inner {
      width: 100px;
      height: 100px;
      position: relative; }
      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; }
      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; }
        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%; }
      md-progress-circular .md-spinner-wrapper .md-inner .md-left {
        left: 0; }
        md-progress-circular .md-spinner-wrapper .md-inner .md-left .md-half-circle {
          left: 0;
          border-right-color: transparent; }
      md-progress-circular .md-spinner-wrapper .md-inner .md-right {
        right: 0; }
        md-progress-circular .md-spinner-wrapper .md-inner .md-right .md-half-circle {
          right: 0;
          border-left-color: transparent; }
  md-progress-circular .md-spinner-wrapper.md-mode-indeterminate {
    animation: outer-rotate 2.91667s linear infinite; }
    md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner {
      animation: sporadic-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite; }
      md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-left .md-half-circle, md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .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); }
      md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-left .md-half-circle {
        animation-name: left-wobble; }
      md-progress-circular .md-spinner-wrapper.md-mode-indeterminate .md-inner .md-right .md-half-circle {
        animation-name: right-wobble; }
  md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper {
    animation: none; }
    md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner {
      animation: none; }
      md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-left .md-half-circle {
        animation-name: none; }
      md-progress-circular md-progress-circular.ng-hide .md-spinner-wrapper .md-inner .md-right .md-half-circle {
        animation-name: none; }
  md-progress-circular .md-spinner-wrapper.ng-hide {
    animation: none; }
    md-progress-circular .md-spinner-wrapper.ng-hide .md-inner {
      animation: none; }
      md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-left .md-half-circle {
        animation-name: none; }
      md-progress-circular .md-spinner-wrapper.ng-hide .md-inner .md-right .md-half-circle {
        animation-name: none; }

@keyframes outer-rotate {
  100% {
    transform: rotate(360deg); } }

@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); } }

md-progress-circular.md-default-theme {
  background-color: transparent; }
  md-progress-circular.md-default-theme .md-inner .md-gap {
    border-top-color: #3f51b5;
    border-bottom-color: #3f51b5; }
  md-progress-circular.md-default-theme .md-inner .md-left .md-half-circle, md-progress-circular.md-default-theme .md-inner .md-right .md-half-circle {
    border-top-color: #3f51b5; }
  md-progress-circular.md-default-theme .md-inner .md-right .md-half-circle {
    border-right-color: #3f51b5; }
  md-progress-circular.md-default-theme .md-inner .md-left .md-half-circle {
    border-left-color: #3f51b5; }
  md-progress-circular.md-default-theme.md-warn .md-inner .md-gap {
    border-top-color: #f44336;
    border-bottom-color: #f44336; }
  md-progress-circular.md-default-theme.md-warn .md-inner .md-left .md-half-circle, md-progress-circular.md-default-theme.md-warn .md-inner .md-right .md-half-circle {
    border-top-color: #f44336; }
  md-progress-circular.md-default-theme.md-warn .md-inner .md-right .md-half-circle {
    border-right-color: #f44336; }
  md-progress-circular.md-default-theme.md-warn .md-inner .md-left .md-half-circle {
    border-left-color: #f44336; }
  md-progress-circular.md-default-theme.md-accent .md-inner .md-gap {
    border-top-color: #e91e63;
    border-bottom-color: #e91e63; }
  md-progress-circular.md-default-theme.md-accent .md-inner .md-left .md-half-circle, md-progress-circular.md-default-theme.md-accent .md-inner .md-right .md-half-circle {
    border-top-color: #e91e63; }
  md-progress-circular.md-default-theme.md-accent .md-inner .md-right .md-half-circle {
    border-right-color: #e91e63; }
  md-progress-circular.md-default-theme.md-accent .md-inner .md-left .md-half-circle {
    border-left-color: #e91e63; }

.md-open-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0;
  border-radius: 2px;
  overflow: hidden; }
  .md-open-menu-container md-menu-divider {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 1px;
    width: 100%; }
  .md-open-menu-container md-menu-content > * {
    opacity: 0; }
  .md-open-menu-container:not(.md-clickable) {
    pointer-events: none; }
  .md-open-menu-container.md-active {
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition-duration: 200ms; }
    .md-open-menu-container.md-active > md-menu-content > * {
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
      transition-duration: 200ms;
      transition-delay: 100ms; }
  .md-open-menu-container.md-leave {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-duration: 250ms; }

md-menu-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 8px 0;
  max-height: 304px;
  overflow-y: auto; }
  md-menu-content.md-dense {
    max-height: 208px; }
    md-menu-content.md-dense md-menu-item {
      height: 32px; }

md-menu-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  height: 48px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  md-menu-item > * {
    width: 100%;
    margin: auto 0;
    padding-left: 16px;
    padding-right: 16px; }
  md-menu-item > .md-button {
    border-radius: 0;
    margin: auto 0;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    text-align: start;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-line-pack: left;
        align-content: left;
    width: 100%; }
    md-menu-item > .md-button md-icon {
      margin: auto 16px auto 0; }
    md-menu-item > .md-button p {
      display: inline-block;
      margin: auto; }
    md-menu-item > .md-button span {
      margin-top: auto;
      margin-bottom: auto; }

.md-menu {
  padding: 8px 0; }

md-toolbar .md-menu {
  height: auto;
  margin: auto; }

@media (max-width: 599px) {
  md-menu-content {
    min-width: 112px; }
  md-menu-content[width="3"] {
    min-width: 168px; }
  md-menu-content[width="4"] {
    min-width: 224px; }
  md-menu-content[width="5"] {
    min-width: 280px; }
  md-menu-content[width="6"] {
    min-width: 336px; }
  md-menu-content[width="7"] {
    min-width: 392px; } }

@media (min-width: 600px) {
  md-menu-content {
    min-width: 96px; }
  md-menu-content[width="3"] {
    min-width: 192px; }
  md-menu-content[width="4"] {
    min-width: 256px; }
  md-menu-content[width="5"] {
    min-width: 320px; }
  md-menu-content[width="6"] {
    min-width: 384px; }
  md-menu-content[width="7"] {
    min-width: 448px; } }

md-menu-content.md-default-theme {
  background-color: white; }
  md-menu-content.md-default-theme md-menu-divider {
    background-color: rgba(0, 0, 0, 0.12); }

.md-select-menu-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  opacity: 0; }
  .md-select-menu-container:not(.md-clickable) {
    pointer-events: none; }
  .md-select-menu-container md-progress-circular {
    display: table;
    margin: 24px auto !important; }
  .md-select-menu-container.md-active {
    opacity: 1; }
    .md-select-menu-container.md-active md-select-menu {
      transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-duration: 200ms; }
      .md-select-menu-container.md-active md-select-menu > * {
        opacity: 1;
        transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
        transition-duration: 200ms;
        transition-delay: 100ms; }
  .md-select-menu-container.md-leave {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transition-duration: 250ms; }

md-input-container > md-select {
  margin: auto 0 0 0;
  -ms-flex-order: 2;
      order: 2; }

md-select {
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 26px 0; }
  md-select:focus {
    outline: none; }
  md-select[disabled]:hover {
    cursor: default; }
  md-select:not([disabled]):hover {
    cursor: pointer; }
  md-select:not([disabled]).ng-invalid.ng-dirty .md-select-value {
    border-bottom: 2px solid;
    padding-bottom: 0; }
  md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-bottom: 0; }

.md-select-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 2px 2px 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: relative;
  box-sizing: content-box;
  min-width: 64px;
  min-height: 26px;
  -ms-flex-positive: 1;
      flex-grow: 1; }
  .md-select-value *:first-child {
    -ms-flex: 1;
        flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 2*8px);
    transform: translate3d(0, 2px, 0); }
  .md-select-value .md-select-icon {
    -ms-flex-align: end;
        align-items: flex-end;
    text-align: end;
    width: 24px;
    margin: 0 4px;
    transform: translate3d(0, 1px, 0); }
  .md-select-value .md-select-icon:after {
    display: block;
    content: '\25BC';
    position: relative;
    top: 2px;
    speak: none;
    transform: scaleY(0.6) scaleX(1); }
  .md-select-value.md-select-placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 1;
        order: 1;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 2px;
    z-index: 1; }

md-select-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084);
  max-height: 256px;
  min-height: 48px;
  overflow-y: hidden;
  transform-origin: left top;
  transform: scale(1); }
  md-select-menu.md-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  md-select-menu:not(.md-overflow) md-content {
    padding-top: 8px;
    padding-bottom: 8px; }
  html[dir=rtl] md-select-menu {
    transform-origin: right top; }
  md-select-menu md-content {
    min-width: 136px;
    min-height: 48px;
    max-height: 256px;
    overflow-y: auto; }
  md-select-menu > * {
    opacity: 0; }

md-option {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  padding: 0 16px 0 16px;
  height: 48px; }
  md-option:focus {
    outline: none; }
  md-option .md-text {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px; }

md-optgroup {
  display: block; }
  md-optgroup label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px;
    font-weight: 500; }
  md-optgroup md-option {
    padding-left: 32px;
    padding-right: 32px; }

@media screen and (-ms-high-contrast: active) {
  .md-select-backdrop {
    background-color: transparent; }
  md-select-menu {
    border: 1px solid #fff; } }

md-select.md-default-theme .md-select-value {
  border-bottom-color: rgba(0, 0, 0, 0.12); }
  md-select.md-default-theme .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.26); }

md-select.md-default-theme.ng-invalid.ng-dirty .md-select-label {
  color: #ef5350 !important;
  border-bottom-color: #f44336 !important; }

md-select.md-default-theme:not([disabled]):focus .md-select-value {
  border-bottom-color: #3f51b5;
  color: rgba(0, 0, 0, 0.87); }
  md-select.md-default-theme:not([disabled]):focus .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.87); }

md-select.md-default-theme:not([disabled]):focus.md-accent .md-select-value {
  border-bottom-color: #e91e63; }

md-select.md-default-theme:not([disabled]):focus.md-warn .md-select-value {
  border-bottom-color: #f44336; }

md-select.md-default-theme[disabled] .md-select-value {
  color: rgba(0, 0, 0, 0.26); }
  md-select.md-default-theme[disabled] .md-select-value.md-select-placeholder {
    color: rgba(0, 0, 0, 0.26); }

md-select-menu.md-default-theme md-option[disabled] {
  color: rgba(0, 0, 0, 0.26); }

md-select-menu.md-default-theme md-optgroup {
  color: rgba(0, 0, 0, 0.54); }
  md-select-menu.md-default-theme md-optgroup md-option {
    color: rgba(0, 0, 0, 0.87); }

md-select-menu.md-default-theme md-option[selected] {
  color: #3f51b5; }
  md-select-menu.md-default-theme md-option[selected]:focus {
    color: #3949ab; }
  md-select-menu.md-default-theme md-option[selected].md-accent {
    color: #e91e63; }
    md-select-menu.md-default-theme md-option[selected].md-accent:focus {
      color: #d81b60; }

md-select-menu.md-default-theme md-option:focus:not([selected]) {
  background: #eeeeee; }

md-grid-list {
  box-sizing: border-box;
  display: block;
  position: relative; }
  md-grid-list md-grid-tile,
  md-grid-list md-grid-tile > figure,
  md-grid-list md-grid-tile-header,
  md-grid-list md-grid-tile-footer {
    box-sizing: border-box; }
  md-grid-list md-grid-tile {
    display: block;
    position: absolute; }
    md-grid-list md-grid-tile figure {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      margin: 0; }
    md-grid-list md-grid-tile md-grid-tile-header,
    md-grid-list md-grid-tile md-grid-tile-footer {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      height: 48px;
      color: #fff;
      background: rgba(0, 0, 0, 0.18);
      overflow: hidden;
      position: absolute;
      left: 0;
      right: 0; }
      md-grid-list md-grid-tile md-grid-tile-header h3,
      md-grid-list md-grid-tile md-grid-tile-header h4,
      md-grid-list md-grid-tile md-grid-tile-footer h3,
      md-grid-list md-grid-tile md-grid-tile-footer h4 {
        font-weight: 400;
        margin: 0 0 0 16px; }
      md-grid-list md-grid-tile md-grid-tile-header h3,
      md-grid-list md-grid-tile md-grid-tile-footer h3 {
        font-size: 14px; }
      md-grid-list md-grid-tile md-grid-tile-header h4,
      md-grid-list md-grid-tile md-grid-tile-footer h4 {
        font-size: 12px; }
    md-grid-list md-grid-tile md-grid-tile-header {
      top: 0; }
    md-grid-list md-grid-tile md-grid-tile-footer {
      bottom: 0; }

@media screen and (-ms-high-contrast: active) {
  md-grid-tile {
    border: 1px solid #fff; }
  md-grid-tile-footer {
    border-top: 1px solid #fff; } }

md-sidenav {
  box-sizing: border-box;
  position: absolute;
  width: 255px;
  min-width: 255px;
  max-width: 255px;
  bottom: 0;
  z-index: 60;
  background-color: white;
  overflow: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
  md-sidenav *,
  md-sidenav *:before,
  md-sidenav *:after {
    box-sizing: border-box; }
  md-sidenav ul {
    list-style: none; }
  md-sidenav.md-closed-add, md-sidenav.md-closed-remove {
    display: -ms-flexbox;
    display: flex;
    transition: 0s all; }
  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); }
  md-sidenav.md-locked-open-add, md-sidenav.md-locked-open-remove {
    position: static;
    display: -ms-flexbox;
    display: flex;
    transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open {
    width: 255px;
    min-width: 255px;
    max-width: 255px; }
  md-sidenav.md-locked-open, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-left, md-sidenav.md-locked-open.md-closed, md-sidenav.md-locked-open.md-closed.md-sidenav-right, md-sidenav.md-locked-open-remove.md-closed {
    position: static;
    display: -ms-flexbox;
    display: flex;
    transform: translate3d(0, 0, 0); }
  md-sidenav.md-locked-open-remove-active {
    transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }
  md-sidenav.md-closed.md-locked-open-add {
    width: 0;
    min-width: 0;
    transform: translate3d(0%, 0, 0); }
  md-sidenav.md-closed.md-locked-open-add-active {
    transition: width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), min-width 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    width: 255px;
    min-width: 255px;
    transform: translate3d(0%, 0, 0); }

.md-sidenav-backdrop.md-locked-open {
  display: none; }

.md-sidenav-left, md-sidenav {
  left: 0;
  top: 0;
  transform: translate3d(0%, 0, 0); }
  .md-sidenav-left.md-closed, md-sidenav.md-closed {
    transform: translate3d(-100%, 0, 0); }

.md-sidenav-right {
  left: 100%;
  top: 0;
  transform: translate3d(-100%, 0, 0); }
  .md-sidenav-right.md-closed {
    transform: translate3d(0%, 0, 0); }

@media (max-width: 311px) {
  md-sidenav {
    width: 85%; } }

@media screen and (-ms-high-contrast: active) {
  .md-sidenav-left, md-sidenav {
    border-right: 1px solid #fff; }
  .md-sidenav-right {
    border-left: 1px solid #fff; } }

md-backdrop {
  z-index: 50;
  opacity: 1;
  transition: background-color 450ms cubic-bezier(0.55, 0, 0.55, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  md-backdrop.md-menu-backdrop {
    z-index: 98; }
  md-backdrop.md-select-backdrop {
    z-index: 81; }
  md-backdrop.md-dialog-backdrop {
    z-index: 79; }
  md-backdrop.md-bottom-sheet-backdrop {
    z-index: 69; }
  md-backdrop.md-sidenav-backdrop {
    z-index: 59; }
  md-backdrop.md-click-catcher {
    position: absolute; }
  md-backdrop.md-opaque.ng-leave {
    transition: background-color 400ms linear; }

md-backdrop {
  background-color: rgba(33, 33, 33, 0); }
  md-backdrop.md-opaque.md-default-theme {
    background-color: rgba(33, 33, 33, 0.48); }
  md-backdrop.md-opaque.md-default-theme.ng-enter {
    background-color: rgba(33, 33, 33, 0); }
    md-backdrop.md-opaque.md-default-theme.ng-enter.md-opaque.md-default-theme.ng-enter-active {
      background-color: rgba(33, 33, 33, 0.48); }
  md-backdrop.md-opaque.md-default-theme.ng-leave.md-opaque.md-default-theme.ng-leave-active {
    background-color: rgba(33, 33, 33, 0); }

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent; }
  .carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

body {
  padding-top: 20px; }

html {
  overflow-y: scroll; }

.theme-item {
  min-height: 150px; }