pip-webui
Version:
HTML5 UI for LOB applications
2,377 lines • 86.2 kB
CSS
.fg-red {
color: red !important;
}
.bg-red {
background-color: red !important;
}
.bd-red {
border-color: red !important;
}
.fg-blue {
color: blue !important;
}
.bg-blue {
background-color: blue !important;
}
.bd-blue {
border-color: blue !important;
}
.fg-green {
color: green !important;
}
.bg-green {
background-color: green !important;
}
.bd-green {
border-color: green !important;
}
.fg-yellow {
color: #ffff00 !important;
}
.bg-yellow {
background-color: #ffff00 !important;
}
.bd-yellow {
border-color: #ffff00 !important;
}
.fg-grey {
color: lightgrey !important;
}
.bg-grey {
background-color: lightgrey !important;
}
.bd-grey {
border-color: lightgrey !important;
}
.fg-white {
color: white !important;
}
.bg-white {
background-color: white !important;
}
.bd-white {
border-color: white !important;
}
.bg-purple {
background-color: #AB47BC;
}
.border-purple {
border-color: #AB47BC;
}
.fg-purple {
color: #AB47BC !important;
}
.bg-light-green {
background-color: #8BC34A;
}
.border-light-green {
border-color: #8BC34A;
}
.fg-light-green {
color: #8BC34A !important;
}
.bg-green {
background-color: #4CAF50;
}
.border-green {
border-color: #4CAF50;
}
.fg-green {
color: #4CAF50 !important;
}
.bg-dark-red {
background-color: #B71C1C;
}
.border-dark-red {
border-color: #B71C1C;
}
.fg-dark-red {
color: #B71C1C !important;
}
.bg-pink {
background-color: #E91E63;
}
.border-pink {
border-color: #E91E63;
}
.fg-pink {
color: #E91E63 !important;
}
.bg-cyan {
background-color: #00BCD4;
}
.border-cyan {
border-color: #00BCD4;
}
.fg-cyan {
color: #00BCD4 !important;
}
.bg-deep-orange {
background-color: #FF5722;
}
.border-deep-orange {
border-color: #FF5722;
}
.fg-deep-orange {
color: #FF5722 !important;
}
.bg-teal {
background-color: #00796B;
}
.border-teal {
border-color: #00796B;
}
.fg-teal {
color: #00796B !important;
}
.bg-color-0 {
background-color: #ef5350;
}
.bg-color-1 {
background-color: #ec407a;
}
.bg-color-2 {
background-color: #ab47bc;
}
.bg-color-3 {
background-color: #7e57c2;
}
.bg-color-4 {
background-color: #5c6bc0;
}
.bg-color-5 {
background-color: #03a9f4;
}
.bg-color-6 {
background-color: #00bcd4;
}
.bg-color-7 {
background-color: #009688;
}
.bg-color-8 {
background-color: #4caf50;
}
.bg-color-9 {
background-color: #8bc34a;
}
.bg-color-10 {
background-color: #cddc39;
}
.bg-color-11 {
background-color: #ffc107;
}
.bg-color-12 {
background-color: #ff9800;
}
.bg-color-13 {
background-color: #ff5722;
}
.bg-color-14 {
background-color: #795548;
}
.bg-color-15 {
background-color: #607d8b;
}
.blue .color-primary {
color: #2196f3 !important;
}
.blue .color-primary-bg {
background-color: #2196f3 !important;
color: #fafafa;
}
.blue .color-accent {
color: #00c853 !important;
}
.blue .color-accent-bg {
background-color: #00c853 !important;
color: #fafafa;
}
.blue .color-accent-hue-bg {
background-color: rgba(0, 200, 83, 0.54) !important;
}
.blue .color-hue {
color: rgba(33, 150, 243, 0.54) !important;
}
.blue .color-hue-bg {
background-color: rgba(33, 150, 243, 0.54) !important;
}
.blue .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.blue .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.blue .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.blue .color-badge {
color: #ff5252 !important;
}
.blue .color-badge-bg {
background-color: #ff5252 !important;
}
.blue .color-error {
color: #ff5252 !important;
}
.blue .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.blue .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.blue .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.blue .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.blue .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.pink .color-primary {
color: #bc5679 !important;
}
.pink .color-primary-bg {
background-color: #bc5679 !important;
color: #fafafa;
}
.pink .color-accent {
color: #ff80ab !important;
}
.pink .color-accent-bg {
background-color: #ff80ab !important;
color: #fafafa;
}
.pink .color-accent-hue-bg {
background-color: rgba(255, 128, 171, 0.54) !important;
}
.pink .color-hue {
color: rgba(188, 86, 121, 0.54) !important;
}
.pink .color-hue-bg {
background-color: rgba(188, 86, 121, 0.54) !important;
}
.pink .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.pink .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.pink .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.pink .color-badge {
color: #ff5252 !important;
}
.pink .color-badge-bg {
background-color: #ff5252 !important;
}
.pink .color-error {
color: #ff5252 !important;
}
.pink .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.pink .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.pink .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.pink .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.pink .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.orange .color-primary {
color: #ff7043 !important;
}
.orange .color-primary-bg {
background-color: #ff7043 !important;
color: #fafafa;
}
.orange .color-accent {
color: #ffab40 !important;
}
.orange .color-accent-bg {
background-color: #ffab40 !important;
color: #fafafa;
}
.orange .color-accent-hue-bg {
background-color: rgba(255, 171, 64, 0.54) !important;
}
.orange .color-hue {
color: rgba(255, 112, 67, 0.54) !important;
}
.orange .color-hue-bg {
background-color: rgba(255, 112, 67, 0.54) !important;
}
.orange .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.orange .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.orange .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.orange .color-badge {
color: #d50000 !important;
}
.orange .color-badge-bg {
background-color: #d50000 !important;
}
.orange .color-error {
color: #ff5252 !important;
}
.orange .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.orange .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.orange .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.orange .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.orange .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.amber .color-primary {
color: #ff9800 !important;
}
.amber .color-primary-bg {
background-color: #ff9800 !important;
color: #fafafa;
}
.amber .color-accent {
color: #ff6d00 !important;
}
.amber .color-accent-bg {
background-color: #ff6d00 !important;
color: #fafafa;
}
.amber .color-accent-hue-bg {
background-color: rgba(255, 109, 0, 0.54) !important;
}
.amber .color-hue {
color: rgba(255, 152, 0, 0.54) !important;
}
.amber .color-hue-bg {
background-color: rgba(255, 152, 0, 0.54) !important;
}
.amber .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.amber .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.amber .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.amber .color-badge {
color: #ff5252 !important;
}
.amber .color-badge-bg {
background-color: #ff5252 !important;
}
.amber .color-error {
color: #ff5252 !important;
}
.amber .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.amber .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.amber .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.amber .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.amber .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.green .color-primary {
color: #4caf50 !important;
}
.green .color-primary-bg {
background-color: #4caf50 !important;
color: #fafafa;
}
.green .color-accent {
color: #ffab00 !important;
}
.green .color-accent-bg {
background-color: #ffab00 !important;
color: #fafafa;
}
.green .color-accent-hue-bg {
background-color: rgba(255, 171, 0, 0.54) !important;
}
.green .color-hue {
color: rgba(76, 175, 80, 0.54) !important;
}
.green .color-hue-bg {
background-color: rgba(76, 175, 80, 0.54) !important;
}
.green .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.green .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.green .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.green .color-badge {
color: #ff5252 !important;
}
.green .color-badge-bg {
background-color: #ff5252 !important;
}
.green .color-error {
color: #ff5252 !important;
}
.green .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.green .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.green .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.green .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.green .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.navy .color-primary {
color: #56617d !important;
}
.navy .color-primary-bg {
background-color: #56617d !important;
color: #fafafa;
}
.navy .color-accent {
color: #00bfa5 !important;
}
.navy .color-accent-bg {
background-color: #00bfa5 !important;
color: #fafafa;
}
.navy .color-accent-hue-bg {
background-color: rgba(0, 191, 165, 0.54) !important;
}
.navy .color-hue {
color: rgba(86, 97, 125, 0.54) !important;
}
.navy .color-hue-bg {
background-color: rgba(86, 97, 125, 0.54) !important;
}
.navy .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.navy .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.navy .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.navy .color-badge {
color: #ff5252 !important;
}
.navy .color-badge-bg {
background-color: #ff5252 !important;
}
.navy .color-error {
color: #ff5252 !important;
}
.navy .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.navy .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.navy .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.navy .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.navy .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.grey .color-primary {
color: #607d8b !important;
}
.grey .color-primary-bg {
background-color: #607d8b !important;
color: #fafafa;
}
.grey .color-accent {
color: #90a4ae !important;
}
.grey .color-accent-bg {
background-color: #90a4ae !important;
color: #fafafa;
}
.grey .color-accent-hue-bg {
background-color: rgba(144, 164, 174, 0.54) !important;
}
.grey .color-hue {
color: rgba(96, 125, 139, 0.54) !important;
}
.grey .color-hue-bg {
background-color: rgba(96, 125, 139, 0.54) !important;
}
.grey .color-primary-text {
color: rgba(0, 0, 0, 0.87) !important;
}
.grey .color-secondary-text {
color: rgba(0, 0, 0, 0.54) !important;
}
.grey .color-divider {
border-color: rgba(0, 0, 0, 0.12) !important;
}
.grey .color-badge {
color: #ff5252 !important;
}
.grey .color-badge-bg {
background-color: #ff5252 !important;
}
.grey .color-error {
color: #ff5252 !important;
}
.grey .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.grey .color-content-bg {
background-color: #fafafa !important;
color: rgba(0, 0, 0, 0.87);
}
.grey .color-window-bg {
background-color: #eeeeee !important;
color: rgba(0, 0, 0, 0.87);
}
.grey .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.grey .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.dark .color-primary {
color: #212121 !important;
}
.dark .color-primary-bg {
background-color: #212121 !important;
color: #fafafa;
}
.dark .color-accent {
color: #00c853 !important;
}
.dark .color-accent-bg {
background-color: #00c853 !important;
color: #fafafa;
}
.dark .color-accent-hue-bg {
background-color: rgba(0, 200, 83, 0.54) !important;
}
.dark .color-hue {
color: rgba(33, 33, 33, 0.54) !important;
}
.dark .color-hue-bg {
background-color: rgba(33, 33, 33, 0.54) !important;
}
.dark .color-primary-text {
color: rgba(255, 255, 255, 0.87) !important;
}
.dark .color-secondary-text {
color: rgba(255, 255, 255, 0.54) !important;
}
.dark .color-divider {
border-color: rgba(255, 255, 255, 0.12) !important;
}
.dark .color-badge {
color: #ff5252 !important;
}
.dark .color-badge-bg {
background-color: #ff5252 !important;
}
.dark .color-error {
color: #ff5252 !important;
}
.dark .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.dark .color-content-bg {
background-color: #424242 !important;
color: rgba(255, 255, 255, 0.87);
}
.dark .color-window-bg {
background-color: #303030 !important;
color: rgba(255, 255, 255, 0.87);
}
.dark .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.dark .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.black .color-primary {
color: #263238 !important;
}
.black .color-primary-bg {
background-color: #263238 !important;
color: #fafafa;
}
.black .color-accent {
color: #546e7a !important;
}
.black .color-accent-bg {
background-color: #546e7a !important;
color: #fafafa;
}
.black .color-accent-hue-bg {
background-color: rgba(84, 110, 122, 0.54) !important;
}
.black .color-hue {
color: rgba(38, 50, 56, 0.54) !important;
}
.black .color-hue-bg {
background-color: rgba(38, 50, 56, 0.54) !important;
}
.black .color-primary-text {
color: rgba(255, 255, 255, 0.87) !important;
}
.black .color-secondary-text {
color: rgba(255, 255, 255, 0.54) !important;
}
.black .color-divider {
border-color: rgba(255, 255, 255, 0.12) !important;
}
.black .color-badge {
color: #ff5252 !important;
}
.black .color-badge-bg {
background-color: #ff5252 !important;
}
.black .color-error {
color: #ff5252 !important;
}
.black .color-toast {
background-color: #2e2e2e !important;
color: #fafafa;
}
.black .color-content-bg {
background-color: #424242 !important;
color: rgba(255, 255, 255, 0.87);
}
.black .color-window-bg {
background-color: #303030 !important;
color: rgba(255, 255, 255, 0.87);
}
.black .color-disabled {
color: rgba(0, 0, 0, 0.38);
}
.black .color-disabled-bg {
background-color: rgba(0, 0, 0, 0.38);
}
.text-hide {
font: 0/0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.text-overflow {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.vertical-top {
vertical-align: top;
}
.vertical-middle {
vertical-align: middle;
}
.vertical-bottom {
vertical-align: bottom;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-display4 {
font: normal 300 112px Roboto, 'Helvetica Neue', sans-serif;
}
.text-display3 {
font: normal 400 56px Roboto, 'Helvetica Neue', sans-serif;
}
.text-display2 {
font: normal 400 45px Roboto, 'Helvetica Neue', sans-serif;
}
.text-display1 {
font: normal 400 34px Roboto, 'Helvetica Neue', sans-serif;
}
.text-headline {
font: normal 400 24px Roboto, 'Helvetica Neue', sans-serif;
}
.text-title {
font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
}
.text-subhead1 {
font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
}
.text-subhead2 {
font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
}
.text-body1 {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
}
.text-body2 {
font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
}
.text-caption {
font: normal 400 12px Roboto, 'Helvetica Neue', sans-serif;
}
.text-button {
font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.invisible {
visibility: hidden;
}
.display {
display: block;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.position-relative {
position: relative !important;
}
.position-fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
}
.position-fill {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.position-top {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: none;
}
.position-bottom {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
.position-right {
position: absolute;
top: 0;
left: none;
right: 0;
bottom: none;
}
.w0 {
width: 0 !important;
}
.w2 {
width: 2px !important;
}
.w4 {
width: 4px !important;
}
.w8 {
width: 8px !important;
}
.w16 {
width: 16px !important;
}
.w24 {
width: 24px !important;
}
.w38 {
width: 38px !important;
}
.w40 {
width: 40px !important;
}
.w48 {
width: 48px !important;
}
.w56 {
width: 56px !important;
}
.w64 {
width: 56px !important;
}
.w72 {
width: 56px !important;
}
.w88 {
width: 88px !important;
}
.w100 {
width: 100px !important;
}
.w150-flex {
width: 100px !important;
}
.w178-flex {
width: 178px !important;
}
.w264-flex {
width: 264px !important;
}
.w440-flex {
width: 440px !important;
}
.w600-flex {
width: 600px !important;
}
.w900-flex {
width: 900px !important;
}
.w50-stretch {
width: 50% !important;
}
.w-stretch {
width: 100% !important;
}
.w-stretch-56 {
width: calc(100% - 56px) !important;
}
.w-initial {
width: initial !important;
}
@media (max-width: 1200px) {
.w900-flex {
width: 100% !important;
}
}
@media (max-width: 768px) {
.w150-flex {
width: 100% !important;
}
.w178-flex {
width: 100% !important;
}
.w264-flex {
width: 100% !important;
}
.w440-flex {
width: 100% !important;
}
.w600-flex {
width: 100% !important;
}
.w50-stretch {
width: 100% !important;
}
}
.min-w24 {
min-width: 24px !important;
}
.min-w48 {
min-width: 48px !important;
}
.min-w56 {
min-width: 56px !important;
}
.min-w64 {
min-width: 64px !important;
}
.min-w72 {
min-width: 72px !important;
}
.min-w33-stretch {
min-width: 33% !important;
}
.min-w50-stretch {
min-width: 50% !important;
}
.min-w100-stretch {
min-width: 100% !important;
}
.max-w24 {
max-width: 24px !important;
}
.max-w48 {
max-width: 48px !important;
}
.max-w64 {
max-width: 64px !important;
}
.max-w72 {
max-width: 72px !important;
}
.max-w33-stretch {
max-width: 33% !important;
}
.max-w50-stretch {
max-width: 50% !important;
}
.max-w100-stretch {
max-width: 100% !important;
}
.h0 {
height: 0 !important;
}
.h2 {
height: 2px !important;
}
.h4 {
height: 4px !important;
}
.h8 {
height: 8px !important;
}
.h16 {
height: 16px !important;
}
.h24 {
height: 24px !important;
}
.h40 {
height: 40px !important;
}
.h48 {
height: 48px !important;
}
.h56 {
height: 56px !important;
}
.h64 {
height: 64px !important;
}
.h72 {
height: 72px !important;
}
.h88 {
height: 88px !important;
}
.h110 {
height: 110px !important;
}
.h240 {
height: 240px !important;
}
.h440 {
height: 440px !important;
}
.h12e {
height: 1.2em !important;
}
.h15e {
height: 1.5em !important;
}
.h3e {
height: 3em !important;
}
.h-stretch {
height: 100% !important;
}
.min-h48 {
min-height: 48px !important;
}
.min-h56 {
min-height: 56px !important;
}
.min-h64 {
min-height: 64px !important;
}
.min-h72 {
min-height: 72px !important;
}
.min-h88 {
min-height: 88px !important;
}
.min-h136 {
min-height: 136px !important;
}
.min-h33-stretch {
min-height: 33% !important;
}
.min-h50-stretch {
min-height: 50% !important;
}
.min-h100-stretch {
min-height: 100% !important;
}
.max-h48 {
max-height: 48px !important;
}
.max-h64 {
max-height: 64px !important;
}
.max-h72 {
max-height: 72px !important;
}
.max-h33-stretch {
max-height: 33% !important;
}
.max-h50-stretch {
max-height: 50% !important;
}
.max-h100-stretch {
max-height: 100% !important;
}
.max-h3e {
max-height: 3em !important;
}
.max-h45e {
max-height: 4.5em !important;
}
.m-auto {
margin: 0 auto !important;
}
.m-10 {
margin: -10px !important;
}
.m0 {
margin: 0 !important;
}
.m1 {
margin: 1px !important;
}
.m2 {
margin: 2px !important;
}
.m4 {
margin: 4px !important;
}
.m8 {
margin: 8px !important;
}
.m12 {
margin: 12px !important;
}
.m16 {
margin: 16px !important;
}
.m24 {
margin: 24px !important;
}
.m16-flex {
margin: 16px !important;
}
.m24-flex {
margin: 24px !important;
}
.tm-10 {
margin-top: -10px !important;
}
.tm0 {
margin-top: 0 !important;
}
.tm2 {
margin-top: 2px !important;
}
.tm4 {
margin-top: 4px !important;
}
.tm8 {
margin-top: 8px !important;
}
.tm12 {
margin-top: 12px !important;
}
.tm16 {
margin-top: 16px !important;
}
.tm24 {
margin-top: 24px !important;
}
.tm32 {
margin-top: 32px !important;
}
.tm48 {
margin-top: 48px !important;
}
.tm16-flex {
margin-top: 16px !important;
}
.tm24-flex {
margin-top: 24px !important;
}
.bm-10 {
margin-bottom: -10px !important;
}
.bm0 {
margin-bottom: 0px !important;
}
.bm2 {
margin-bottom: 2px !important;
}
.bm4 {
margin-bottom: 4px !important;
}
.bm8 {
margin-bottom: 8px !important;
}
.bm12 {
margin-bottom: 12px !important;
}
.bm16 {
margin-bottom: 16px !important;
}
.bm24 {
margin-bottom: 24px !important;
}
.bm16-flex {
margin-bottom: 16px !important;
}
.bm24-flex {
margin-bottom: 24px !important;
}
.lm-10 {
margin-left: -10px !important;
}
.lm0 {
margin-left: 0 !important;
}
.lm2 {
margin-left: 2px !important;
}
.lm4 {
margin-left: 4px !important;
}
.lm8 {
margin-left: 8px !important;
}
.lm12 {
margin-left: 12px !important;
}
.lm16 {
margin-left: 16px !important;
}
.lm24 {
margin-left: 24px !important;
}
.lm56 {
margin-left: 56px !important;
}
.lm16-flex {
margin-left: 16px !important;
}
.lm24-flex {
margin-left: 24px !important;
}
.rm-10 {
margin-right: -10px !important;
}
.rm0 {
margin-right: 0px !important;
}
.rm2 {
margin-right: 2px !important;
}
.rm4 {
margin-right: 4px !important;
}
.rm8 {
margin-right: 8px !important;
}
.rm12 {
margin-right: 12px !important;
}
.rm16 {
margin-right: 16px !important;
}
.rm24 {
margin-right: 24px !important;
}
.rm16-flex {
margin-right: 16px !important;
}
.rm24-flex {
margin-right: 24px !important;
}
.rm24-flex0 {
margin-right: 24px !important;
}
@media (max-width: 1200px) {
.m16-flex {
margin: 8px !important;
}
.m24-flex {
margin: 16px !important;
}
.tm16-flex {
margin-top: 8px !important;
}
.tm24-flex {
margin-top: 16px !important;
}
.bm16-flex {
margin-bottom: 8px !important;
}
.bm24-flex {
margin-bottom: 16px !important;
}
.lm16-flex {
margin-left: 8px !important;
}
.lm24-flex {
margin-left: 16px !important;
}
.rm16-flex {
margin-right: 8px !important;
}
.rm24-flex {
margin-right: 16px !important;
}
}
@media (max-width: 768px) {
.rm24-flex0 {
margin-right: 0px !important;
}
}
.p0 {
padding: 0 !important;
}
.p2 {
padding: 2px !important;
}
.p4 {
padding: 4px !important;
}
.p8 {
padding: 8px !important;
}
.p12 {
padding: 12px !important;
}
.p16 {
padding: 16px !important;
}
.p24 {
padding: 24px !important;
}
.p8-flex {
padding: 8px !important;
}
.p12-flex {
padding: 12px !important;
}
.p16-flex {
padding: 16px !important;
}
.p24-flex {
padding: 24px !important;
}
.p32-flex {
padding: 32px !important;
}
.tp0 {
padding-top: 0 !important;
}
.tp2 {
padding-top: 2px !important;
}
.tp4 {
padding-top: 4px !important;
}
.tp8 {
padding-top: 8px !important;
}
.tp12 {
padding-top: 12px !important;
}
.tp16 {
padding-top: 16px !important;
}
.tp24 {
padding-top: 24px !important;
}
.tp12-flex {
padding-top: 12px !important;
}
.tp16-flex {
padding-top: 16px !important;
}
.tp24-flex {
padding-top: 24px !important;
}
.tp32-flex {
padding-top: 32px !important;
}
.bp0 {
padding-bottom: 0 !important;
}
.bp2 {
padding-bottom: 2px !important;
}
.bp4 {
padding-bottom: 4px !important;
}
.bp8 {
padding-bottom: 8px !important;
}
.bp12 {
padding-bottom: 12px !important;
}
.bp16 {
padding-bottom: 16px !important;
}
.bp24 {
padding-bottom: 24px !important;
}
.bp12-flex {
padding-bottom: 12px !important;
}
.bp16-flex {
padding-bottom: 16px !important;
}
.bp24-flex {
padding-bottom: 24px !important;
}
.tp32-flex {
padding-top: 32px !important;
}
.lp0 {
padding-left: 0 !important;
}
.lp2 {
padding-left: 2px !important;
}
.lp4 {
padding-left: 4px !important;
}
.lp8 {
padding-left: 8px !important;
}
.lp12 {
padding-left: 12px !important;
}
.lp16 {
padding-left: 16px !important;
}
.lp24 {
padding-left: 24px !important;
}
.lp12-flex {
padding-left: 12px !important;
}
.lp16-flex {
padding-left: 16px !important;
}
.lp24-flex {
padding-left: 24px !important;
}
.tp32-flex {
padding-top: 32px !important;
}
.rp0 {
padding-right: 0 !important;
}
.rp2 {
padding-right: 2px !important;
}
.rp4 {
padding-right: 4px !important;
}
.rp8 {
padding-right: 8px !important;
}
.rp12 {
padding-right: 12px !important;
}
.rp16 {
padding-right: 16px !important;
}
.rp24 {
padding-right: 24px !important;
}
.rp12-flex {
padding-right: 12px !important;
}
.rp16-flex {
padding-right: 16px !important;
}
.rp24-flex {
padding-right: 24px !important;
}
.rp32-flex {
padding-right: 32px !important;
}
@media (max-width: 1200px) {
.p12-flex {
padding: 4px !important;
}
.p16-flex {
padding: 8px !important;
}
.p24-flex {
padding: 16px !important;
}
.p32-flex {
padding: 16px !important;
}
.tp12-flex {
padding-top: 4px !important;
}
.tp16-flex {
padding-top: 8px !important;
}
.tp24-flex {
padding-top: 16px !important;
}
.tp32-flex {
padding-top: 16px !important;
}
.bp12-flex {
padding-bottom: 4px !important;
}
.bp16-flex {
padding-bottom: 8px !important;
}
.bp24-flex {
padding-bottom: 16px !important;
}
.bp32-flex {
padding-bottom: 16px !important;
}
.lp12-flex {
padding-left: 4px !important;
}
.lp16-flex {
padding-left: 8px !important;
}
.lp24-flex {
padding-left: 16px !important;
}
.lp32-flex {
padding-left: 16px !important;
}
.rp12-flex {
padding-right: 4px !important;
}
.rp16-flex {
padding-right: 8px !important;
}
.rp24-flex {
padding-right: 16px !important;
}
.rp32-flex {
padding-right: 16px !important;
}
}
.flex-fixed {
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.flex-var {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
}
.flex-grow {
-webkit-box-flex: 1 0 auto;
-moz-box-flex: 1 0 auto;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.flex-shrink {
-webkit-box-flex: 0 1 auto;
-moz-box-flex: 0 1 auto;
-webkit-flex: 0 1 auto;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
}
@-webkit-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@-moz-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@-o-keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
@keyframes blink-hint {
0% {
opacity: 0.38;
}
50% {
opacity: 1;
}
100% {
opacity: 0.38;
}
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.3s linear;
-o-transition: opacity 0.3s linear;
transition: opacity 0.3s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
visibility: hidden;
}
.collapse.in {
display: block;
visibility: visible;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: 0.35s;
-moz-transition-duration: 0.35s;
-ms-transition-duration: 0.35s;
-o-transition-duration: 0.35s;
transition-duration: 0.35s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease;
}
.grow {
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.grow.in {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
-o-transform: scale(1.3);
transform: scale(1.3);
}
.shrink {
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.shrink.in {
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-ms-transform: scale(0.8);
-o-transform: scale(0.8);
transform: scale(0.8);
}
.rotate {
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
transition: all 0.1s linear;
}
.rotate.in {
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
transform: rotate(-30deg);
}
.pip-blink-text {
-webkit-animation: blink-hint 2s infinite;
/* Safari 4+ */
-moz-animation: blink-hint 2s infinite;
/* Fx 5+ */
-o-animation: blink-hint 2s infinite;
/* Opera 12+ */
animation: blink-hint 2s infinite;
/* IE 10+, Fx 29+ */
}
.pip-blink-input-container label {
-webkit-animation: blink-hint 2s infinite;
/* Safari 4+ */
-moz-animation: blink-hint 2s infinite;
/* Fx 5+ */
-o-animation: blink-hint 2s infinite;
/* Opera 12+ */
animation: blink-hint 2s infinite;
/* IE 10+, Fx 29+ */
}
.no-divider {
border: none !important;
}
.divider {
border: 1px solid rgba(0, 0, 0, 0.12);
}
.divider-bottom {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.divider-top {
border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.divider-left {
border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.divider-right {
border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.divider-bottom-dashed {
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
border-bottom-style: dashed;
}
.divider-top-dashed {
border-top: 1px solid rgba(0, 0, 0, 0.12);
border-top-style: dashed;
}
.opacity-secondary {
opacity: 0.54;
}
.opacity-primary {
opacity: 0.87;
}
.opacity-disabled {
opacity: 0.38;
}
.pip-ref-item {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
height: 72px;
}
.pip-ref-item img.pip-pic,
.pip-ref-item img.pip-pic-sm {
border-radius: 50%;
}
.pip-ref-item .pip-pic {
margin-right: 16px;
height: 40px;
width: 40px;
}
.pip-ref-item .pip-pic-sm {
margin: 3px 26px 3px 0;
height: 30px;
width: 30px;
}
.pip-ref-item .pip-content {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: initial !important;
}
.pip-ref-item .pip-content .pip-title,
.pip-ref-item .pip-content .pip-subtitle {
margin: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pip-ref-item .pip-content .pip-title {
-webkit-user-select: auto;
font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
margin-top: 1px !important;
margin-bottom: 4px !important;
}
.pip-ref-item .pip-content .pip-subtitle {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
color: rgba(0, 0, 0, 0.54);
}
.pip-ref-item .pip-content .pip-icon {
width: 15px;
height: 15px;
vertical-align: middle;
margin-top: -1px;
}
.pip-ref-toolbar {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
.pip-ref-toolbar .pip-pic {
height: 80px !important;
width: 80px !important;
border-radius: 50%;
}
.pip-ref-toolbar .pip-content {
min-height: 80px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: column;
-moz-box-flex-direction: column;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pip-ref-toolbar .pip-content .pip-title,
.pip-ref-toolbar .pip-content .pip-subtitle {
margin: 0;
-webkit-user-select: auto;
}
.pip-ref-toolbar .pip-content .pip-action {
display: inline-block;
}
.pip-ref-toolbar .pip-content .pip-action button {
margin: 8px 8px 8px 0;
}
@media (min-width: 768px) {
.pip-ref-toolbar {
padding: 24px;
}
.pip-ref-toolbar .pip-pic {
margin-right: 24px;
}
.pip-ref-toolbar .pip-content .pip-title {
font: normal 400 34px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-ref-toolbar .pip-content .pip-subtitle {
font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
}
}
@media (max-width: 768px) {
.pip-ref-toolbar {
padding: 16px;
}
.pip-ref-toolbar .pip-pic {
margin-right: 16px;
}
.pip-ref-toolbar .pip-content .pip-title {
font: normal 400 24px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-ref-toolbar .pip-content .pip-subtitle {
font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
}
}
/**
* @example pip-ref-title - заголовок на details части.
* Например: В основном используется на перспективах с целями: areas, goals, actions.
* http://prntscr.com/8j3vvz
*/
.pip-ref-title {
min-height: 80px;
}
@media (max-width: 768px) {
.pip-ref-title {
min-height: 56px;
}
}
.pip-ref-title .pip-pic,
.pip-ref-title img.pip-pic {
margin-right: 16px;
margin-top: 8px;
width: 80px !important;
height: 80px !important;
font-size: 38px;
border-radius: 50%;
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.pip-ref-title .pip-pic img,
.pip-ref-title img.pip-pic img {
width: 80px;
height: 80px;
font-size: 38px;
border-radius: 50%;
}
@media (max-width: 768px) {
.pip-ref-title .pip-pic,
.pip-ref-title img.pip-pic {
width: 56px !important;
height: 56px !important;
}
.pip-ref-title .pip-pic img,
.pip-ref-title img.pip-pic img {
width: 56px;
height: 56px;
}
}
.pip-ref-title .pip-content {
margin-bottom: 8px;
margin-top: 8px;
max-width: calc(100% - 96px);
}
.pip-ref-title .pip-content .pip-title {
margin: 0;
margin-right: 24px;
padding-bottom: 6px;
font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
line-height: 1.2em;
opacity: 1;
width: 100%;
-webkit-user-select: auto;
}
.pip-ref-title .pip-content .pip-subtitle {
line-height: 1.2em;
margin: 0 8px 0 0 !important;
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
opacity: .54;
width: 100%;
}
.pip-ref-expander .pip-pic,
.pip-ref-expander .pip-pic-sm {
cursor: pointer !important;
outline: none !important;
}
.pip-ref-expander .pip-pic-btn-sm {
padding: 0 !important;
height: 30px !important;
width: 30px;
min-height: 30px;
margin-right: 20px !important;
}
.pip-ref-expander .pip-pic-btn {
padding: 0 !important;
height: 40px !important;
width: 40px;
min-height: 40px;
margin-right: 10px !important;
}
.pip-ref-expander img.pip-pic,
.pip-ref-expander img.pip-pic-sm {
border-radius: 50%;
}
.pip-ref-expander .pip-pic {
margin-right: 10px;
height: 40px;
width: 40px;
}
.pip-ref-expander .pip-pic-sm {
margin: 3px 20px 3px 0px;
height: 30px;
width: 30px;
}
.pip-ref-expander .md-button {
height: 72px;
margin: 0px;
padding-left: 24px;
padding-right: 16px;
/*padding-right: 24px;
@media (max-width: 768px) {
padding-left: 16px;
padding-right: 16px;
}*/
}
.pip-ref-expander .pip-content {
text-align: justify;
overflow: hidden;
padding-right: 16px;
}
.pip-ref-expander .pip-content md-icon {
height: 16px;
width: 16px;
}
.pip-ref-expander .pip-content .pip-title,
.pip-ref-expander .pip-content .pip-subtitle {
margin: 0px !important;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
text-transform: none;
text-align: start;
}
.pip-ref-expander .pip-content .pip-title {
font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
margin-top: 1px !important;
margin-bottom: 4px !important;
}
.pip-ref-expander .pip-content .pip-subtitle {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
color: rgba(0, 0, 0, 0.54);
}
.pip-ref-expander .pip-content .pip-chevron {
margin-left: 8px;
}
.pip-ref-list .pip-ref-list-item {
padding-right: 0;
max-width: 100%;
width: 100%;
}
.pip-ref-list .pip-ref-list-item > button.md-ink-ripple {
padding: 0;
}
.pip-ref-list .pip-ref-list-item > button.md-ink-ripple .md-ripple-container {
display: none;
width: 0;
height: 0;
}
.pip-ref-list .pip-ref-list-item p {
margin: 0;
}
.pip-ref-list .pip-ref-list-item pip-markdown p {
margin: 0 !important;
}
.pip-ref-list .pip-ref-list-item .pip-pic {
margin-top: 16px;
margin-right: 16px;
cursor: pointer;
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.pip-ref-list .pip-ref-list-item img.pip-pic,
.pip-ref-list .pip-ref-list-item img.pip-pic-sm {
border-radius: 50%;
}
.pip-ref-list .pip-ref-list-item .pip-pic {
font-size: 16px;
height: 40px;
width: 40px;
}
.pip-ref-list .pip-ref-list-item .pip-pic-sm {
margin-top: 20px;
margin-right: 26px;
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.pip-ref-list .pip-ref-list-item .pip-pic-sm {
font-size: 14px;
height: 30px;
width: 30px;
}
.pip-ref-list .pip-ref-list-item .pip-content {
width: 100%;
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
max-width: calc(100% - 56px);
padding-bottom: 13px;
padding-top: 16px;
line-height: normal;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-details-title {
line-height: 1.5em;
margin-right: 8px;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-details-title .pip-title,
.pip-ref-list .pip-ref-list-item .pip-content .pip-details-title .pip-subtitle {
min-height: 0;
padding-right: 0 !important;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-title,
.pip-ref-list .pip-ref-list-item .pip-content .pip-text-bold,
.pip-ref-list .pip-ref-list-item .pip-content .pip-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-title.pip-markdown p,
.pip-ref-list .pip-ref-list-item .pip-content .pip-text-bold.pip-markdown p,
.pip-ref-list .pip-ref-list-item .pip-content .pip-text.pip-markdown p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-title {
font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
margin-top: 1px !important;
margin-bottom: 0 !important;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-subtitle {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
color: rgba(0, 0, 0, 0.54);
height: 17px;
margin-bottom: 4px !important;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-text-bold {
-webkit-box-flex: 1 1 auto;
-moz-box-flex: 1 1 auto;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
margin-bottom: 4px !important;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-text {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
max-height: 1.5em;
line-height: 1.5em;
margin-right: 16px;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-text-lg {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
margin-right: 16px;
overflow: hidden;
}
.pip-ref-list .pip-ref-list-item .pip-content .pip-icon {
width: 15px;
height: 15px;
vertical-align: middle;
margin-top: -1px;
}
.pip-details-title .pip-title {
min-height: 24px;
padding-right: 36px !important;
margin: 0;
font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
opacity: 1;
-webkit-user-select: auto;
}
.pip-details-title .pip-subtitle {
height: 24px;
margin: 0 !important;
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
line-height: 1.2em;
width: 100%;
opacity: 0.54;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
align-items: center;
}
.pip-action-list {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.pip-action-list .md-button.pip-action-list-item {
min-height: 64px !important;
min-width: 64px !important;
max-width: 92px !important;
margin-right: 8px;
color: #999999 !important;
white-space: normal;
}
.pip-action-list .md-button.pip-action-list-item .pip-title {
line-height: 1em;
height: 2.5em;
margin-bottom: 4px;
overflow: hidden;
white-space: normal;
word-wrap: break-word;
vertical-align: middle;
font: normal 400 12px Roboto, 'Helvetica Neue', sans-serif;
text-align: center;
-webkit-user-select: auto;
}
.pip-drilldown-list .pip-drilldown-list-item {
height: 48px;
width: 100%;
margin: 0 !important;
padding-left: 24px;
padding-right: 16px;
border-radius: 0 !important;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
text-transform: none !important;
font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-drilldown-list .pip-drilldown-list-item md-icon {
-webkit-box-flex: 0 0 auto;
-moz-box-flex: 0 0 auto;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
min-width: 24px;
}
.pip-drilldown-list .pip-drilldown-list-item .pip-content {
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex-direction: row;
-moz-box-flex-direction: row;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.pip-drilldown-list .pip-drilldown-list-item.pip-selected {
padding-left: 19px;
background-color: rgba(158, 158, 158, 0.2);
border-left: 5px solid rgba(33, 150, 243, 0.5) !important;
}
@media (max-width: 768px) {
.pip-drilldown-list .pip-drilldown-list-item {
padding-left: 16px;
padding-right: 10px;
}
.pip-drilldown-list .pip-drilldown-list-item.pip-selected {
padding-left: 11px;
}
}
.pip-drilldown-list .pip-drilldown-list-item .pip-title {
text-align: justify;
text-align: start;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin: 0;
margin-right: 16px;
flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
box-sizing: border-box;
}
.pip-drilldown-list .pip-drilldown-list-item .pip-subtitle {
font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
opacity: 0.54;
text-align: justify;
text-align: start;
margin: 0 24px 0 0;
overflow: hidden;
text-overflow: ellipsis;
}
.pip-drilldown-list .pip-drilldown-list-item .pip-icon {
margin-right: 26px;
}
.pip-drilldown-list .pip-drilldown-list-item.pip-drilldown-list-item-lg {
height: 64px;
}
.pip-drilldown-list .pip-drilldown-list-item.pip-drilldown-list-item-lg .pip-title {
margin-top: 1px !important;
margin-bottom: 4px !important;
}
.pip-drilldown-list .pip-drilldown-list-item.pip-drilldown-list-item-lg .pip-subcontent {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.blue .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(33, 150, 243, 0.54) !important;
}
.pink .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(188, 86, 121, 0.54) !important;
}
.orange .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(255, 112, 67, 0.54) !important;
}
.amber .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(255, 152, 0, 0.54) !important;
}
.green .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(76, 175, 80, 0.54) !important;
}
.navy .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(86, 97, 125, 0.54) !important;
}
.grey .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(96, 125, 139, 0.54) !important;
}
.dark .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(33, 33, 33, 0.54) !important;
}
.black .pip-drilldown-list-item.pip-selected {
border-left: 5px solid rgba(38, 50, 56, 0.54) !important;
}
/*
* @example pip-progress-top: используйте этот класс только при условии, что родитель md-progress-linear
* имеет стандартные padding. Самый популярный вариант показан ниже.
* http://prntscr.com/8j4076
* <div class="pip-body">
* <md-progress-linear ng-show="transaction.busy()" class="pip-progress-top"> </md-progress-linear>
* </div>
*
*/
.pip-progress-top,
.pip-progress-top-tiles {
margin-top: -24px;
margin-left: -25px;
margin-right: -25px;
margin-bottom: 19px !important;
width: calc(100% + 50px) !important;
}
@media (max-width: 768px) {
.pip-progress-top,
.pip-progress-top-tiles {
margin-top: -16px;
margin-left: -16px;
margin-right: -16px;
}
}
.pip-progress-top-tiles {
z-index: 11;
}
md-dialog .pip-progress-top {
margin-top: -24px;
margin-left: 0;
margin-right: 0;
margin-bottom: 19px;
width: calc(100%) !important;
}
.pip-check-list {
overflow-x: hidden;
}
.pip-check-