mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* First steps * Every package have separate entry points for styling mixins * Moving to config dir, and using it in demo shell * Remove webpack config include path magic from activiti-form package * Fixing all the webpack common configs and using relative paths in the prebuilt themes * Datatable header fix * Update documentation
2820 lines
79 KiB
CSS
2820 lines
79 KiB
CSS
/* ANIMATION */
|
|
/* ANIMATION */
|
|
/**
|
|
* Applies styles for users in high contrast mode. Note that this only applies
|
|
* to Microsoft browsers. Chrome can be included by checking for the `html[hc]`
|
|
* attribute, however Chrome handles high contrast differently.
|
|
*/
|
|
/* Theme for the ripple elements.*/
|
|
/** The mixins below are shared between md-menu and md-select */
|
|
/**
|
|
* This mixin adds the correct panel transform styles based
|
|
* on the direction that the menu panel opens.
|
|
*/
|
|
/* stylelint-disable material/no-prefixes */
|
|
/* stylelint-enable */
|
|
/**
|
|
* This mixin contains shared option styles between the select and
|
|
* autocomplete components.
|
|
*/
|
|
/* ANIMATION */
|
|
.mat-elevation-z0 {
|
|
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z1 {
|
|
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z2 {
|
|
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z3 {
|
|
box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z4 {
|
|
box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z5 {
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z6 {
|
|
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z7 {
|
|
box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z8 {
|
|
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z9 {
|
|
box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z10 {
|
|
box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z11 {
|
|
box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z12 {
|
|
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z13 {
|
|
box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z14 {
|
|
box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z15 {
|
|
box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z16 {
|
|
box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z17 {
|
|
box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z18 {
|
|
box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z19 {
|
|
box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z20 {
|
|
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z21 {
|
|
box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z22 {
|
|
box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z23 {
|
|
box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-elevation-z24 {
|
|
box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }
|
|
|
|
.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-size: 11.62px;
|
|
font-weight: 400;
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
line-height: 20px;
|
|
margin: 0 0 12px; }
|
|
|
|
.mat-h6, .mat-typography h6 {
|
|
font-size: 9.38px;
|
|
font-weight: 400;
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
line-height: 20px;
|
|
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-button, .mat-raised-button, .mat-icon-button {
|
|
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: 400; }
|
|
|
|
.mat-card-subtitle,
|
|
.mat-card-content,
|
|
.mat-card-header .mat-card-title {
|
|
font-size: 14px; }
|
|
|
|
.mat-checkbox {
|
|
font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.mat-checkbox-layout .mat-checkbox-label {
|
|
line-height: 24px; }
|
|
|
|
.mat-chip:not(.mat-basic-chip) {
|
|
font-size: 13px;
|
|
line-height: 16px; }
|
|
|
|
.mat-header-cell {
|
|
font-size: 12px;
|
|
font-weight: 500; }
|
|
|
|
.mat-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-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; }
|
|
|
|
.mat-input-container {
|
|
font: 400 inherit/1.125 Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.mat-input-wrapper {
|
|
padding-bottom: 1.29688em; }
|
|
|
|
.mat-input-prefix .mat-icon,
|
|
.mat-input-prefix .mat-datepicker-toggle,
|
|
.mat-input-suffix .mat-icon,
|
|
.mat-input-suffix .mat-datepicker-toggle {
|
|
font-size: 150%; }
|
|
|
|
.mat-input-prefix .mat-icon-button,
|
|
.mat-input-suffix .mat-icon-button {
|
|
height: 1.5em;
|
|
width: 1.5em; }
|
|
.mat-input-prefix .mat-icon-button .mat-icon,
|
|
.mat-input-suffix .mat-icon-button .mat-icon {
|
|
line-height: 1.5; }
|
|
|
|
.mat-input-infix {
|
|
padding: 0.4375em 0;
|
|
border-top: 0.84375em solid transparent; }
|
|
|
|
.mat-input-element:-webkit-autofill + .mat-input-placeholder-wrapper .mat-float {
|
|
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
|
|
-ms-transform: translateY(-1.28125em) scale(0.75);
|
|
width: 133.33333%; }
|
|
|
|
.mat-input-placeholder-wrapper {
|
|
top: -0.84375em;
|
|
padding-top: 0.84375em; }
|
|
|
|
.mat-input-placeholder {
|
|
top: 1.28125em; }
|
|
.mat-input-placeholder.mat-float:not(.mat-empty), .mat-focused .mat-input-placeholder.mat-float {
|
|
transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
|
|
-ms-transform: translateY(-1.28125em) scale(0.75);
|
|
width: 133.33333%; }
|
|
|
|
.mat-input-underline {
|
|
bottom: 1.29688em; }
|
|
|
|
.mat-input-subscript-wrapper {
|
|
font-size: 75%;
|
|
margin-top: 0.60417em;
|
|
top: calc(100% - 1.72917em); }
|
|
|
|
.mat-menu-item {
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
font-size: 16px; }
|
|
|
|
.mat-paginator {
|
|
font-family: Roboto, "Helvetica Neue", sans-serif;
|
|
font-size: 12px; }
|
|
|
|
.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 {
|
|
font-size: 16px; }
|
|
|
|
.mat-slide-toggle-content {
|
|
font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.mat-slider-thumb-label-text {
|
|
font-size: 12px;
|
|
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-list-item {
|
|
font-family: Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.mat-list .mat-list-item, .mat-nav-list .mat-list-item {
|
|
font-size: 16px; }
|
|
.mat-list .mat-list-item .mat-line, .mat-nav-list .mat-list-item .mat-line {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
box-sizing: border-box; }
|
|
.mat-list .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list .mat-list-item .mat-line:nth-child(n+2) {
|
|
font-size: 14px; }
|
|
|
|
.mat-list .mat-subheader, .mat-nav-list .mat-subheader {
|
|
font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.mat-list[dense] .mat-list-item, .mat-nav-list[dense] .mat-list-item {
|
|
font-size: 12px; }
|
|
.mat-list[dense] .mat-list-item .mat-line, .mat-nav-list[dense] .mat-list-item .mat-line {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
box-sizing: border-box; }
|
|
.mat-list[dense] .mat-list-item .mat-line:nth-child(n+2), .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
|
|
font-size: 12px; }
|
|
|
|
.mat-list[dense] .mat-subheader, .mat-nav-list[dense] .mat-subheader {
|
|
font: 500 12px Roboto, "Helvetica Neue", sans-serif; }
|
|
|
|
.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-ripple {
|
|
overflow: hidden; }
|
|
|
|
.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); }
|
|
|
|
.mat-option {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
line-height: 48px;
|
|
height: 48px;
|
|
padding: 0 16px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
position: relative;
|
|
cursor: pointer;
|
|
outline: none; }
|
|
.mat-option[disabled] {
|
|
cursor: default; }
|
|
[dir='rtl'] .mat-option {
|
|
text-align: right; }
|
|
.mat-option .mat-icon {
|
|
margin-right: 16px; }
|
|
[dir='rtl'] .mat-option .mat-icon {
|
|
margin-left: 16px;
|
|
margin-right: 0; }
|
|
.mat-option[aria-disabled='true'] {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: default; }
|
|
.mat-optgroup .mat-option:not(.mat-option-multiple) {
|
|
padding-left: 32px; }
|
|
[dir='rtl'] .mat-optgroup .mat-option:not(.mat-option-multiple) {
|
|
padding-left: 16px;
|
|
padding-right: 32px; }
|
|
|
|
.mat-option-ripple {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
pointer-events: none; }
|
|
@media screen and (-ms-high-contrast: active) {
|
|
.mat-option-ripple {
|
|
opacity: 0.5; } }
|
|
|
|
.mat-option-pseudo-checkbox {
|
|
margin-right: 8px; }
|
|
[dir='rtl'] .mat-option-pseudo-checkbox {
|
|
margin-left: 8px;
|
|
margin-right: 0; }
|
|
|
|
.mat-optgroup-label {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
line-height: 48px;
|
|
height: 48px;
|
|
padding: 0 16px;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: default; }
|
|
.mat-optgroup-label[disabled] {
|
|
cursor: default; }
|
|
[dir='rtl'] .mat-optgroup-label {
|
|
text-align: right; }
|
|
.mat-optgroup-label .mat-icon {
|
|
margin-right: 16px; }
|
|
[dir='rtl'] .mat-optgroup-label .mat-icon {
|
|
margin-left: 16px;
|
|
margin-right: 0; }
|
|
|
|
.cdk-visually-hidden {
|
|
border: 0;
|
|
clip: rect(0 0 0 0);
|
|
height: 1px;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
position: absolute;
|
|
text-transform: none;
|
|
width: 1px; }
|
|
|
|
.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-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; }
|
|
|
|
.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: 0.48; }
|
|
|
|
.cdk-overlay-dark-backdrop {
|
|
background: rgba(0, 0, 0, 0.6); }
|
|
|
|
.cdk-overlay-transparent-backdrop {
|
|
background: none; }
|
|
|
|
.cdk-global-scrollblock {
|
|
position: fixed;
|
|
width: 100%;
|
|
overflow-y: scroll; }
|
|
|
|
.mat-ripple-element {
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
|
|
|
.mat-option {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
|
|
background: rgba(0, 0, 0, 0.04); }
|
|
.mat-option.mat-selected.mat-primary, .mat-primary .mat-option.mat-selected {
|
|
color: #3f51b5; }
|
|
.mat-option.mat-selected.mat-accent, .mat-accent .mat-option.mat-selected {
|
|
color: #ff4081; }
|
|
.mat-option.mat-selected.mat-warn, .mat-warn .mat-option.mat-selected {
|
|
color: #f44336; }
|
|
.mat-option.mat-selected:not(.mat-option-multiple) {
|
|
background: rgba(0, 0, 0, 0.04); }
|
|
.mat-option.mat-active {
|
|
background: rgba(0, 0, 0, 0.04);
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-option.mat-option-disabled {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-optgroup-label {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-optgroup-disabled .mat-optgroup-label {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-pseudo-checkbox {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
.mat-pseudo-checkbox::after {
|
|
color: #fafafa; }
|
|
|
|
.mat-pseudo-checkbox-checked.mat-primary,
|
|
.mat-pseudo-checkbox-indeterminate.mat-primary,
|
|
.mat-primary .mat-pseudo-checkbox-checked,
|
|
.mat-primary .mat-pseudo-checkbox-indeterminate {
|
|
background: #3f51b5; }
|
|
|
|
.mat-pseudo-checkbox-checked.mat-accent,
|
|
.mat-pseudo-checkbox-indeterminate.mat-accent,
|
|
.mat-accent .mat-pseudo-checkbox-checked,
|
|
.mat-accent .mat-pseudo-checkbox-indeterminate {
|
|
background: #ff4081; }
|
|
|
|
.mat-pseudo-checkbox-checked.mat-warn,
|
|
.mat-pseudo-checkbox-indeterminate.mat-warn,
|
|
.mat-warn .mat-pseudo-checkbox-checked,
|
|
.mat-warn .mat-pseudo-checkbox-indeterminate {
|
|
background: #f44336; }
|
|
|
|
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled, .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
|
|
background: #b0b0b0; }
|
|
|
|
.mat-app-background {
|
|
background-color: #fafafa; }
|
|
|
|
.mat-theme-loaded-marker {
|
|
display: none; }
|
|
|
|
.mat-autocomplete-panel {
|
|
background: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
|
|
background: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-button, .mat-icon-button {
|
|
background: transparent; }
|
|
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay {
|
|
background-color: rgba(63, 81, 181, 0.12); }
|
|
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay {
|
|
background-color: rgba(255, 64, 129, 0.12); }
|
|
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay {
|
|
background-color: rgba(244, 67, 54, 0.12); }
|
|
.mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay {
|
|
background-color: transparent; }
|
|
.mat-button.mat-primary, .mat-icon-button.mat-primary {
|
|
color: #3f51b5; }
|
|
.mat-button.mat-accent, .mat-icon-button.mat-accent {
|
|
color: #ff4081; }
|
|
.mat-button.mat-warn, .mat-icon-button.mat-warn {
|
|
color: #f44336; }
|
|
.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled] {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-raised-button, .mat-fab, .mat-mini-fab {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
background-color: white; }
|
|
.mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
.mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
|
|
color: white; }
|
|
.mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
|
|
color: white; }
|
|
.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
|
|
background-color: #3f51b5; }
|
|
.mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
|
|
background-color: #ff4081; }
|
|
.mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
|
|
background-color: #f44336; }
|
|
.mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
|
|
background-color: rgba(0, 0, 0, 0.12); }
|
|
.mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
|
|
background-color: rgba(255, 255, 255, 0.2); }
|
|
.mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
|
|
background-color: rgba(255, 255, 255, 0.2); }
|
|
.mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
|
|
background-color: rgba(255, 255, 255, 0.2); }
|
|
|
|
.mat-button.mat-primary .mat-ripple-element {
|
|
background-color: rgba(63, 81, 181, 0.1); }
|
|
|
|
.mat-button.mat-accent .mat-ripple-element {
|
|
background-color: rgba(255, 64, 129, 0.1); }
|
|
|
|
.mat-button.mat-warn .mat-ripple-element {
|
|
background-color: rgba(244, 67, 54, 0.1); }
|
|
|
|
.mat-icon-button.mat-primary .mat-ripple-element {
|
|
background-color: rgba(63, 81, 181, 0.2); }
|
|
|
|
.mat-icon-button.mat-accent .mat-ripple-element {
|
|
background-color: rgba(255, 64, 129, 0.2); }
|
|
|
|
.mat-icon-button.mat-warn .mat-ripple-element {
|
|
background-color: rgba(244, 67, 54, 0.2); }
|
|
|
|
.mat-button-toggle {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
|
|
background-color: rgba(0, 0, 0, 0.06); }
|
|
|
|
.mat-button-toggle-checked {
|
|
background-color: #e0e0e0;
|
|
color: black; }
|
|
|
|
.mat-button-toggle-disabled {
|
|
background-color: #eeeeee;
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.mat-button-toggle-disabled.mat-button-toggle-checked {
|
|
background-color: #bdbdbd; }
|
|
|
|
.mat-card {
|
|
background: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-card-subtitle {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-checkbox-frame {
|
|
border-color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-checkbox-checkmark {
|
|
fill: #fafafa; }
|
|
|
|
.mat-checkbox-checkmark-path {
|
|
stroke: #fafafa !important; }
|
|
|
|
.mat-checkbox-mixedmark {
|
|
background-color: #fafafa; }
|
|
|
|
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
|
background-color: #ff4081; }
|
|
|
|
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
|
|
background-color: #f44336; }
|
|
|
|
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
|
|
background-color: #b0b0b0; }
|
|
|
|
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
|
|
border-color: #b0b0b0; }
|
|
|
|
.mat-checkbox-disabled .mat-checkbox-label {
|
|
color: #b0b0b0; }
|
|
|
|
.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
|
|
background-color: rgba(63, 81, 181, 0.26); }
|
|
|
|
.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
|
|
background-color: rgba(255, 64, 129, 0.26); }
|
|
|
|
.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
|
|
background-color: rgba(244, 67, 54, 0.26); }
|
|
|
|
.mat-chip:not(.mat-basic-chip) {
|
|
background-color: #e0e0e0;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-chip.mat-chip-selected:not(.mat-basic-chip) {
|
|
background-color: #808080;
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
.mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-primary {
|
|
background-color: #3f51b5;
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
.mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-accent {
|
|
background-color: #ff4081;
|
|
color: white; }
|
|
.mat-chip.mat-chip-selected:not(.mat-basic-chip).mat-warn {
|
|
background-color: #f44336;
|
|
color: white; }
|
|
|
|
.mat-table {
|
|
background: white; }
|
|
|
|
.mat-row, .mat-header-row {
|
|
border-bottom-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-header-cell {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-cell {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-datepicker-content {
|
|
background-color: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-calendar-arrow {
|
|
border-top-color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-calendar-next-button,
|
|
.mat-calendar-previous-button {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-calendar-table-header {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-calendar-table-header-divider::after {
|
|
background: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-calendar-body-label {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-calendar-body-cell-content {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
border-color: transparent; }
|
|
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
|
|
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
|
|
background-color: rgba(0, 0, 0, 0.04); }
|
|
|
|
.mat-calendar-body-selected {
|
|
background-color: #3f51b5;
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
|
|
.mat-calendar-body-disabled > .mat-calendar-body-selected {
|
|
background-color: rgba(63, 81, 181, 0.4); }
|
|
|
|
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
|
|
border-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-calendar-body-today.mat-calendar-body-selected {
|
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.87); }
|
|
|
|
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
|
|
border-color: rgba(0, 0, 0, 0.18); }
|
|
|
|
.mat-dialog-container {
|
|
background: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-expansion-panel {
|
|
background: white;
|
|
color: black; }
|
|
|
|
.mat-action-row {
|
|
border-top-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-expansion-panel-header:focus,
|
|
.mat-expansion-panel-header:hover {
|
|
background: rgba(0, 0, 0, 0.04); }
|
|
|
|
.mat-expansion-panel-header-title {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-expansion-panel-header-description {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-expansion-indicator::after {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-icon.mat-primary {
|
|
color: #3f51b5; }
|
|
|
|
.mat-icon.mat-accent {
|
|
color: #ff4081; }
|
|
|
|
.mat-icon.mat-warn {
|
|
color: #f44336; }
|
|
|
|
.mat-input-placeholder {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-focused .mat-input-placeholder {
|
|
color: #3f51b5; }
|
|
.mat-focused .mat-input-placeholder.mat-accent {
|
|
color: #ff4081; }
|
|
.mat-focused .mat-input-placeholder.mat-warn {
|
|
color: #f44336; }
|
|
|
|
.mat-input-element:disabled {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placeholder-required,
|
|
.mat-focused .mat-input-placeholder.mat-float .mat-placeholder-required {
|
|
color: #ff4081; }
|
|
|
|
.mat-input-underline {
|
|
background-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-input-ripple {
|
|
background-color: #3f51b5; }
|
|
.mat-input-ripple.mat-accent {
|
|
background-color: #ff4081; }
|
|
.mat-input-ripple.mat-warn {
|
|
background-color: #f44336; }
|
|
|
|
.mat-input-invalid .mat-input-placeholder {
|
|
color: #f44336; }
|
|
.mat-input-invalid .mat-input-placeholder.mat-accent,
|
|
.mat-input-invalid .mat-input-placeholder.mat-float .mat-placeholder-required {
|
|
color: #f44336; }
|
|
|
|
.mat-input-invalid .mat-input-ripple {
|
|
background-color: #f44336; }
|
|
|
|
.mat-input-error {
|
|
color: #f44336; }
|
|
|
|
.mat-list .mat-list-item, .mat-nav-list .mat-list-item {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-list .mat-subheader, .mat-nav-list .mat-subheader {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-divider {
|
|
border-top-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-nav-list .mat-list-item {
|
|
outline: none; }
|
|
.mat-nav-list .mat-list-item:hover, .mat-nav-list .mat-list-item.mat-list-item-focus {
|
|
background: rgba(0, 0, 0, 0.04); }
|
|
|
|
.mat-menu-content {
|
|
background: white; }
|
|
|
|
.mat-menu-item {
|
|
background: transparent;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-menu-item[disabled] {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.mat-menu-item .mat-icon {
|
|
color: rgba(0, 0, 0, 0.54);
|
|
vertical-align: middle; }
|
|
.mat-menu-item:hover:not([disabled]), .mat-menu-item:focus:not([disabled]) {
|
|
background: rgba(0, 0, 0, 0.04); }
|
|
|
|
.mat-paginator {
|
|
background: white; }
|
|
|
|
.mat-paginator,
|
|
.mat-paginator-page-size .mat-select-trigger {
|
|
color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-paginator-increment,
|
|
.mat-paginator-decrement {
|
|
border-top: 2px solid rgba(0, 0, 0, 0.54);
|
|
border-right: 2px solid rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-icon-button[disabled] .mat-paginator-increment,
|
|
.mat-icon-button[disabled] .mat-paginator-decrement {
|
|
border-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-progress-bar-background {
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23c5cae9%27%2F%3E%3C%2Fsvg%3E"); }
|
|
|
|
.mat-progress-bar-buffer {
|
|
background-color: #c5cae9; }
|
|
|
|
.mat-progress-bar-fill::after {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-progress-bar.mat-accent .mat-progress-bar-background {
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ff80ab%27%2F%3E%3C%2Fsvg%3E"); }
|
|
|
|
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
|
|
background-color: #ff80ab; }
|
|
|
|
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
|
|
background-color: #ff4081; }
|
|
|
|
.mat-progress-bar.mat-warn .mat-progress-bar-background {
|
|
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23ffcdd2%27%2F%3E%3C%2Fsvg%3E"); }
|
|
|
|
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
|
|
background-color: #ffcdd2; }
|
|
|
|
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
|
|
background-color: #f44336; }
|
|
|
|
.mat-progress-spinner path, .mat-spinner path {
|
|
stroke: #3f51b5; }
|
|
|
|
.mat-progress-spinner.mat-accent path, .mat-spinner.mat-accent path {
|
|
stroke: #ff4081; }
|
|
|
|
.mat-progress-spinner.mat-warn path, .mat-spinner.mat-warn path {
|
|
stroke: #f44336; }
|
|
|
|
.mat-radio-outer-circle {
|
|
border-color: rgba(0, 0, 0, 0.54); }
|
|
|
|
.mat-radio-disabled .mat-radio-outer-circle {
|
|
border-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-radio-disabled .mat-radio-ripple .mat-ripple-element, .mat-radio-disabled .mat-radio-inner-circle {
|
|
background-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-radio-disabled .mat-radio-label-content {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
|
|
border-color: #3f51b5; }
|
|
|
|
.mat-radio-button.mat-primary .mat-radio-inner-circle {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
|
|
background-color: rgba(63, 81, 181, 0.26); }
|
|
|
|
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
|
|
border-color: #ff4081; }
|
|
|
|
.mat-radio-button.mat-accent .mat-radio-inner-circle {
|
|
background-color: #ff4081; }
|
|
|
|
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
|
|
background-color: rgba(255, 64, 129, 0.26); }
|
|
|
|
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
|
|
border-color: #f44336; }
|
|
|
|
.mat-radio-button.mat-warn .mat-radio-inner-circle {
|
|
background-color: #f44336; }
|
|
|
|
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
|
|
background-color: rgba(244, 67, 54, 0.26); }
|
|
|
|
.mat-select-trigger,
|
|
.mat-select-arrow {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-select-underline {
|
|
background-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-select-disabled .mat-select-value,
|
|
.mat-select-arrow,
|
|
.mat-select-trigger {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-select-content, .mat-select-panel-done-animating {
|
|
background: white; }
|
|
|
|
.mat-select-value {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-arrow {
|
|
color: #3f51b5; }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-primary .mat-select-underline {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-arrow {
|
|
color: #ff4081; }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-accent .mat-select-underline {
|
|
background-color: #ff4081; }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-trigger, .mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-arrow,
|
|
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-trigger,
|
|
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-arrow {
|
|
color: #f44336; }
|
|
|
|
.mat-select:focus:not(.mat-select-disabled).mat-warn .mat-select-underline,
|
|
.mat-select:not(:focus).ng-invalid.ng-touched:not(.mat-select-disabled) .mat-select-underline {
|
|
background-color: #f44336; }
|
|
|
|
.mat-sidenav-container {
|
|
background-color: #fafafa;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
|
|
.mat-sidenav {
|
|
background-color: white;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-sidenav.mat-sidenav-push {
|
|
background-color: white; }
|
|
|
|
.mat-sidenav-backdrop.mat-sidenav-shown {
|
|
background-color: rgba(0, 0, 0, 0.6); }
|
|
|
|
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
|
|
background-color: #e91e63; }
|
|
|
|
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
|
|
background-color: rgba(233, 30, 99, 0.5); }
|
|
|
|
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
|
|
background-color: rgba(0, 0, 0, 0.06); }
|
|
|
|
.mat-slide-toggle .mat-ripple-element {
|
|
background-color: rgba(233, 30, 99, 0.12); }
|
|
|
|
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
|
|
background-color: rgba(63, 81, 181, 0.5); }
|
|
|
|
.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
|
|
background-color: rgba(0, 0, 0, 0.06); }
|
|
|
|
.mat-slide-toggle.mat-primary .mat-ripple-element {
|
|
background-color: rgba(63, 81, 181, 0.12); }
|
|
|
|
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
|
|
background-color: #f44336; }
|
|
|
|
.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
|
|
background-color: rgba(244, 67, 54, 0.5); }
|
|
|
|
.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
|
|
background-color: rgba(0, 0, 0, 0.06); }
|
|
|
|
.mat-slide-toggle.mat-warn .mat-ripple-element {
|
|
background-color: rgba(244, 67, 54, 0.12); }
|
|
|
|
.mat-disabled .mat-slide-toggle-thumb {
|
|
background-color: #bdbdbd; }
|
|
|
|
.mat-disabled .mat-slide-toggle-bar {
|
|
background-color: rgba(0, 0, 0, 0.1); }
|
|
|
|
.mat-slide-toggle-thumb {
|
|
background-color: #fafafa; }
|
|
|
|
.mat-slide-toggle-bar {
|
|
background-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-slider-track-background {
|
|
background-color: rgba(0, 0, 0, 0.26); }
|
|
|
|
.mat-primary .mat-slider-track-fill,
|
|
.mat-primary .mat-slider-thumb,
|
|
.mat-primary .mat-slider-thumb-label {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-primary .mat-slider-thumb-label-text {
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
|
|
.mat-accent .mat-slider-track-fill,
|
|
.mat-accent .mat-slider-thumb,
|
|
.mat-accent .mat-slider-thumb-label {
|
|
background-color: #ff4081; }
|
|
|
|
.mat-accent .mat-slider-thumb-label-text {
|
|
color: white; }
|
|
|
|
.mat-warn .mat-slider-track-fill,
|
|
.mat-warn .mat-slider-thumb,
|
|
.mat-warn .mat-slider-thumb-label {
|
|
background-color: #f44336; }
|
|
|
|
.mat-warn .mat-slider-thumb-label-text {
|
|
color: white; }
|
|
|
|
.mat-slider-focus-ring {
|
|
background-color: rgba(255, 64, 129, 0.2); }
|
|
|
|
.mat-slider:hover .mat-slider-track-background,
|
|
.cdk-focused .mat-slider-track-background {
|
|
background-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-slider-disabled .mat-slider-track-background,
|
|
.mat-slider-disabled .mat-slider-track-fill,
|
|
.mat-slider-disabled .mat-slider-thumb {
|
|
background-color: rgba(0, 0, 0, 0.26); }
|
|
|
|
.mat-slider-disabled:hover .mat-slider-track-background {
|
|
background-color: rgba(0, 0, 0, 0.26); }
|
|
|
|
.mat-slider-min-value .mat-slider-focus-ring {
|
|
background-color: rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
|
|
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
|
|
background-color: black; }
|
|
|
|
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
|
|
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
|
|
background-color: rgba(0, 0, 0, 0.26); }
|
|
|
|
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
|
|
border-color: rgba(0, 0, 0, 0.26);
|
|
background-color: transparent; }
|
|
|
|
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
|
|
border-color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
|
|
border-color: rgba(0, 0, 0, 0.26); }
|
|
|
|
.mat-slider-has-ticks .mat-slider-wrapper::after {
|
|
border-color: rgba(0, 0, 0, 0.7); }
|
|
|
|
.mat-slider-horizontal .mat-slider-ticks {
|
|
background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
|
|
background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }
|
|
|
|
.mat-slider-vertical .mat-slider-ticks {
|
|
background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }
|
|
|
|
.mat-tab-nav-bar,
|
|
.mat-tab-header {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
|
|
|
|
.mat-tab-group-inverted-header .mat-tab-nav-bar,
|
|
.mat-tab-group-inverted-header .mat-tab-header {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.12);
|
|
border-bottom: none; }
|
|
|
|
.mat-tab-label:focus {
|
|
background-color: rgba(197, 202, 233, 0.3); }
|
|
|
|
.mat-ink-bar {
|
|
background-color: #3f51b5; }
|
|
|
|
.mat-tab-label, .mat-tab-link {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
|
|
.mat-toolbar {
|
|
background: whitesmoke;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.mat-toolbar.mat-primary {
|
|
background: #3f51b5;
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
.mat-toolbar.mat-accent {
|
|
background: #ff4081;
|
|
color: white; }
|
|
.mat-toolbar.mat-warn {
|
|
background: #f44336;
|
|
color: white; }
|
|
|
|
.mat-tooltip {
|
|
background: rgba(97, 97, 97, 0.9); }
|
|
|
|
.adf-panel-heading {
|
|
float: left;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
font-stretch: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
text-align: left;
|
|
width: 100%; }
|
|
|
|
.adf-panel-heading-selected {
|
|
color: #3f51b5; }
|
|
|
|
.adf-panel-heading-icon {
|
|
float: left; }
|
|
|
|
.adf-panel-heading-text {
|
|
float: left;
|
|
padding-left: 20px;
|
|
padding-top: 4px; }
|
|
|
|
.adf-panel-heading-toggle {
|
|
float: right;
|
|
cursor: pointer; }
|
|
|
|
.adf-panel-heading-toggle:hover {
|
|
opacity: 0.4; }
|
|
|
|
.adf-textitem-icon {
|
|
font-size: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
top: 3px;
|
|
padding-left: 8px;
|
|
opacity: 0.5; }
|
|
|
|
.adf-update-icon {
|
|
padding-left: 13px; }
|
|
|
|
.adf-textitem-readonly {
|
|
cursor: pointer; }
|
|
.adf-textitem-readonly:hover md-icon {
|
|
opacity: 1; }
|
|
|
|
.adf-textitem-clickable-value {
|
|
cursor: pointer;
|
|
color: #3f51b5; }
|
|
|
|
.adf-textitem-editable {
|
|
display: flex; }
|
|
.adf-textitem-editable md-icon:hover {
|
|
opacity: 1;
|
|
cursor: pointer; }
|
|
.adf-textitem-editable md-input-container {
|
|
width: 100%; }
|
|
.adf-textitem-editable input:focus,
|
|
.adf-textitem-editable textarea:focus {
|
|
border: 1px solid #EEE; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-wrapper {
|
|
margin: 0;
|
|
padding-bottom: 0; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-underline {
|
|
display: none; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-infix {
|
|
padding: 0;
|
|
border-top: none; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-placeholder-wrapper {
|
|
padding-top: 2em;
|
|
position: static; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-placeholder {
|
|
top: 0; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-element {
|
|
font-family: inherit;
|
|
position: relative;
|
|
padding-top: 3px; }
|
|
|
|
.adf-textitem-editable /deep/ .mat-input-element:focus {
|
|
padding: 5px;
|
|
left: -6px;
|
|
top: -6px; }
|
|
|
|
.adf-textitem-editable /deep/ input.mat-input-element {
|
|
margin-bottom: 2px; }
|
|
|
|
.adf-textitem-editable /deep/ input.mat-input-element:focus {
|
|
margin-bottom: -8px; }
|
|
|
|
.adf-invisible-date-input {
|
|
height: 24px;
|
|
width: 0;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
border: none;
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
.adf-dateitem-editable {
|
|
cursor: pointer; }
|
|
.adf-dateitem-editable button {
|
|
width: 16px;
|
|
height: 16px;
|
|
opacity: 0.5;
|
|
margin-left: 4px; }
|
|
.adf-dateitem-editable:hover button {
|
|
opacity: 1; }
|
|
|
|
.adf-property-list {
|
|
display: table;
|
|
width: 100%;
|
|
border-collapse: collapse;
|
|
border-spacing: 0; }
|
|
|
|
.adf-property {
|
|
display: table-row; }
|
|
|
|
.adf-property /deep/ .adf-property-label {
|
|
display: table-cell;
|
|
min-width: 100px;
|
|
padding-right: 30px;
|
|
word-wrap: break-word;
|
|
color: #bababa;
|
|
vertical-align: top;
|
|
padding-bottom: 20px; }
|
|
|
|
.adf-property /deep/ .adf-property-value {
|
|
width: 100%;
|
|
display: table-cell;
|
|
color: #656565;
|
|
vertical-align: top;
|
|
padding-bottom: 20px; }
|
|
|
|
.adf-toolbar--spacer {
|
|
flex: 1 1 auto; }
|
|
|
|
.adf-toolbar .mat-toolbar {
|
|
min-height: 48px;
|
|
border: 1px solid rgba(0, 0, 0, 0.07); }
|
|
|
|
.adf-toolbar .mat-toolbar-row {
|
|
height: 48px;
|
|
font-size: 14px;
|
|
white-space: normal; }
|
|
|
|
.adf-pagination {
|
|
display: flex;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
|
height: 48px;
|
|
line-height: 48px;
|
|
color: rgba(255, 255, 255, 0.87); }
|
|
.adf-pagination__block {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 12px;
|
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
|
.adf-pagination__block:first-child {
|
|
flex: 1 1 auto;
|
|
padding-left: 24px; }
|
|
.adf-pagination__block:last-child {
|
|
border-right-width: 0; }
|
|
.adf-pagination__max-items {
|
|
margin-left: 10px; }
|
|
.adf-pagination__max-items, .adf-pagination__current-page {
|
|
margin-right: 5px; }
|
|
.adf-pagination__max-items, .adf-pagination__max-items + button, .adf-pagination__current-page, .adf-pagination__current-page + button {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.adf-pagination__max-items + button, .adf-pagination__current-page + button {
|
|
margin-left: -10px; }
|
|
.adf-pagination__previous-button, .adf-pagination__next-button {
|
|
margin: 0 5px; }
|
|
.adf-pagination button[md-icon-button] {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px; }
|
|
|
|
.adf-primary-color {
|
|
color: #3f51b5 !important; }
|
|
|
|
.adf-accent-color {
|
|
color: #ff4081 !important; }
|
|
|
|
.adf-warn-color {
|
|
color: #f44336 !important; }
|
|
|
|
.adf-background-color {
|
|
background: white !important; }
|
|
|
|
.adf-primary-background-color {
|
|
color: rgba(255, 255, 255, 0.87) !important;
|
|
background: #3f51b5 !important; }
|
|
|
|
.adf-accent-background-color {
|
|
color: white !important;
|
|
background: #ff4081 !important; }
|
|
|
|
.adf-primary-contrast-text-color {
|
|
color: rgba(255, 255, 255, 0.87) !important; }
|
|
|
|
.adf-accent-contrast-text-color {
|
|
color: white !important; }
|
|
|
|
.adf-analytics-report-list .mdl-list__item {
|
|
cursor: pointer; }
|
|
|
|
.adf-analytics-report-list .activiti-filters__entry {
|
|
cursor: pointer; }
|
|
|
|
.adf-analytics-report-list .activiti-filters__entry-icon {
|
|
margin-right: 12px !important; }
|
|
|
|
.adf-analytics-report-list .activiti-filters__entry.active {
|
|
color: #3f51b5; }
|
|
|
|
.adf-analytics-report-list .activiti-filters__entry.active .activiti-filters__entry-icon {
|
|
color: #3f51b5; }
|
|
|
|
.adf-analytics-report-list .application-title {
|
|
z-index: 7; }
|
|
|
|
.adf-analytics-report-list .logo {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 35px;
|
|
z-index: 6; }
|
|
|
|
.adf-analytics-report-list .logo i {
|
|
font-size: 70px; }
|
|
|
|
.adf-analytics-report-list .theme-1 {
|
|
background-color: #269abc; }
|
|
|
|
.adf-analytics-report-list .theme-1 .logo i {
|
|
color: #168aac; }
|
|
|
|
.adf-analytics-report-list .theme-1 .mdl-card__actions i {
|
|
color: #168aac; }
|
|
|
|
.adf-analytics-report-list .theme-1 .mdl-card__actions i:hover {
|
|
color: #b7dfea; }
|
|
|
|
.adf-analytics-report-list .selectedIcon {
|
|
color: #e9f1f3 !important; }
|
|
|
|
.adf-diagram-tooltip {
|
|
transform: scale(0);
|
|
transform-origin: top center;
|
|
z-index: 999;
|
|
display: inline-block;
|
|
font-weight: 500;
|
|
line-height: 14px;
|
|
font-size: 14px;
|
|
max-width: 300px;
|
|
position: fixed;
|
|
top: -500px;
|
|
left: -500px;
|
|
text-align: left;
|
|
will-change: unset;
|
|
border: 1px solid #c5c5c5;
|
|
word-wrap: break-word; }
|
|
|
|
.adf-diagram-tooltip.is-active {
|
|
animation: tooltipAnimation 200ms cubic-bezier(0, 0, 0.2, 1) forwards; }
|
|
|
|
.adf-diagram-tooltip-header {
|
|
background-color: rgba(43, 65, 79, 0.95);
|
|
color: #FFF;
|
|
padding: 8px;
|
|
font-weight: bold;
|
|
min-width: 200px;
|
|
line-height: 20px; }
|
|
|
|
.adf-diagram-tooltip-body {
|
|
color: #4a4a4a;
|
|
background-color: rgba(255, 255, 255, 0.95); }
|
|
|
|
.adf-diagram-tooltip-body > div {
|
|
padding: 4px 8px; }
|
|
|
|
.adf-diagram-tooltip-body > div:first-child {
|
|
padding-top: 8px; }
|
|
|
|
.adf-diagram-tooltip-body > div:last-child {
|
|
padding-bottom: 8px; }
|
|
|
|
.adf-diagram-propertyName {
|
|
font-weight: bold;
|
|
margin-right: 5px; }
|
|
|
|
.adf-diagram-propertyValue {
|
|
font-style: italic; }
|
|
|
|
@keyframes tooltipAnimation {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0; }
|
|
50% {
|
|
transform: scale(0.99); }
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
visibility: visible; } }
|
|
|
|
.adf-hyperlink-widget {
|
|
padding: 0.4375em 0;
|
|
border-top: 0.84375em solid transparent; }
|
|
.adf-hyperlink-widget .focus {
|
|
color: #3f51b5; }
|
|
.adf-hyperlink-widget a {
|
|
color: #3f51b5; }
|
|
|
|
ul > li > form-field > .adf-focus .adf-label {
|
|
color: #3f51b5; }
|
|
|
|
.adf-error-text-container {
|
|
width: 95%;
|
|
height: 20px;
|
|
margin-top: -12px; }
|
|
|
|
.adf-error-text {
|
|
padding: 1px;
|
|
height: 16px;
|
|
font-size: 12px;
|
|
line-height: 1.33;
|
|
float: left;
|
|
color: #f44336; }
|
|
|
|
.adf-error-icon {
|
|
float: right;
|
|
font-size: 17px;
|
|
color: #f44336; }
|
|
|
|
.adf-label {
|
|
color: #bababa; }
|
|
|
|
.adf-invalid .mat-input-underline {
|
|
background-color: #f44336 !important; }
|
|
|
|
.adf-invalid .adf-file {
|
|
border-color: #f44336; }
|
|
|
|
.adf-invalid .mat-input-prefix {
|
|
color: #f44336; }
|
|
|
|
.adf-invalid .adf-input {
|
|
border-color: #f44336; }
|
|
|
|
.adf-invalid .adf-label {
|
|
color: #f44336; }
|
|
.adf-invalid .adf-label:after {
|
|
background-color: #f44336; }
|
|
|
|
.adf-field-list {
|
|
padding: 0;
|
|
list-style-type: none;
|
|
width: 100%;
|
|
height: 100%; }
|
|
|
|
.adf .container-widget__header-text {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.87);
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
cursor: default;
|
|
user-select: none;
|
|
-webkit-user-select: none;
|
|
/* Chrome/Safari/Opera */
|
|
-moz-user-select: none;
|
|
/* Firefox */
|
|
-ms-user-select: none;
|
|
/* IE/Edge */
|
|
-webkit-touch-callout: none;
|
|
/* iOS Safari */ }
|
|
.adf .container-widget__header-text.collapsible {
|
|
cursor: pointer; }
|
|
|
|
container-widget .grid-list {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin-left: -1%;
|
|
margin-right: -1%; }
|
|
|
|
container-widget .grid-list-item {
|
|
flex-grow: 1;
|
|
box-sizing: border-box;
|
|
padding-left: 1%;
|
|
padding-right: 1%; }
|
|
|
|
container-widget md-input-container {
|
|
width: 100%; }
|
|
|
|
container-widget .mat-input-placeholder-wrapper {
|
|
top: 0 !important; }
|
|
|
|
container-widget .mat-input-placeholder {
|
|
top: 2.2em !important; }
|
|
|
|
container-widget .mat-focused .mat-input-placeholder-wrapper {
|
|
display: none; }
|
|
|
|
container-widget .mat-focused label {
|
|
transform: scaleX(1);
|
|
transition: transform 150ms linear, background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
|
|
color: #3f51b5; }
|
|
|
|
container-widget .mat-focused .mat-input-prefix {
|
|
color: #3f51b5; }
|
|
|
|
container-widget .mat-grid-tile {
|
|
overflow: visible; }
|
|
|
|
.adf-dynamic-table {
|
|
width: 100%;
|
|
position: relative;
|
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
|
white-space: nowrap;
|
|
font-size: 14px;
|
|
/* Firefox fixes */
|
|
border-collapse: unset;
|
|
border-spacing: 0; }
|
|
.adf-dynamic-table thead {
|
|
padding-bottom: 3px; }
|
|
.adf-dynamic-table tbody tr {
|
|
position: relative;
|
|
height: 56px;
|
|
transition-duration: 0.28s;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-property: background-color; }
|
|
.adf-dynamic-table tbody tr:hover {
|
|
background-color: #eeeeee; }
|
|
.adf-dynamic-table tbody tr.is-selected, .adf-dynamic-table tbody tr.is-selected:hover {
|
|
background-color: #e0f7fa; }
|
|
.adf-dynamic-table tbody tr:focus {
|
|
outline-offset: -1px;
|
|
outline-width: 1px;
|
|
outline-color: #448aff;
|
|
outline-style: solid; }
|
|
.adf-dynamic-table td, .adf-dynamic-table th {
|
|
padding: 0 18px 12px 18px;
|
|
text-align: center; }
|
|
.adf-dynamic-table td:first-of-type, .adf-dynamic-table th:first-of-type {
|
|
padding-left: 24px; }
|
|
.adf-dynamic-table td:last-of-type, .adf-dynamic-table th:last-of-type {
|
|
padding-right: 24px; }
|
|
.adf-dynamic-table td {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
position: relative;
|
|
vertical-align: middle;
|
|
height: 56px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.07);
|
|
padding-top: 12px;
|
|
box-sizing: border-box;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: default; }
|
|
.adf-dynamic-table th {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
letter-spacing: 0;
|
|
height: 56px;
|
|
font-size: 12px;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
padding-bottom: 8px;
|
|
box-sizing: border-box; }
|
|
.adf-dynamic-table th.sortable {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
.adf-dynamic-table th.sortable:hover {
|
|
cursor: pointer; }
|
|
.adf-dynamic-table th.adf-dynamic-table__header--sorted-asc, .adf-dynamic-table th.adf-dynamic-table__header--sorted-desc {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.adf-dynamic-table th.adf-dynamic-table__header--sorted-asc:before, .adf-dynamic-table th.adf-dynamic-table__header--sorted-desc:before {
|
|
font-family: 'Material Icons';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
word-wrap: normal;
|
|
font-feature-settings: 'liga';
|
|
-webkit-font-feature-settings: 'liga';
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 16px;
|
|
content: "\e5d8";
|
|
margin-right: 5px;
|
|
vertical-align: sub; }
|
|
.adf-dynamic-table th.adf-dynamic-table__header--sorted-asc:hover, .adf-dynamic-table th.adf-dynamic-table__header--sorted-desc:hover {
|
|
cursor: pointer; }
|
|
.adf-dynamic-table th.adf-dynamic-table__header--sorted-asc:hover:before, .adf-dynamic-table th.adf-dynamic-table__header--sorted-desc:hover:before {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.adf-dynamic-table th.adf-dynamic-table__header--sorted-desc:before {
|
|
content: "\e5db"; }
|
|
.adf-dynamic-table .adf-dynamic-table-cell {
|
|
text-align: left;
|
|
cursor: default; }
|
|
.adf-dynamic-table .adf-dynamic-table-cell--text {
|
|
text-align: left; }
|
|
.adf-dynamic-table .adf-dynamic-table-cell--number {
|
|
text-align: right; }
|
|
.adf-dynamic-table .adf-dynamic-table-cell--image {
|
|
text-align: left; }
|
|
.adf-dynamic-table .adf-dynamic-table-cell--image img {
|
|
width: 24px;
|
|
height: 24px; }
|
|
.adf-dynamic-table .full-width {
|
|
width: 100%; }
|
|
|
|
.mdl-list__item {
|
|
cursor: pointer; }
|
|
|
|
.activiti-filters__entry {
|
|
cursor: pointer; }
|
|
|
|
.activiti-filters__entry-icon {
|
|
margin-right: 12px !important; }
|
|
|
|
.activiti-filters__entry.active {
|
|
color: #3f51b5; }
|
|
|
|
.activiti-filters__entry:hover {
|
|
opacity: 0.8; }
|
|
|
|
.activiti-filters__entry.active .activiti-filters__entry-icon {
|
|
color: #3f51b5; }
|
|
|
|
.adf-comment-img-container {
|
|
float: left;
|
|
width: 40px;
|
|
padding: 5px 10px;
|
|
height: 100%; }
|
|
|
|
.adf-comment-user-icon {
|
|
padding: 10px 5px;
|
|
width: 30px;
|
|
background-color: #3f51b5;
|
|
border-radius: 50%;
|
|
font-family: Muli;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
text-align: center;
|
|
height: 18px;
|
|
background-size: cover; }
|
|
|
|
.adf-comment-user-name {
|
|
float: left;
|
|
width: calc(100% - 120px);
|
|
padding: 2px 10px;
|
|
font-family: Muli;
|
|
font-weight: 600;
|
|
color: #595959; }
|
|
|
|
.adf-comment-message {
|
|
float: left;
|
|
width: calc(100% - 10px);
|
|
padding: 2px 10px;
|
|
font-family: Muli;
|
|
font-style: italic;
|
|
color: #595959;
|
|
white-space: initial; }
|
|
|
|
.adf-comment-message-time {
|
|
float: left;
|
|
width: calc(100% - 120px);
|
|
padding: 2px 10px;
|
|
font-family: Muli;
|
|
font-size: 12px;
|
|
color: #595959; }
|
|
|
|
.adf-comment-contents {
|
|
float: left;
|
|
width: calc(100% - 10px); }
|
|
|
|
.adf-datatable /deep/ table {
|
|
border: none !important; }
|
|
.adf-datatable /deep/ table thead {
|
|
display: none; }
|
|
.adf-datatable /deep/ table tbody td {
|
|
padding: 0px !important;
|
|
border-top: none !important; }
|
|
|
|
.adf-people-img {
|
|
border-radius: 90%;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: middle; }
|
|
|
|
.adf-new-task-heading {
|
|
padding: 12px 20px;
|
|
font-family: Muli;
|
|
font-weight: bold;
|
|
border-bottom: 1px solid #eee;
|
|
font-size: 18px;
|
|
float: left;
|
|
text-align: left;
|
|
width: calc(100% - 40px); }
|
|
|
|
.adf-new-task-layout-card {
|
|
width: 66.6667%;
|
|
margin-right: calc(33.3333% / 2 - 24px);
|
|
margin-left: calc(33.3333% / 2 - 24px);
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
padding: 0px; }
|
|
|
|
.adf-new-task-footer {
|
|
padding: 4px;
|
|
font-family: Muli;
|
|
font-size: 18px;
|
|
border-top: 1px solid #eee;
|
|
float: left;
|
|
width: calc(100% - 40px);
|
|
text-align: right; }
|
|
|
|
.adf-start-task-input-container {
|
|
width: 80%; }
|
|
|
|
.adf-new-task-text-width {
|
|
width: 90%; }
|
|
|
|
.adf-error-text-container {
|
|
position: absolute;
|
|
width: 81%;
|
|
height: 20px;
|
|
margin-top: 30px; }
|
|
|
|
.adf-error-text {
|
|
padding: 1px;
|
|
height: 16px;
|
|
font-size: 12px;
|
|
line-height: 1.33;
|
|
float: left;
|
|
color: #f44336; }
|
|
|
|
.adf-error-icon {
|
|
float: right;
|
|
font-size: 17px;
|
|
color: #f44336; }
|
|
|
|
.adf-label {
|
|
color: #bababa; }
|
|
|
|
.adf-invalid .mat-input-underline {
|
|
background-color: #f44336 !important; }
|
|
|
|
.adf-invalid .adf-file {
|
|
border-color: #f44336; }
|
|
|
|
.adf-invalid .mat-input-prefix {
|
|
color: #f44336; }
|
|
|
|
.adf-invalid .adf-input {
|
|
border-color: #f44336; }
|
|
|
|
.adf-invalid .adf-label {
|
|
color: #f44336; }
|
|
.adf-invalid .adf-label:after {
|
|
background-color: #f44336; }
|
|
|
|
:host {
|
|
width: 100%; }
|
|
|
|
.activiti-label {
|
|
font-weight: bolder; }
|
|
|
|
.material-icons.people-search__icon:hover {
|
|
color: #3f51b5; }
|
|
|
|
.fix-element-user-list {
|
|
padding-top: 0px;
|
|
padding-right: 0px;
|
|
padding-bottom: 0px;
|
|
padding-left: 0px; }
|
|
|
|
.search-text-header {
|
|
font-weight: bold;
|
|
opacity: 0.54; }
|
|
|
|
.search-text-container {
|
|
width: 100%; }
|
|
|
|
.search-list-container {
|
|
max-height: 152px;
|
|
width: 100%;
|
|
overflow-y: auto; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ thead {
|
|
display: none; }
|
|
|
|
.search-list-action-container {
|
|
border-top: 1px solid #eee;
|
|
text-align: right;
|
|
padding: 5px 0px;
|
|
margin-top: 5px; }
|
|
.search-list-action-container > button {
|
|
opacity: 0.54;
|
|
font-weight: bolder; }
|
|
.search-list-action-container > button:hover {
|
|
color: #3f51b5; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ .people-full-name {
|
|
font-family: 'Muli'; }
|
|
|
|
.people-pic {
|
|
background: #3f51b5;
|
|
width: 30px;
|
|
padding: 10px 5px;
|
|
border-radius: 90%;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
font-size: 18px;
|
|
font-family: Muli;
|
|
text-transform: uppercase;
|
|
vertical-align: text-bottom; }
|
|
|
|
.people-img {
|
|
border-radius: 90%;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: middle; }
|
|
|
|
adf-people-list /deep/ alfresco-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
|
padding: 4px 12px; }
|
|
|
|
.assignment-header {
|
|
width: 100%;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 6px 20px; }
|
|
|
|
.assigment-count {
|
|
float: left;
|
|
padding: 10px 0px;
|
|
font-weight: bolder;
|
|
font-family: Muli;
|
|
opacity: 0.54; }
|
|
|
|
.add-people {
|
|
float: right;
|
|
padding: 8px;
|
|
height: 26px;
|
|
opacity: 0.54;
|
|
cursor: pointer; }
|
|
.add-people:hover {
|
|
color: #3f51b5; }
|
|
|
|
.assignment-top-container {
|
|
border-top: 2px solid #eee;
|
|
margin: 0px;
|
|
padding: 0px; }
|
|
|
|
.assignment-container {
|
|
padding: 10px 20px;
|
|
border-bottom: 1px solid #eee;
|
|
width: 100%; }
|
|
|
|
.assignment-list-container {
|
|
padding: 0px;
|
|
width: 100%; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ thead {
|
|
display: none; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ .people-full-name {
|
|
font-family: 'Muli'; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ .people-email {
|
|
font-family: 'Muli';
|
|
opacity: 0.54; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ .people-edit-label {
|
|
font-family: 'Muli'; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|
background: #3f51b5;
|
|
width: 30px;
|
|
padding: 10px 5px;
|
|
border-radius: 100px;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-weight: bolder;
|
|
font-size: 18px;
|
|
font-family: Muli;
|
|
text-transform: uppercase;
|
|
vertical-align: text-bottom; }
|
|
|
|
.people-img {
|
|
border-radius: 90%;
|
|
width: 40px;
|
|
height: 40px;
|
|
vertical-align: middle; }
|
|
|
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
|
padding: 10px; }
|
|
|
|
.mdl-list__item {
|
|
cursor: pointer; }
|
|
|
|
.adf-filters__entry {
|
|
cursor: pointer; }
|
|
|
|
.adf-filters__entry-icon {
|
|
margin-right: 12px !important; }
|
|
|
|
.adf-filters__entry.active {
|
|
color: #3f51b5; }
|
|
|
|
.adf-filters__entry:hover {
|
|
opacity: 0.8; }
|
|
|
|
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
color: #3f51b5; }
|
|
|
|
.adf-controls {
|
|
display: flex;
|
|
justify-content: space-between; }
|
|
|
|
.adf-edit-controls {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-left: auto; }
|
|
|
|
.adf-switch-to-edit-mode, .adf-save-edit-mode {
|
|
color: #3f51b5; }
|
|
|
|
.adf-cancel-edit-mode, .adf-claim-controls {
|
|
color: #838383; }
|
|
|
|
.adf-card-container {
|
|
font-family: inherit; }
|
|
|
|
.adf-data-table {
|
|
width: 100%;
|
|
position: relative;
|
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
|
border-collapse: collapse;
|
|
white-space: nowrap;
|
|
font-size: 14px;
|
|
/* Firefox fixes */
|
|
border-collapse: unset;
|
|
border-spacing: 0;
|
|
/* Empty folder */
|
|
/* Loading folder */ }
|
|
.adf-data-table thead {
|
|
padding-bottom: 3px; }
|
|
.adf-data-table tbody tr {
|
|
position: relative;
|
|
height: 56px;
|
|
transition-duration: 0.28s;
|
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
transition-property: background-color; }
|
|
.adf-data-table tbody tr:hover {
|
|
background-color: #eeeeee; }
|
|
.adf-data-table tbody tr.is-selected, .adf-data-table tbody tr.is-selected:hover {
|
|
background-color: #e0f7fa; }
|
|
.adf-data-table tbody tr:focus {
|
|
outline-offset: -1px;
|
|
outline-width: 1px;
|
|
outline-color: #448aff;
|
|
outline-style: solid; }
|
|
.adf-data-table tbody tr:last-child > td {
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
|
|
.adf-data-table td, .adf-data-table th {
|
|
padding: 0 18px 12px 18px;
|
|
text-align: right; }
|
|
.adf-data-table td:first-of-type, .adf-data-table th:first-of-type {
|
|
padding-left: 24px; }
|
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
|
padding-right: 24px; }
|
|
.adf-data-table td {
|
|
color: rgba(0, 0, 0, 0.87);
|
|
position: relative;
|
|
vertical-align: middle;
|
|
height: 56px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
|
padding-top: 12px;
|
|
box-sizing: border-box;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: default; }
|
|
.adf-data-table th {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
vertical-align: bottom;
|
|
text-overflow: ellipsis;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
line-height: 24px;
|
|
letter-spacing: 0;
|
|
height: 56px;
|
|
font-size: 12px;
|
|
color: rgba(255, 255, 255, 0.87);
|
|
padding-bottom: 8px;
|
|
box-sizing: border-box; }
|
|
.adf-data-table th.sortable {
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
.adf-data-table th.sortable:hover {
|
|
cursor: pointer; }
|
|
.adf-data-table th.adf-data-table__header--sorted-asc, .adf-data-table th.adf-data-table__header--sorted-desc {
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.adf-data-table th.adf-data-table__header--sorted-asc:before, .adf-data-table th.adf-data-table__header--sorted-desc:before {
|
|
font-family: 'Material Icons';
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-size: 24px;
|
|
line-height: 1;
|
|
letter-spacing: normal;
|
|
text-transform: none;
|
|
display: inline-block;
|
|
word-wrap: normal;
|
|
font-feature-settings: 'liga';
|
|
-webkit-font-feature-settings: 'liga';
|
|
-webkit-font-smoothing: antialiased;
|
|
font-size: 16px;
|
|
content: "\e5d8";
|
|
margin-right: 5px;
|
|
vertical-align: sub; }
|
|
.adf-data-table th.adf-data-table__header--sorted-asc:hover, .adf-data-table th.adf-data-table__header--sorted-desc:hover {
|
|
cursor: pointer; }
|
|
.adf-data-table th.adf-data-table__header--sorted-asc:hover:before, .adf-data-table th.adf-data-table__header--sorted-desc:hover:before {
|
|
color: rgba(0, 0, 0, 0.38); }
|
|
.adf-data-table th.adf-data-table__header--sorted-desc:before {
|
|
content: "\e5db"; }
|
|
.adf-data-table .adf-data-table-cell {
|
|
text-align: left;
|
|
cursor: default; }
|
|
.adf-data-table .adf-data-table-cell--text {
|
|
text-align: left; }
|
|
.adf-data-table .adf-data-table-cell--date {
|
|
text-align: left; }
|
|
.adf-data-table .adf-data-table-cell--number {
|
|
text-align: right; }
|
|
.adf-data-table .adf-data-table-cell--image {
|
|
text-align: left; }
|
|
.adf-data-table .adf-data-table-cell--image img {
|
|
width: 24px;
|
|
height: 24px; }
|
|
.adf-data-table .full-width {
|
|
width: 100%; }
|
|
.adf-data-table .adf-no-content-container {
|
|
padding: 0 !important; }
|
|
.adf-data-table .adf-no-content-container > img {
|
|
width: 100%; }
|
|
.adf-data-table .adf-loading-content-container {
|
|
padding: 0 !important; }
|
|
.adf-data-table .adf-loading-content-container > img {
|
|
width: 100%; }
|
|
.adf-data-table .ellipsis-cell {
|
|
/* visible content */
|
|
/* cell stretching content */ }
|
|
.adf-data-table .ellipsis-cell .cell-container {
|
|
height: 1em; }
|
|
.adf-data-table .ellipsis-cell .cell-value {
|
|
display: block;
|
|
position: absolute;
|
|
max-width: 100%;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
/* for vertical align of text */
|
|
line-height: 1em; }
|
|
.adf-data-table .ellipsis-cell > div:after {
|
|
content: attr(title);
|
|
overflow: hidden;
|
|
height: 0;
|
|
display: block; }
|
|
|
|
/* Utils */
|
|
/* [Accessibility] For screen reader only */
|
|
:host .sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0; }
|
|
|
|
.hidden {
|
|
display: none; }
|
|
|
|
/* mobile phone */
|
|
@media all and (max-width: 768px) {
|
|
.desktop-only {
|
|
display: none; } }
|
|
|
|
@media (max-device-width: 768px) {
|
|
.desktop-only {
|
|
display: none; } }
|
|
|
|
.adf-upload__dragging > td {
|
|
border-top: 1px dashed #448aff;
|
|
border-bottom: 1px dashed #448aff; }
|
|
.adf-upload__dragging > td:first-child {
|
|
border-left: 1px dashed #448aff; }
|
|
.adf-upload__dragging > td:last-child {
|
|
border-right: 1px dashed #448aff; }
|
|
|
|
.adf-breadcrumb {
|
|
display: flex;
|
|
flex: 1;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
letter-spacing: -0.2px; }
|
|
.adf-breadcrumb-container {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
cursor: default;
|
|
display: flex;
|
|
overflow: hidden;
|
|
height: 25px; }
|
|
.adf-breadcrumb-item {
|
|
padding-right: 2px;
|
|
overflow: hidden;
|
|
display: flex;
|
|
line-height: 24px;
|
|
font-family: Muli, Roboto, "Helvetica Neue", sans-serif;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
letter-spacing: -0.2px;
|
|
text-align: left;
|
|
opacity: 0.6; }
|
|
.adf-breadcrumb-item:hover, .adf-breadcrumb-item.active {
|
|
opacity: 1; }
|
|
.adf-breadcrumb-item.active {
|
|
flex: 1 0 auto; }
|
|
.adf-breadcrumb-item-chevron {
|
|
opacity: 1; }
|
|
.adf-breadcrumb-item.mat-primary {
|
|
color: #3f51b5; }
|
|
.adf-breadcrumb-item.mat-accent {
|
|
color: #ff4081; }
|
|
.adf-breadcrumb-item.mat-warn {
|
|
color: #f44336; }
|
|
.adf-breadcrumb-item-anchor {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
display: block;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden; }
|
|
.adf-breadcrumb-item.active {
|
|
display: block; }
|
|
|
|
.adf-dropdown-breadcrumb {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
height: 25px; }
|
|
|
|
.adf-dropdown-breadcumb-trigger {
|
|
cursor: pointer;
|
|
padding: 0;
|
|
border: none;
|
|
background: transparent; }
|
|
|
|
.adf-dropdown-breadcumb-trigger.isRoot {
|
|
cursor: not-allowed; }
|
|
|
|
.adf-dropdown-breadcrumb-path {
|
|
width: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
margin-top: 35px;
|
|
margin-left: -30px; }
|
|
|
|
.adf-current-folder {
|
|
margin-left: 30px;
|
|
line-height: 26px; }
|
|
|
|
.adf-current-folder.isRoot {
|
|
margin-left: 0; }
|
|
|
|
.adf-dropdown-breadcrumb-path-option.mat-option {
|
|
height: 28px;
|
|
line-height: 28px;
|
|
padding: 0 12px;
|
|
font-size: 13px; }
|
|
|
|
.adf-dropdown-breadcrumb-path-option.mat-option:first-child {
|
|
padding-top: 4px; }
|
|
|
|
.adf-dropdown-breadcrumb-path-option.mat-option:last-child {
|
|
padding-bottom: 4px; }
|
|
|
|
.adf-content-node-selector-dialog .mat-dialog-container {
|
|
padding: 0; }
|
|
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-title, .adf-content-node-selector-dialog .adf-content-node-selector-content, .adf-content-node-selector-dialog .adf-content-node-selector-actions {
|
|
padding: 16px;
|
|
margin: 0; }
|
|
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-title {
|
|
text-transform: capitalize; }
|
|
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content {
|
|
padding-top: 0; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-input {
|
|
width: 100%; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-input-icon {
|
|
color: rgba(0, 0, 0, 0.38);
|
|
cursor: pointer; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-input-icon:hover {
|
|
color: black; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .mat-input-underline .mat-input-ripple {
|
|
height: 1px;
|
|
transition: none; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .adf-site-dropdown-list-element {
|
|
width: 100%;
|
|
margin-bottom: 20px; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .adf-site-dropdown-list-element .mat-select-trigger {
|
|
font-size: 14px; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .adf-site-dropdown-list-element .mat-select-placeholder, .adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .adf-site-dropdown-list-element.mat-select {
|
|
font-family: 'Muli', "Helvetica", "Arial", sans-serif; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content /deep/ .adf-toolbar .mat-toolbar {
|
|
border: none; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list {
|
|
height: 200px;
|
|
overflow: auto;
|
|
border: 1px solid rgba(0, 0, 0, 0.07); }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-highlight {
|
|
color: #33afdfnpm np; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table {
|
|
border: none; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table .adf-no-content-container {
|
|
text-align: center; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table thead {
|
|
display: none; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table .adf-data-table-cell {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
border-top: none;
|
|
height: 30px; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table tbody tr {
|
|
height: auto !important; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-content-list /deep/ .adf-data-table tbody tr:last-child .adf-data-table-cell {
|
|
border-bottom: none; }
|
|
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-actions {
|
|
padding: 8px;
|
|
background-color: #fafafa;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
color: #797979; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-actions:last-child {
|
|
margin-bottom: 0px; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-actions-cancel {
|
|
font-weight: normal; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-actions-choose {
|
|
font-weight: normal; }
|
|
.adf-content-node-selector-dialog .adf-content-node-selector-actions-choose[disabled] {
|
|
opacity: 0.6; }
|
|
|
|
.show {
|
|
display: block !important; }
|
|
|
|
.hide {
|
|
display: none !important; }
|
|
|
|
.icon-inline {
|
|
position: absolute;
|
|
display: block;
|
|
top: 31%;
|
|
left: 82%;
|
|
width: 30px;
|
|
overflow: hidden; }
|
|
|
|
.adf-login-content {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
margin: 0 auto;
|
|
-webkit-align-items: stretch;
|
|
-ms-flex-align: stretch;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-flow: row wrap;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
background-size: cover;
|
|
background-position: center;
|
|
min-height: 100%;
|
|
padding: 0;
|
|
-webkit-box-orient: vertical;
|
|
-moz-box-orient: vertical;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center; }
|
|
|
|
.adf-login-card-wide {
|
|
border-radius: 8px;
|
|
background-color: white;
|
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
width: 450px;
|
|
min-width: 350px;
|
|
padding: 21px 64px 34px 64px;
|
|
box-sizing: border-box; }
|
|
|
|
@media (max-width: 482px) {
|
|
.adf-login-card-wide {
|
|
width: calc(100% - 32px); } }
|
|
|
|
.error {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-moz-box-orient: horizontal;
|
|
box-orient: horizontal;
|
|
flex-direction: row;
|
|
-webkit-box-pack: flex-start;
|
|
-moz-box-pack: flex-start;
|
|
box-pack: flex-start;
|
|
justify-content: flex-start;
|
|
color: #f44336;
|
|
padding: 0px;
|
|
margin-bottom: 4px;
|
|
font-size: 13px; }
|
|
|
|
.error .error-icon {
|
|
margin-right: 10px; }
|
|
|
|
.adf-img-logo {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto; }
|
|
|
|
.adf-alfresco-logo {
|
|
padding: 24px 16px 24px 16px; }
|
|
|
|
.adf-alfresco-logo img {
|
|
max-height: 43px; }
|
|
|
|
.adf-login-button {
|
|
width: 100%;
|
|
height: 36px;
|
|
line-height: 38px;
|
|
box-shadow: none; }
|
|
|
|
.adf-login-button-label {
|
|
color: white; }
|
|
|
|
.adf-login-button.isChecking {
|
|
background-color: #e0f7fa; }
|
|
|
|
.adf-login-button.isChecking .adf-login-button-label {
|
|
color: #00bcd4; }
|
|
|
|
.adf-login-button.isWelcome {
|
|
background-color: #00bcd4;
|
|
color: #ffffff; }
|
|
|
|
.adf-login-button.isWelcome .welcome-icon {
|
|
margin: 5px 0 0 10px; }
|
|
|
|
.adf-interactive-login-label {
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-moz-box-orient: horizontal;
|
|
box-orient: horizontal;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-moz-box-pack: center;
|
|
box-pack: center;
|
|
justify-content: center; }
|
|
|
|
.adf-login-checking-spinner {
|
|
height: 30px !important;
|
|
width: 20px !important;
|
|
margin-left: 10px; }
|
|
|
|
.adf-login-controls {
|
|
padding: 0 0 26px 0;
|
|
overflow: visible;
|
|
width: 100%; }
|
|
|
|
.adf-login-action {
|
|
margin-top: 20px;
|
|
display: -webkit-box;
|
|
display: -moz-box;
|
|
display: -ms-flexbox;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-moz-box-orient: horizontal;
|
|
box-orient: horizontal;
|
|
flex-direction: row;
|
|
-webkit-box-pack: space-between;
|
|
-moz-box-pack: space-between;
|
|
box-pack: space-between;
|
|
justify-content: space-between; }
|
|
|
|
.adf-login-action-left a, .adf-login-action-right a {
|
|
text-decoration: none; }
|
|
|
|
/* Known issue in angular material design module in betas */
|
|
> > > .rememberme-cb label > div {
|
|
margin-right: 8px; }
|
|
|
|
.is-active {
|
|
background-color: transparent;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: 1.33;
|
|
color: #f44336; }
|
|
|
|
.copyright {
|
|
width: 450px;
|
|
text-align: center;
|
|
padding-top: 16px;
|
|
font-size: 12px;
|
|
opacity: 0.54; }
|
|
|
|
.mat-input-container .adf-login-password-icon.mat-icon {
|
|
font-size: 24px;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
position: relative;
|
|
top: -6px;
|
|
height: 20px;
|
|
opacity: 0.54; }
|
|
|
|
.adf-login__field > > > .mat-input-wrapper {
|
|
margin: 1em 0 0 0;
|
|
font-size: 16px; }
|
|
|
|
.adf-login-validation {
|
|
background-color: transparent;
|
|
color: #f44336;
|
|
font-size: 12px; }
|
|
|
|
.adf-login-error {
|
|
color: #f44336;
|
|
position: absolute;
|
|
font-size: 12px;
|
|
margin-top: 5px;
|
|
display: block; }
|
|
|
|
.adf-login-message {
|
|
color: blue; }
|
|
|
|
.adf-full-width {
|
|
width: 100%; }
|
|
|
|
.adf-login__remember-me {
|
|
padding-top: 22px; }
|
|
|
|
.adf-login__remember-me > > > .mat-checkbox-label {
|
|
opacity: 0.87; }
|
|
|
|
.adf-login__field {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
padding-bottom: 18px; }
|
|
|
|
.adf-login-action-container {
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
margin-top: 23px; }
|
|
|
|
adf-file-uploading-list-row:not(:first-child) {
|
|
display: block;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.14); }
|
|
|
|
.adf-file-uploading-row {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0.5em 1em 0.5em 1em;
|
|
cursor: default; }
|
|
.adf-file-uploading-row:hover {
|
|
background: #eeeeee; }
|
|
.adf-file-uploading-row__name {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
flex: 1 1 auto;
|
|
padding: 0 1em 0 0.5em; }
|
|
.adf-file-uploading-row__group, .adf-file-uploading-row__block {
|
|
min-width: 200px;
|
|
display: flex;
|
|
justify-content: flex-end; }
|
|
.adf-file-uploading-row__group--toggle {
|
|
cursor: pointer; }
|
|
.adf-file-uploading-row__group--toggle .adf-file-uploading-row__status {
|
|
display: flex; }
|
|
.adf-file-uploading-row__group--toggle .adf-file-uploading-row__action {
|
|
display: none; }
|
|
.adf-file-uploading-row__group--toggle:hover .adf-file-uploading-row__status {
|
|
display: none; }
|
|
.adf-file-uploading-row__group--toggle:hover .adf-file-uploading-row__action {
|
|
display: flex; }
|
|
.adf-file-uploading-row__status--done {
|
|
color: #ff4081; }
|
|
.adf-file-uploading-row__status--error {
|
|
color: #f44336; }
|
|
.adf-file-uploading-row__action--cancel {
|
|
color: #f44336; }
|
|
.adf-file-uploading-row__action--remove {
|
|
color: #ff4081; }
|
|
|
|
.upload-dialog {
|
|
background: white;
|
|
color: rgba(0, 0, 0, 0.54);
|
|
position: fixed;
|
|
bottom: 20px;
|
|
width: 40%;
|
|
box-shadow: 1px 5px 15px #888888; }
|
|
.upload-dialog--padding {
|
|
padding: 1em; }
|
|
.upload-dialog--hide {
|
|
display: none !important; }
|
|
.upload-dialog--position-left {
|
|
left: 25px; }
|
|
.upload-dialog--position-right {
|
|
right: 25px; }
|
|
.upload-dialog--minimized {
|
|
width: 20%; }
|
|
.upload-dialog--minimized .upload-dialog__content {
|
|
display: none; }
|
|
.upload-dialog__header {
|
|
padding: 1em;
|
|
display: flex;
|
|
align-items: center; }
|
|
.upload-dialog__header button {
|
|
min-width: 0;
|
|
padding: 0;
|
|
line-height: 0; }
|
|
.upload-dialog__title {
|
|
margin-left: 0.5em;
|
|
flex: 1 1 auto; }
|
|
.upload-dialog__info {
|
|
padding: 0 1em 1em 1em; }
|
|
.upload-dialog__content {
|
|
overflow: auto;
|
|
max-height: 194px;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.14);
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
|
|
.upload-dialog__confirmation {
|
|
padding: 0 0.5em 0 0.5em; }
|
|
.upload-dialog__confirmation--title {
|
|
font-size: 16px;
|
|
line-height: 1.5;
|
|
letter-spacing: -0.4px;
|
|
color: rgba(0, 0, 0, 0.87); }
|
|
.upload-dialog__confirmation--text {
|
|
margin-bottom: 0; }
|
|
.upload-dialog__actions {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding: 1em; }
|
|
.upload-dialog__actions > button {
|
|
text-transform: uppercase; }
|
|
.upload-dialog md-icon {
|
|
cursor: pointer; }
|
|
|
|
.adf-userinfo-profile-image {
|
|
text-align: center;
|
|
border-radius: 90%;
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 0%;
|
|
cursor: pointer;
|
|
vertical-align: middle; }
|
|
|
|
.adf-userinfo-menu_button.mat-button {
|
|
margin-right: 0%;
|
|
border-radius: 90%;
|
|
padding: 0px;
|
|
min-width: 40px;
|
|
height: 40px; }
|
|
|
|
.adf-userinfo-tab /deep/ .mat-tab-header {
|
|
align-self: center;
|
|
width: 100%; }
|
|
|
|
.adf-userinfo-tab /deep/ .mat-tab-label {
|
|
flex: auto;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
line-height: 48px;
|
|
text-align: center; }
|
|
|
|
.adf-userinfo-card-header {
|
|
align-items: center;
|
|
display: flex;
|
|
justify-content: stretch;
|
|
line-height: normal;
|
|
height: 100px;
|
|
box-sizing: border-box; }
|
|
|
|
.adf-userinfo-card.mat-card {
|
|
padding: 0px; }
|
|
|
|
.adf-userinfo-supporting-text {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
line-height: 18px;
|
|
display: block;
|
|
overflow: hidden;
|
|
padding: 32px;
|
|
-webkit-column-count: 2;
|
|
-moz-column-count: 2;
|
|
column-count: 2;
|
|
display: flex;
|
|
justify-content: space-between; }
|
|
|
|
.adf-userinfo-title {
|
|
font: 500 20px/32px Roboto,"Helvetica Neue",sans-serif;
|
|
margin: 0;
|
|
align-self: flex-end;
|
|
display: flex;
|
|
-webkit-align-self: flex-end;
|
|
overflow: hidden;
|
|
transform-origin: 149px 48px;
|
|
padding: 0;
|
|
-webkit-margin-before: 0.83em;
|
|
-webkit-margin-after: 0.83em;
|
|
-webkit-margin-start: 0px;
|
|
-webkit-margin-end: 0px; }
|
|
|
|
.adf-userinfo__detail-profile {
|
|
align-items: flex-start;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
line-height: 18px;
|
|
display: block;
|
|
padding: 0;
|
|
align-items: flex-start;
|
|
margin: 0px;
|
|
color: #8c9eff; }
|
|
|
|
.adf-userinfo__detail-title {
|
|
text-overflow: ellipsis;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
letter-spacing: .04em;
|
|
line-height: 20px;
|
|
align-items: flex-start; }
|
|
|
|
.adf-userinfo__secondary-info {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
letter-spacing: 0;
|
|
line-height: 18px;
|
|
align-items: flex-end; }
|
|
|
|
.adf-userinfo-profile-picture {
|
|
background-size: cover;
|
|
border-radius: 50%;
|
|
height: 80px;
|
|
width: 80px;
|
|
z-index: 3;
|
|
margin-left: 0px;
|
|
margin-right: 8px; }
|
|
|
|
.adf-userinfo-button-profile {
|
|
display: inline-block;
|
|
border: 0px;
|
|
vertical-align: middle; }
|
|
|
|
.adf-userinfo-detail {
|
|
text-align: left; }
|
|
|
|
.adf-hide-tab /deep/ .mat-tab-label-active {
|
|
display: none !important; }
|
|
|
|
@media only screen and (min-device-width: 480px) {
|
|
.mat-menu-panel.adf-userinfo-menu {
|
|
max-height: 450px;
|
|
min-width: 450px;
|
|
overflow: auto;
|
|
padding: 0px; } }
|
|
|
|
.mat-menu-panel.adf-userinfo-menu /deep/ .mat-menu-content {
|
|
padding: 0px; }
|