ngx-mat-lib
Version:
A bunch of utilities and components to use in your Angular 7+ apps!
1,950 lines (1,517 loc) • 55.5 kB
CSS
.xmat-fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; }
.xmat-fade.xmat-fade-in {
opacity: 1; }
.xmat-d-none {
display: none !important; }
.xmat-d-inline {
display: inline !important; }
.xmat-d-inline-block {
display: inline-block !important; }
.xmat-d-block {
display: block !important; }
.xmat-d-table {
display: table !important; }
.xmat-d-table-row {
display: table-row !important; }
.xmat-d-table-cell {
display: table-cell !important; }
.xmat-d-flex {
display: flex !important; }
.xmat-d-inline-flex {
display: inline-flex !important; }
@media (min-width: 360) {
.xmat-d-xs-none {
display: none !important; }
.xmat-d-xs-inline {
display: inline !important; }
.xmat-d-xs-inline-block {
display: inline-block !important; }
.xmat-d-xs-block {
display: block !important; }
.xmat-d-xs-table {
display: table !important; }
.xmat-d-xs-table-row {
display: table-row !important; }
.xmat-d-xs-table-cell {
display: table-cell !important; }
.xmat-d-xs-flex {
display: flex !important; }
.xmat-d-xs-inline-flex {
display: inline-flex !important; } }
@media (min-width: 599px) {
.xmat-d-sm-none {
display: none !important; }
.xmat-d-sm-inline {
display: inline !important; }
.xmat-d-sm-inline-block {
display: inline-block !important; }
.xmat-d-sm-block {
display: block !important; }
.xmat-d-sm-table {
display: table !important; }
.xmat-d-sm-table-row {
display: table-row !important; }
.xmat-d-sm-table-cell {
display: table-cell !important; }
.xmat-d-sm-flex {
display: flex !important; }
.xmat-d-sm-inline-flex {
display: inline-flex !important; } }
@media (min-width: 959px) {
.xmat-d-md-none {
display: none !important; }
.xmat-d-md-inline {
display: inline !important; }
.xmat-d-md-inline-block {
display: inline-block !important; }
.xmat-d-md-block {
display: block !important; }
.xmat-d-md-table {
display: table !important; }
.xmat-d-md-table-row {
display: table-row !important; }
.xmat-d-md-table-cell {
display: table-cell !important; }
.xmat-d-md-flex {
display: flex !important; }
.xmat-d-md-inline-flex {
display: inline-flex !important; } }
@media (min-width: 1279px) {
.xmat-d-lg-none {
display: none !important; }
.xmat-d-lg-inline {
display: inline !important; }
.xmat-d-lg-inline-block {
display: inline-block !important; }
.xmat-d-lg-block {
display: block !important; }
.xmat-d-lg-table {
display: table !important; }
.xmat-d-lg-table-row {
display: table-row !important; }
.xmat-d-lg-table-cell {
display: table-cell !important; }
.xmat-d-lg-flex {
display: flex !important; }
.xmat-d-lg-inline-flex {
display: inline-flex !important; } }
@media (min-width: 5000px) {
.xmat-d-xl-none {
display: none !important; }
.xmat-d-xl-inline {
display: inline !important; }
.xmat-d-xl-inline-block {
display: inline-block !important; }
.xmat-d-xl-block {
display: block !important; }
.xmat-d-xl-table {
display: table !important; }
.xmat-d-xl-table-row {
display: table-row !important; }
.xmat-d-xl-table-cell {
display: table-cell !important; }
.xmat-d-xl-flex {
display: flex !important; }
.xmat-d-xl-inline-flex {
display: inline-flex !important; } }
@media print {
.xmat-d-print-none {
display: none !important; }
.xmat-d-print-inline {
display: inline !important; }
.xmat-d-print-inline-block {
display: inline-block !important; }
.xmat-d-print-block {
display: block !important; }
.xmat-d-print-table {
display: table !important; }
.xmat-d-print-table-row {
display: table-row !important; }
.xmat-d-print-table-cell {
display: table-cell !important; }
.xmat-d-print-flex {
display: flex !important; }
.xmat-d-print-inline-flex {
display: inline-flex !important; } }
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
font-weight: 600;
font-size: 12px;
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-badge-small .mat-badge-content {
font-size: 6px; }
.mat-badge-large .mat-badge-content {
font-size: 24px; }
.mat-h1, .mat-headline, .mat-typography h1 {
font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h2, .mat-title, .mat-typography h2 {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h3, .mat-subheading-2, .mat-typography h3 {
font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h4, .mat-subheading-1, .mat-typography h4 {
font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h5, .mat-typography h5 {
font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 12px; }
.mat-h6, .mat-typography h6 {
font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 12px; }
.mat-body-strong, .mat-body-2 {
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-body, .mat-body-1, .mat-typography {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-body p, .mat-body-1 p, .mat-typography p {
margin: 0 0 12px; }
.mat-small, .mat-caption {
font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-display-4, .mat-typography .mat-display-4 {
font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 56px;
letter-spacing: -0.05em; }
.mat-display-3, .mat-typography .mat-display-3 {
font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px;
letter-spacing: -0.02em; }
.mat-display-2, .mat-typography .mat-display-2 {
font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px;
letter-spacing: -0.005em; }
.mat-display-1, .mat-typography .mat-display-1 {
font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px; }
.mat-bottom-sheet-container {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-button-toggle {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card-title {
font-size: 24px;
font-weight: 500; }
.mat-card-header .mat-card-title {
font-size: 20px; }
.mat-card-subtitle,
.mat-card-content {
font-size: 14px; }
.mat-checkbox {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-checkbox-layout .mat-checkbox-label {
line-height: 24px; }
.mat-chip {
font-size: 14px;
font-weight: 500; }
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
font-size: 18px; }
.mat-table {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-header-cell {
font-size: 12px;
font-weight: 500; }
.mat-cell, .mat-footer-cell {
font-size: 14px; }
.mat-calendar {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-calendar-body {
font-size: 13px; }
.mat-calendar-body-label,
.mat-calendar-period-button {
font-size: 14px;
font-weight: 500; }
.mat-calendar-table-header th {
font-size: 11px;
font-weight: 400; }
.mat-dialog-title {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }
.mat-expansion-panel-header {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 15px;
font-weight: 400; }
.mat-expansion-panel-content {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-form-field {
font-size: inherit;
font-weight: 400;
line-height: 1.125;
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-form-field-wrapper {
padding-bottom: 1.34375em; }
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
font-size: 150%;
line-height: 1.125; }
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
height: 1.5em;
width: 1.5em; }
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
height: 1.125em;
line-height: 1.125; }
.mat-form-field-infix {
padding: 0.5em 0;
border-top: 0.84375em solid transparent; }
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.34375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.34374em) scale(0.75);
width: 133.33334%; }
.mat-form-field-label-wrapper {
top: -0.84375em;
padding-top: 0.84375em; }
.mat-form-field-label {
top: 1.34375em; }
.mat-form-field-underline {
bottom: 1.34375em; }
.mat-form-field-subscript-wrapper {
font-size: 75%;
margin-top: 0.66667em;
top: calc(100% - 1.79167em); }
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
padding-bottom: 1.25em; }
.mat-form-field-appearance-legacy .mat-form-field-infix {
padding: 0.4375em 0; }
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
-ms-transform: translateY(-1.28125em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
-ms-transform: translateY(-1.28124em) scale(0.75);
width: 133.33334%; }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
-ms-transform: translateY(-1.28123em) scale(0.75);
width: 133.33335%; }
.mat-form-field-appearance-legacy .mat-form-field-label {
top: 1.28125em; }
.mat-form-field-appearance-legacy .mat-form-field-underline {
bottom: 1.25em; }
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
margin-top: 0.54167em;
top: calc(100% - 1.66667em); }
@media print {
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.28122em) scale(0.75); }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28121em) scale(0.75); }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.2812em) scale(0.75); } }
.mat-form-field-appearance-fill .mat-form-field-infix {
padding: 0.25em 0 0.75em 0; }
.mat-form-field-appearance-fill .mat-form-field-label {
top: 1.09375em;
margin-top: -0.5em; }
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-0.59375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-0.59374em) scale(0.75);
width: 133.33334%; }
.mat-form-field-appearance-outline .mat-form-field-infix {
padding: 1em 0 1em 0; }
.mat-form-field-appearance-outline .mat-form-field-label {
top: 1.84375em;
margin-top: -0.25em; }
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.59375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.59374em) scale(0.75);
width: 133.33334%; }
.mat-grid-tile-header,
.mat-grid-tile-footer {
font-size: 14px; }
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
font-size: 12px; }
input.mat-input-element {
margin-top: -0.0625em; }
.mat-menu-item {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 400; }
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px; }
.mat-radio-button {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select-trigger {
height: 1.125em; }
.mat-slide-toggle-content {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-slider-thumb-label-text {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 500; }
.mat-stepper-vertical, .mat-stepper-horizontal {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-step-label {
font-size: 14px;
font-weight: 400; }
.mat-step-sub-label-error {
font-weight: normal; }
.mat-step-label-error {
font-size: 14px; }
.mat-step-label-selected {
font-size: 14px;
font-weight: 500; }
.mat-tab-group {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-tab-label, .mat-tab-link {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0; }
.mat-tooltip {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 10px;
padding-top: 6px;
padding-bottom: 6px; }
.mat-tooltip-handset {
font-size: 14px;
padding-top: 8px;
padding-bottom: 8px; }
.mat-list-item {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list-option {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list-base .mat-list-item {
font-size: 16px; }
.mat-list-base .mat-list-item .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
font-size: 14px; }
.mat-list-base .mat-list-option {
font-size: 16px; }
.mat-list-base .mat-list-option .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
font-size: 14px; }
.mat-list-base .mat-subheader {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-list-base[dense] .mat-list-item {
font-size: 12px; }
.mat-list-base[dense] .mat-list-item .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
font-size: 12px; }
.mat-list-base[dense] .mat-list-option {
font-size: 12px; }
.mat-list-base[dense] .mat-list-option .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
font-size: 12px; }
.mat-list-base[dense] .mat-subheader {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 500; }
.mat-option {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 16px; }
.mat-optgroup-label {
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-simple-snackbar {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px; }
.mat-simple-snackbar-action {
line-height: 1;
font-family: inherit;
font-size: inherit;
font-weight: 500; }
.mat-tree {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-tree-node,
.mat-nested-tree-node {
font-weight: 400;
font-size: 14px; }
.mat-ripple {
overflow: hidden;
position: relative; }
.mat-ripple.mat-ripple-unbounded {
overflow: visible; }
.mat-ripple-element {
position: absolute;
border-radius: 50%;
pointer-events: none;
transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
transform: scale(0); }
@media (-ms-high-contrast: active) {
.mat-ripple-element {
display: none; } }
.cdk-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none; }
.cdk-overlay-container, .cdk-global-overlay-wrapper {
pointer-events: none;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.cdk-overlay-container {
position: fixed;
z-index: 1000; }
.cdk-overlay-container:empty {
display: none; }
.cdk-global-overlay-wrapper {
display: flex;
position: absolute;
z-index: 1000; }
.cdk-overlay-pane {
position: absolute;
pointer-events: auto;
box-sizing: border-box;
z-index: 1000;
display: flex;
max-width: 100%;
max-height: 100%; }
.cdk-overlay-backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
pointer-events: auto;
-webkit-tap-highlight-color: transparent;
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
opacity: 0; }
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 1; }
@media screen and (-ms-high-contrast: active) {
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 0.6; } }
.cdk-overlay-dark-backdrop {
background: rgba(0, 0, 0, 0.32); }
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
opacity: 0; }
.cdk-overlay-connected-position-bounding-box {
position: absolute;
z-index: 1000;
display: flex;
flex-direction: column;
min-width: 1px;
min-height: 1px; }
.cdk-global-scrollblock {
position: fixed;
width: 100%;
overflow-y: scroll; }
@keyframes cdk-text-field-autofill-start {
/*!*/ }
@keyframes cdk-text-field-autofill-end {
/*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
animation-name: cdk-text-field-autofill-start; }
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
animation-name: cdk-text-field-autofill-end; }
textarea.cdk-textarea-autosize {
resize: none; }
textarea.cdk-textarea-autosize-measuring {
height: auto !important;
overflow: hidden !important;
padding: 2px 0 !important;
box-sizing: content-box !important; }
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
.mat-badge-content {
font-weight: 600;
font-size: 12px;
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-badge-small .mat-badge-content {
font-size: 6px; }
.mat-badge-large .mat-badge-content {
font-size: 24px; }
.mat-h1, .mat-headline, .mat-typography h1 {
font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h2, .mat-title, .mat-typography h2 {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h3, .mat-subheading-2, .mat-typography h3 {
font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h4, .mat-subheading-1, .mat-typography h4 {
font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 16px; }
.mat-h5, .mat-typography h5 {
font: 400 11.62px/20px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 12px; }
.mat-h6, .mat-typography h6 {
font: 400 9.38px/20px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 12px; }
.mat-body-strong, .mat-body-2 {
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-body, .mat-body-1, .mat-typography {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-body p, .mat-body-1 p, .mat-typography p {
margin: 0 0 12px; }
.mat-small, .mat-caption {
font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-display-4, .mat-typography .mat-display-4 {
font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 56px;
letter-spacing: -0.05em; }
.mat-display-3, .mat-typography .mat-display-3 {
font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px;
letter-spacing: -0.02em; }
.mat-display-2, .mat-typography .mat-display-2 {
font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px;
letter-spacing: -0.005em; }
.mat-display-1, .mat-typography .mat-display-1 {
font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
margin: 0 0 64px; }
.mat-bottom-sheet-container {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-button-toggle {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-card-title {
font-size: 24px;
font-weight: 500; }
.mat-card-header .mat-card-title {
font-size: 20px; }
.mat-card-subtitle,
.mat-card-content {
font-size: 14px; }
.mat-checkbox {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-checkbox-layout .mat-checkbox-label {
line-height: 24px; }
.mat-chip {
font-size: 14px;
font-weight: 500; }
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
font-size: 18px; }
.mat-table {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-header-cell {
font-size: 12px;
font-weight: 500; }
.mat-cell, .mat-footer-cell {
font-size: 14px; }
.mat-calendar {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-calendar-body {
font-size: 13px; }
.mat-calendar-body-label,
.mat-calendar-period-button {
font-size: 14px;
font-weight: 500; }
.mat-calendar-table-header th {
font-size: 11px;
font-weight: 400; }
.mat-dialog-title {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif; }
.mat-expansion-panel-header {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 15px;
font-weight: 400; }
.mat-expansion-panel-content {
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
.mat-form-field {
font-size: inherit;
font-weight: 400;
line-height: 1.125;
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-form-field-wrapper {
padding-bottom: 1.34375em; }
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
font-size: 150%;
line-height: 1.125; }
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
height: 1.5em;
width: 1.5em; }
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
height: 1.125em;
line-height: 1.125; }
.mat-form-field-infix {
padding: 0.5em 0;
border-top: 0.84375em solid transparent; }
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.34375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.34374em) scale(0.75);
width: 133.33334%; }
.mat-form-field-label-wrapper {
top: -0.84375em;
padding-top: 0.84375em; }
.mat-form-field-label {
top: 1.34375em; }
.mat-form-field-underline {
bottom: 1.34375em; }
.mat-form-field-subscript-wrapper {
font-size: 75%;
margin-top: 0.66667em;
top: calc(100% - 1.79167em); }
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
padding-bottom: 1.25em; }
.mat-form-field-appearance-legacy .mat-form-field-infix {
padding: 0.4375em 0; }
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
-ms-transform: translateY(-1.28125em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
-ms-transform: translateY(-1.28124em) scale(0.75);
width: 133.33334%; }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
-ms-transform: translateY(-1.28123em) scale(0.75);
width: 133.33335%; }
.mat-form-field-appearance-legacy .mat-form-field-label {
top: 1.28125em; }
.mat-form-field-appearance-legacy .mat-form-field-underline {
bottom: 1.25em; }
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
margin-top: 0.54167em;
top: calc(100% - 1.66667em); }
@media print {
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.28122em) scale(0.75); }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.28121em) scale(0.75); }
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.2812em) scale(0.75); } }
.mat-form-field-appearance-fill .mat-form-field-infix {
padding: 0.25em 0 0.75em 0; }
.mat-form-field-appearance-fill .mat-form-field-label {
top: 1.09375em;
margin-top: -0.5em; }
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-0.59375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-0.59374em) scale(0.75);
width: 133.33334%; }
.mat-form-field-appearance-outline .mat-form-field-infix {
padding: 1em 0 1em 0; }
.mat-form-field-appearance-outline .mat-form-field-label {
top: 1.84375em;
margin-top: -0.25em; }
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
transform: translateY(-1.59375em) scale(0.75);
width: 133.33333%; }
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper
.mat-form-field-label {
transform: translateY(-1.59374em) scale(0.75);
width: 133.33334%; }
.mat-grid-tile-header,
.mat-grid-tile-footer {
font-size: 14px; }
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
font-size: 12px; }
input.mat-input-element {
margin-top: -0.0625em; }
.mat-menu-item {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 400; }
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px; }
.mat-radio-button {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-select-trigger {
height: 1.125em; }
.mat-slide-toggle-content {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-slider-thumb-label-text {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 500; }
.mat-stepper-vertical, .mat-stepper-horizontal {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-step-label {
font-size: 14px;
font-weight: 400; }
.mat-step-sub-label-error {
font-weight: normal; }
.mat-step-label-error {
font-size: 14px; }
.mat-step-label-selected {
font-size: 14px;
font-weight: 500; }
.mat-tab-group {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-tab-label, .mat-tab-link {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
margin: 0; }
.mat-tooltip {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 10px;
padding-top: 6px;
padding-bottom: 6px; }
.mat-tooltip-handset {
font-size: 14px;
padding-top: 8px;
padding-bottom: 8px; }
.mat-list-item {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list-option {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-list-base .mat-list-item {
font-size: 16px; }
.mat-list-base .mat-list-item .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
font-size: 14px; }
.mat-list-base .mat-list-option {
font-size: 16px; }
.mat-list-base .mat-list-option .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
font-size: 14px; }
.mat-list-base .mat-subheader {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 500; }
.mat-list-base[dense] .mat-list-item {
font-size: 12px; }
.mat-list-base[dense] .mat-list-item .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
font-size: 12px; }
.mat-list-base[dense] .mat-list-option {
font-size: 12px; }
.mat-list-base[dense] .mat-list-option .mat-line {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: block;
box-sizing: border-box; }
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
font-size: 12px; }
.mat-list-base[dense] .mat-subheader {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 12px;
font-weight: 500; }
.mat-option {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 16px; }
.mat-optgroup-label {
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
.mat-simple-snackbar {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-size: 14px; }
.mat-simple-snackbar-action {
line-height: 1;
font-family: inherit;
font-size: inherit;
font-weight: 500; }
.mat-tree {
font-family: Roboto, "Helvetica Neue", sans-serif; }
.mat-tree-node,
.mat-nested-tree-node {
font-weight: 400;
font-size: 14px; }
.mat-ripple {
overflow: hidden;
position: relative; }
.mat-ripple.mat-ripple-unbounded {
overflow: visible; }
.mat-ripple-element {
position: absolute;
border-radius: 50%;
pointer-events: none;
transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
transform: scale(0); }
@media (-ms-high-contrast: active) {
.mat-ripple-element {
display: none; } }
.cdk-visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
outline: 0;
-webkit-appearance: none;
-moz-appearance: none; }
.cdk-overlay-container, .cdk-global-overlay-wrapper {
pointer-events: none;
top: 0;
left: 0;
height: 100%;
width: 100%; }
.cdk-overlay-container {
position: fixed;
z-index: 1000; }
.cdk-overlay-container:empty {
display: none; }
.cdk-global-overlay-wrapper {
display: flex;
position: absolute;
z-index: 1000; }
.cdk-overlay-pane {
position: absolute;
pointer-events: auto;
box-sizing: border-box;
z-index: 1000;
display: flex;
max-width: 100%;
max-height: 100%; }
.cdk-overlay-backdrop {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 1000;
pointer-events: auto;
-webkit-tap-highlight-color: transparent;
transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
opacity: 0; }
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 1; }
@media screen and (-ms-high-contrast: active) {
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
opacity: 0.6; } }
.cdk-overlay-dark-backdrop {
background: rgba(0, 0, 0, 0.32); }
.cdk-overlay-transparent-backdrop, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
opacity: 0; }
.cdk-overlay-connected-position-bounding-box {
position: absolute;
z-index: 1000;
display: flex;
flex-direction: column;
min-width: 1px;
min-height: 1px; }
.cdk-global-scrollblock {
position: fixed;
width: 100%;
overflow-y: scroll; }
@keyframes cdk-text-field-autofill-start {
/*!*/ }
@keyframes cdk-text-field-autofill-end {
/*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
animation-name: cdk-text-field-autofill-start; }
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
animation-name: cdk-text-field-autofill-end; }
textarea.cdk-textarea-autosize {
resize: none; }
textarea.cdk-textarea-autosize-measuring {
height: auto !important;
overflow: hidden !important;
padding: 2px 0 !important;
box-sizing: content-box !important; }
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
body .xmat-animated-height {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.15s linear;
-o-transition: max-height 0.15s linear;
transition: max-height 0.15s linear; }
body .xmat-animated-height.xmat-animated-height-in {
max-height: 9999px; }
body .xmat-cursor-pointer {
cursor: pointer; }
body .xmat-debug {
display: none !important; }
body .xmat-ellipsis {
text-overflow: ellipsis;
white-space: nowrap;
max-width: 100%;
overflow: hidden; }
body .xmat-margin-auto {
margin: auto; }
body .xmat-overflow-hidden {
overflow: hidden; }
body .xmat-opacity-half {
opacity: 0.5; }
body .xmat-position-relative {
position: relative; }
body .xmat-required:after {
content: "*";
margin-left: 5px;
color: red; }
body .xmat-float-left {
float: left; }
body .xmat-float-none {
float: none; }
body .xmat-float-right {
float: right; }
body .xmat-padding-top-0 {
padding-top: 0px; }
body .xmat-padding-top-10 {
padding-top: 10px; }
body .xmat-padding-top-20 {
padding-top: 20px; }
body .xmat-padding-top-30 {
padding-top: 30px; }
body .xmat-padding-top-40 {
padding-top: 40px; }
body .xmat-padding-top-50 {
padding-top: 50px; }
body .xmat-padding-top-1x {
padding-top: 8px; }
body .xmat-padding-top-2x {
padding-top: 16px; }
body .xmat-padding-top-3x {
padding-top: 24px; }
body .xmat-padding-top-4x {
padding-top: 32px; }
body .xmat-padding-right-0 {
padding-right: 0px; }
body .xmat-padding-right-10 {
padding-right: 10px; }
body .xmat-padding-right-20 {
padding-right: 20px; }
body .xmat-padding-right-30 {
padding-right: 30px; }
body .xmat-padding-right-40 {
padding-right: 40px; }
body .xmat-padding-right-50 {
padding-right: 50px; }
body .xmat-padding-right-1x {
padding-right: 8px; }
body .xmat-padding-right-2x {
padding-right: 16px; }
body .xmat-padding-right-3x {
padding-right: 24px; }
body .xmat-padding-right-4x {
padding-right: 32px; }
body .xmat-padding-bottom-0 {
padding-bottom: 0px; }
body .xmat-padding-bottom-10 {
padding-bottom: 10px; }
body .xmat-padding-bottom-20 {
padding-bottom: 20px; }
body .xmat-padding-bottom-30 {
padding-bottom: 30px; }
body .xmat-padding-bottom-40 {
padding-bottom: 40px; }
body .xmat-padding-bottom-50 {
padding-bottom: 50px; }
body .xmat-padding-bottom-1x {
padding-bottom: 8px; }
body .xmat-padding-bottom-2x {
padding-bottom: 16px; }
body .xmat-padding-bottom-3x {
padding-bottom: 24px; }
body .xmat-padding-bottom-4x {
padding-bottom: 32px; }
body .xmat-padding-left-0 {
padding-left: 0px; }
body .xmat-padding-left-10 {
padding-left: 10px; }
body .xmat-padding-left-20 {
padding-left: 20px; }
body .xmat-padding-left-30 {
padding-left: 30px; }
body .xmat-padding-left-40 {
padding-left: 40px; }
body .xmat-padding-left-50 {
padding-left: 50px; }
body .xmat-padding-left-1x {
padding-left: 8px; }
body .xmat-padding-left-2x {
padding-left: 16px; }
body .xmat-padding-left-3x {
padding-left: 24px; }
body .xmat-padding-left-4x {
padding-left: 32px; }
body .xmat-margin-top-0 {
margin-top: 0px; }
body .xmat-margin-top-10 {
margin-top: 10px; }
body .xmat-margin-top-20 {
margin-top: 20px; }
body .xmat-margin-top-30 {
margin-top: 30px; }
body .xmat-margin-top-40 {
margin-top: 40px; }
body .xmat-margin-top-50 {
margin-top: 50px; }
body .xmat-margin-top-1x {
margin-top: 8px; }
body .xmat-margin-top-2x {
margin-top: 16px; }
body .xmat-margin-top-3x {
margin-top: 24px; }
body .xmat-margin-top-4x {
margin-top: 32px; }
body .xmat-margin-right-0 {
margin-right: 0px; }
body .xmat-margin-right-10 {
margin-right: 10px; }
body .xmat-margin-right-20 {
margin-right: 20px; }
body .xmat-margin-right-30 {
margin-right: 30px; }
body .xmat-margin-right-40 {
margin-right: 40px; }
body .xmat-margin-right-50 {
margin-right: 50px; }
body .xmat-margin-right-1x {
margin-right: 8px; }
body .xmat-margin-right-2x {
margin-right: 16px; }
body .xmat-margin-right-3x {
margin-right: 24px; }
body .xmat-margin-right-4x {
margin-right: 32px; }
body .xmat-margin-bottom-0 {
margin-bottom: 0px; }
body .xmat-margin-bottom-10 {
margin-bottom: 10px; }
body .xmat-margin-bottom-20 {
margin-bottom: 20px; }
body .xmat-margin-bottom-30 {
margin-bottom: 30px; }
body .xmat-margin-bottom-40 {
margin-bottom: 40px; }
body .xmat-margin-bottom-50 {
margin-bottom: 50px; }
body .xmat-margin-bottom-1x {
margin-bottom: 8px; }
body .xmat-margin-bottom-2x {
margin-bottom: 16px; }
body .xmat-margin-bottom-3x {
margin-bottom: 24px; }
body .xmat-margin-bottom-4x {
margin-bottom: 32px; }
body .xmat-margin-left-0 {
margin-left: 0px; }
body .xmat-margin-left-10 {
margin-left: 10px; }
body .xmat-margin-left-20 {
margin-left: 20px; }
body .xmat-margin-left-30 {
margin-left: 30px; }
body .xmat-margin-left-40 {
margin-left: 40px; }
body .xmat-margin-left-50 {
margin-left: 50px; }
body .xmat-margin-left-1x {
margin-left: 8px; }
body .xmat-margin-left-2x {
margin-left: 16px; }
body .xmat-margin-left-3x {
margin-left: 24px; }
body .xmat-margin-left-4x {
margin-left: 32px; }
body .xmat-padding-1x {
padding: 8px; }
body .xmat-padding-2x {
padding: 16px; }
body .xmat-padding-3x {
padding: 24px; }
body .xmat-padding-4x {
padding: 32px; }
body .xmat-no-padding {
padding: 0; }
body .xmat-margin-1x {
margin: 8px; }
body .xmat-margin-2x {
margin: 16px; }
body .xmat-margin-3x {
margin: 24px; }
body .xmat-margin-4x {
margin: 32px; }
body .xmat-no-margin {
margin: 0; }
body .xmat-scale-25 {
transform: scale(0.25); }
body .xmat-scale-30 {
transform: scale(0.3); }
body .xmat-scale-35 {
transform: scale(0.35); }
body .xmat-scale-40 {
transform: scale(0.4); }
body .xmat-scale-45 {
transform: scale(0.45); }
body .xmat-scale-50 {
transform: scale(0.5); }
body .xmat-scale-55 {
transform: scale(0.55); }
body .xmat-scale-60 {
transform: scale(0.6); }
body .xmat-scale-65 {
transform: scale(0.65); }
body .xmat-scale-70 {
transform: scale(0.7); }
body .xmat-scale-75 {
transform: scale(0.75); }
body .xmat-flex-align-start {
align-items: start; }
body .xmat-flex-justify-start {
justify-content: start; }
body .xmat-flex-align-center {
align-items: center; }
body .xmat-flex-justify-center {
justify-content: center; }
body .xmat-flex-align-end {
align-items: end; }
body .xmat-flex-justify-end {
justify-content: end; }
body .xmat-row {
display: block;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 10px;
box-sizing: border-box; }
body .xmat-row:before {
display: table;
content: " "; }
body .xmat-row:after {
display: table;
content: " ";
clear: both; }
body .xmat-row.xmat-row-noMarginLeft {
margin-left: 0; }
body .xmat-row.xmat-row-noSideMargin {
margin-left: 0;
margin-right: 0; }
body .xmat-row.xmat-row-noMarginBottom {
margin-bottom: 0; }
body .xmat-row.xmat-row-noMargin {
margin-left: 0;
margin-right: 0;
margin-bottom: 0; }
body .xmat-col-1 {
width: 8.33333%; }
body .xmat-col-2 {
width: 16.66667%; }
body .xmat-col-3 {
width: 25%; }
body .xmat-col-4 {
width: 33.33333%; }
body .xmat-col-5 {
width: 41.66667%; }
body .xmat-col-6 {
width: 50%; }
body .xmat-col-7 {
width: 58.33333%; }
body .xmat-col-8 {
width: 66.66667%; }
body .xmat-col-9 {
width: 75%; }
body .xmat-col-10 {
width: 83.33333%; }
body .xmat-col-11 {
width: 91.66667%; }
body .xmat-col-12 {
width: 100%; }
body .xmat-col-1, body .xmat-col-2, body .xmat-col-3, body .xmat-col-4, body .xmat-col-5, body .xmat-col-6, body .xmat-col-7, body .xmat-col-8, body .xmat-col-9, body .xmat-col-10, body .xmat-col-11, body .xmat-col-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
float: left;
margin: 0;
box-sizing: border-box; }
body .xmat-col-noPadding {
padding: 0; }
body .xmat-col-noPaddingLeft {
padding-left: 0; }
body .xmat-col-noPaddingRight {
padding-right: 0; }
body mat-table.debug mat-header-cell.mat-header-cell, body mat-table.debug mat-cell.mat-cell {
border: 1px solid #d32f2f; }
body mat-table mat-cell.mat-cell, body mat-table mat-header-cell.mat-header-cell {
overflow: visible; }
body mat-form-field.autoWidth {
min-width: 140px; }
body mat-form-field.autoWidth > div.mat-input-wrapper > div.mat-input-flex > div.mat-input-infix {
width: auto; }
body mat-form-field.invert .mat-form-field-underline {
background-color: rgba(255, 255, 255, 0.75); }
body mat-form-field.invert input.mat-input-element, body mat-form-field.invert label.mat-form-field-placeholder {
color: #FFFFFF; }
body mat-form-field.invert.mat-form-field-disabled {
opacity: 0.2; }
body mat-form-field.invert.mat-form-field-disabled input.mat-input-element {
cursor: not-allowed; }
body mat-form-field .mat-form-field-prefix mat-icon.mat-icon.matPrefixSmall {
font-size: 100%;
margin-right: 10px; }
body snack-bar-container.xmat-snack-success {
border-top: 5px solid #388e3c; }
body snack-bar-container.xmat-snack-fail {
border-top: 5px solid #d32f2f; }
body .xmat-action {
cursor: pointer; }
body .xmat-action.disabled {
opacity: 0.5;
pointer-events: none;
position: relative; }
body .xmat-action.disabled:after {
content: " ";
position: absolute;
background-color: transparent;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%; }
body .xmat-action.mat-accent {
color: #daeeff; }
body .xmat-action.mat-warn {
color: #f44336; }
body .xmat-action.mat-primary {
color: #2d6da3; }
body .xmat-badge-content {
color: white;
background: #2d6da3; }
body .xmat-badge-accent .xmat-badge-content {
background: #daeeff;
color: rgba(0, 0, 0, 0.87); }
body .xmat-badge-warn .xmat-badge-content {
color: white;
background: #f44336; }
body .xmat-badge {
position: relative; }
body .xmat-badge-hidden .xmat-badge-content {
display: none; }
body .xmat-badge-content {
position: absolute;
text-align: center;
display: inline-block;
border-radius: 50%;
transition: transform 200ms ease-in-out;
transform: scale(0.6);
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
pointer-events: none; }
body .xmat-badge-content.xmat-badge-active {
transform: none; }
body .xmat-badge-small .xmat-badge-content {
width: 16px;
height: 16px;
line-height: 16px; }
@media (-ms-high-contrast: active) {
body .xmat-badge-small .xmat-badge-content {
outline: solid 1px;
border-radius: 0; } }
body .xmat-badge-small.xmat-badge-above .xmat-badge-content {
top: -8px; }
body .xmat-badge-small.xmat-badge-below .xmat-badge-content {
bottom: -8px; }
body .xmat-badge-small.xmat-badge-before .xmat-badge-content {
left: -16px; }
[dir='rtl'] body .xmat-badge-small.xmat-badge-before .xmat-badge-content {
left: auto;
right: -16px; }
body .xmat-badge-small.xmat-badge-after .xmat-badge-content {
right: -16px; }
[dir='rtl'] body .xmat-badge-small.xmat-badge-after .xmat-badge-content {
right: auto;
left: -16px; }
body .xmat-badge-small.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: -8px; }
[dir='rtl'] body .xmat-badge-small.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: auto;
right: -8px; }
body .xmat-badge-small.xmat-badge-overlap.xmat-badge-after .xmat-badge-content {
right: -8px; }
[dir='rtl'] body .xmat-badge-small.xmat-badge-overlap.xmat-badge-after .xmat-badge-content {
right: auto;
left: -8px; }
body .xmat-badge-medium .xmat-badge-content {
width: 22px;
height: 22px;
line-height: 22px; }
@media (-ms-high-contrast: active) {
body .xmat-badge-medium .xmat-badge-content {
outline: solid 1px;
border-radius: 0; } }
body .xmat-badge-medium.xmat-badge-above .xmat-badge-content {
top: -11px; }
body .xmat-badge-medium.xmat-badge-below .xmat-badge-content {
bottom: -11px; }
body .xmat-badge-medium.xmat-badge-before .xmat-badge-content {
left: -22px; }
[dir='rtl'] body .xmat-badge-medium.xmat-badge-before .xmat-badge-content {
left: auto;
right: -22px; }
body .xmat-badge-medium.xmat-badge-after .xmat-badge-content {
right: -22px; }
[dir='rtl'] body .xmat-badge-medium.xmat-badge-after .xmat-badge-content {
right: auto;
left: -22px; }
body .xmat-badge-medium.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: -11px; }
[dir='rtl'] body .xmat-badge-medium.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: auto;
right: -11px; }
body .xmat-badge-medium.xmat-badge-overlap.xmat-badge-after .xmat-badge-content {
right: -11px; }
[dir='rtl'] body .xmat-badge-medium.xmat-badge-overlap.xmat-badge-after .xmat-badge-content {
right: auto;
left: -11px; }
body .xmat-badge-large .xmat-badge-content {
width: 28px;
height: 28px;
line-height: 28px; }
@media (-ms-high-contrast: active) {
body .xmat-badge-large .xmat-badge-content {
outline: solid 1px;
border-radius: 0; } }
body .xmat-badge-large.xmat-badge-above .xmat-badge-content {
top: -14px; }
body .xmat-badge-large.xmat-badge-below .xmat-badge-content {
bottom: -14px; }
body .xmat-badge-large.xmat-badge-before .xmat-badge-content {
left: -28px; }
[dir='rtl'] body .xmat-badge-large.xmat-badge-before .xmat-badge-content {
left: auto;
right: -28px; }
body .xmat-badge-large.xmat-badge-after .xmat-badge-content {
right: -28px; }
[dir='rtl'] body .xmat-badge-large.xmat-badge-after .xmat-badge-content {
right: auto;
left: -28px; }
body .xmat-badge-large.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: -14px; }
[dir='rtl'] body .xmat-badge-large.xmat-badge-overlap.xmat-badge-before .xmat-badge-content {
left: auto;
rig