th-vue-material
Version:
Material Design for Vue.js
2,191 lines (2,151 loc) • 141 kB
CSS
/* 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;
transform: scale(0) translateZ(0);
transition: none;
will-change: background-color, opacity, transform, width, height, top, left;
}
.md-ripple.md-active {
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;
}
@keyframes ripple {
to {
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%;
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 {
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);
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: flex;
-ms-flex-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: flex;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex: 1;
flex: 1;
position: relative;
cursor: pointer;
border: none;
background: transparent;
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 {
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;
flex: 1 1 32px;
transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
transition-property: flex, min-width, max-width;
transition-property: flex, min-width, max-width, -ms-flex;
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-icon {
transform: translate3d(0, 8px, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item .md-text {
opacity: 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;
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 {
transform: scale(1) translate3d(0, 0, 0);
}
.md-bottom-bar.md-shift .md-bottom-bar-item.md-active .md-text {
transform: scale(1) translate3d(0, 2px, 0);
}
.md-bottom-bar-item .md-text {
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 {
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, 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 {
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%;
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%;
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: 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;
}
/* 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: flex;
-ms-flex-direction: column;
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;
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;
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;
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: flex;
-ms-flex-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;
flex: 1;
}
.md-card .md-card-header .md-card-media {
width: 80px;
-ms-flex: 0 0 80px;
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;
flex: 0 0 120px;
height: 120px;
}
.md-card .md-card-header .md-card-media.md-big {
width: 160px;
-ms-flex: 0 0 160px;
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: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.md-card .md-card-media-actions .md-card-media {
max-width: 240px;
max-height: 240px;
-ms-flex: 1;
flex: 1;
}
.md-card .md-card-media-actions .md-card-actions {
margin-left: 16px;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start;
-ms-flex-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: flex;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-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] {
transform: rotateZ(180deg) translate3D(0, 0, 0);
}
.md-card .md-card-expand.md-active .md-card-content {
margin-top: 0 !important;
opacity: 1;
}
.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 {
padding-top: 4px;
position: relative;
z-index: 1;
opacity: 0;
transform: translate3D(0, 0, 0);
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
will-change: margin;
}
/* 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: inline-flex;
position: relative;
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%;
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;
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;
cursor: pointer;
}
.md-checkbox.md-checked .md-checkbox-container:after {
opacity: 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: 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;
flex: 1;
}
/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-dialog-container {
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
flex-flow: column;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-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;
transform: scale(1) !important;
transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
transition-property: opacity, transform;
}
.md-dialog-backdrop {
position: fixed;
z-index: 109;
}
.md-dialog {
min-width: 280px;
max-width: 80%;
max-height: 80%;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: column;
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);
transform: scale(0.9, 0.85);
transform-origin: center center;
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);
will-change: opacity, transform;
}
.md-dialog.md-reference {
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;
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: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-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: flex;
-ms-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: inline-flex;
-ms-flex-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;
filter: saturate(20%);
}
.md-image.md-black-output {
filter: brightness(0.4) saturate(20%);
}
.md-image.md-loaded {
opacity: 1;
filter: saturate(100%);
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);
}
/* 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: 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;
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;
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;
transform: translate3d(0, 0, 0);
}
.md-input-container.md-input-required label:after {
position: absolute;
top: 2px;
right: 0;
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: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex: 1;
flex: 1;
}
.md-row {
-ms-flex-direction: row;
flex-direction: row;
}
.md-column {
-ms-flex-direction: column;
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;
justify-content: flex-start;
}
.md-align-center {
-ms-flex-pack: center;
justify-content: center;
}
.md-align-end {
-ms-flex-pack: end;
justify-content: flex-end;
}
/* Vertical Alignments */
.md-vertical-align-start {
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
}
.md-vertical-align-center {
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: center;
align-content: center;
}
.md-vertical-align-end {
-ms-flex-align: end;
align-items: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end;
}
.md-vertical-align-stretch {
-ms-flex-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;
flex: 1 1;
}
.md-flex-33 {
min-width: 33.33333%;
-ms-flex: 0 1 33.33333%;
flex: 0 1 33.33333%;
}
.md-flex-66 {
min-width: 33.33333%;
-ms-flex: 0 1 66.66666%;
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%;
flex: 0 1 5%;
}
.md-flex-offset-5 {
margin-left: 5%;
}
.md-flex-10 {
min-width: 10%;
-ms-flex: 0 1 10%;
flex: 0 1 10%;
}
.md-flex-offset-10 {
margin-left: 10%;
}
.md-flex-15 {
min-width: 15%;
-ms-flex: 0 1 15%;
flex: 0 1 15%;
}
.md-flex-offset-15 {
margin-left: 15%;
}
.md-flex-20 {
min-width: 20%;
-ms-flex: 0 1 20%;
flex: 0 1 20%;
}
.md-flex-offset-20 {
margin-left: 20%;
}
.md-flex-25 {
min-width: 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
}
.md-flex-offset-25 {
margin-left: 25%;
}
.md-flex-30 {
min-width: 30%;
-ms-flex: 0 1 30%;
flex: 0 1 30%;
}
.md-flex-offset-30 {
margin-left: 30%;
}
.md-flex-35 {
min-width: 35%;
-ms-flex: 0 1 35%;
flex: 0 1 35%;
}
.md-flex-offset-35 {
margin-left: 35%;
}
.md-flex-40 {
min-width: 40%;
-ms-flex: 0 1 40%;
flex: 0 1 40%;
}
.md-flex-offset-40 {
margin-left: 40%;
}
.md-flex-45 {
min-width: 45%;
-ms-flex: 0 1 45%;
flex: 0 1 45%;
}
.md-flex-offset-45 {
margin-left: 45%;
}
.md-flex-50 {
min-width: 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.md-flex-offset-50 {
margin-left: 50%;
}
.md-flex-55 {
min-width: 55%;
-ms-flex: 0 1 55%;
flex: 0 1 55%;
}
.md-flex-offset-55 {
margin-left: 55%;
}
.md-flex-60 {
min-width: 60%;
-ms-flex: 0 1 60%;
flex: 0 1 60%;
}
.md-flex-offset-60 {
margin-left: 60%;
}
.md-flex-65 {
min-width: 65%;
-ms-flex: 0 1 65%;
flex: 0 1 65%;
}
.md-flex-offset-65 {
margin-left: 65%;
}
.md-flex-70 {
min-width: 70%;
-ms-flex: 0 1 70%;
flex: 0 1 70%;
}
.md-flex-offset-70 {
margin-left: 70%;
}
.md-flex-75 {
min-width: 75%;
-ms-flex: 0 1 75%;
flex: 0 1 75%;
}
.md-flex-offset-75 {
margin-left: 75%;
}
.md-flex-80 {
min-width: 80%;
-ms-flex: 0 1 80%;
flex: 0 1 80%;
}
.md-flex-offset-80 {
margin-left: 80%;
}
.md-flex-85 {
min-width: 85%;
-ms-flex: 0 1 85%;
flex: 0 1 85%;
}
.md-flex-offset-85 {
margin-left: 85%;
}
.md-flex-90 {
min-width: 90%;
-ms-flex: 0 1 90%;
flex: 0 1 90%;
}
.md-flex-offset-90 {
margin-left: 90%;
}
.md-flex-95 {
min-width: 95%;
-ms-flex: 0 1 95%;
flex: 0 1 95%;
}
.md-flex-offset-95 {
margin-left: 95%;
}
.md-flex-100 {
min-width: 100%;
-ms-flex: 0 1 100%;
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;
flex-direction: row;
}
.md-column-small {
-ms-flex-direction: column;
flex-direction: column;
}
.md-flex-small {
-ms-flex: 1 1;
flex: 1 1;
}
.md-flex-small-33 {
min-width: 33.33333%;
-ms-flex: 0 1 33.33333%;
flex: 0 1 33.33333%;
}
.md-flex-small-66 {
min-width: 33.33333%;
-ms-flex: 0 1 66.66666%;
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%;
flex: 0 1 5%;
}
.md-flex-offset-small-5 {
margin-left: 5%;
}
.md-flex-small-10 {
min-width: 10%;
-ms-flex: 0 1 10%;
flex: 0 1 10%;
}
.md-flex-offset-small-10 {
margin-left: 10%;
}
.md-flex-small-15 {
min-width: 15%;
-ms-flex: 0 1 15%;
flex: 0 1 15%;
}
.md-flex-offset-small-15 {
margin-left: 15%;
}
.md-flex-small-20 {
min-width: 20%;
-ms-flex: 0 1 20%;
flex: 0 1 20%;
}
.md-flex-offset-small-20 {
margin-left: 20%;
}
.md-flex-small-25 {
min-width: 25%;
-ms-flex: 0 1 25%;
flex: 0 1 25%;
}
.md-flex-offset-small-25 {
margin-left: 25%;
}
.md-flex-small-30 {
min-width: 30%;
-ms-flex: 0 1 30%;
flex: 0 1 30%;
}
.md-flex-offset-small-30 {
margin-left: 30%;
}
.md-flex-small-35 {
min-width: 35%;
-ms-flex: 0 1 35%;
flex: 0 1 35%;
}
.md-flex-offset-small-35 {
margin-left: 35%;
}
.md-flex-small-40 {
min-width: 40%;
-ms-flex: 0 1 40%;
flex: 0 1 40%;
}
.md-flex-offset-small-40 {
margin-left: 40%;
}
.md-flex-small-45 {
min-width: 45%;
-ms-flex: 0 1 45%;
flex: 0 1 45%;
}
.md-flex-offset-small-45 {
margin-left: 45%;
}
.md-flex-small-50 {
min-width: 50%;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.md-flex-offset-small-50 {
margin-left: 50%;
}
.md-flex-small-55 {
min-width: 55%;
-ms-flex: 0 1 55%;
flex: 0 1 55%;
}
.md-flex-offset-small-55 {
margin-left: 55%;
}
.md-flex-small-60 {
min-width: 60%;
-ms-flex: 0 1 60%;
flex: 0 1 60%;
}
.md-flex-offset-small-60 {
margin-left: 60%;
}
.md-flex-small-65 {
min-width: 65%;
-ms-flex: 0 1 65%;
flex: 0 1 65%;
}
.md-flex-offset-small-65 {
margin-left: 65%;
}
.md-flex-small-70 {
min-width: 70%;
-ms-flex: 0 1 70%;
flex: 0 1 70%;
}
.md-flex-offset-small-70 {
margin-left: 70%;
}
.md-flex-small-75 {
min-width: 75%;
-ms-flex: 0 1 75%;
flex: 0 1 75%;
}
.md-flex-offset-small-75 {
margin-left: 75%;
}
.md-flex-small-80 {
min-width: 80%;
-ms-flex: 0 1 80%;
flex: 0 1 80%;
}
.md-flex-offset-small-80 {
margin-left: 80%;
}
.md-flex-small-85 {
min-width: 85%;
-ms-flex: 0 1 85%;
flex: 0 1 85%;
}
.md-flex-offset-small-85 {
margin-left: 85%;
}
.md-flex-small-90 {
min-width: 90%;
-ms-flex: 0 1 90%;
flex: 0 1 90%;
}
.md-flex-offset-small-90 {
margin-left: 90%;
}
.md-flex-small-95 {
min-width: 95%;
-ms-flex: 0 1 95%;
flex: 0 1 95%;
}
.md-flex-offset-small-95 {
margin-left: 95%;
}
.md-flex-small-100 {
min-width: 100%;
-ms-flex: 0 1 100%;
flex: 0 1 100%;
}
.md-flex-offset-small-100 {
margin-left: 100%;
}
.md-align-small-start {
-ms-flex-pack: start;
justify-content: flex-start;
}
.md-align-small-center {
-ms-flex-pack: center;
justify-content: center;
}
.md-align-small-end {
-ms-flex-pack: end;
justify-content: flex-end;
}
.md-hide-small {
display: none;
}
}
@media (min-width: 1904px) {
.md-row-xlarge {
-ms-flex-direction: row;
flex-direction: row;
}
.md-column-xlarge {
-ms-flex-direction: column;
flex-direction: column;
}
.md-flex-xlarge {
-ms-flex: 1 1;
flex: 1 1;
}
.md-flex-xlarge-33 {
min-width: 33.33333%;
-ms-flex: 0 1 33.33333%;
flex: 0 1 33.33333%;
}
.md-flex-xlarge-66 {
min-width: 33.33333%;
-ms-flex: 0 1 66.66666%;
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: