/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-ink-ripple {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-mask-image: radial-gradient(circle, white 100%, black 100%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

.md-ripple {
  position: absolute;
  background-color: currentColor;
  border-radius: 50%;
  opacity: .2;
  -webkit-transform: scale(0) translateZ(0);
          transform: scale(0) translateZ(0);
  transition: none;
  will-change: background-color, opacity, transform, width, height, top, left; }

.md-ripple.md-active {
  -webkit-animation: ripple 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: ripple 1s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; }

.md-ripple.md-active.md-fadeout {
  opacity: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .6s; }

@-webkit-keyframes ripple {
  to {
    -webkit-transform: scale(2.2) translateZ(0);
            transform: scale(2.2) translateZ(0); } }

@keyframes ripple {
  to {
    -webkit-transform: scale(2.2) translateZ(0);
            transform: scale(2.2) translateZ(0); } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px; }

.md-body-1, body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px; }

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

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

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 26px; }

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

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

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px; }

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

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

/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none; }

a:not(.md-button):not(.md-bottom-bar-item):hover {
  text-decoration: underline; }

button:focus {
  outline: none; }

/*  Structure
   ========================================================================== */
html {
  height: 100%;
  box-sizing: border-box; }

html *,
html *:before,
html *:after {
  box-sizing: inherit; }

body {
  min-height: 100%;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.87);
  font-family: Roboto, "Noto Sans", Noto, sans-serif; }

/*  Fluid Media
   ========================================================================== */
ul:not(.md-list) > li + li {
  margin-top: 8px; }

/*  Fluid Media
   ========================================================================== */
audio,
img,
svg,
object,
embed,
canvas,
video,
iframe {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle; }

audio:not(.md-image),
img:not(.md-image),
svg:not(.md-image),
object:not(.md-image),
embed:not(.md-image),
canvas:not(.md-image),
video:not(.md-image),
iframe:not(.md-image) {
  height: auto; }

/*  Suppress the focus outline on links that cannot be accessed via keyboard.
    This prevents an unwanted focus outline from appearing around elements
    that might still respond to pointer events.
   ========================================================================== */
[tabindex="-1"]:focus {
  outline: none !important; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-scrollbar::-webkit-scrollbar,
.md-scrollbar ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.12);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.05); }

.md-scrollbar::-webkit-scrollbar:hover,
.md-scrollbar ::-webkit-scrollbar:hover {
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.038);
  background-color: rgba(0, 0, 0, 0.087); }

.md-scrollbar::-webkit-scrollbar-button,
.md-scrollbar ::-webkit-scrollbar-button {
  display: none; }

.md-scrollbar::-webkit-scrollbar-corner,
.md-scrollbar ::-webkit-scrollbar-corner {
  background-color: transparent; }

.md-scrollbar::-webkit-scrollbar-thumb,
.md-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.26);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.054), inset 0 -1px 0 rgba(0, 0, 0, 0.087);
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }

/*  Text and Titles
   ========================================================================== */
.md-caption {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 17px; }

.md-body-1, body {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: 20px; }

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

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

.md-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .005em;
  line-height: 26px; }

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

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

.md-display-2 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 48px; }

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

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

/*  Links & Buttons
   ========================================================================== */
a:not(.md-button):not(.md-bottom-bar-item) {
  text-decoration: none; }

a:not(.md-button):not(.md-bottom-bar-item):hover {
  text-decoration: underline; }

button:focus {
  outline: none; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border-radius: 40px;
  vertical-align: middle; }

.md-avatar.md-large {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  border-radius: 64px; }

.md-avatar.md-large .md-icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-size: 40px;
  line-height: 40px; }

.md-avatar.md-avatar-icon {
  background-color: rgba(0, 0, 0, 0.38); }

.md-avatar.md-avatar-icon .md-icon {
  color: #fff; }

.md-avatar .md-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.md-avatar img {
  width: 100%;
  height: 100%;
  display: block; }

.md-avatar .md-ink-ripple {
  border-radius: 50%; }

.md-avatar .md-ink-ripple .md-ripple.md-active {
  -webkit-animation-duration: .9s;
          animation-duration: .9s; }

.md-avatar-tooltip.md-tooltip-top {
  margin-top: -8px; }

.md-avatar-tooltip.md-tooltip-right {
  margin-left: 8px; }

.md-avatar-tooltip.md-tooltip-bottom {
  margin-top: 8px; }

.md-avatar-tooltip.md-tooltip-left {
  margin-left: -8px; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }

.md-backdrop.md-active {
  opacity: 1;
  pointer-events: auto; }

.md-backdrop.md-transparent {
  background: rgba(0, 0, 0, 0.005); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-bottom-bar {
  width: 100%;
  min-width: 100%;
  height: 56px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-bottom-bar-item {
  max-width: 168px;
  min-width: 80px;
  height: 100%;
  padding: 8px 12px 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none; }

.md-bottom-bar-item.md-active {
  padding-top: 6px; }

.md-bottom-bar-item.md-active .md-text {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0); }

.md-bottom-bar-item.md-active .md-text,
.md-bottom-bar-item.md-active .md-icon {
  color: currentColor; }

.md-bottom-bar-item[disabled] {
  opacity: .38; }

.md-bottom-bar.md-shift .md-bottom-bar-item {
  min-width: 56px;
  max-width: 96px;
  position: static;
  -ms-flex: 1 1 32px;
  -webkit-box-flex: 1;
          flex: 1 1 32px;
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: min-width, max-width, -webkit-box-flex;
  transition-property: flex, min-width, max-width;
  transition-property: flex, min-width, max-width, -webkit-box-flex, -ms-flex;
  transition-property: flex, min-width, max-width, -ms-flex; }

.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0); }

.md-bottom-bar.md-shift .md-bottom-bar-item .md-text {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 6px, 0);
          transform: scale(1) translate3d(0, 6px, 0); }

.md-bottom-bar.md-shift .md-bottom-bar-item.md-active {
  min-width: 96px;
  max-width: 168px;
  -ms-flex: 1 1 72px;
  -webkit-box-flex: 1;
          flex: 1 1 72px; }

.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon,
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
  opacity: 1; }

.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-icon {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0); }

.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
  -webkit-transform: scale(1) translate3d(0, 2px, 0);
          transform: scale(1) translate3d(0, 2px, 0); }

.md-bottom-bar-item .md-text {
  -webkit-transform: scale(0.8571) translateY(2px);
          transform: scale(0.8571) translateY(2px);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear, opacity 0.15s linear; }

.md-bottom-bar-item .md-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), color 0.15s linear; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button {
  min-width: 88px;
  min-height: 36px;
  margin: 6px 8px;
  padding: 0 16px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  background: none;
  border: 0;
  border-radius: 2px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: currentColor;
  font-family: inherit;
  font-size: 14px;
  font-style: inherit;
  font-variant: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap; }

.md-button:focus {
  outline: none; }

.md-button::-moz-focus-inner {
  border: 0; }

.md-button:hover:not([disabled]):not(.md-raised) {
  background-color: rgba(153, 153, 153, 0.2);
  text-decoration: none; }

.md-button:hover:not([disabled]).md-raised {
  background-color: rgba(0, 0, 0, 0.12); }

.md-button:active:not([disabled]) {
  background-color: rgba(153, 153, 153, 0.4); }

.md-button.md-raised:not([disabled]) {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-button.md-dense {
  min-height: 32px;
  line-height: 32px;
  font-size: 13px; }

.md-button.md-icon-button .md-icon, .md-button.md-fab .md-icon {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0; }

.md-button.md-icon-button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin: 0 6px;
  padding: 8px;
  border-radius: 50%;
  line-height: 24px; }

.md-button.md-icon-button:not([disabled]):hover {
  background: none; }

.md-button.md-icon-button.md-dense {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 4px;
  line-height: 32px; }

.md-button.md-icon-button .md-ink-ripple {
  border-radius: 50%; }

.md-button.md-icon-button .md-ink-ripple .md-ripple {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.md-button.md-icon-button .md-ripple.md-active {
  -webkit-animation-duration: .9s;
          animation-duration: .9s; }

.md-button.md-fab {
  width: 56px;
  height: 56px;
  padding: 0;
  min-width: 0;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  border-radius: 56px;
  line-height: 56px;
  background-clip: padding-box;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: background-color, box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform;
  transition-property: background-color, box-shadow, transform, -webkit-transform; }

.md-button.md-fab:hover, .md-button.md-fab:focus {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }

.md-button.md-fab.md-mini {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.md-button.md-fab .md-ink-ripple {
  border-radius: 56px; }

.md-button[disabled] {
  color: rgba(0, 0, 0, 0.26);
  cursor: default;
  pointer-events: none; }

.md-button[disabled].md-raised, .md-button[disabled].md-fab {
  background-color: rgba(0, 0, 0, 0.12); }

.md-button[disabled].md-fab {
  box-shadow: none; }

.md-button:after {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-button .md-ink-ripple {
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden; }

.md-button.md-icon-button .md-icon,
.md-button.md-fab .md-icon {
  color: inherit;
  display: block; }

.md-fab.md-fab-top-left, .md-fab.md-fab-top-center, .md-fab.md-fab-top-right, .md-fab.md-fab-bottom-left, .md-fab.md-fab-bottom-center, .md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-top-left,
.md-speed-dial.md-fab-top-center,
.md-speed-dial.md-fab-top-right,
.md-speed-dial.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-right {
  margin: 0;
  position: absolute;
  z-index: 10; }

.md-fab.md-fab-top-left,
.md-speed-dial.md-fab-top-left {
  top: 24px;
  left: 24px; }

.md-fab.md-fab-top-center,
.md-speed-dial.md-fab-top-center {
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.md-fab.md-fab-top-right,
.md-speed-dial.md-fab-top-right {
  top: 24px;
  right: 24px; }

.md-fab.md-fab-bottom-left,
.md-speed-dial.md-fab-bottom-left {
  bottom: 24px;
  left: 24px; }

.md-fab.md-fab-bottom-center,
.md-speed-dial.md-fab-bottom-center {
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

.md-fab.md-fab-bottom-right,
.md-speed-dial.md-fab-bottom-right {
  right: 24px;
  bottom: 24px; }

.md-button-tooltip.md-tooltip-top {
  margin-top: -8px; }

.md-button-tooltip.md-tooltip-right {
  margin-left: 8px; }

.md-button-tooltip.md-tooltip-bottom {
  margin-top: 8px; }

.md-button-tooltip.md-tooltip-left {
  margin-left: -8px; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-button-toggle {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.md-button-toggle > .md-button {
  margin: 0;
  overflow: hidden;
  border-width: 1px 0 1px 1px;
  border-radius: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-button-toggle > .md-button:first-child {
  border-radius: 2px 0 0 2px; }

.md-button-toggle > .md-button:last-child {
  border-right-width: 1px;
  border-radius: 0 2px 2px 0; }

.md-button-toggle > .md-button:not([disabled]) {
  color: rgba(0, 0, 0, 0.54); }

.md-button-toggle > .md-button:not([disabled]):hover:not(.md-toggle):not(.md-raised) {
  background-color: rgba(153, 153, 153, 0.2);
  text-decoration: none; }

.md-button-toggle > .md-button .md-ink-ripple {
  border-radius: 2px; }

.md-button-toggle.md-raised button:not([disabled]) {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-card {
  overflow: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-card.md-with-hover {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: box-shadow; }

.md-card.md-with-hover:hover {
  z-index: 2;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }

.md-card .md-card-media {
  position: relative; }

.md-card .md-card-media.md-16-9 {
  overflow: hidden; }

.md-card .md-card-media.md-16-9:before {
  width: 100%;
  padding-top: 56.25%;
  display: block;
  content: " "; }

.md-card .md-card-media.md-16-9 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.md-card .md-card-media.md-4-3 {
  overflow: hidden; }

.md-card .md-card-media.md-4-3:before {
  width: 100%;
  padding-top: 75%;
  display: block;
  content: " "; }

.md-card .md-card-media.md-4-3 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.md-card .md-card-media.md-1-1 {
  overflow: hidden; }

.md-card .md-card-media.md-1-1:before {
  width: 100%;
  padding-top: 100%;
  display: block;
  content: " "; }

.md-card .md-card-media.md-1-1 img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.md-card .md-card-media + .md-card-header {
  padding-top: 24px; }

.md-card .md-card-media + .md-card-content:last-child {
  padding-bottom: 16px; }

.md-card .md-card-media img {
  width: 100%; }

.md-card .md-card-header {
  padding: 16px; }

.md-card .md-card-header:first-child > .md-title:first-child,
.md-card .md-card-header:first-child > .md-card-header-text > .md-title:first-child {
  margin-top: 8px; }

.md-card .md-card-header:last-child {
  margin-bottom: 8px; }

.md-card .md-card-header.md-card-header-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.md-card .md-card-header + .md-card-content {
  padding-top: 0; }

.md-card .md-card-header + .md-card-actions:not(:last-child) {
  padding: 0 8px; }

.md-card .md-card-header .md-avatar {
  margin-right: 16px;
  float: left; }

.md-card .md-card-header .md-avatar ~ .md-title {
  font-size: 14px; }

.md-card .md-card-header .md-avatar ~ .md-title,
.md-card .md-card-header .md-avatar ~ .md-subhead {
  font-weight: 500;
  line-height: 20px; }

.md-card .md-card-header .md-button {
  margin: 0; }

.md-card .md-card-header .md-button:last-child {
  margin-right: -4px; }

.md-card .md-card-header .md-button + .md-button {
  margin-left: 8px; }

.md-card .md-card-header .md-card-header-text {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.md-card .md-card-header .md-card-media {
  width: 80px;
  -ms-flex: 0 0 80px;
  -webkit-box-flex: 0;
          flex: 0 0 80px;
  height: 80px;
  margin-left: 16px; }

.md-card .md-card-header .md-card-media.md-medium {
  width: 120px;
  -ms-flex: 0 0 120px;
  -webkit-box-flex: 0;
          flex: 0 0 120px;
  height: 120px; }

.md-card .md-card-header .md-card-media.md-big {
  width: 160px;
  -ms-flex: 0 0 160px;
  -webkit-box-flex: 0;
          flex: 0 0 160px;
  height: 160px; }

.md-card .md-subhead,
.md-card .md-title,
.md-card .md-subheading {
  margin: 0;
  font-weight: 400; }

.md-card .md-subhead {
  opacity: .54;
  font-size: 14px;
  letter-spacing: .01em;
  line-height: 20px; }

.md-card .md-subhead + .md-title {
  margin-top: 4px; }

.md-card .md-title {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px; }

.md-card .md-card-media-actions {
  padding: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.md-card .md-card-media-actions .md-card-media {
  max-width: 240px;
  max-height: 240px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.md-card .md-card-media-actions .md-card-actions {
  margin-left: 16px;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-card .md-card-media-actions .md-card-actions .md-button + .md-button {
  margin: 8px 0 0; }

.md-card .md-card-content {
  padding: 16px;
  font-size: 14px;
  line-height: 22px; }

.md-card .md-card-content:last-child {
  padding-bottom: 24px; }

.md-card .md-card-actions {
  padding: 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-card .md-card-actions .md-button {
  margin: 0; }

.md-card .md-card-actions .md-button:first-child {
  margin-left: 0; }

.md-card .md-card-actions .md-button:last-child {
  margin-right: 0; }

.md-card .md-card-actions .md-button + .md-button {
  margin-left: 4px; }

.md-card .md-card-area {
  position: relative; }

.md-card > .md-card-area:not(:last-child) {
  position: relative; }

.md-card > .md-card-area:not(:last-child):after {
  height: 1px;
  position: absolute;
  bottom: 0;
  content: " "; }

.md-card > .md-card-area:not(:last-child):not(.md-inset):after {
  right: 0;
  left: 0; }

.md-card > .md-card-area:not(:last-child).md-inset:after {
  right: 16px;
  left: 16px; }

.md-card .md-card-media-cover {
  position: relative;
  color: #fff; }

.md-card .md-card-media-cover.md-text-scrim .md-card-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1; }

.md-card .md-card-media-cover .md-card-area {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }

.md-card .md-card-media-cover .md-card-header + .md-card-actions {
  padding-top: 0; }

.md-card .md-card-media-cover .md-subhead {
  opacity: 1; }

.md-card .md-card-expand {
  overflow: hidden; }

.md-card .md-card-expand.md-active [md-expand-trigger] {
  -webkit-transform: rotateZ(180deg) translate3D(0, 0, 0);
          transform: rotateZ(180deg) translate3D(0, 0, 0); }

.md-card .md-card-expand.md-active .md-card-content {
  margin-top: 0 !important;
  opacity: 1;
  padding: 4px 16px 24px 16px;
  height: auto; }

.md-card .md-card-expand .md-card-actions {
  padding-top: 0;
  position: relative;
  z-index: 2; }

.md-card .md-card-expand [md-expand-trigger] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform; }

.md-card .md-card-expand .md-card-content {
  height: 0;
  padding: 0 16px;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: margin, height; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-checkbox {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative; }

.md-checkbox:not(.md-disabled) {
  cursor: pointer; }

.md-checkbox:not(.md-disabled) .md-checkbox-label {
  cursor: pointer; }

.md-checkbox .md-checkbox-container {
  width: 20px;
  min-width: 20px;
  height: 20px;
  position: relative;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-checkbox .md-checkbox-container:focus {
  outline: none; }

.md-checkbox .md-checkbox-container:before {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " "; }

.md-checkbox .md-checkbox-container:after {
  width: 6px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 5px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale3D(0.15, 0.15, 1);
          transform: rotate(45deg) scale3D(0.15, 0.15, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " "; }

.md-checkbox .md-checkbox-container input {
  position: absolute;
  left: -999em; }

.md-checkbox .md-checkbox-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54); }

.md-checkbox .md-checkbox-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.md-checkbox .md-checkbox-label {
  height: 20px;
  padding-left: 8px;
  line-height: 20px; }

.md-checkbox.md-checked .md-checkbox-container:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale3D(1, 1, 1);
          transform: rotate(45deg) scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-chip {
  height: 32px;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 32px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap; }

.md-chip.md-deletable {
  position: relative;
  padding-right: 32px; }

.md-chip.md-editable .md-chip-container {
  cursor: pointer; }

.md-chip:focus, .md-chip:active {
  outline: none; }

.md-chip:focus:not(.md-disabled), .md-chip:active:not(.md-disabled) {
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-chip.md-disabled .md-button {
  pointer-events: none;
  cursor: default; }

.md-chip .md-button.md-delete {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-chip .md-button.md-delete .md-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0;
  font-size: 20px; }

.md-chip .md-button.md-delete .md-ink-ripple {
  border-radius: 32px; }

.md-chip .md-button.md-delete .md-ripple {
  opacity: .54; }

.md-chips {
  min-height: 54px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.md-chips .md-chip {
  margin-right: 8px;
  margin-bottom: 4px; }

.md-chips .md-input {
  width: 128px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-dialog-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 108; }

.md-dialog-container.md-active {
  pointer-events: auto; }

.md-dialog-container.md-active .md-dialog {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform; }

.md-dialog-backdrop {
  position: fixed;
  z-index: 109; }

.md-dialog {
  min-width: 280px;
  max-width: 80%;
  max-height: 80%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  overflow: hidden;
  position: relative;
  z-index: 110;
  outline: none;
  border-radius: 2px;
  opacity: 0;
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(0.9, 0.85);
          transform: scale(0.9, 0.85);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s 0.05s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity, transform; }

.md-dialog.md-reference {
  -webkit-transform-origin: top center;
          transform-origin: top center; }

.md-dialog.md-transition-off {
  transition: none !important; }

.md-dialog p {
  margin: 0; }

.md-dialog-title {
  margin-bottom: 20px;
  padding: 24px 24px 0; }

.md-dialog-content {
  padding: 0 24px 24px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  overflow: auto;
  position: relative; }

.md-dialog-content:first-child {
  padding-top: 24px; }

.md-dialog-content p:first-child:not(:only-child) {
  margin-top: 0; }

.md-dialog-content p:last-child:not(:only-child) {
  margin-bottom: 0; }

.md-dialog-body {
  margin: 0 -24px;
  padding: 0 24px;
  overflow: auto; }

.md-dialog-actions {
  min-height: 52px;
  padding: 8px 8px 8px 24px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative; }

.md-dialog-actions:before {
  height: 1px;
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  content: " "; }

.md-dialog-actions .md-button {
  min-width: 64px;
  margin: 0;
  padding: 0 8px; }

.md-dialog-actions .md-button + .md-button {
  margin-left: 8px; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-divider {
  height: 1px;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  background-color: rgba(0, 0, 0, 0.12); }

.md-divider.md-inset {
  margin-left: 72px; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-file {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.md-file input[type="file"] {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0; }

.md-file .md-icon {
  cursor: pointer; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 24px;
  margin: auto;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  fill: currentColor;
  text-rendering: optimizeLegibility;
  vertical-align: middle; }

.md-icon.md-size-2x {
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 48px; }

.md-icon.md-size-3x {
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  font-size: 72px; }

.md-icon.md-size-4x {
  width: 96px;
  min-width: 96px;
  height: 96px;
  min-height: 96px;
  font-size: 96px; }

.md-icon.md-size-5x {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
  font-size: 120px; }

.md-icon svg {
  width: 100%;
  height: 100%; }

img.md-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-image {
  opacity: 0;
  -webkit-filter: saturate(20%);
  filter: saturate(20%); }

.md-image.md-black-output {
  -webkit-filter: brightness(0.4) saturate(20%);
  filter: brightness(0.4) saturate(20%); }

.md-image.md-loaded {
  opacity: 1;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-input-container {
  width: 100%;
  min-height: 48px;
  margin: 4px 0 24px;
  padding-top: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative; }

.md-input-container:after {
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.12);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: " "; }

.md-input-container label {
  position: absolute;
  top: 23px;
  left: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  line-height: 20px; }

.md-input-container input,
.md-input-container textarea {
  width: 100%;
  height: 32px;
  padding: 0;
  display: block;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  border: none;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: font-size;
  color: rgba(0, 0, 0, 0.54);
  font-family: inherit;
  font-size: 1px;
  line-height: 32px; }

.md-input-container input:focus,
.md-input-container textarea:focus {
  outline: none; }

.md-input-container input::-webkit-input-placeholder,
.md-input-container textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  text-shadow: none;
  -webkit-text-fill-color: initial; }

.md-input-container input ~ .md-icon:not(.md-icon-delete),
.md-input-container textarea ~ .md-icon:not(.md-icon-delete) {
  margin-left: 12px; }

.md-input-container input ~ .md-icon:not(.md-icon-delete):after,
.md-input-container textarea ~ .md-icon:not(.md-icon-delete):after {
  right: 0;
  left: auto; }

.md-input-container textarea {
  min-height: 32px;
  max-height: 230px;
  padding: 5px 0;
  resize: none;
  line-height: 1.3em; }

.md-input-container .md-error,
.md-input-container .md-count {
  height: 20px;
  position: absolute;
  bottom: -22px;
  font-size: 12px; }

.md-input-container .md-error {
  display: block !important;
  left: 0;
  opacity: 0;
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2); }

.md-input-container .md-count {
  right: 0; }

.md-input-container .md-icon:not(.md-icon-delete) {
  margin: 4px auto;
  color: rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-input-container .md-icon:not(.md-icon-delete):after {
  width: 36px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: ""; }

.md-input-container .md-icon:not(.md-icon-delete) ~ label {
  left: 36px; }

.md-input-container .md-icon:not(.md-icon-delete) ~ .md-input,
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-textarea,
.md-input-container .md-icon:not(.md-icon-delete) ~ .md-file {
  margin-left: 12px; }

.md-input-container .md-autocomplete,
.md-input-container .md-autocomplete .md-menu,
.md-input-container .md-autocomplete .md-menu .md-input {
  width: 100%; }

.md-theme-default.md-input-container .md-autocomplete .md-icon:not(.md-icon-search):after {
  height: 0; }

.md-input-container.md-input-placeholder label {
  pointer-events: auto;
  top: 10px;
  opacity: 0;
  font-size: 12px; }

.md-input-container.md-input-placeholder input,
.md-input-container.md-input-placeholder textarea {
  font-size: 16px; }

.md-input-container.md-input-focused label, .md-input-container.md-has-value label {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 12px; }

.md-input-container.md-input-focused input,
.md-input-container.md-input-focused textarea, .md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  font-size: 16px; }

.md-input-container.md-has-value input,
.md-input-container.md-has-value textarea {
  color: rgba(0, 0, 0, 0.87); }

.md-input-container.md-input-inline label {
  pointer-events: none; }

.md-input-container.md-input-inline.md-input-focused label {
  top: 23px;
  font-size: 16px; }

.md-input-container.md-input-inline.md-has-value label {
  opacity: 0; }

.md-input-container.md-input-disabled:after {
  background: bottom left repeat-x;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0.38) 33%, transparent 0%);
  background-size: 4px 1px; }

.md-input-container.md-input-disabled label,
.md-input-container.md-input-disabled input,
.md-input-container.md-input-disabled textarea {
  color: rgba(0, 0, 0, 0.38); }

.md-input-container.md-has-password.md-input-focused .md-toggle-password {
  color: rgba(0, 0, 0, 0.54); }

.md-input-container.md-has-password .md-toggle-password {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38); }

.md-input-container.md-has-password .md-toggle-password .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87); }

.md-input-container.md-clearable.md-input-focused .md-clear-input {
  color: rgba(0, 0, 0, 0.54); }

.md-input-container.md-clearable .md-clear-input {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -2px;
  color: rgba(0, 0, 0, 0.38); }

.md-input-container.md-clearable .md-clear-input .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87); }

.md-input-container.md-input-invalid .md-error {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.md-input-container.md-input-required label:after {
  top: 2px;
  right: 0;
  -webkit-transform: translateX(calc(100% + 2px));
          transform: translateX(calc(100% + 2px));
  content: "*";
  font-size: 12px;
  line-height: 1em;
  vertical-align: top; }

.md-input-container.md-has-select:hover .md-select:not(.md-disabled):after {
  color: rgba(0, 0, 0, 0.87); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
/* Rows and Columns */
.md-layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.md-row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }

.md-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

/* Container */
.md-layout.md-container {
  width: 100%;
  max-width: 1200px; }

.md-layout.md-container.md-centered {
  margin: 0 auto; }

/* Alignments */
.md-align-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.md-align-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.md-align-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

/* Vertical Alignments */
.md-vertical-align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.md-vertical-align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.md-vertical-align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.md-vertical-align-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

/* Gutter Size */
.md-gutter:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px; }

.md-gutter:not(.md-column) > .md-layout {
  padding-right: 12px;
  padding-left: 12px; }

.md-gutter .md-column {
  margin-top: -12px;
  margin-bottom: -12px; }

.md-gutter .md-column > .md-layout {
  padding-top: 12px;
  padding-bottom: 12px; }

.md-gutter-8:not(.md-column) {
  margin-right: -4px;
  margin-left: -4px; }

.md-gutter-8:not(.md-column) > .md-layout {
  padding-right: 4px;
  padding-left: 4px; }

.md-gutter-8 .md-column {
  margin-top: -4px;
  margin-bottom: -4px; }

.md-gutter-8 .md-column > .md-layout {
  padding-top: 4px;
  padding-bottom: 4px; }

.md-gutter-16:not(.md-column) {
  margin-right: -8px;
  margin-left: -8px; }

.md-gutter-16:not(.md-column) > .md-layout {
  padding-right: 8px;
  padding-left: 8px; }

.md-gutter-16 .md-column {
  margin-top: -8px;
  margin-bottom: -8px; }

.md-gutter-16 .md-column > .md-layout {
  padding-top: 8px;
  padding-bottom: 8px; }

.md-gutter-24:not(.md-column) {
  margin-right: -12px;
  margin-left: -12px; }

.md-gutter-24:not(.md-column) > .md-layout {
  padding-right: 12px;
  padding-left: 12px; }

.md-gutter-24 .md-column {
  margin-top: -12px;
  margin-bottom: -12px; }

.md-gutter-24 .md-column > .md-layout {
  padding-top: 12px;
  padding-bottom: 12px; }

.md-gutter-40:not(.md-column) {
  margin-right: -20px;
  margin-left: -20px; }

.md-gutter-40:not(.md-column) > .md-layout {
  padding-right: 20px;
  padding-left: 20px; }

.md-gutter-40 .md-column {
  margin-top: -20px;
  margin-bottom: -20px; }

.md-gutter-40 .md-column > .md-layout {
  padding-top: 20px;
  padding-bottom: 20px; }

/* Flex Size */
.md-flex {
  -ms-flex: 1 1;
  -webkit-box-flex: 1;
          flex: 1 1; }

.md-flex-33 {
  min-width: 33.33333%;
  -ms-flex: 0 1 33.33333%;
  -webkit-box-flex: 0;
          flex: 0 1 33.33333%; }

.md-flex-66 {
  min-width: 33.33333%;
  -ms-flex: 0 1 66.66666%;
  -webkit-box-flex: 0;
          flex: 0 1 66.66666%; }

.md-flex-offset-33 {
  margin-left: 33.33333%; }

.md-flex-offset-66 {
  margin-left: 66.66666%; }

.md-flex-5 {
  min-width: 5%;
  -ms-flex: 0 1 5%;
  -webkit-box-flex: 0;
          flex: 0 1 5%; }

.md-flex-offset-5 {
  margin-left: 5%; }

.md-flex-10 {
  min-width: 10%;
  -ms-flex: 0 1 10%;
  -webkit-box-flex: 0;
          flex: 0 1 10%; }

.md-flex-offset-10 {
  margin-left: 10%; }

.md-flex-15 {
  min-width: 15%;
  -ms-flex: 0 1 15%;
  -webkit-box-flex: 0;
          flex: 0 1 15%; }

.md-flex-offset-15 {
  margin-left: 15%; }

.md-flex-20 {
  min-width: 20%;
  -ms-flex: 0 1 20%;
  -webkit-box-flex: 0;
          flex: 0 1 20%; }

.md-flex-offset-20 {
  margin-left: 20%; }

.md-flex-25 {
  min-width: 25%;
  -ms-flex: 0 1 25%;
  -webkit-box-flex: 0;
          flex: 0 1 25%; }

.md-flex-offset-25 {
  margin-left: 25%; }

.md-flex-30 {
  min-width: 30%;
  -ms-flex: 0 1 30%;
  -webkit-box-flex: 0;
          flex: 0 1 30%; }

.md-flex-offset-30 {
  margin-left: 30%; }

.md-flex-35 {
  min-width: 35%;
  -ms-flex: 0 1 35%;
  -webkit-box-flex: 0;
          flex: 0 1 35%; }

.md-flex-offset-35 {
  margin-left: 35%; }

.md-flex-40 {
  min-width: 40%;
  -ms-flex: 0 1 40%;
  -webkit-box-flex: 0;
          flex: 0 1 40%; }

.md-flex-offset-40 {
  margin-left: 40%; }

.md-flex-45 {
  min-width: 45%;
  -ms-flex: 0 1 45%;
  -webkit-box-flex: 0;
          flex: 0 1 45%; }

.md-flex-offset-45 {
  margin-left: 45%; }

.md-flex-50 {
  min-width: 50%;
  -ms-flex: 0 1 50%;
  -webkit-box-flex: 0;
          flex: 0 1 50%; }

.md-flex-offset-50 {
  margin-left: 50%; }

.md-flex-55 {
  min-width: 55%;
  -ms-flex: 0 1 55%;
  -webkit-box-flex: 0;
          flex: 0 1 55%; }

.md-flex-offset-55 {
  margin-left: 55%; }

.md-flex-60 {
  min-width: 60%;
  -ms-flex: 0 1 60%;
  -webkit-box-flex: 0;
          flex: 0 1 60%; }

.md-flex-offset-60 {
  margin-left: 60%; }

.md-flex-65 {
  min-width: 65%;
  -ms-flex: 0 1 65%;
  -webkit-box-flex: 0;
          flex: 0 1 65%; }

.md-flex-offset-65 {
  margin-left: 65%; }

.md-flex-70 {
  min-width: 70%;
  -ms-flex: 0 1 70%;
  -webkit-box-flex: 0;
          flex: 0 1 70%; }

.md-flex-offset-70 {
  margin-left: 70%; }

.md-flex-75 {
  min-width: 75%;
  -ms-flex: 0 1 75%;
  -webkit-box-flex: 0;
          flex: 0 1 75%; }

.md-flex-offset-75 {
  margin-left: 75%; }

.md-flex-80 {
  min-width: 80%;
  -ms-flex: 0 1 80%;
  -webkit-box-flex: 0;
          flex: 0 1 80%; }

.md-flex-offset-80 {
  margin-left: 80%; }

.md-flex-85 {
  min-width: 85%;
  -ms-flex: 0 1 85%;
  -webkit-box-flex: 0;
          flex: 0 1 85%; }

.md-flex-offset-85 {
  margin-left: 85%; }

.md-flex-90 {
  min-width: 90%;
  -ms-flex: 0 1 90%;
  -webkit-box-flex: 0;
          flex: 0 1 90%; }

.md-flex-offset-90 {
  margin-left: 90%; }

.md-flex-95 {
  min-width: 95%;
  -ms-flex: 0 1 95%;
  -webkit-box-flex: 0;
          flex: 0 1 95%; }

.md-flex-offset-95 {
  margin-left: 95%; }

.md-flex-100 {
  min-width: 100%;
  -ms-flex: 0 1 100%;
  -webkit-box-flex: 0;
          flex: 0 1 100%; }

.md-flex-offset-100 {
  margin-left: 100%; }

/* Responsive Breakpoints */
@media (max-width: 944px) {
  .md-gutter:not(.md-column) {
    margin-right: -8px;
    margin-left: -8px; }
  .md-gutter:not(.md-column) > .md-layout {
    padding-right: 8px;
    padding-left: 8px; }
  .md-gutter .md-column {
    margin-top: -8px;
    margin-bottom: -8px; }
  .md-gutter .md-column > .md-layout {
    padding-top: 8px;
    padding-bottom: 8px; }
  .md-row-small {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-small {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-small {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-small-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-small-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-small-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-small-66 {
    margin-left: 66.66666%; }
  .md-flex-small-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-small-5 {
    margin-left: 5%; }
  .md-flex-small-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-small-10 {
    margin-left: 10%; }
  .md-flex-small-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-small-15 {
    margin-left: 15%; }
  .md-flex-small-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-small-20 {
    margin-left: 20%; }
  .md-flex-small-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-small-25 {
    margin-left: 25%; }
  .md-flex-small-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-small-30 {
    margin-left: 30%; }
  .md-flex-small-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-small-35 {
    margin-left: 35%; }
  .md-flex-small-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-small-40 {
    margin-left: 40%; }
  .md-flex-small-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-small-45 {
    margin-left: 45%; }
  .md-flex-small-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-small-50 {
    margin-left: 50%; }
  .md-flex-small-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-small-55 {
    margin-left: 55%; }
  .md-flex-small-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-small-60 {
    margin-left: 60%; }
  .md-flex-small-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-small-65 {
    margin-left: 65%; }
  .md-flex-small-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-small-70 {
    margin-left: 70%; }
  .md-flex-small-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-small-75 {
    margin-left: 75%; }
  .md-flex-small-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-small-80 {
    margin-left: 80%; }
  .md-flex-small-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-small-85 {
    margin-left: 85%; }
  .md-flex-small-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-small-90 {
    margin-left: 90%; }
  .md-flex-small-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-small-95 {
    margin-left: 95%; }
  .md-flex-small-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-small-100 {
    margin-left: 100%; }
  .md-align-small-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-small-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-small-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-small {
    display: none; } }

@media (min-width: 1904px) {
  .md-row-xlarge {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-xlarge {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-xlarge {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-xlarge-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-xlarge-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-xlarge-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-xlarge-66 {
    margin-left: 66.66666%; }
  .md-flex-xlarge-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-xlarge-5 {
    margin-left: 5%; }
  .md-flex-xlarge-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-xlarge-10 {
    margin-left: 10%; }
  .md-flex-xlarge-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-xlarge-15 {
    margin-left: 15%; }
  .md-flex-xlarge-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-xlarge-20 {
    margin-left: 20%; }
  .md-flex-xlarge-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-xlarge-25 {
    margin-left: 25%; }
  .md-flex-xlarge-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-xlarge-30 {
    margin-left: 30%; }
  .md-flex-xlarge-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-xlarge-35 {
    margin-left: 35%; }
  .md-flex-xlarge-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-xlarge-40 {
    margin-left: 40%; }
  .md-flex-xlarge-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-xlarge-45 {
    margin-left: 45%; }
  .md-flex-xlarge-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-xlarge-50 {
    margin-left: 50%; }
  .md-flex-xlarge-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-xlarge-55 {
    margin-left: 55%; }
  .md-flex-xlarge-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-xlarge-60 {
    margin-left: 60%; }
  .md-flex-xlarge-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-xlarge-65 {
    margin-left: 65%; }
  .md-flex-xlarge-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-xlarge-70 {
    margin-left: 70%; }
  .md-flex-xlarge-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-xlarge-75 {
    margin-left: 75%; }
  .md-flex-xlarge-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-xlarge-80 {
    margin-left: 80%; }
  .md-flex-xlarge-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-xlarge-85 {
    margin-left: 85%; }
  .md-flex-xlarge-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-xlarge-90 {
    margin-left: 90%; }
  .md-flex-xlarge-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-xlarge-95 {
    margin-left: 95%; }
  .md-flex-xlarge-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-xlarge-100 {
    margin-left: 100%; }
  .md-align-xlarge-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-xlarge-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-xlarge-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-xlarge {
    display: none; } }

@media (max-width: 1903px) {
  .md-row-large {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-large {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-large {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-large-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-large-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-large-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-large-66 {
    margin-left: 66.66666%; }
  .md-flex-large-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-large-5 {
    margin-left: 5%; }
  .md-flex-large-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-large-10 {
    margin-left: 10%; }
  .md-flex-large-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-large-15 {
    margin-left: 15%; }
  .md-flex-large-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-large-20 {
    margin-left: 20%; }
  .md-flex-large-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-large-25 {
    margin-left: 25%; }
  .md-flex-large-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-large-30 {
    margin-left: 30%; }
  .md-flex-large-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-large-35 {
    margin-left: 35%; }
  .md-flex-large-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-large-40 {
    margin-left: 40%; }
  .md-flex-large-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-large-45 {
    margin-left: 45%; }
  .md-flex-large-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-large-50 {
    margin-left: 50%; }
  .md-flex-large-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-large-55 {
    margin-left: 55%; }
  .md-flex-large-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-large-60 {
    margin-left: 60%; }
  .md-flex-large-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-large-65 {
    margin-left: 65%; }
  .md-flex-large-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-large-70 {
    margin-left: 70%; }
  .md-flex-large-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-large-75 {
    margin-left: 75%; }
  .md-flex-large-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-large-80 {
    margin-left: 80%; }
  .md-flex-large-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-large-85 {
    margin-left: 85%; }
  .md-flex-large-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-large-90 {
    margin-left: 90%; }
  .md-flex-large-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-large-95 {
    margin-left: 95%; }
  .md-flex-large-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-large-100 {
    margin-left: 100%; }
  .md-align-large-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-large-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-large-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-large {
    display: none; } }

@media (max-width: 1264px) {
  .md-row-medium {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-medium {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-medium {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-medium-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-medium-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-medium-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-medium-66 {
    margin-left: 66.66666%; }
  .md-flex-medium-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-medium-5 {
    margin-left: 5%; }
  .md-flex-medium-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-medium-10 {
    margin-left: 10%; }
  .md-flex-medium-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-medium-15 {
    margin-left: 15%; }
  .md-flex-medium-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-medium-20 {
    margin-left: 20%; }
  .md-flex-medium-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-medium-25 {
    margin-left: 25%; }
  .md-flex-medium-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-medium-30 {
    margin-left: 30%; }
  .md-flex-medium-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-medium-35 {
    margin-left: 35%; }
  .md-flex-medium-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-medium-40 {
    margin-left: 40%; }
  .md-flex-medium-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-medium-45 {
    margin-left: 45%; }
  .md-flex-medium-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-medium-50 {
    margin-left: 50%; }
  .md-flex-medium-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-medium-55 {
    margin-left: 55%; }
  .md-flex-medium-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-medium-60 {
    margin-left: 60%; }
  .md-flex-medium-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-medium-65 {
    margin-left: 65%; }
  .md-flex-medium-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-medium-70 {
    margin-left: 70%; }
  .md-flex-medium-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-medium-75 {
    margin-left: 75%; }
  .md-flex-medium-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-medium-80 {
    margin-left: 80%; }
  .md-flex-medium-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-medium-85 {
    margin-left: 85%; }
  .md-flex-medium-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-medium-90 {
    margin-left: 90%; }
  .md-flex-medium-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-medium-95 {
    margin-left: 95%; }
  .md-flex-medium-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-medium-100 {
    margin-left: 100%; }
  .md-align-medium-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-medium-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-medium-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-medium {
    display: none; } }

@media (max-width: 600px) {
  .md-row-xsmall {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-xsmall {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-xsmall {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-xsmall-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-xsmall-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-xsmall-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-xsmall-66 {
    margin-left: 66.66666%; }
  .md-flex-xsmall-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-xsmall-5 {
    margin-left: 5%; }
  .md-flex-xsmall-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-xsmall-10 {
    margin-left: 10%; }
  .md-flex-xsmall-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-xsmall-15 {
    margin-left: 15%; }
  .md-flex-xsmall-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-xsmall-20 {
    margin-left: 20%; }
  .md-flex-xsmall-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-xsmall-25 {
    margin-left: 25%; }
  .md-flex-xsmall-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-xsmall-30 {
    margin-left: 30%; }
  .md-flex-xsmall-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-xsmall-35 {
    margin-left: 35%; }
  .md-flex-xsmall-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-xsmall-40 {
    margin-left: 40%; }
  .md-flex-xsmall-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-xsmall-45 {
    margin-left: 45%; }
  .md-flex-xsmall-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-xsmall-50 {
    margin-left: 50%; }
  .md-flex-xsmall-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-xsmall-55 {
    margin-left: 55%; }
  .md-flex-xsmall-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-xsmall-60 {
    margin-left: 60%; }
  .md-flex-xsmall-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-xsmall-65 {
    margin-left: 65%; }
  .md-flex-xsmall-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-xsmall-70 {
    margin-left: 70%; }
  .md-flex-xsmall-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-xsmall-75 {
    margin-left: 75%; }
  .md-flex-xsmall-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-xsmall-80 {
    margin-left: 80%; }
  .md-flex-xsmall-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-xsmall-85 {
    margin-left: 85%; }
  .md-flex-xsmall-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-xsmall-90 {
    margin-left: 90%; }
  .md-flex-xsmall-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-xsmall-95 {
    margin-left: 95%; }
  .md-flex-xsmall-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-xsmall-100 {
    margin-left: 100%; }
  .md-align-xsmall-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-xsmall-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-xsmall-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-xsmall {
    display: none; } }

@media (min-width: 1265px) {
  .md-row-large-and-up {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-large-and-up {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-large-and-up {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-large-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-large-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-large-and-up-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-large-and-up-66 {
    margin-left: 66.66666%; }
  .md-flex-large-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-large-and-up-5 {
    margin-left: 5%; }
  .md-flex-large-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-large-and-up-10 {
    margin-left: 10%; }
  .md-flex-large-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-large-and-up-15 {
    margin-left: 15%; }
  .md-flex-large-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-large-and-up-20 {
    margin-left: 20%; }
  .md-flex-large-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-large-and-up-25 {
    margin-left: 25%; }
  .md-flex-large-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-large-and-up-30 {
    margin-left: 30%; }
  .md-flex-large-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-large-and-up-35 {
    margin-left: 35%; }
  .md-flex-large-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-large-and-up-40 {
    margin-left: 40%; }
  .md-flex-large-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-large-and-up-45 {
    margin-left: 45%; }
  .md-flex-large-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-large-and-up-50 {
    margin-left: 50%; }
  .md-flex-large-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-large-and-up-55 {
    margin-left: 55%; }
  .md-flex-large-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-large-and-up-60 {
    margin-left: 60%; }
  .md-flex-large-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-large-and-up-65 {
    margin-left: 65%; }
  .md-flex-large-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-large-and-up-70 {
    margin-left: 70%; }
  .md-flex-large-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-large-and-up-75 {
    margin-left: 75%; }
  .md-flex-large-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-large-and-up-80 {
    margin-left: 80%; }
  .md-flex-large-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-large-and-up-85 {
    margin-left: 85%; }
  .md-flex-large-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-large-and-up-90 {
    margin-left: 90%; }
  .md-flex-large-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-large-and-up-95 {
    margin-left: 95%; }
  .md-flex-large-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-large-and-up-100 {
    margin-left: 100%; }
  .md-align-large-and-up-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-large-and-up-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-large-and-up-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-large-and-up {
    display: none; } }

@media (min-width: 945px) {
  .md-row-medium-and-up {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-medium-and-up {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-medium-and-up {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-medium-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-medium-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-medium-and-up-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-medium-and-up-66 {
    margin-left: 66.66666%; }
  .md-flex-medium-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-medium-and-up-5 {
    margin-left: 5%; }
  .md-flex-medium-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-medium-and-up-10 {
    margin-left: 10%; }
  .md-flex-medium-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-medium-and-up-15 {
    margin-left: 15%; }
  .md-flex-medium-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-medium-and-up-20 {
    margin-left: 20%; }
  .md-flex-medium-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-medium-and-up-25 {
    margin-left: 25%; }
  .md-flex-medium-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-medium-and-up-30 {
    margin-left: 30%; }
  .md-flex-medium-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-medium-and-up-35 {
    margin-left: 35%; }
  .md-flex-medium-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-medium-and-up-40 {
    margin-left: 40%; }
  .md-flex-medium-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-medium-and-up-45 {
    margin-left: 45%; }
  .md-flex-medium-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-medium-and-up-50 {
    margin-left: 50%; }
  .md-flex-medium-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-medium-and-up-55 {
    margin-left: 55%; }
  .md-flex-medium-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-medium-and-up-60 {
    margin-left: 60%; }
  .md-flex-medium-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-medium-and-up-65 {
    margin-left: 65%; }
  .md-flex-medium-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-medium-and-up-70 {
    margin-left: 70%; }
  .md-flex-medium-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-medium-and-up-75 {
    margin-left: 75%; }
  .md-flex-medium-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-medium-and-up-80 {
    margin-left: 80%; }
  .md-flex-medium-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-medium-and-up-85 {
    margin-left: 85%; }
  .md-flex-medium-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-medium-and-up-90 {
    margin-left: 90%; }
  .md-flex-medium-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-medium-and-up-95 {
    margin-left: 95%; }
  .md-flex-medium-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-medium-and-up-100 {
    margin-left: 100%; }
  .md-align-medium-and-up-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-medium-and-up-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-medium-and-up-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-medium-and-up {
    display: none; } }

@media (min-width: 601px) {
  .md-row-small-and-up {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-small-and-up {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-small-and-up {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-small-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-small-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-small-and-up-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-small-and-up-66 {
    margin-left: 66.66666%; }
  .md-flex-small-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-small-and-up-5 {
    margin-left: 5%; }
  .md-flex-small-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-small-and-up-10 {
    margin-left: 10%; }
  .md-flex-small-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-small-and-up-15 {
    margin-left: 15%; }
  .md-flex-small-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-small-and-up-20 {
    margin-left: 20%; }
  .md-flex-small-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-small-and-up-25 {
    margin-left: 25%; }
  .md-flex-small-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-small-and-up-30 {
    margin-left: 30%; }
  .md-flex-small-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-small-and-up-35 {
    margin-left: 35%; }
  .md-flex-small-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-small-and-up-40 {
    margin-left: 40%; }
  .md-flex-small-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-small-and-up-45 {
    margin-left: 45%; }
  .md-flex-small-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-small-and-up-50 {
    margin-left: 50%; }
  .md-flex-small-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-small-and-up-55 {
    margin-left: 55%; }
  .md-flex-small-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-small-and-up-60 {
    margin-left: 60%; }
  .md-flex-small-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-small-and-up-65 {
    margin-left: 65%; }
  .md-flex-small-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-small-and-up-70 {
    margin-left: 70%; }
  .md-flex-small-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-small-and-up-75 {
    margin-left: 75%; }
  .md-flex-small-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-small-and-up-80 {
    margin-left: 80%; }
  .md-flex-small-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-small-and-up-85 {
    margin-left: 85%; }
  .md-flex-small-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-small-and-up-90 {
    margin-left: 90%; }
  .md-flex-small-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-small-and-up-95 {
    margin-left: 95%; }
  .md-flex-small-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-small-and-up-100 {
    margin-left: 100%; }
  .md-align-small-and-up-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-small-and-up-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-small-and-up-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-small-and-up {
    display: none; } }

@media (min-width: 300px) {
  .md-row-xsmall-and-up {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .md-column-xsmall-and-up {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
  .md-flex-xsmall-and-up {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1; }
  .md-flex-xsmall-and-up-33 {
    min-width: 33.33333%;
    -ms-flex: 0 1 33.33333%;
    -webkit-box-flex: 0;
            flex: 0 1 33.33333%; }
  .md-flex-xsmall-and-up-66 {
    min-width: 33.33333%;
    -ms-flex: 0 1 66.66666%;
    -webkit-box-flex: 0;
            flex: 0 1 66.66666%; }
  .md-flex-offset-xsmall-and-up-33 {
    margin-left: 33.33333%; }
  .md-flex-offset-xsmall-and-up-66 {
    margin-left: 66.66666%; }
  .md-flex-xsmall-and-up-5 {
    min-width: 5%;
    -ms-flex: 0 1 5%;
    -webkit-box-flex: 0;
            flex: 0 1 5%; }
  .md-flex-offset-xsmall-and-up-5 {
    margin-left: 5%; }
  .md-flex-xsmall-and-up-10 {
    min-width: 10%;
    -ms-flex: 0 1 10%;
    -webkit-box-flex: 0;
            flex: 0 1 10%; }
  .md-flex-offset-xsmall-and-up-10 {
    margin-left: 10%; }
  .md-flex-xsmall-and-up-15 {
    min-width: 15%;
    -ms-flex: 0 1 15%;
    -webkit-box-flex: 0;
            flex: 0 1 15%; }
  .md-flex-offset-xsmall-and-up-15 {
    margin-left: 15%; }
  .md-flex-xsmall-and-up-20 {
    min-width: 20%;
    -ms-flex: 0 1 20%;
    -webkit-box-flex: 0;
            flex: 0 1 20%; }
  .md-flex-offset-xsmall-and-up-20 {
    margin-left: 20%; }
  .md-flex-xsmall-and-up-25 {
    min-width: 25%;
    -ms-flex: 0 1 25%;
    -webkit-box-flex: 0;
            flex: 0 1 25%; }
  .md-flex-offset-xsmall-and-up-25 {
    margin-left: 25%; }
  .md-flex-xsmall-and-up-30 {
    min-width: 30%;
    -ms-flex: 0 1 30%;
    -webkit-box-flex: 0;
            flex: 0 1 30%; }
  .md-flex-offset-xsmall-and-up-30 {
    margin-left: 30%; }
  .md-flex-xsmall-and-up-35 {
    min-width: 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0;
            flex: 0 1 35%; }
  .md-flex-offset-xsmall-and-up-35 {
    margin-left: 35%; }
  .md-flex-xsmall-and-up-40 {
    min-width: 40%;
    -ms-flex: 0 1 40%;
    -webkit-box-flex: 0;
            flex: 0 1 40%; }
  .md-flex-offset-xsmall-and-up-40 {
    margin-left: 40%; }
  .md-flex-xsmall-and-up-45 {
    min-width: 45%;
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
            flex: 0 1 45%; }
  .md-flex-offset-xsmall-and-up-45 {
    margin-left: 45%; }
  .md-flex-xsmall-and-up-50 {
    min-width: 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0;
            flex: 0 1 50%; }
  .md-flex-offset-xsmall-and-up-50 {
    margin-left: 50%; }
  .md-flex-xsmall-and-up-55 {
    min-width: 55%;
    -ms-flex: 0 1 55%;
    -webkit-box-flex: 0;
            flex: 0 1 55%; }
  .md-flex-offset-xsmall-and-up-55 {
    margin-left: 55%; }
  .md-flex-xsmall-and-up-60 {
    min-width: 60%;
    -ms-flex: 0 1 60%;
    -webkit-box-flex: 0;
            flex: 0 1 60%; }
  .md-flex-offset-xsmall-and-up-60 {
    margin-left: 60%; }
  .md-flex-xsmall-and-up-65 {
    min-width: 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0;
            flex: 0 1 65%; }
  .md-flex-offset-xsmall-and-up-65 {
    margin-left: 65%; }
  .md-flex-xsmall-and-up-70 {
    min-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0;
            flex: 0 1 70%; }
  .md-flex-offset-xsmall-and-up-70 {
    margin-left: 70%; }
  .md-flex-xsmall-and-up-75 {
    min-width: 75%;
    -ms-flex: 0 1 75%;
    -webkit-box-flex: 0;
            flex: 0 1 75%; }
  .md-flex-offset-xsmall-and-up-75 {
    margin-left: 75%; }
  .md-flex-xsmall-and-up-80 {
    min-width: 80%;
    -ms-flex: 0 1 80%;
    -webkit-box-flex: 0;
            flex: 0 1 80%; }
  .md-flex-offset-xsmall-and-up-80 {
    margin-left: 80%; }
  .md-flex-xsmall-and-up-85 {
    min-width: 85%;
    -ms-flex: 0 1 85%;
    -webkit-box-flex: 0;
            flex: 0 1 85%; }
  .md-flex-offset-xsmall-and-up-85 {
    margin-left: 85%; }
  .md-flex-xsmall-and-up-90 {
    min-width: 90%;
    -ms-flex: 0 1 90%;
    -webkit-box-flex: 0;
            flex: 0 1 90%; }
  .md-flex-offset-xsmall-and-up-90 {
    margin-left: 90%; }
  .md-flex-xsmall-and-up-95 {
    min-width: 95%;
    -ms-flex: 0 1 95%;
    -webkit-box-flex: 0;
            flex: 0 1 95%; }
  .md-flex-offset-xsmall-and-up-95 {
    margin-left: 95%; }
  .md-flex-xsmall-and-up-100 {
    min-width: 100%;
    -ms-flex: 0 1 100%;
    -webkit-box-flex: 0;
            flex: 0 1 100%; }
  .md-flex-offset-xsmall-and-up-100 {
    margin-left: 100%; }
  .md-align-xsmall-and-up-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; }
  .md-align-xsmall-and-up-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center; }
  .md-align-xsmall-and-up-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end; }
  .md-hide-xsmall-and-up {
    display: none; } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-list {
  margin: 0;
  padding: 8px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  position: relative;
  list-style: none; }

.md-list.md-dense {
  padding: 4px 0; }

.md-list.md-dense .md-list-item.md-inset .md-list-item-container {
  padding-left: 72px; }

.md-list.md-dense .md-list-item .md-list-item-container {
  min-height: 40px;
  font-size: 13px; }

.md-list.md-dense .md-list-item .md-list-item-container .md-avatar:first-child,
.md-list.md-dense .md-list-item .md-list-item-container .md-list-action:first-child {
  margin-right: 24px; }

.md-list.md-dense .md-avatar {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px; }

.md-list.md-dense .md-list-item-expand {
  min-height: 40px; }

.md-list.md-double-line.md-dense .md-list-item .md-list-item-container {
  min-height: 60px; }

.md-list.md-double-line.md-dense .md-list-item .md-avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px; }

.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
.md-list.md-double-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
  margin-right: 20px; }

.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(1) {
  font-size: 13px; }

.md-list.md-double-line.md-dense .md-list-text-container > :nth-child(2) {
  font-size: 13px; }

.md-list.md-double-line .md-list-item .md-list-item-container {
  min-height: 72px; }

.md-list.md-triple-line.md-dense .md-list-item .md-list-item-container {
  min-height: 76px; }

.md-list.md-triple-line.md-dense .md-list-item .md-avatar {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px; }

.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-avatar:first-child,
.md-list.md-triple-line.md-dense .md-list-item .md-avatar .md-list-action:first-child {
  margin-right: 20px; }

.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(1) {
  font-size: 13px; }

.md-list.md-triple-line.md-dense .md-list-text-container > :nth-child(2) {
  font-size: 13px; }

.md-list.md-triple-line .md-list-item .md-list-item-container {
  min-height: 88px; }

.md-list.md-triple-line .md-avatar {
  margin: 0; }

.md-list .md-subheader.md-inset {
  padding-left: 72px; }

.md-list > .md-subheader:first-of-type {
  margin-top: -8px; }

.md-list-item {
  height: auto;
  position: relative;
  z-index: 2; }

.md-list-item.md-disabled {
  cursor: default;
  pointer-events: none; }

.md-list-item.md-inset .md-list-item-container {
  padding-left: 72px; }

.md-list-item .md-button-ghost {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 0; }

.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) {
  position: relative;
  z-index: 2; }

.md-list-item .md-button:not(.md-button-ghost):not(.md-list-item-container) .md-icon {
  position: relative; }

.md-list-item .md-list-item-container {
  min-height: 48px;
  margin: 0;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  text-transform: none; }

.md-list-item .md-list-item-container:hover {
  text-decoration: none; }

.md-list-item .md-list-item-container > .md-icon:first-child {
  margin-right: 32px; }

.md-list-item .md-list-item-container .md-avatar:first-child,
.md-list-item .md-list-item-container .md-list-action:first-child {
  margin-right: 16px; }

.md-list-item .md-list-item-container .md-list-action {
  margin: 0 -10px 0 0; }

.md-list-item .md-list-item-container .md-list-action:nth-child(3) {
  margin: 0 -10px 0 16px; }

.md-list-item .md-divider {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }

.md-list-item .md-icon,
.md-list-item .md-avatar,
.md-list-item .md-list-action:first-child {
  margin: 0; }

.md-list-item .md-icon:first-of-type + *,
.md-list-item .md-avatar:first-of-type + *,
.md-list-item .md-list-action:first-child:first-of-type + * {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto; }

.md-list-item .md-avatar {
  margin-top: 8px;
  margin-bottom: 8px; }

.md-list-item .md-icon {
  color: rgba(0, 0, 0, 0.54); }

.md-list-item .md-ink-ripple {
  border-radius: 0; }

.md-list-item-expand {
  min-height: 48px;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  overflow: hidden;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.md-list-item-expand:before, .md-list-item-expand:after {
  height: 1px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  content: " "; }

.md-list-item-expand:before {
  top: 0; }

.md-list-item-expand:after {
  bottom: 0; }

.md-list-item-expand.md-active {
  position: relative; }

.md-list-item-expand.md-active:before, .md-list-item-expand.md-active:after {
  background-color: rgba(0, 0, 0, 0.12); }

.md-list-item-expand.md-active:first-of-type:before {
  background: none; }

.md-list-item-expand.md-active:last-of-type:after {
  background: none; }

.md-list-item-expand.md-active.md-active + .md-active:before {
  background: none; }

.md-list-item-expand.md-active > .md-list-item-container .md-list-expand-indicator {
  -webkit-transform: rotateZ(180deg) translate3D(0, 0, 0);
          transform: rotateZ(180deg) translate3D(0, 0, 0); }

.md-list-item-expand.md-active > .md-list-expand {
  margin-bottom: 0 !important; }

.md-list-item-expand .md-expansion-indicator,
.md-list-item-expand .md-list-item-container,
.md-list-item-expand .md-icon {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-list-item-expand .md-list-expand {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  will-change: margin-bottom;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); }

.md-list-item-expand .md-list-expand.md-transition-off {
  transition: none !important; }

.md-list-item-expand .md-list-expand .md-list {
  padding: 0; }

.md-list-text-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  line-height: 1.25em;
  white-space: normal; }

.md-list-text-container > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-list-text-container > :nth-child(1) {
  font-size: 16px; }

.md-list-text-container > :nth-child(2),
.md-list-text-container > :nth-child(3) {
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px; }

.md-list-text-container > :nth-child(2):not(:last-child) {
  color: rgba(0, 0, 0, 0.87); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-menu {
  display: inline-block; }

.md-menu-content {
  width: 168px;
  min-width: 84px;
  max-width: 392px;
  min-height: 64px;
  max-height: calc(100vh - 32px);
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 131;
  -webkit-transform: scale(0.9, 0.85) translateZ(0);
          transform: scale(0.9, 0.85) translateZ(0);
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), margin 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), -webkit-transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), margin 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), margin 0.3s cubic-bezier(0.55, 0, 0.55, 0.2), transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2), -webkit-transform 0s 0.4s cubic-bezier(0.55, 0, 0.55, 0.2);
  will-change: transform, opacity, width; }

.md-menu-content.md-direction-bottom-right {
  margin-top: -20px;
  margin-left: -8px;
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.md-menu-content.md-direction-bottom-right.md-active {
  margin-top: -11px; }

.md-menu-content.md-direction-bottom-left {
  margin-top: -20px;
  margin-left: 8px;
  -webkit-transform-origin: top right;
          transform-origin: top right; }

.md-menu-content.md-direction-bottom-left.md-active {
  margin-top: -11px; }

.md-menu-content.md-direction-top-right {
  margin-top: 20px;
  margin-left: -8px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left; }

.md-menu-content.md-direction-top-right.md-active {
  margin-top: 11px; }

.md-menu-content.md-direction-top-left {
  margin-top: 20px;
  margin-left: 8px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right; }

.md-menu-content.md-direction-top-left.md-active {
  margin-top: 11px; }

.md-menu-content.md-align-trigger {
  margin: 0; }

.md-menu-content.md-size-1 {
  width: 84px; }

.md-menu-content.md-size-2 {
  width: 112px; }

.md-menu-content.md-size-3 {
  width: 168px; }

.md-menu-content.md-size-4 {
  width: 224px; }

.md-menu-content.md-size-5 {
  width: 280px; }

.md-menu-content.md-size-6 {
  width: 336px; }

.md-menu-content.md-size-7 {
  width: 392px; }

.md-menu-content.md-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-menu-content.md-active .md-list {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-menu-content .md-list {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-menu-item {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.2em; }

.md-menu-item[disabled] {
  cursor: default; }

.md-menu-item .md-list-item-holder {
  overflow: hidden;
  text-overflow: ellipsis; }

.md-menu-backdrop {
  z-index: 130; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-boards {
  width: 100%;
  height: 100% !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: relative; }

.md-boards.md-transition-off * {
  transition: none !important; }

.md-boards.md-dynamic-height .md-boards-content {
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-boards .md-boards-navigation {
  bottom: 0;
  width: 100%;
  height: 48px;
  min-height: 48px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.md-boards .md-board-header {
  min-width: 24px;
  max-width: 24px;
  margin: 0;
  padding: 0 12px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }

.md-boards .md-board-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.md-boards .md-board-header-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-boards .md-board-header-container .md-icon {
  margin: 0; }

.md-boards .md-board-header-container .md-icon:not(.md-control) {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 16px; }

.md-boards .md-boards-content {
  width: 100%;
  position: relative;
  overflow: hidden; }

.md-boards .md-boards-wrapper {
  width: 9999em;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-boards .md-board {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-progress {
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-progress.md-indeterminate .md-progress-track {
  right: 0; }

.md-progress.md-indeterminate .md-progress-track:before, .md-progress.md-indeterminate .md-progress-track:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  will-change: left, right;
  content: ''; }

.md-progress.md-indeterminate .md-progress-track:before {
  -webkit-animation: progress-indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
          animation: progress-indeterminate 2.3s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

.md-progress.md-indeterminate .md-progress-track:after {
  -webkit-animation: progress-indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
          animation: progress-indeterminate-short 2.3s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s; }

.md-progress.md-progress-enter, .md-progress.md-progress-leave-active {
  opacity: 0;
  -webkit-transform: scaleY(0) translateZ(0);
          transform: scaleY(0) translateZ(0); }

.md-progress.md-progress-enter-active {
  -webkit-transform: scaleY(1) translateZ(0);
          transform: scaleY(1) translateZ(0); }

.md-progress-track {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

@-webkit-keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%; }
  60% {
    right: -100%;
    left: 100%; }
  100% {
    right: -100%;
    left: 100%; } }

@keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%; }
  60% {
    right: -100%;
    left: 100%; }
  100% {
    right: -100%;
    left: 100%; } }

@-webkit-keyframes progress-indeterminate-short {
  0% {
    right: 100%;
    left: -200%; }
  60% {
    right: -8%;
    left: 107%; }
  100% {
    right: -8%;
    left: 107%; } }

@keyframes progress-indeterminate-short {
  0% {
    right: 100%;
    left: -200%; }
  60% {
    right: -8%;
    left: 107%; }
  100% {
    right: -8%;
    left: 107%; } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-radio {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative; }

.md-radio:not(.md-disabled) {
  cursor: pointer; }

.md-radio:not(.md-disabled) .md-radio-label {
  cursor: pointer; }

.md-radio .md-radio-container {
  width: 20px;
  height: 20px;
  position: relative;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-radio .md-radio-container:before {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " "; }

.md-radio .md-radio-container:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale3D(0.38, 0.38, 1);
          transform: scale3D(0.38, 0.38, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  content: " "; }

.md-radio .md-radio-container input {
  position: absolute;
  left: -999em; }

.md-radio .md-radio-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54); }

.md-radio .md-radio-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.md-radio .md-radio-label {
  height: 20px;
  padding-left: 8px;
  line-height: 20px; }

.md-radio.md-checked .md-radio-container:after {
  opacity: 1;
  -webkit-transform: scale3D(1, 1, 1);
          transform: scale3D(1, 1, 1);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-rating-bar {
  width: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px;
  border-radius: 2px; }

.md-rating-bar > .md-full-icon {
  overflow-x: hidden;
  display: inherit; }

.md-rating-bar > .md-empty-icon > .md-icon,
.md-rating-bar > .md-full-icon > .md-icon {
  margin: 0;
  white-space: nowrap;
  cursor: pointer; }

.md-rating-bar:not([disabled]):hover {
  background-color: rgba(153, 153, 153, 0.2); }

.md-rating-bar[disabled] > .md-empty-icon > .md-icon,
.md-rating-bar[disabled] > .md-full-icon > .md-icon {
  cursor: default; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-select {
  width: 100%;
  min-width: 128px;
  height: 32px;
  position: relative; }

.md-select:focus {
  outline: none; }

.md-select:not(.md-select-icon):after {
  margin-top: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scaleY(0.45) scaleX(0.85);
          transform: translateY(-50%) scaleY(0.45) scaleX(0.85);
  transition: all 0.15s linear;
  content: "\25BC"; }

.md-select.md-active .md-select-menu {
  top: -8px;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(-8px) scale3D(1, 1, 1);
          transform: translateY(-8px) scale3D(1, 1, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .25s;
  transition-property: opacity, top, -webkit-transform;
  transition-property: opacity, transform, top;
  transition-property: opacity, transform, top, -webkit-transform; }

.md-select.md-active .md-select-menu > * {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .15s;
  transition-delay: .1s; }

.md-select.md-disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none; }

.md-select.md-disabled label,
.md-select.md-disabled span,
.md-select.md-disabled input,
.md-select.md-disabled textarea {
  color: rgba(0, 0, 0, 0.38); }

.md-select select {
  position: absolute;
  left: -999em; }

.md-select .md-menu {
  width: 100%;
  height: 32px;
  display: block;
  position: relative; }

.md-select .md-select-value {
  width: 100%;
  height: 32px;
  padding-right: 24px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 33px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-select .md-subheader {
  color: rgba(117, 117, 117, 0.87);
  text-transform: uppercase; }

.md-select .md-subheader:first-child {
  margin-top: -8px; }

.md-select-content {
  width: auto;
  max-height: 256px; }

.md-select-content.md-direction-bottom-right {
  margin-top: -15px;
  margin-left: -16px; }

.md-select-content .md-option[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none; }

.md-select-content .md-menu-item .md-list-item-holder {
  overflow: visible;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.md-select-content.md-multiple .md-checkbox {
  margin: 0; }

.md-select-content.md-multiple .md-checkbox-label {
  padding-left: 16px;
  cursor: pointer; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-sidenav.md-left .md-sidenav-content {
  left: 0;
  -webkit-transform: translate3D(-100%, 0, 0);
          transform: translate3D(-100%, 0, 0); }

.md-sidenav.md-right .md-sidenav-content {
  right: 0;
  -webkit-transform: translate3D(100%, 0, 0);
          transform: translate3D(100%, 0, 0); }

.md-sidenav.md-fixed .md-sidenav-content,
.md-sidenav.md-fixed .md-sidenav-backdrop {
  position: fixed; }

.md-sidenav .md-sidenav-content {
  width: 304px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform; }

.md-sidenav .md-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.54);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1);
  transition-property: opacity;
  will-change: opacity; }

.md-sidenav.md-active .md-sidenav-content {
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12);
  pointer-events: auto;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.md-sidenav.md-active .md-sidenav-backdrop {
  opacity: 1;
  pointer-events: auto; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-snackbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 120;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: margin-top, margin-bottom; }

.md-snackbar.md-position-top-center, .md-snackbar.md-position-bottom-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.md-snackbar.md-position-top-right, .md-snackbar.md-position-bottom-right {
  margin-right: 24px;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.md-snackbar.md-position-top-left, .md-snackbar.md-position-bottom-left {
  margin-left: 24px;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start; }

.md-snackbar.md-position-top-right, .md-snackbar.md-position-top-left, .md-snackbar.md-position-top-center {
  margin-top: 24px; }

.md-snackbar.md-position-bottom-right, .md-snackbar.md-position-bottom-left {
  margin-bottom: 24px; }

.md-snackbar.md-position-top-center, .md-snackbar.md-position-top-right, .md-snackbar.md-position-top-left {
  top: 0; }

.md-snackbar.md-position-top-center .md-snackbar-container, .md-snackbar.md-position-top-right .md-snackbar-container, .md-snackbar.md-position-top-left .md-snackbar-container {
  -webkit-transform: translate3D(0, calc(-100% - 24px), 0);
          transform: translate3D(0, calc(-100% - 24px), 0); }

.md-snackbar.md-position-bottom-center, .md-snackbar.md-position-bottom-right, .md-snackbar.md-position-bottom-left {
  bottom: 0; }

.md-snackbar.md-position-bottom-center .md-snackbar-container, .md-snackbar.md-position-bottom-right .md-snackbar-container, .md-snackbar.md-position-bottom-left .md-snackbar-container {
  -webkit-transform: translate3D(0, calc(100% + 24px), 0);
          transform: translate3D(0, calc(100% + 24px), 0); }

.md-snackbar.md-active .md-snackbar-container {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.md-snackbar.md-active .md-snackbar-content {
  opacity: 1;
  transition: opacity 0.4s 0.1s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-snackbar .md-snackbar-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: opacity; }

.md-snackbar .md-button {
  min-width: 64px;
  margin: -8px -16px; }

.md-snackbar .md-button:last-child {
  margin-left: 48px; }

.md-snackbar-container {
  width: auto;
  min-width: 288px;
  max-width: 568px;
  min-height: 48px;
  padding: 14px 24px;
  overflow: hidden;
  pointer-events: auto;
  border-radius: 2px;
  background-color: #323232;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: #fff;
  font-size: 14px; }

.md-has-toast-top-right .md-fab.md-fab-top-right {
  -webkit-transform: translate3D(0, 68px, 0);
          transform: translate3D(0, 68px, 0); }

.md-has-toast-top-center .md-fab.md-fab-top-center {
  -webkit-transform: translate3D(-50%, 68px, 0);
          transform: translate3D(-50%, 68px, 0); }

.md-has-toast-top-left .md-fab.md-fab-top-left {
  -webkit-transform: translate3D(0, 68px, 0);
          transform: translate3D(0, 68px, 0); }

.md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
  -webkit-transform: translate3D(0, -68px, 0);
          transform: translate3D(0, -68px, 0); }

.md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
  -webkit-transform: translate3D(-50%, -68px, 0);
          transform: translate3D(-50%, -68px, 0); }

.md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
  -webkit-transform: translate3D(0, -68px, 0);
          transform: translate3D(0, -68px, 0); }

@media (max-width: 600px) {
  .md-snackbar {
    margin: 0 !important; }
  .md-snackbar-container {
    width: 100%;
    max-width: 100%;
    border-radius: 0; }
  .md-has-toast-top-right .md-fab.md-fab-top-right {
    -webkit-transform: translate3D(0, 48px, 0);
            transform: translate3D(0, 48px, 0); }
  .md-has-toast-top-center .md-fab.md-fab-top-center {
    -webkit-transform: translate3D(-50%, 48px, 0);
            transform: translate3D(-50%, 48px, 0); }
  .md-has-toast-top-left .md-fab.md-fab-top-left {
    -webkit-transform: translate3D(0, 48px, 0);
            transform: translate3D(0, 48px, 0); }
  .md-has-toast-bottom-right .md-fab.md-fab-bottom-right {
    -webkit-transform: translate3D(0, -48px, 0);
            transform: translate3D(0, -48px, 0); }
  .md-has-toast-bottom-center .md-fab.md-fab-bottom-center {
    -webkit-transform: translate3D(-50%, -48px, 0);
            transform: translate3D(-50%, -48px, 0); }
  .md-has-toast-bottom-left .md-fab.md-fab-bottom-left {
    -webkit-transform: translate3D(0, -48px, 0);
            transform: translate3D(0, -48px, 0); } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-speed-dial {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-speed-dial.md-direction-top.md-mode-fling [md-fab-trigger] ~ .md-button {
  -webkit-transform: scale(0.95) translate3D(0, 80%, 0);
          transform: scale(0.95) translate3D(0, 80%, 0); }

.md-speed-dial.md-direction-top [md-fab-trigger] {
  margin-top: 8px; }

.md-speed-dial.md-direction-top [md-fab-trigger] ~ .md-button {
  margin-bottom: 16px; }

.md-speed-dial.md-direction-right {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.md-speed-dial.md-direction-right.md-mode-fling [md-fab-trigger] ~ .md-button {
  -webkit-transform: scale(0.95) translate3D(-80%, 0, 0);
          transform: scale(0.95) translate3D(-80%, 0, 0); }

.md-speed-dial.md-direction-right [md-fab-trigger] {
  margin-right: 8px; }

.md-speed-dial.md-direction-right [md-fab-trigger] ~ .md-button {
  margin-left: 16px; }

.md-speed-dial.md-direction-bottom {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.md-speed-dial.md-direction-bottom.md-mode-fling [md-fab-trigger] ~ .md-button {
  -webkit-transform: scale(0.95) translate3D(0, -80%, 0);
          transform: scale(0.95) translate3D(0, -80%, 0); }

.md-speed-dial.md-direction-bottom [md-fab-trigger] {
  margin-bottom: 8px; }

.md-speed-dial.md-direction-bottom [md-fab-trigger] ~ .md-button {
  margin-top: 16px; }

.md-speed-dial.md-direction-left {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.md-speed-dial.md-direction-left.md-mode-fling [md-fab-trigger] ~ .md-button {
  -webkit-transform: scale(0.95) translate3D(80%, 0, 0);
          transform: scale(0.95) translate3D(80%, 0, 0); }

.md-speed-dial.md-direction-left [md-fab-trigger] {
  margin-left: 8px; }

.md-speed-dial.md-direction-left [md-fab-trigger] ~ .md-button {
  margin-right: 16px; }

.md-speed-dial.md-mode-scale [md-fab-trigger] ~ .md-button {
  -webkit-transform: scale(0.6);
          transform: scale(0.6); }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate3D(0, 0, 0) !important;
          transform: translate3D(0, 0, 0) !important; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(2) {
  transition-delay: 0.05s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(3) {
  transition-delay: 0.1s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(4) {
  transition-delay: 0.15s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(5) {
  transition-delay: 0.2s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(6) {
  transition-delay: 0.25s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(7) {
  transition-delay: 0.3s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(8) {
  transition-delay: 0.35s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(9) {
  transition-delay: 0.4s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(10) {
  transition-delay: 0.45s; }

.md-speed-dial.md-active [md-fab-trigger] ~ .md-button:nth-child(11) {
  transition-delay: 0.5s; }

.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  opacity: 1; }

.md-speed-dial.md-active [md-fab-trigger] [md-icon-morph] + .md-icon {
  -webkit-transform: rotateZ(90deg) scale(0.8);
          transform: rotateZ(90deg) scale(0.8);
  opacity: 0; }

.md-speed-dial .md-button {
  margin: 0; }

.md-speed-dial [md-fab-trigger] {
  position: relative;
  z-index: 2; }

.md-speed-dial [md-fab-trigger] ~ .md-button {
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(2) {
  transition-delay: 0.05s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(3) {
  transition-delay: 0.1s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(4) {
  transition-delay: 0.15s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(5) {
  transition-delay: 0.2s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(6) {
  transition-delay: 0.25s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(7) {
  transition-delay: 0.3s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(8) {
  transition-delay: 0.35s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(9) {
  transition-delay: 0.4s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(10) {
  transition-delay: 0.45s; }

.md-speed-dial [md-fab-trigger] ~ .md-button:nth-last-child(11) {
  transition-delay: 0.5s; }

.md-speed-dial [md-icon-morph] + .md-icon,
.md-speed-dial [md-icon-morph] {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-speed-dial [md-icon-morph] {
  opacity: 0;
  -webkit-transform: rotateZ(-90deg) scale(0.8);
          transform: rotateZ(-90deg) scale(0.8); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-spinner {
  display: inline-block;
  position: relative;
  pointer-events: none;
  will-change: transform, opacity; }

.md-spinner.md-indeterminate .md-spinner-draw {
  -webkit-animation: spinner-rotate 1.9s linear infinite;
          animation: spinner-rotate 1.9s linear infinite;
  -webkit-transform: rotate(0deg) translateZ(0);
          transform: rotate(0deg) translateZ(0); }

.md-spinner.md-indeterminate .md-spinner-path {
  stroke-dasharray: 2, 200;
  -webkit-animation: spinner-dash 1.425s ease-in-out infinite;
          animation: spinner-dash 1.425s ease-in-out infinite; }

.md-spinner.md-spinner-leave-active {
  opacity: 0;
  -webkit-transform: scale(0.8) translateZ(0);
          transform: scale(0.8) translateZ(0);
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-spinner:not(.md-indeterminate).md-spinner-enter-active {
  transition-duration: 2s; }

.md-spinner:not(.md-indeterminate).md-spinner-enter-active .md-spinner-draw {
  -webkit-animation: spinner-initial-rotate 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
          animation: spinner-initial-rotate 1.98s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; }

.md-spinner-draw {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg) translateZ(0);
          transform: rotate(270deg) translateZ(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform, opacity; }

.md-spinner-path {
  fill: none;
  stroke-dashoffset: 0;
  stroke-miterlimit: 10;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

@-webkit-keyframes spinner-rotate {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0); } }

@keyframes spinner-rotate {
  to {
    -webkit-transform: rotate(360deg) translateZ(0);
            transform: rotate(360deg) translateZ(0); } }

@-webkit-keyframes spinner-initial-rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translateZ(0);
            transform: rotate(-90deg) translateZ(0); }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(270deg) translateZ(0);
            transform: rotate(270deg) translateZ(0); } }

@keyframes spinner-initial-rotate {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg) translateZ(0);
            transform: rotate(-90deg) translateZ(0); }
  20% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(270deg) translateZ(0);
            transform: rotate(270deg) translateZ(0); } }

@-webkit-keyframes spinner-dash {
  0% {
    stroke-dasharray: 2, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes spinner-dash {
  0% {
    stroke-dasharray: 2, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-stepper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: relative;
  width: 100%; }

.md-stepper .md-step-header {
  background: none;
  border: 0;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  max-height: 72px;
  padding: 24px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-stepper .md-step-header .md-step-icons, .md-stepper .md-step-header .md-step-titles {
  display: inline-block;
  vertical-align: middle; }

.md-stepper .md-step-header.md-has-sub-message {
  padding: 15px 24px; }

.md-stepper .md-step-header.md-has-sub-message .md-step-title {
  margin-bottom: -4px; }

.md-stepper .md-step-header .md-step-icon {
  border-radius: 50%;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin-right: 8px;
  min-width: 24px;
  padding: 0px 6px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px; }

.md-stepper .md-step-header .md-step-error {
  margin-right: 8px;
  min-width: 24px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.md-stepper .md-step-header .md-step-number {
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  width: 24px; }

.md-stepper .md-step-header .md-step-number span {
  display: block;
  line-height: 24px;
  text-align: center; }

.md-stepper .md-step-header .md-step-title {
  font-size: inherit; }

.md-stepper .md-step-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.md-stepper .md-steps-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 72px;
  min-height: 72px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1; }

.md-stepper .md-steps-navigation.md-alternate-labels {
  height: 104px;
  min-height: 104px; }

.md-stepper .md-steps-navigation .md-steps-navigation-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%; }

.md-stepper .md-steps-navigation .md-steps-navigation-container .md-divider {
  margin: 36px 0;
  position: relative;
  width: 100%; }

.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels {
  max-height: 104px;
  text-align: center; }

.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels.md-has-sub-message {
  padding: 24px; }

.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-icons, .md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
  display: block; }

.md-stepper .md-steps-navigation .md-steps-navigation-container .md-step-header.md-alternate-labels .md-step-titles {
  margin-top: 10px; }

.md-stepper .md-steps-container {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%; }

.md-stepper .md-steps-container .md-steps-wrapper {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 9999em; }

.md-stepper .md-steps-container .md-steps-wrapper .md-step {
  left: 0;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0; }

.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content {
  padding: 16px;
  font-size: 14px;
  line-height: 22px; }

.md-stepper .md-steps-container .md-steps-wrapper .md-step .md-step-content:last-child {
  padding-bottom: 24px; }

.md-stepper .md-steps-vertical-container .md-step .md-step-header {
  padding-bottom: 8px; }

.md-stepper .md-steps-vertical-container .md-step:not(:first-of-type) .md-step-header {
  padding-top: 8px; }

.md-stepper .md-steps-vertical-container .md-step .md-step-content {
  margin: 0 24px 0 34px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-top: 8px; }

.md-stepper .md-steps-vertical-container .md-step:not(:last-of-type) .md-step-content {
  border-left: 1px solid #BDBDBD; }

@media (min-width: 601px) {
  .md-stepper .md-steps-navigation .md-steps-navigation-container {
    margin-bottom: -15px; } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-subheader {
  min-height: 48px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-switch {
  width: auto;
  margin: 16px 8px 16px 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative; }

.md-switch .md-switch-container {
  width: 34px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.38); }

.md-switch .md-switch-container .md-switch-thumb {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  transition: all 0.15s linear; }

.md-switch .md-switch-container input {
  position: absolute;
  left: -999em; }

.md-switch .md-switch-container .md-ink-ripple {
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.54); }

.md-switch .md-switch-container .md-ink-ripple .md-ripple {
  width: 48px !important;
  height: 48px !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.md-switch .md-switch-container .md-switch-holder {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: none;
  border: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.md-switch .md-switch-container .md-switch-holder:focus {
  outline: none; }

.md-switch .md-switch-label {
  height: 14px;
  padding-left: 8px;
  line-height: 14px; }

.md-switch.md-dragging .md-switch-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.md-switch.md-disabled .md-switch-thumb {
  cursor: default; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-table {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  overflow-x: auto; }

.md-table.md-transition-off .md-table-cell,
.md-table.md-transition-off .md-checkbox .md-checkbox-container,
.md-table.md-transition-off .md-checkbox .md-checkbox-container:after {
  transition: none !important; }

.md-table table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  overflow: hidden; }

.md-table tbody .md-table-row {
  border-top: 1px solid #e0e0e0; }

.md-table tbody .md-table-row.md-selected .md-table-cell {
  background-color: #f5f5f5; }

.md-table tbody .md-table-row:hover .md-table-cell {
  background-color: #eee; }

.md-table .md-table-head {
  padding: 0;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px;
  line-height: 16px;
  text-align: left; }

.md-table .md-table-head:last-child .md-table-head-container .md-table-head-text {
  padding-right: 24px; }

.md-table .md-table-head.md-numeric {
  text-align: right; }

.md-table .md-table-head .md-icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54); }

.md-table .md-table-head .md-icon:not(.md-sortable-icon) {
  margin: 0 4px; }

.md-table .md-table-head .md-icon:first-child {
  margin-left: 0; }

.md-table .md-table-head .md-icon:last-child {
  margin-right: 0; }

.md-table .md-table-head-container {
  height: 56px;
  padding: 14px 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-table .md-table-head-text {
  height: 28px;
  padding-right: 32px;
  padding-left: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  line-height: 28px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.md-table .md-sortable {
  cursor: pointer; }

.md-table .md-sortable:first-of-type .md-sortable-icon {
  left: auto;
  right: 10px; }

.md-table .md-sortable:hover, .md-table .md-sortable.md-sorted {
  color: rgba(0, 0, 0, 0.87); }

.md-table .md-sortable:hover .md-sortable-icon, .md-table .md-sortable.md-sorted .md-sortable-icon {
  opacity: 1; }

.md-table .md-sortable.md-sorted .md-sortable-icon {
  color: rgba(0, 0, 0, 0.87); }

.md-table .md-sortable.md-sorted-descending .md-sortable-icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

.md-table .md-sortable .md-sortable-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  color: rgba(0, 0, 0, 0.38); }

.md-table .md-sortable .md-ink-ripple {
  color: rgba(0, 0, 0, 0.87); }

.md-table .md-table-cell {
  height: 48px;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px;
  line-height: 18px; }

.md-table .md-table-cell:last-child .md-table-cell-container {
  padding-right: 24px; }

.md-table .md-table-cell.md-numeric {
  text-align: right; }

.md-table .md-table-cell.md-numeric .md-icon {
  margin: 0; }

.md-table .md-table-cell.md-numeric .md-table-cell-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-table .md-table-cell.md-numeric .md-table-cell-container .md-icon,
.md-table .md-table-cell.md-numeric .md-table-cell-container .md-button .md-icon {
  margin: auto; }

.md-table .md-table-cell.md-has-action .md-table-cell-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between; }

.md-table .md-table-cell .md-table-cell-container {
  padding: 6px 32px 6px 24px; }

.md-table .md-table-cell .md-button {
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px; }

.md-table .md-table-cell .md-button:last-child {
  margin: 0 -10px 0 0; }

.md-table .md-table-cell .md-button .md-icon {
  margin: auto;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  color: inherit;
  font-size: 18px; }

.md-table .md-table-selection {
  width: 60px;
  position: relative;
  vertical-align: middle; }

.md-table .md-table-selection + .md-table-cell .md-table-cell-container,
.md-table .md-table-selection + .md-table-head .md-table-head-container .md-table-head-text {
  padding-left: 8px; }

.md-table .md-table-selection .md-table-cell-container {
  padding-right: 16px;
  padding-left: 24px; }

.md-table .md-table-selection .md-checkbox {
  margin: 0; }

.md-table .md-table-selection .md-checkbox-container {
  width: 18px;
  height: 18px;
  min-width: auto;
  margin-top: 1px; }

.md-table .md-table-selection .md-checkbox-container:after {
  top: -1px;
  left: 4px; }

.md-table .md-select {
  min-width: 84px; }

.md-table .md-select-value,
.md-table .md-option {
  font-size: 13px; }

.md-table-edit-trigger {
  display: inline-block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.38); }

.md-table-edit-trigger.md-edited {
  color: rgba(0, 0, 0, 0.87); }

.md-table-dialog {
  max-height: 0;
  margin: 0;
  padding: 0 24px 2px;
  position: absolute;
  top: 0;
  right: 0;
  left: 24px;
  z-index: 60;
  overflow: hidden;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), max-height 0s 0.5s;
  transition-duration: .3s;
  -webkit-transform: translate3D(0, -8px, 0);
          transform: translate3D(0, -8px, 0); }

.md-table-dialog.md-active {
  max-height: 400px;
  pointer-events: auto;
  -webkit-transform: translate3D(#000);
          transform: translate3D(#000);
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s; }

.md-table-dialog.md-large {
  padding: 12px 24px 2px; }

.md-table-dialog .md-input-container {
  margin-top: 0;
  margin-bottom: 16px; }

.md-table-dialog .md-input-container.md-input-placeholder input {
  font-size: 13px; }

.md-table-dialog .md-input-container.md-input-placeholder input::-webkit-input-placeholder {
  font-size: 13px; }

.md-table-dialog .md-char-counter {
  font-size: 13.5px;
  color: rgba(0, 0, 0, 0.54); }

.md-table-dialog .md-button {
  min-width: 64px; }

.md-table-card {
  overflow: visible; }

.md-table-card .md-toolbar {
  padding-left: 16px;
  background-color: #fff; }

.md-table-card .md-title {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 20px; }

.md-table-card .md-table-pagination {
  height: 56px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 12px; }

.md-table-card .md-table-pagination .md-table-pagination-previous {
  margin-right: 2px;
  margin-left: 18px; }

.md-table-card .md-table-pagination .md-select {
  width: auto;
  min-width: 36px;
  margin: 0 32px; }

.md-table-card .md-table-pagination .md-select:after {
  margin-top: 0; }

.md-table-card .md-table-pagination .md-select .md-select-value {
  padding: 0;
  border: none;
  font-size: 13px; }

.md-table-card .md-table-pagination .md-button:not([disabled]) {
  color: rgba(0, 0, 0, 0.87); }

.md-table-card .md-table-pagination .md-button[disabled] .md-icon {
  color: rgba(0, 0, 0, 0.26); }

.md-pagination-select.md-direction-bottom-right {
  margin-top: -16px; }

.md-pagination-select .md-list-item-holder {
  font-size: 13px; }

.md-table-alternate-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s; }

.md-table-alternate-header.md-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3D(#000);
          transform: translate3D(#000); }

.md-table-alternate-header .md-counter {
  margin-left: 8px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
/* Image aspect ratio calculator */
/* Responsive breakpoints */
.md-tabs {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  position: relative; }

.md-tabs.md-transition-off * {
  transition: none !important; }

.md-tabs.md-dynamic-height .md-tabs-content {
  transition: height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-tabs .md-tabs-navigation {
  height: 48px;
  min-height: 48px;
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden; }

.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-left {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tab-header-navigation-button.md-right {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.md-tabs .md-tabs-navigation.md-has-icon.md-has-label {
  min-height: 72px; }

.md-tabs .md-tabs-navigation.md-has-icon.md-has-label .md-icon {
  margin-bottom: 10px; }

.md-tabs .md-tabs-navigation.md-centered {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-container,
.md-tabs .md-tabs-navigation.md-fixed .md-tabs-navigation-scroll-container {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

.md-tabs .md-tabs-navigation.md-fixed .md-tab-header {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  max-width: none; }

.md-tabs .md-tabs-navigation.md-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end; }

.md-tabs .md-tabs-navigation-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow-x: auto; }

.md-tabs .md-tabs-navigation-scroll-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex; }

.md-tabs .md-tab-header {
  min-width: 72px;
  max-width: 264px;
  margin: 0;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: none;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.md-tabs .md-tab-header.md-disabled {
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.md-tabs .md-tab-header-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center; }

.md-tabs .md-tab-header-container .md-icon {
  margin: 0; }

.md-tabs .md-tab-indicator {
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.md-tabs .md-tab-indicator.md-transition-off {
  transition: none !important; }

.md-tabs .md-tab-indicator.md-to-right {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), right 0.15s cubic-bezier(0.35, 0, 0.25, 1); }

.md-tabs .md-tab-indicator.md-to-left {
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), right 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.15s cubic-bezier(0.35, 0, 0.25, 1); }

.md-tabs .md-tab-header-navigation-button {
  border: none;
  height: 100%;
  cursor: pointer;
  position: relative; }

.md-tabs .md-tab-header-navigation-button.md-left {
  left: 0; }

.md-tabs .md-tab-header-navigation-button.md-right {
  right: 0; }

.md-tabs .md-tab-header-navigation-button.md-disabled {
  pointer-events: none;
  opacity: .4; }

.md-tabs .md-tabs-content {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden; }

.md-tabs .md-tabs-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }

.md-tabs .md-tab {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

@media (min-width: 601px) {
  .md-tabs .md-tabs-navigation.md-has-navigation-scroll .md-tabs-navigation-container {
    margin-bottom: -15px; } }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-toolbar {
  min-height: 64px;
  padding: 0 8px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  position: relative;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0); }

.md-toolbar.md-dense {
  min-height: 48px; }

.md-toolbar.md-dense.md-medium {
  min-height: 72px; }

.md-toolbar.md-dense.md-large {
  min-height: 96px; }

.md-toolbar.md-dense .md-toolbar-container {
  height: 48px; }

.md-toolbar.md-medium {
  min-height: 88px; }

.md-toolbar.md-medium .md-toolbar-container:nth-child(2) .md-title:first-child {
  margin-left: 56px; }

.md-toolbar.md-large {
  min-height: 128px;
  -ms-flex-line-pack: inherit;
  align-content: inherit; }

.md-toolbar.md-large .md-toolbar-container:nth-child(2) .md-title:first-child {
  margin-left: 56px; }

.md-toolbar.md-account-header {
  min-height: 164px; }

.md-toolbar.md-account-header .md-ink-ripple {
  color: #fff; }

.md-toolbar.md-account-header .md-list-item-container:hover:not([disabled]) {
  background-color: rgba(255, 255, 255, 0.12); }

.md-toolbar.md-account-header .md-avatar-list {
  margin: 16px 0 8px; }

.md-toolbar.md-account-header .md-avatar-list .md-list-item-container {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start; }

.md-toolbar.md-account-header .md-avatar-list .md-avatar + .md-avatar {
  margin-left: 16px; }

.md-toolbar .md-toolbar-container {
  width: 100%;
  height: 64px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.md-toolbar .md-toolbar-container > .md-button:first-child {
  margin-left: 0;
  margin-right: 16px; }

.md-toolbar .md-toolbar-container > .md-button + .md-button {
  margin-left: 0; }

.md-toolbar > .md-button:first-child {
  margin-left: 0;
  margin-right: 16px; }

.md-toolbar > .md-button + .md-button {
  margin-left: 0; }

.md-toolbar .md-button:hover:not([disabled]):not(.md-raised):not(.md-icon-button):not(.md-fab) {
  background-color: rgba(255, 255, 255, 0.1); }

.md-toolbar .md-title {
  margin: 0;
  font-size: 20px;
  font-weight: 400; }

.md-toolbar .md-title:first-child {
  margin-left: 8px; }

.md-toolbar .md-title + .md-input-container {
  margin-left: 24px; }

.md-toolbar .md-input-container {
  min-height: 32px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0; }

.md-toolbar .md-list {
  padding: 0;
  margin: 0 -8px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1; }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-tooltip {
  height: 20px;
  padding: 0 8px;
  position: fixed;
  z-index: 200;
  pointer-events: none;
  background-color: rgba(97, 97, 97, 0.87);
  border-radius: 2px;
  opacity: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: .3s;
  transition-delay: 0s;
  color: #fff;
  font-family: Roboto, "Noto Sans", Noto, sans-serif;
  font-size: 10px;
  line-height: 20px;
  text-transform: none;
  white-space: nowrap;
  letter-spacing: 0.1em; }

.md-tooltip.md-active {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  transition-duration: .3s; }

.md-tooltip:not(.md-active) {
  transition-delay: 0s !important; }

.md-tooltip.md-transition-off {
  transition: none !important; }

.md-tooltip.md-tooltip-top {
  margin-top: -14px;
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px); }

.md-tooltip.md-tooltip-top.md-active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.md-tooltip.md-tooltip-right {
  margin-left: 14px;
  -webkit-transform: translate(-8px, 50%);
          transform: translate(-8px, 50%); }

.md-tooltip.md-tooltip-right.md-active {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }

.md-tooltip.md-tooltip-bottom {
  margin-top: 14px;
  -webkit-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px); }

.md-tooltip.md-tooltip-bottom.md-active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.md-tooltip.md-tooltip-left {
  margin-left: -14px;
  -webkit-transform: translate(8px, 50%);
          transform: translate(8px, 50%); }

.md-tooltip.md-tooltip-left.md-active {
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%); }

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-whiteframe {
  position: relative;
  z-index: 1; }

.md-whiteframe-1dp {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

.md-whiteframe-2dp {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 2px 2px rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-3dp {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2), 0 3px 4px rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-4dp {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12); }

.md-whiteframe-5dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 5px 8px rgba(0, 0, 0, 0.14), 0 1px 14px rgba(0, 0, 0, 0.12); }

.md-whiteframe-6dp {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12); }

.md-whiteframe-7dp {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12); }

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

.md-whiteframe-9dp {
  box-shadow: 0 5px 6px -3px rgba(0, 0, 0, 0.2), 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12); }

.md-whiteframe-10dp {
  box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-11dp {
  box-shadow: 0 6px 7px -4px rgba(0, 0, 0, 0.2), 0 11px 15px 1px rgba(0, 0, 0, 0.14), 0 4px 20px 3px rgba(0, 0, 0, 0.12); }

.md-whiteframe-12dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-13dp {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-14dp {
  box-shadow: 0 7px 9px -4px rgba(0, 0, 0, 0.2), 0 14px 21px 2px rgba(0, 0, 0, 0.14), 0 5px 26px 4px rgba(0, 0, 0, 0.12); }

.md-whiteframe-15dp {
  box-shadow: 0 8px 9px -5px rgba(0, 0, 0, 0.2), 0 15px 22px 2px rgba(0, 0, 0, 0.14), 0 6px 28px 5px rgba(0, 0, 0, 0.12); }

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

.md-whiteframe-17dp {
  box-shadow: 0 8px 11px -5px rgba(0, 0, 0, 0.2), 0 17px 26px 2px rgba(0, 0, 0, 0.14), 0 6px 32px 5px rgba(0, 0, 0, 0.12); }

.md-whiteframe-18dp {
  box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-19dp {
  box-shadow: 0 9px 12px -6px rgba(0, 0, 0, 0.2), 0 19px 29px 2px rgba(0, 0, 0, 0.14), 0 7px 36px 6px rgba(0, 0, 0, 0.12); }

.md-whiteframe-20dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 20px 31px 3px rgba(0, 0, 0, 0.14), 0 8px 38px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-21dp {
  box-shadow: 0 10px 13px -6px rgba(0, 0, 0, 0.2), 0 21px 33px 3px rgba(0, 0, 0, 0.14), 0 8px 40px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-22dp {
  box-shadow: 0 10px 14px -6px rgba(0, 0, 0, 0.2), 0 22px 35px 3px rgba(0, 0, 0, 0.14), 0 8px 42px 7px rgba(0, 0, 0, 0.12); }

.md-whiteframe-23dp {
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, 0.2), 0 23px 36px 3px rgba(0, 0, 0, 0.14), 0 9px 44px 8px rgba(0, 0, 0, 0.12); }

.md-whiteframe-24dp {
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); }

/*# sourceMappingURL=vue-material.css.map*/
@font-face {
  font-family: 'fontello';
  src: url(data:application/vnd.ms-fontobject;base64,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);
  src: url(data:application/vnd.ms-fontobject;base64,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#iefix) format('embedded-opentype'),
       url(data:application/font-woff2;base64,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) format('woff2'),
       url(data:application/font-woff;base64,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) format('woff'),
       url(data:application/x-font-ttf;base64,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) format('truetype'),
       url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5Db3B5cmlnaHQgKEMpIDIwMTYgYnkgb3JpZ2luYWwgYXV0aG9ycyBAIGZvbnRlbGxvLmNvbTwvbWV0YWRhdGE+CjxkZWZzPgo8Zm9udCBpZD0iZm9udGVsbG8iIGhvcml6LWFkdi14PSIxMDAwIiA+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9ImZvbnRlbGxvIiBmb250LXdlaWdodD0iNDAwIiBmb250LXN0cmV0Y2g9Im5vcm1hbCIgdW5pdHMtcGVyLWVtPSIxMDAwIiBhc2NlbnQ9Ijg1MCIgZGVzY2VudD0iLTE1MCIgLz4KPG1pc3NpbmctZ2x5cGggaG9yaXotYWR2LXg9IjEwMDAiIC8+CjxnbHlwaCBnbHlwaC1uYW1lPSJjYW5jZWwiIHVuaWNvZGU9IiYjeGU4MDA7IiBkPSJNNDUyIDE5NHExOC0xOCAxOC00M3QtMTgtNDNxLTE4LTE2LTQzLTE2dC00MyAxNmwtMTMyIDE1Mi0xMzItMTUycS0xOC0xNi00My0xNnQtNDMgMTZxLTE2IDE4LTE2IDQzdDE2IDQzbDEzOCAxNTYtMTM4IDE1OHEtMTYgMTgtMTYgNDN0MTYgNDNxMTggMTYgNDMgMTZ0NDMtMTZsMTMyLTE1MiAxMzIgMTUycTE4IDE2IDQzIDE2dDQzLTE2cTE4LTE4IDE4LTQzdC0xOC00M2wtMTM4LTE1OHoiIGhvcml6LWFkdi14PSI0NzAiIC8+Cgo8Z2x5cGggZ2x5cGgtbmFtZT0ic3BpbjUiIHVuaWNvZGU9IiYjeGU4Mzg7IiBkPSJNNDYyIDg1MGMtNiAwLTExLTUtMTEtMTFsMC0xODMgMCAwYzAtNiA1LTExIDExLTExbDY5IDBjMSAwIDEgMCAxIDAgNyAwIDEyIDUgMTIgMTFsMCAxODMgMCAwYzAgNi01IDExLTEyIDExbC02OSAwYzAgMCAwIDAtMSAweiBtMjUwLTQ3Yy00IDEtOC0yLTEwLTVsLTkxLTE1OCAwIDBjLTQtNi0yLTEzIDQtMTZsNjAtMzRjMC0xIDAtMSAwLTEgNi0zIDEzLTEgMTYgNGw5MSAxNThjMyA2IDIgMTMtNCAxNmwtNjEgMzVjLTEgMS0zIDEtNSAxeiBtLTQyOC0yYy0yIDAtNC0xLTYtMmwtNjEtMzVjLTUtMy03LTEwLTQtMTZsOTEtMTU3YzAgMCAwIDAgMCAwIDMtNiAxMC04IDE2LTVsNjEgMzVjNSA0IDcgMTEgNCAxNmwtOTEgMTU3YzAgMSAwIDEgMCAxLTIgNC02IDYtMTAgNnogbTYyMC0xNjNjLTIgMC00IDAtNi0xbC0xNTctOTFjMCAwIDAgMCAwIDAtNi0zLTgtMTAtNS0xNmwzNS02MWM0LTUgMTEtNyAxNi00bDE1NyA5MWMxIDAgMSAwIDEgMCA2IDMgNyAxMSA0IDE2bC0zNSA2MWMtMiA0LTYgNi0xMCA1eiBtLTgxMC00Yy01IDAtOS0yLTExLTZsLTM1LTYxYy0zLTUtMS0xMiA0LTE1bDE1OC05MSAwIDBjNi00IDEzLTIgMTYgNGwzNSA2MGMwIDAgMCAwIDAgMCAzIDYgMSAxMy00IDE2bC0xNTggOTFjLTIgMS00IDItNSAyeiBtNzEyLTIzNWwwIDBjLTYgMC0xMS01LTExLTExbDAtNjljMC0xIDAtMSAwLTEgMC03IDUtMTIgMTEtMTJsMTgzIDAgMCAwYzYgMCAxMSA1IDExIDEybDAgNjljMCAwIDAgMCAwIDEgMCA2LTUgMTEtMTEgMTFsLTE4MyAweiBtLTc5NC01bDAgMGMtNyAwLTEyLTUtMTItMTJsMC02OWMwIDAgMCAwIDAtMSAwLTYgNS0xMSAxMi0xMWwxODIgMCAwIDBjNiAwIDExIDUgMTEgMTFsMCA2OWMwIDEgMCAxIDAgMSAwIDctNSAxMi0xMSAxMmwtMTgyIDB6IG03NzItMTUzYy00IDAtOC0yLTEwLTZsLTM0LTYwYy0xIDAtMSAwLTEgMC0zLTYtMS0xMyA0LTE2bDE1OC05MWM2LTMgMTMtMSAxNiA0bDM1IDYxYzMgNSAxIDEyLTQgMTVsLTE1OCA5MiAwIDBjLTIgMS00IDEtNiAxeiBtLTU2Ni01Yy0xIDAtMyAwLTUtMWwtMTU3LTkxYzAgMC0xIDAtMSAwLTUtMy03LTEwLTQtMTZsMzUtNjFjMy01IDEwLTcgMTYtNGwxNTcgOTFjMCAwIDAgMCAwIDAgNiAzIDggMTAgNSAxNmwtMzUgNjFjLTMgMy03IDYtMTEgNXogbTQ2OC0xMjFjLTIgMC00IDAtNi0xbC02MS0zNWMtNS00LTctMTEtNC0xNmw5MS0xNTdjMC0xIDAtMSAwLTEgMy02IDExLTcgMTYtNGw2MSAzNWM1IDMgNyAxMCA0IDE2bC05MSAxNTdjMCAwIDAgMCAwIDAtMiA0LTYgNi0xMCA2eiBtLTM2Ny0yYy00IDAtOC0yLTEwLTZsLTkxLTE1OGMtMy02LTEtMTMgNC0xNmw2MS0zNWM1LTMgMTItMSAxNSA0bDkyIDE1OCAwIDBjMyA2IDEgMTMtNSAxNmwtNjAgMzVjMCAwIDAgMCAwIDAtMiAxLTQgMS02IDJ6IG0xNDktNThjLTcgMC0xMi01LTEyLTExbDAtMTgzIDAgMGMwLTYgNS0xMSAxMi0xMWw2OSAwYzAgMCAwIDAgMSAwIDYgMCAxMSA1IDExIDExbDAgMTgzIDAgMGMwIDYtNSAxMS0xMSAxMWwtNjkgMGMtMSAwLTEgMC0xIDB6IiBob3Jpei1hZHYteD0iMTAwMCIgLz4KCjxnbHlwaCBnbHlwaC1uYW1lPSJtYWlsLWFsdCIgdW5pY29kZT0iJiN4ZjBlMDsiIGQ9Ik0xMDAwIDQ1NHYtNDQzcTAtMzctMjYtNjN0LTYzLTI3aC04MjJxLTM2IDAtNjMgMjd0LTI2IDYzdjQ0M3EyNS0yNyA1Ni00OSAyMDItMTM3IDI3OC0xOTIgMzItMjQgNTEtMzd0NTMtMjcgNjEtMTNoMnEyOCAwIDYxIDEzdDUzIDI3IDUxIDM3cTk1IDY4IDI3OCAxOTIgMzIgMjIgNTYgNDl6IG0wIDE2NHEwLTQ0LTI3LTg0dC02OC02OXEtMjEwLTE0Ni0yNjItMTgxLTUtNC0yMy0xN3QtMzAtMjItMjktMTgtMzItMTUtMjgtNWgtMnEtMTIgMC0yNyA1dC0zMiAxNS0zMCAxOC0zMCAyMi0yMyAxN3EtNTEgMzUtMTQ3IDEwMXQtMTE0IDgwcS0zNSAyMy02NSA2NHQtMzEgNzdxMCA0MyAyMyA3MnQ2NiAyOWg4MjJxMzYgMCA2My0yNnQyNi02M3oiIGhvcml6LWFkdi14PSIxMDAwIiAvPgoKPGdseXBoIGdseXBoLW5hbWU9ImZhY2Vib29rLXNxdWFyZWQiIHVuaWNvZGU9IiYjeGYzMDg7IiBkPSJNNjk2IDc3OXE2NyAwIDExNC00OHQ0Ny0xMTN2LTUzNnEwLTY2LTQ3LTExM3QtMTE0LTQ4aC0xMDR2MzMzaDExMWwxNiAxMjloLTEyN3Y4M3EwIDMxIDEzIDQ2dDUxIDE2bDY4IDF2MTE1cS0zNSA1LTEwMCA1LTc1IDAtMTIxLTQ0dC00NS0xMjd2LTk1aC0xMTJ2LTEyOWgxMTJ2LTMzM2gtMjk3cS02NyAwLTExNCA0OHQtNDcgMTEzdjUzNnEwIDY2IDQ3IDExM3QxMTQgNDhoNTM1eiIgaG9yaXotYWR2LXg9Ijg1Ny4xIiAvPgo8L2ZvbnQ+CjwvZGVmcz4KPC9zdmc+#fontello) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?59862250#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-cancel:before { content: '\E800'; } /* '' */
.icon-spin5:before { content: '\E838'; } /* '' */
.icon-mail-alt:before { content: '\F0E0'; } /* '' */
.icon-facebook-squared:before { content: '\F308'; } /* '' */@charset "UTF-8";
/*!
 * 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; } }

* {
  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: #f05684;
  text-decoration: none; }
  a:hover, a:focus {
    color: #e51453;
    text-decoration: underline; }
  a:focus {
    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: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  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: #f05684; }

a.text-primary:hover,
a.text-primary:focus {
  color: #ec2762; }

.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: #f05684; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #ec2762; }

.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   \A0'; }

.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: '\A0   \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: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 0; }
  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: 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: 0;
  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: 20px; }

.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: 0; }

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: 0; }

.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: 0; }

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: 0; }

.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: 0;
  -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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: white;
    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: white;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: white;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: white;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: white;
    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: white;
      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: white; }

.btn-primary {
  color: #fff;
  background-color: #f05684;
  border-color: #ee3f73; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ec2762;
    border-color: #9f0e39; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ec2762;
    border-color: #dc144f; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ec2762;
    border-color: #dc144f; }
    .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: #dc144f;
      border-color: #9f0e39; }
  .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: #f05684;
    border-color: #ee3f73; }
  .btn-primary .badge {
    color: #f05684;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #6158a3;
  border-color: #574f92; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #4d4682;
    border-color: #262240; }
  .btn-success:hover {
    color: #fff;
    background-color: #4d4682;
    border-color: #3f3a6b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4d4682;
    border-color: #3f3a6b; }
    .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: #3f3a6b;
      border-color: #262240; }
  .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: #6158a3;
    border-color: #574f92; }
  .btn-success .badge {
    color: #6158a3;
    background-color: #fff; }

.btn-info {
  color: #f05684;
  background-color: white;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #f05684;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-info:hover {
    color: #f05684;
    background-color: #e6e6e6;
    border-color: transparent; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #f05684;
    background-color: #e6e6e6;
    border-color: transparent; }
    .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: #f05684;
      background-color: #d4d4d4;
      border-color: transparent; }
  .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: white;
    border-color: transparent; }
  .btn-info .badge {
    color: white;
    background-color: #f05684; }

.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: #f05684;
  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: #e51453;
    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: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.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: 0;
  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: #f05684; }

.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: 0;
  border-top-left-radius: 0;
  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: 0;
  border-bottom-left-radius: 0; }

.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: 0; }
  .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: 0; }
  .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: 0; }
  .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: #f05684; }
  .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: 0 0 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: 0; }
  .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: #f05684; }

.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: 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: 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: 0 0 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: 0; } }

.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: 0; }
  .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: 0;
  border-top-left-radius: 0;
  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: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }
  .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: #f05684;
      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: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #e51453;
    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: #f05684;
    border-color: #f05684;
    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: 0;
  border-top-left-radius: 0; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.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: 0;
  border-top-left-radius: 0; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.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: #f05684; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #ec2762; }

.label-success {
  background-color: #6158a3; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #4d4682; }

.label-info {
  background-color: white; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #e6e6e6; }

.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: #f05684;
    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: 0;
    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: 0;
  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: #f05684; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0; }
  .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; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@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: 0;
  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: #f05684;
  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 {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #6158a3; }
  .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: white; }
  .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: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

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: #f05684;
  border-color: #f05684; }
  .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: white; }

.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: 0;
  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: -1;
  border-top-left-radius: -1; }
  .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: -1;
  border-bottom-left-radius: -1; }

.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: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

.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: -1;
  border-top-left-radius: -1; }
  .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: -1;
    border-top-right-radius: -1; }
    .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: -1; }
    .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: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .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: -1;
    border-bottom-right-radius: -1; }
    .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: -1; }
    .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: -1; }

.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: 0; }
    .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: #f05684; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #f05684;
    border-color: #f05684; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f05684; }
    .panel-primary > .panel-heading .badge {
      color: #f05684;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f05684; }

.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: 0;
  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: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.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 {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    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: 0;
  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: 0; }

.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: 0;
  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: -1 -1 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: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          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; } }

[flex] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

[flex~="column"] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

[flex~="row"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

[flex~="nowrap"] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

[flex~="wrap"] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

[flex~="align-center"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

[flex~="align-stretch"] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

[flex~="align-start"] {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

[flex~="align-end"] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

[flex~="align-baseline"] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

[flex~="justify-center"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

[flex~="justify-start"] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

[flex~="justify-end"] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

[flex~="justify-between"] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

[flex~="justify-around"] {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

[flex~="content-stretch"] {
  -ms-flex-line-pack: stretch;
      align-content: stretch; }

[flex~="content-start"] {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

[flex~="content-end"] {
  -ms-flex-line-pack: end;
      align-content: flex-end; }

[flex~="content-center"] {
  -ms-flex-line-pack: center;
      align-content: center; }

[flex~="content-between"] {
  -ms-flex-line-pack: justify;
      align-content: space-between; }

[flex~="content-around"] {
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

[flex-item~="grow-0"] {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

[flex-item~="shrink-0"] {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

[flex-item~="basis-0"] {
  -ms-flex-preferred-size: 0;
      flex-basis: 0; }

[flex-item~="order-0"] {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

[flex-item~="grow-1"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

[flex-item~="shrink-1"] {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

[flex-item~="basis-1"] {
  -ms-flex-preferred-size: 1;
      flex-basis: 1; }

[flex-item~="order-1"] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

[flex-item~="grow-2"] {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

[flex-item~="shrink-2"] {
  -ms-flex-negative: 2;
      flex-shrink: 2; }

[flex-item~="basis-2"] {
  -ms-flex-preferred-size: 2;
      flex-basis: 2; }

[flex-item~="order-2"] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

[flex-item~="grow-3"] {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }

[flex-item~="shrink-3"] {
  -ms-flex-negative: 3;
      flex-shrink: 3; }

[flex-item~="basis-3"] {
  -ms-flex-preferred-size: 3;
      flex-basis: 3; }

[flex-item~="order-3"] {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

[flex-item~="grow-4"] {
  -webkit-box-flex: 4;
      -ms-flex-positive: 4;
          flex-grow: 4; }

[flex-item~="shrink-4"] {
  -ms-flex-negative: 4;
      flex-shrink: 4; }

[flex-item~="basis-4"] {
  -ms-flex-preferred-size: 4;
      flex-basis: 4; }

[flex-item~="order-4"] {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

[flex-item~="grow-5"] {
  -webkit-box-flex: 5;
      -ms-flex-positive: 5;
          flex-grow: 5; }

[flex-item~="shrink-5"] {
  -ms-flex-negative: 5;
      flex-shrink: 5; }

[flex-item~="basis-5"] {
  -ms-flex-preferred-size: 5;
      flex-basis: 5; }

[flex-item~="order-5"] {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

[flex-item~="grow-6"] {
  -webkit-box-flex: 6;
      -ms-flex-positive: 6;
          flex-grow: 6; }

[flex-item~="shrink-6"] {
  -ms-flex-negative: 6;
      flex-shrink: 6; }

[flex-item~="basis-6"] {
  -ms-flex-preferred-size: 6;
      flex-basis: 6; }

[flex-item~="order-6"] {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

[flex-item~="grow-7"] {
  -webkit-box-flex: 7;
      -ms-flex-positive: 7;
          flex-grow: 7; }

[flex-item~="shrink-7"] {
  -ms-flex-negative: 7;
      flex-shrink: 7; }

[flex-item~="basis-7"] {
  -ms-flex-preferred-size: 7;
      flex-basis: 7; }

[flex-item~="order-7"] {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

[flex-item~="grow-8"] {
  -webkit-box-flex: 8;
      -ms-flex-positive: 8;
          flex-grow: 8; }

[flex-item~="shrink-8"] {
  -ms-flex-negative: 8;
      flex-shrink: 8; }

[flex-item~="basis-8"] {
  -ms-flex-preferred-size: 8;
      flex-basis: 8; }

[flex-item~="order-8"] {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

[flex-item~="grow-9"] {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9; }

[flex-item~="shrink-9"] {
  -ms-flex-negative: 9;
      flex-shrink: 9; }

[flex-item~="basis-9"] {
  -ms-flex-preferred-size: 9;
      flex-basis: 9; }

[flex-item~="order-9"] {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

[flex-item~="basis-auto"] {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

[flex-item~="align-center"] {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

[flex-item~="align-stretch"] {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

[flex-item~="align-start"] {
  -ms-flex-item-align: start;
      align-self: flex-start; }

[flex-item~="align-end"] {
  -ms-flex-item-align: end;
      align-self: flex-end; }

[flex-item~="align-baseline"] {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.text-white {
  color: #fff; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.inline {
  display: inline; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.action-button {
  position: fixed;
  bottom: 12px;
  text-align: center;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px; }

.text-white {
  color: #fff; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.inline-block {
  display: inline-block; }

.block {
  display: block; }

.inline {
  display: inline; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.action-button {
  position: fixed;
  bottom: 12px;
  text-align: center;
  width: calc(100% - 24px);
  margin-left: 12px;
  margin-right: 12px; }

body .md-dialog-container {
  z-index: 1040; }

body .md-input-container.md-has-value.md-theme-default input {
  color: #696969; }

body .md-input-container.md-has-value.md-theme-default label {
  color: #f05684;
  font-size: 14px; }

body .md-input-container.md-has-value.md-theme-white input {
  color: white; }

body .md-input-container.md-has-value.md-theme-white label {
  color: white;
  font-size: 14px; }

body .md-input-container.md-theme-default {
  margin-bottom: 20px; }
  body .md-input-container.md-theme-default label {
    color: #b3b3b3;
    font-size: 16px; }
    body .md-input-container.md-theme-default label::after {
      display: none; }
  body .md-input-container.md-theme-default.md-input-focused:not(.md-input-inline) label {
    color: #f05684;
    opacity: 1; }
  body .md-input-container.md-theme-default.md-input-focused label {
    font-size: 14px; }
  body .md-input-container.md-theme-default.md-input-focused:after {
    background-color: #f05684; }
  body .md-input-container.md-theme-default.md-input-focused input {
    font-size: 18px; }
  body .md-input-container.md-theme-default.md-input-inline {
    padding-top: 0;
    min-height: 36px; }
    body .md-input-container.md-theme-default.md-input-inline label {
      top: 10px; }
  body .md-input-container.md-theme-default:after {
    background-color: #b3b3b3; }
    body .md-input-container.md-theme-default:after input {
      color: #696969; }
  body .md-input-container.md-theme-default div.mce_inline_error {
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red; }

body .md-input-container.md-theme-white {
  margin-bottom: 20px; }
  body .md-input-container.md-theme-white label {
    color: #9089c4;
    font-size: 16px;
    font-weight: normal; }
    body .md-input-container.md-theme-white label::after {
      display: none; }
  body .md-input-container.md-theme-white.md-input-focused:not(.md-input-inline) label {
    color: white;
    opacity: 1; }
  body .md-input-container.md-theme-white.md-input-focused label {
    font-size: 14px; }
  body .md-input-container.md-theme-white.md-input-focused:after {
    background-color: white; }
  body .md-input-container.md-theme-white.md-input-focused input {
    font-size: 18px; }
  body .md-input-container.md-theme-white.md-input-inline {
    padding-top: 0;
    min-height: 36px; }
    body .md-input-container.md-theme-white.md-input-inline label {
      top: 10px; }
  body .md-input-container.md-theme-white:after {
    background-color: white; }
    body .md-input-container.md-theme-white:after input {
      color: white; }
  body .md-input-container.md-theme-white div.mce_inline_error {
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    color: red; }

body .md-theme-default.md-radio.md-checked .md-radio-container {
  border-color: #6158a3; }

body .md-theme-default.md-radio .md-radio-container:after {
  background-color: #6158a3; }

body .md-theme-default.md-checkbox.md-checked .md-checkbox-container {
  background-color: #6158a3;
  border-color: #6158a3; }

body .md-radio {
  font-size: 16px;
  margin: 15px 15px 0 0; }

body .md-radio .md-radio-label {
  font-weight: normal; }

body .md-checkbox {
  margin-bottom: 10px; }

body .md-checkbox .md-checkbox-label {
  font-size: 16px;
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: normal; }

@media (max-width: 767px) {
  .md-input {
    font-size: 16px !important; } }

html {
  height: 100%; }

html,
body {
  min-height: 100%; }

body {
  min-width: 310px;
  position: relative; }

body.md-theme-default #content {
  color: #696969; }

button {
  outline: none !important; }

.font-blue, h4, .h4 {
  color: #6158a3; }

.font-general {
  color: #696969; }

.font-white {
  color: white; }

.font-pink, .font-reminder {
  color: #f05684; }

.font-small {
  font-size: 14px; }

.font-gray {
  color: #b3b3b3; }

.bg-pink {
  background-color: #f05684; }

.bg-blue {
  background-color: #6158a3; }

.btn-full {
  width: 100%; }

.btn-primary, .btn-info {
  height: 52px;
  font-size: 16px;
  min-width: 168px; }

.btn-info {
  text-align: left;
  padding-left: 0; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    box-shadow: none;
    background-color: transparent !important; }

h4, .h4 {
  margin: 6px 0px;
  font-size: 16px; }

h5, .h5 {
  margin: 0; }

.font-reminder {
  font-size: 14px; }

.align-center {
  text-align: center; }

.md-theme-default a:not(.md-button):hover {
  color: auto !important;
  text-decoration: none !important; }

.content {
  padding: 12px; }

#magnify-modal .modal-body {
  padding: 0; }

iframe.stripe_checkout_app {
  background-color: white !important; }

.md-input-container[data-invalid="true"] .md-error, .multichoices[data-invalid="true"] .md-error, .choices[data-invalid="true"] .md-error {
  color: #ff5722;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.bottom-buttons .row {
  margin-left: 0;
  margin-right: 0; }

.bottom-buttons .col-xs-6 {
  padding-left: 0;
  padding-right: 0; }

.bottom-buttons .col-xs-6:first-child {
  text-align: left; }

.bottom-buttons .col-xs-6:last-child {
  text-align: right; }

.bottom-buttons .btn-primary {
  width: 168px;
  max-width: 100%;
  min-width: 0; }

#error-page .navbar-brand {
  float: none;
  display: inline-block;
  padding: 0;
  padding-top: 10px; }
  #error-page .navbar-brand img {
    height: 32px;
    display: inline-block; }

#error-page #content {
  padding-top: 50px; }
  #error-page #content #info {
    font-size: 20px;
    margin: 30px 0; }

/*# sourceMappingURL=style.css.map*/