1 md-backdrop.md-edit-dialog-backdrop {
8 -webkit-flex-direction: column;
9 -ms-flex-direction: column;
10 flex-direction: column;
13 background-color: #f9f9f9;
17 md-edit-dialog > .md-content {
20 md-edit-dialog > .md-content .md-title {
21 color: rgba(0, 0, 0, 0.87);
24 md-edit-dialog > .md-content md-input-container {
28 md-edit-dialog > .md-content md-input-container input {
31 md-edit-dialog > .md-content md-input-container .md-errors-spacer {
34 color: rgba(0, 0, 0, 0.54);
36 md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
37 padding: 5px 2px 5px 0;
39 md-edit-dialog > .md-content md-input-container [ng-message] {
40 padding: 5px 0 5px 2px;
42 md-edit-dialog > .md-actions {
45 md-edit-dialog > .md-actions .md-button {
49 md-edit-dialog > .md-actions .md-button + .md-button {
52 .md-table-pagination {
53 display: -webkit-flex;
56 -webkit-align-items: center;
57 -ms-flex-align: center;
59 -webkit-justify-content: flex-end;
61 justify-content: flex-end;
62 -webkit-flex-wrap: wrap-reverse;
63 -ms-flex-wrap: wrap-reverse;
64 flex-wrap: wrap-reverse;
65 box-sizing: border-box;
68 color: rgba(0, 0, 0, 0.54);
69 border-top: 1px rgba(0, 0, 0, 0.12) solid;
71 .md-table-pagination md-select {
72 -webkit-justify-content: flex-end;
74 justify-content: flex-end;
77 .md-table-pagination md-select:not([disabled]):focus .md-select-value {
78 color: rgba(0, 0, 0, 0.54);
80 .md-table-pagination md-select .md-select-value {
81 -webkit-flex: 0 0 auto;
85 .md-table-pagination md-select .md-select-value span.md-select-icon {
86 -webkit-justify-content: center;
87 -ms-flex-pack: center;
88 justify-content: center;
90 margin-right: -6px !important;
92 .md-table-pagination md-select .md-select-value span.md-select-icon:after {
94 -webkit-transform: scaleY(0.5) scaleX(1);
95 transform: scaleY(0.5) scaleX(1);
97 .md-table-pagination > * {
98 display: -webkit-flex;
101 -webkit-align-items: center;
102 -ms-flex-align: center;
106 .md-table-pagination > .buttons:not(:first-child),
107 .md-table-pagination > .limit-select:not(:first-child) {
110 .md-table-pagination > .buttons {
113 .md-table-pagination > .buttons > .md-button.md-icon-button {
116 .md-table-pagination > .buttons > .label + .md-button.md-icon-button {
119 md-select.md-table-select {
122 md-select.md-table-select > .md-select-value {
126 border-bottom: 0 !important;
128 md-select.md-table-select > .md-select-value > span {
131 -webkit-transform: none !important;
132 transform: none !important;
134 md-select.md-table-select > .md-select-value > span > .md-text {
137 -webkit-transform: inherit;
140 md-select.md-table-select > .md-select-value > span.md-select-icon {
141 display: -webkit-flex;
142 display: -ms-flexbox;
144 -webkit-align-items: center;
145 -ms-flex-align: center;
150 md-select.md-table-select > .md-select-value > span.md-select-icon:after {
153 .md-select-menu-container.md-table-select,
154 .md-select-menu-container.md-pagination-select {
158 .md-select-menu-container.md-table-select md-select-menu,
159 .md-select-menu-container.md-pagination-select md-select-menu,
160 .md-select-menu-container.md-table-select md-content,
161 .md-select-menu-container.md-pagination-select md-content {
162 border-radius: inherit;
164 .md-select-menu-container.md-table-select md-content,
165 .md-select-menu-container.md-pagination-select md-content {
168 .md-select-menu-container.md-table-select .md-text {
171 .md-select-menu-container.md-pagination-select .md-text {
174 md-toolbar.md-table-toolbar {
177 md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
178 md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
179 background-color: #ffffff;
180 color: rgba(0, 0, 0, 0.87);
182 md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
183 md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
184 color: rgba(0, 0, 0, 0.87);
186 @media only screen and (max-width: 959px) and (min-width: 0) and (orientation: landscape) {
187 md-toolbar.md-table-toolbar .md-toolbar-tools {
192 md-toolbar.md-table-toolbar .md-toolbar-tools {
195 md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
196 color: rgba(0, 0, 0, 0.54);
198 md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
201 md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
204 md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
207 md-card > md-toolbar.md-table-toolbar:first-child,
208 md-card > md-table-container:first-child {
209 border-top-left-radius: 2px;
210 border-top-right-radius: 2px;
212 md-card > md-toolbar.md-table-toolbar:last-child,
213 md-card > md-table-container:last-child {
214 border-bottom-left-radius: 2px;
215 border-bottom-right-radius: 2px;
221 -webkit-overflow-scrolling: touch;
228 table.md-table thead.md-head > tr.md-row {
231 table.md-table tbody.md-body > tr.md-row,
232 table.md-table tfoot.md-foot > tr.md-row {
235 table.md-table thead.md-head + .md-table-progress md-progress-linear {
238 table.md-table .md-table-progress th {
241 table.md-table .md-table-progress th md-progress-linear {
243 transition: opacity 1s;
245 table.md-table .md-table-progress th md-progress-linear.ng-hide {
248 table.md-table .md-table-progress th md-progress-linear > .md-container {
253 table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
256 table.md-table th.md-column {
257 color: rgba(0, 0, 0, 0.54);
262 table.md-table th.md-column.md-sort {
265 table.md-table th.md-column md-icon {
268 font-size: 16px !important;
269 line-height: 16px !important;
271 table.md-table th.md-column md-icon.md-sort-icon {
272 color: rgba(0, 0, 0, 0.26);
274 transition: -webkit-transform 0.25s, opacity 0.25s;
275 transition: transform 0.25s, opacity 0.25s;
277 table.md-table th.md-column md-icon.md-sort-icon.md-asc {
278 -webkit-transform: rotate(0deg);
279 transform: rotate(0deg);
281 table.md-table th.md-column md-icon.md-sort-icon.md-desc {
282 -webkit-transform: rotate(180deg);
283 transform: rotate(180deg);
285 table.md-table th.md-column md-icon:not(:first-child) {
288 table.md-table th.md-column md-icon:not(:last-child) {
291 table.md-table th.md-column.md-active,
292 table.md-table th.md-column.md-active md-icon {
293 color: rgba(0, 0, 0, 0.87);
295 table.md-table th.md-column:hover md-icon.md-sort-icon,
296 table.md-table th.md-column.md-active md-icon.md-sort-icon {
299 table.md-table tr.md-row[ng\:repeat].ng-leave,
300 table.md-table tr.md-row[ng-repeat].ng-leave,
301 table.md-table tr.md-row[x-ng-repeat].ng-leave,
302 table.md-table tr.md-row[data-ng-repeat].ng-leave {
305 table.md-table.md-row-select tbody.md-body > tr.md-row {
306 transition: background-color 0.2s;
308 table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
309 background-color: #eeeeee !important;
311 table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
312 background-color: #f5f5f5;
314 table.md-table.md-row-select td.md-cell:first-child,
315 table.md-table.md-row-select th.md-column:first-child {
319 table.md-table.md-row-select td.md-cell:nth-child(2),
320 table.md-table.md-row-select th.md-column:nth-child(2) {
323 table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
324 table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
327 table.md-table:not(.md-row-select) td.md-cell:first-child,
328 table.md-table:not(.md-row-select) th.md-column:first-child {
331 table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
332 table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
335 table.md-table td.md-cell,
336 table.md-table th.md-column {
337 vertical-align: middle;
340 table.md-table td.md-cell > *,
341 table.md-table th.md-column > * {
342 vertical-align: middle;
344 table.md-table td.md-cell:last-child,
345 table.md-table th.md-column:last-child {
348 table.md-table td.md-cell.md-clickable,
349 table.md-table th.md-column.md-clickable {
352 table.md-table td.md-cell.md-clickable:focus,
353 table.md-table th.md-column.md-clickable:focus {
356 table.md-table td.md-cell.md-numeric,
357 table.md-table th.md-column.md-numeric {
360 table.md-table td.md-cell md-checkbox,
361 table.md-table th.md-column md-checkbox {
365 table.md-table td.md-cell {
366 color: rgba(0, 0, 0, 0.87);
368 border-top: 1px rgba(0, 0, 0, 0.12) solid;
370 table.md-table td.md-cell.md-numeric md-select {
371 -webkit-justify-content: flex-end;
373 justify-content: flex-end;
375 table.md-table td.md-cell.md-numeric md-select .md-select-value {
376 -webkit-flex: 0 0 auto;
380 table.md-table td.md-cell.md-placeholder {
381 color: rgba(0, 0, 0, 0.26);
383 table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
384 -webkit-justify-content: flex-end;
386 justify-content: flex-end;
387 color: rgba(0, 0, 0, 0.54);
391 table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
392 -webkit-transform: scaleY(0.4) scaleX(0.8);
393 transform: scaleY(0.4) scaleX(0.8);