.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-item::before .md-list-item-inner {
  content: none;
}
.pip-ref-item::before .md-list-item-inner::before {
  content: none;
}
.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 > div > button {
  display: none;
}
.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-ref-item::before .md-list-item-inner {
  content: none;
}
.pip-ref-item::before .md-list-item-inner::before {
  content: none;
}
.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-list .pip-check-list-item {
  min-height: 72px;
  padding-right: 0px;
}
.pip-check-list .pip-check-list-item .md-list-item-inner {
  padding-left: 0px;
  content: none;
  padding-right: 0px;
  display: block;
  width: calc(100% - 21px);
}
.pip-check-list .pip-check-list-item .md-list-item-inner .md-ripple-container {
  display: none;
  width: 0;
  height: 0;
}
.pip-check-list .pip-check-list-item .pip-checkbox,
.pip-check-list .pip-check-list-item .pip-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;
  width: 24px;
  margin-left: 3px;
  margin-right: 29px;
  margin-top: 18px;
  height: 24px !important;
}
.pip-check-list .pip-check-list-item .pip-icon {
  margin-top: 16px;
}
.pip-check-list .pip-check-list-item .pip-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 13px;
  min-height: 48px;
}
.pip-check-list .pip-check-list-item .pip-content .pip-title,
.pip-check-list .pip-check-list-item .pip-content .pip-text,
.pip-check-list .pip-check-list-item .pip-content .pip-text-bold {
  margin: 0;
  -webkit-user-select: auto;
}
.pip-check-list .pip-check-list-item .pip-content .pip-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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 16px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-check-list .pip-check-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: 2px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-check-list .pip-check-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;
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-check-list .pip-check-list-item .pip-item-content {
  padding-top: 8px;
  width: 100%;
}
md-list-item.pip-check-list-item .md-list-item-inner::before,
md-list-item.pip-check-list-item::before {
  content: none!important;
}
.pip-divider-right {
  border-right: 1px solid rgba(0, 0, 0, 0.12) !important;
}
.pip-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
  margin-top: 8px;
}
.pip-tile-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 8px -25px;
}
@media (max-width: 1200px) {
  .pip-tile-divider {
    margin: 8px -17px;
  }
}
.pip-list-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 8px -24px;
}
@media (max-width: 1200px) {
  .pip-list-divider {
    margin: 8px -16px;
  }
}
.dark .pip-divider,
.black .pip-divider,
.dark .pip-list-divider,
.black .pip-list-divider,
.dark .pip-tile-divider,
.black .pip-tile-divider {
  border-top-color: rgba(255, 255, 255, 0.12) !important;
}
.dark .pip-divider-right,
.black .pip-divider-right {
  border-right-color: rgba(255, 255, 255, 0.12) !important;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}
.table md-toolbar {
  width: 280px;
  border-radius: 2px;
}
.table .table {
  background-color: #fff;
  border-spacing: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.table > tbody + tbody {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5 !important;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8 !important;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7 !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3 !important;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede !important;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5 !important;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8 !important;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6 !important;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3 !important;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc !important;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #faf2cc !important;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.hint {
  /* Position the hint */
  position: absolute;
  left: 2px;
  right: auto;
  bottom: 7px;
  /* Copy styles from ng-messages */
  font-size: 12px;
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
  /* Set our own color */
  color: grey;
}
.hint.ng-hide,
.hint.ng-enter,
.hint.ng-leave.ng-leave-active {
  bottom: 26px;
  opacity: 0;
}
.hint.ng-leave,
.hint.ng-enter.ng-enter-active {
  bottom: 7px;
  opacity: 1;
}
.pip-chip,
.pip-type-chip {
  font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
  display: inline-block;
  padding: 0 12px 0 12px !important;
  margin: 4px 4px 0 0 !important;
  overflow: hidden !important;
  box-shadow: none !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  height: 32px !important;
  border-radius: 16px;
  background: #e0e0e0;
  color: #424242;
  padding-right: 16px;
}
.pip-chip.pip-type-little-chip,
.pip-type-chip.pip-type-little-chip {
  height: 24px !important;
  padding-left: 17px !important;
}
.pip-chip.pip-type-little-chip > span,
.pip-type-chip.pip-type-little-chip > span,
.pip-chip.pip-type-little-chip .pip-text,
.pip-type-chip.pip-type-little-chip .pip-text {
  margin: 3px 0 0 0;
  font-size: 10px !important;
  margin-right: 0 !important;
}
.pip-chip .pip-avatar,
.pip-type-chip .pip-avatar,
.pip-chip .pip-pic,
.pip-type-chip .pip-pic {
  display: block;
  float: left;
  margin-left: -12px;
  vertical-align: middle;
  height: 32px !important;
  width: 32px !important;
  border-radius: 50%;
  margin-right: 8px !important;
}
.pip-chip .pip-avatar md-icon,
.pip-type-chip .pip-avatar md-icon,
.pip-chip .pip-pic,
.pip-type-chip .pip-pic {
  width: 32px;
  height: 32px;
}
.pip-chip > span,
.pip-type-chip > span,
.pip-chip .pip-text,
.pip-type-chip .pip-text {
  display: inline-block;
  max-width: 150px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: none;
}
.pip-type-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 8px 0 12px;
  float: left;
  margin-left: -25px !important;
  margin-right: 4px;
  padding-left: 25px !important;
  padding-right: 16px !important;
}
@media (max-width: 1200px) {
  .pip-type-chip {
    margin-left: -17px !important;
    padding-left: 17px !important;
  }
}
.pip-type-chip-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pip-type-chip-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0 !important;
}
.pip-simple-list .pip-simple-list-item {
  height: 48px;
  -webkit-user-select: auto;
  line-height: 48px;
  vertical-align: middle;
  font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.pip-simple-list .pip-simple-list-item .pip-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
md-list-item.pip-selectable button {
  border-left: none!important;
  padding-left: 21px!important;
}
md-list-item.pip-selectable.selected button {
  padding-left: 16px!important;
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 150, 243, 0.5) !important;
}
md-list-item.pip-selectable-tree button {
  border-left: none!important;
}
md-list-item.pip-selectable-tree.selected > button {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid #03a9f4 !important;
}
md-list-item.pip-selectable-tree > button {
  padding-right: 0;
}
md-list-item.pip-selectable.pip-simple-list-item {
  border-left: none!important;
  padding-left: 21px!important;
}
md-list-item.pip-selectable.pip-simple-list-item.selected {
  padding-left: 16px!important;
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 150, 243, 0.5) !important;
}
md-list-item.pip-list-no-click.pip-selectable .md-no-style {
  border-left: none!important;
  padding-left: 21px!important;
}
md-list-item.pip-list-no-click.pip-selectable.selected .md-no-style {
  padding-left: 16px!important;
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 150, 243, 0.5) !important;
}
.blue md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(33, 150, 243, 0.54) !important;
}
.blue md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 150, 243, 0.54) !important;
}
.blue md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 150, 243, 0.54) !important;
}
.pink md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(188, 86, 121, 0.54) !important;
}
.pink md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(188, 86, 121, 0.54) !important;
}
.pink md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(188, 86, 121, 0.54) !important;
}
.orange md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(255, 112, 67, 0.54) !important;
}
.orange md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(255, 112, 67, 0.54) !important;
}
.orange md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(255, 112, 67, 0.54) !important;
}
.amber md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(255, 152, 0, 0.54) !important;
}
.amber md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(255, 152, 0, 0.54) !important;
}
.amber md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(255, 152, 0, 0.54) !important;
}
.green md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(76, 175, 80, 0.54) !important;
}
.green md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(76, 175, 80, 0.54) !important;
}
.green md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(76, 175, 80, 0.54) !important;
}
.navy md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(86, 97, 125, 0.54) !important;
}
.navy md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(86, 97, 125, 0.54) !important;
}
.navy md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(86, 97, 125, 0.54) !important;
}
.grey md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(96, 125, 139, 0.54) !important;
}
.grey md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(96, 125, 139, 0.54) !important;
}
.grey md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(96, 125, 139, 0.54) !important;
}
.dark md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(33, 33, 33, 0.54) !important;
}
.dark md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 33, 33, 0.54) !important;
}
.dark md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(33, 33, 33, 0.54) !important;
}
.black md-list-item.pip-selectable.selected .md-no-style {
  background-color: rgba(158, 158, 158, 0.2) !important;
  border-left: 5px solid rgba(38, 50, 56, 0.54) !important;
}
.black md-list-item.pip-selectable-tree.selected > .md-no-style {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(38, 50, 56, 0.54) !important;
}
.black md-list-item.pip-selectable.pip-simple-list-item.selected {
  background-color: rgba(158, 158, 158, 0.2);
  border-left: 5px solid rgba(38, 50, 56, 0.54) !important;
}
.pip-empty {
  margin: 0 auto;
  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;
}
.pip-empty .pip-pic {
  width: 350px !important;
  height: 250px !important;
  min-height: 250px !important;
  margin: 25px 25px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.pip-empty .pip-text {
  width: 400px;
  margin-top: 25px;
  text-align: center;
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.38);
}
.pip-empty .pip-actions {
  margin-top: 16px;
  margin-bottom: 16px;
  width: 400px;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pip-empty .pip-actions .md-button {
  width: 384px !important;
  max-height: 72px !important;
  margin-bottom: 0;
  margin-top: 0;
}
.pip-empty .pip-actions .md-button span {
  display: block;
  white-space: normal;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .pip-empty .pip-pic,
  .pip-empty .pip-text,
  .pip-empty .pip-actions {
    margin: 0 auto;
  }
  .pip-empty .pip-pic {
    width: 80% !important;
    min-height: 80%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 16px;
  }
  .pip-empty .pip-pic.pip-no-image-sm {
    width: 0px;
    height: 0px;
    display: none;
  }
  .pip-empty .pip-text {
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
    font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  }
  .pip-empty .pip-actions {
    width: 80%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .pip-empty .pip-actions .md-button {
    width: calc(100% - 16px) !important;
  }
}
body.pip-windows .pip-menu::-webkit-scrollbar,
body.pip-windows md-content::-webkit-scrollbar,
body.pip-windows md-sidenav::-webkit-scrollbar,
body.pip-windows .pip-body::-webkit-scrollbar,
body.pip-windows .pip-tiles::-webkit-scrollbar,
body.pip-windows .pip-split-left md-list::-webkit-scrollbar,
body.pip-windows .pip-split-right md-list::-webkit-scrollbar,
body.pip-windows .pip-groups-timeline::-webkit-scrollbar,
body.pip-windows .pip-menu-container::-webkit-scrollbar,
body.pip-windows .pip-card::-webkit-scrollbar,
body.pip-windows .pip-document::-webkit-scrollbar,
body.pip-windows md-menu-content::-webkit-scrollbar,
body.pip-windows .pip-content::-webkit-scrollbar,
body.pip-windows .pip-fix-empty::-webkit-scrollbar,
body.pip-windows .pip-simple::-webkit-scrollbar,
body.pip-windows .pip-comments-footer::-webkit-scrollbar,
body.pip-windows .pip-popover-content::-webkit-scrollbar,
body.pip-windows .pip-guide-page::-webkit-scrollbar,
body.pip-windows .pip-contributor-details::-webkit-scrollbar,
body.pip-windows .pip-sharing-details::-webkit-scrollbar,
body.pip-windows .pip-scroll::-webkit-scrollbar {
  width: 10px;
}
body.pip-windows .pip-menu::-webkit-scrollbar-track,
body.pip-windows md-content::-webkit-scrollbar-track,
body.pip-windows md-sidenav::-webkit-scrollbar-track,
body.pip-windows .pip-body::-webkit-scrollbar-track,
body.pip-windows .pip-tiles::-webkit-scrollbar-track,
body.pip-windows .pip-split-left md-list::-webkit-scrollbar-track,
body.pip-windows .pip-split-right md-list::-webkit-scrollbar-track,
body.pip-windows .pip-groups-timeline::-webkit-scrollbar-track,
body.pip-windows .pip-menu-container::-webkit-scrollbar-track,
body.pip-windows .pip-card::-webkit-scrollbar-track,
body.pip-windows .pip-document::-webkit-scrollbar-track,
body.pip-windows md-menu-content::-webkit-scrollbar-track,
body.pip-windows .pip-content::-webkit-scrollbar-track,
body.pip-windows .pip-fix-empty::-webkit-scrollbar-track,
body.pip-windows .pip-simple::-webkit-scrollbar-track,
body.pip-windows .pip-comments-footer::-webkit-scrollbar-track,
body.pip-windows .pip-popover-content::-webkit-scrollbar-track,
body.pip-windows .pip-guide-page::-webkit-scrollbar-track,
body.pip-windows .pip-contributor-details::-webkit-scrollbar-track,
body.pip-windows .pip-sharing-details::-webkit-scrollbar-track,
body.pip-windows .pip-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body.pip-windows .pip-menu::-webkit-scrollbar-thumb,
body.pip-windows md-content::-webkit-scrollbar-thumb,
body.pip-windows md-sidenav::-webkit-scrollbar-thumb,
body.pip-windows .pip-body::-webkit-scrollbar-thumb,
body.pip-windows .pip-tiles::-webkit-scrollbar-thumb,
body.pip-windows .pip-split-left md-list::-webkit-scrollbar-thumb,
body.pip-windows .pip-split-right md-list::-webkit-scrollbar-thumb,
body.pip-windows .pip-groups-timeline::-webkit-scrollbar-thumb,
body.pip-windows .pip-menu-container::-webkit-scrollbar-thumb,
body.pip-windows .pip-card::-webkit-scrollbar-thumb,
body.pip-windows .pip-document::-webkit-scrollbar-thumb,
body.pip-windows md-menu-content::-webkit-scrollbar-thumb,
body.pip-windows .pip-content::-webkit-scrollbar-thumb,
body.pip-windows .pip-fix-empty::-webkit-scrollbar-thumb,
body.pip-windows .pip-simple::-webkit-scrollbar-thumb,
body.pip-windows .pip-comments-footer::-webkit-scrollbar-thumb,
body.pip-windows .pip-popover-content::-webkit-scrollbar-thumb,
body.pip-windows .pip-guide-page::-webkit-scrollbar-thumb,
body.pip-windows .pip-contributor-details::-webkit-scrollbar-thumb,
body.pip-windows .pip-sharing-details::-webkit-scrollbar-thumb,
body.pip-windows .pip-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.pip-filter-row {
  height: 48px !important;
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .pip-filter-row {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pip-filter-row .md-select-value {
  border: none !important;
}
.pip-filter-row .pip-filter-text {
  font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
  margin-top: 6px;
  margin-right: 6px;
  opacity: 0.54;
}
.pip-call-action {
  background-color: #333333;
  color: #fff;
  padding: 24px;
}
.pip-call-action > div {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 768px) {
  .pip-call-action {
    padding: 16px;
  }
  .pip-call-action > div {
    width: 100%;
  }
}
.pip-call-action .pip-left-content {
  width: 70%;
}
@media (max-width: 768px) {
  .pip-call-action .pip-left-content {
    width: 100%;
  }
}
.pip-call-action .pip-right-content {
  width: 30%;
  min-width: 280px;
}
@media (max-width: 768px) {
  .pip-call-action .pip-right-content {
    width: 100%;
  }
}
.pip-call-action .pip-title {
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pip-call-action .pip-title-big {
  font: normal 400 100px Roboto, 'Helvetica Neue', sans-serif;
  line-spacing: 0.0001;
}
.pip-call-action .pip-subtitle {
  font: normal 400 24px Roboto, 'Helvetica Neue', sans-serif;
  margin-bottom: 8px;
}
.pip-call-action md-icon {
  color: #fff;
  margin-left: 0;
  margin-right: 16px;
  margin-bottom: 12px !important;
}
.pip-call-action .pip-text {
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 400;
  line-height: 1.2em;
}
.pip-call-action button {
  height: 56px;
  color: #fff;
}
.pip-landing-toolbar {
  height: 64px;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff !important;
}
.pip-landing-toolbar md-icon {
  color: #fff !important;
}
@media (max-width: 768px) {
  .pip-landing-toolbar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pip-landing-toolbar button {
  height: 36px;
  -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;
  padding-top: 2px;
}
.pip-landing-toolbar .pip-button {
  border-color: #fff !important;
  border: 2px solid;
  padding-top: 0;
}
.pip-info-block {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
}
.pip-info-block .pip-content {
  padding: 16px;
  width: 30%;
}
@media (max-width: 768px) {
  .pip-info-block .pip-content {
    width: calc(100% - 32px);
  }
}
.pip-info-block .pip-title {
  text-transform: uppercase;
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  margin-bottom: 24px;
}
.pip-info-block .pip-title-bg {
  background-color: rgba(0, 0, 0, 0.26);
}
.pip-info-block .pip-text {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 22px;
}
.pip-info-block .pip-pic {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.pip-info-block .pip-blue {
  color: rgba(3, 155, 229, 0.73);
}
.pip-info-block .pip-pink {
  color: rgba(171, 71, 188, 0.73);
}
.pip-info-block .pip-orange {
  color: rgba(239, 108, 0, 0.73);
}
.pip-info-block .pip-yellow {
  color: #c1a32f;
}
.pip-info-block .pip-green {
  color: #4a9744;
}
.pip-info-block .pip-white {
  color: #fff;
}
/*
 *
 */
.pip-page-errors {
  background-color: rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  z-index: 30;
  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;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.pip-page-errors.no-transparent-background {
  background-color: #eeeeee !important;
}
.pip-page-errors .pip-error-text {
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 17px;
}
.pip-page-errors .pip-error-details {
  font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
  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;
  margin-left: 24px !important;
}
.pip-page-errors .pip-error-details md-icon {
  height: 20px;
  width: 20px;
  margin-right: 8px !important;
}
@media (max-width: 1200px) {
  .pip-page-errors {
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 0 !important;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pip-page-errors .pip-error-details {
    height: 48px !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.blue .pip-page-errors .pip-error-details,
.blue .pip-page-errors .pip-error-text,
.blue .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.pink .pip-page-errors .pip-error-details,
.pink .pip-page-errors .pip-error-text,
.pink .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.orange .pip-page-errors .pip-error-details,
.orange .pip-page-errors .pip-error-text,
.orange .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.amber .pip-page-errors .pip-error-details,
.amber .pip-page-errors .pip-error-text,
.amber .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.green .pip-page-errors .pip-error-details,
.green .pip-page-errors .pip-error-text,
.green .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.navy .pip-page-errors .pip-error-details,
.navy .pip-page-errors .pip-error-text,
.navy .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.grey .pip-page-errors .pip-error-details,
.grey .pip-page-errors .pip-error-text,
.grey .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.dark .pip-page-errors .pip-error-details,
.dark .pip-page-errors .pip-error-text,
.dark .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.black .pip-page-errors .pip-error-details,
.black .pip-page-errors .pip-error-text,
.black .pip-page-errors .pip-error-details md-icon {
  color: #ff5252;
}
.scroll {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.no-scroll {
  overflow: hidden !important;
}
.scroll-no {
  overflow: hidden !important;
}
.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.pointer {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
.cursor-auto {
  cursor: auto;
}
.cursor-move {
  cursor: move;
}
.disabled {
  cursor: auto;
  color: rgba(0, 0, 0, 0.54);
}
a,
a:hover,
a:focus,
a:active {
  color: #2196f3;
  text-decoration: none;
  cursor: pointer;
}
input:focus,
p:focus,
div:focus,
li:focus,
md-list-item:focus,
md-list:focus,
a:focus,
md-autocomplete:focus,
span:focus,
button:focus {
  outline-width: 0 !important;
}
.md-contact-chips .md-chips .md-chip .md-contact-avatar img {
  width: 32px;
}
md-list md-list-item .md-button {
  padding-right: 0;
}
.md-chips .md-chip-input-container md-autocomplete,
.md-chips .md-chip-input-container md-autocomplete-wrap {
  min-width: 230px !important;
}
.md-button {
  min-width: 48px;
}
.pip-no-hint-input .md-errors-spacer {
  min-height: 0;
}
.pip-autocomplete-text md-select-value {
  height: 35px !important;
}
md-datepicker {
  background: transparent !important;
}
md-datepicker .md-datepicker-input-container {
  border-bottom-color: rgba(0, 0, 0, 0.12) !important;
}
md-datepicker .md-datepicker-input {
  font-size: 16px;
  font-weight: 400;
  background: transparent !important;
}
md-datepicker .md-datepicker-triangle-button {
  background: transparent !important;
}
md-datepicker .md-datepicker-expand-triangle {
  margin-top: 8px;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-top: 6px solid !important;
  border-top-color: rgba(0, 0, 0, 0.54) !important;
}
.md-autocomplete-suggestions li {
  line-height: 40px;
  height: 40px;
}
.autocomplete-custom-template li {
  height: 40px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template md-icon {
  height: 18px;
  width: 18px;
  margin-right: 16px;
}

@-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;
  }
}
.pip-main {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eeeeee;
  font-size: 14px;
  overflow-x: hidden;
}
.pip-main .pip-body-nav {
  -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-height: 0px;
}
.pip-main .pip-body-nav .md-paginator {
  margin-right: 0px !important;
}
.pip-main .pip-main-body {
  position: relative;
  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-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.pip-main.black md-content,
.pip-main.dark md-content {
  color: rgba(255, 255, 255, 0.87) !important;
}
.pip-no-border {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none!important;
  background: none!important;
}
.pip-border {
  background-color: #fafafa;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NWQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(18%, #fafafa), color-stop(19%, #fafafa), color-stop(81%, #fafafa), color-stop(82%, #fafafa), color-stop(100%, #f2f1f1)) !important;
  background: -webkit-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -o-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -ms-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26) !important;
}
.pip-border-no-top {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background: #fafafa !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NWQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(18%, #fafafa), color-stop(19%, #fafafa), color-stop(81%, #fafafa), color-stop(82%, #fafafa), color-stop(100%, #f2f1f1)) !important;
  background: -webkit-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -o-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -ms-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26) !important;
}
@media (max-width: 1200px) {
  .pip-border,
  .pip-border-no-top {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: none!important;
  }
}
.pip-container {
  /*min-height: 100%;*/
  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;
  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-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
}
.pip-card .pip-body,
.pip-document .pip-body {
  overflow-x: hidden !important;
}
.pip-document .pip-content-container {
  max-width: 100%;
  position: relative;
}
.pip-document .pip-content-container .pip-body {
  max-width: 100%;
  box-sizing: border-box;
}
.pip-card .pip-header,
.pip-document .pip-header {
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.pip-card .pip-nav,
.pip-document .pip-nav,
.pip-dialog .pip-nav {
  -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-height: 0px;
}
.pip-card .pip-menu-container,
.pip-document .pip-menu-container,
.pip-dialog .pip-menu-container {
  position: relative;
  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-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.pip-card .pip-content-container,
.pip-document .pip-content-container,
.pip-dialog .pip-content-container {
  position: relative;
  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-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.pip-card .pip-menu,
.pip-document .pip-menu,
.pip-dialog .pip-menu {
  -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;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 300px;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.pip-card .pip-header,
.pip-document .pip-header,
.pip-dialog .pip-header {
  position: relative;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  letter-spacing: 0.005em;
  padding: 24px 24px 24px 24px;
}
.pip-card .pip-footer,
.pip-document .pip-footer,
.pip-dialog .pip-footer {
  position: relative;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -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;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 56px;
  padding: 0px 24px 0px 24px;
}
.pip-card .pip-footer-for-composite,
.pip-document .pip-footer-for-composite,
.pip-dialog .pip-footer-for-composite {
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -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-card .pip-body,
.pip-document .pip-body,
.pip-dialog .pip-body {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -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;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  letter-spacing: 0.01em;
  padding: 24px;
  margin: 0;
}
.pip-card .pip-header ~ .pip-body,
.pip-document .pip-header ~ .pip-body,
.pip-dialog .pip-header ~ .pip-body {
  padding-top: 0;
}
.pip-card .pip-footer ~ .pip-body,
.pip-document .pip-footer ~ .pip-body,
.pip-dialog .pip-footer ~ .pip-body {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .pip-document .pip-menu-container {
    max-height: 100%;
  }
}
@media (max-width: 1200px) {
  .pip-card .pip-header,
  .pip-document .pip-header {
    padding: 24px 16px 24px 16px;
  }
  .pip-card .pip-footer,
  .pip-document .pip-footer {
    padding: 0px 16px 0px 16px;
    min-height: 56px !important;
  }
  .pip-card .pip-body,
  .pip-document .pip-body {
    padding: 16px;
  }
  .pip-card .pip-header ~ .pip-body,
  .pip-document .pip-header ~ .pip-body {
    padding-top: 0;
  }
  .pip-card .pip-footer ~ .pip-body,
  .pip-document .pip-footer ~ .pip-body,
  .pip-card .pip-footer-for-composite ~ .pip-body,
  .pip-document .pip-footer-for-composite ~ .pip-body {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .pip-menu {
    width: 100% !important;
  }
  .pip-document .pip-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .pip-dialog .pip-header {
    padding: 16px;
  }
}
/*
 * @example - simple layout
 *  <pip-simple>
 *      <div class="pip-content"></div>
 *  </pip-simple>
*/
.pip-simple {
  /*min-height: 100%;*/
  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;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0px;
  margin: 0px;
  background-color: #fafafa;
}
/*
 * @example - Card layout
 *  <div class="pip-card-container">
 *      <pip-card width="400" min-height="400">
 *          <div class="pip-header">
 *              <h3 >This is a Header</h3>
 *          </div>
 *          <div class="pip-body">
 *              <div class="pip-content">
 *              </div>
 *          </div>
 *          <div class="pip-footer">
 *              <md-button>Cancel</md-button>
 *              <md-button class="md-accent">Ok</md-button>
 *          </div>
 *      </pip-card>
 *  </div>
 */
.pip-card {
  z-index: 10;
  position: relative;
  -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;
  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;
  background-color: #fafafa;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 24px;
  background: #fafafa !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NWQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(18%, #fafafa), color-stop(19%, #fafafa), color-stop(81%, #fafafa), color-stop(82%, #fafafa), color-stop(100%, #f2f1f1)) !important;
  background: -webkit-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -o-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -ms-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26) !important;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 1px;
}
.pip-card-container {
  /*min-height: 100%;*/
  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;
  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-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100%;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pip-card-container.pip-outer-scroll {
  display: block !important;
  overflow-y: auto;
}
.pip-card-container.pip-outer-scroll .pip-card {
  display: none;
}
@media (max-width: 1200px) {
  .pip-card {
    margin: 16px;
  }
}
@media (max-width: 768px) {
  .pip-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    border: none;
    border-radius: 0;
  }
}
/*

*/
pip-document {
  z-index: 10;
  position: relative;
  -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;
  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;
  background-color: #fafafa;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NWQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(18%, #fafafa), color-stop(19%, #fafafa), color-stop(81%, #fafafa), color-stop(82%, #fafafa), color-stop(100%, #f2f1f1)) !important;
  background: -webkit-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -o-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -ms-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26) !important;
  margin: 24px;
  padding-bottom: 1px;
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: absolute;
  height: calc(100% - 24px);
  left: calc(50% - 550px);
  margin: 0 auto;
  width: 1100px;
}
@media (max-width: 1200px) {
  pip-document {
    width: 100%;
    height: 100%;
    left: 0px;
  }
}
pip-document.pip-document-small {
  left: calc(50% - 450px);
  width: 900px;
}
@media (max-width: 1200px) {
  pip-document.pip-document-small {
    width: 100%;
    height: 100%;
    left: 0px;
  }
}
.pip-document-container {
  /*min-height: 100%;*/
  width: 100%;
  max-height: 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;
  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-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;
}
.pip-appbar-ext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: none;
  height: 95px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
@media (max-width: 1200px) {
  .pip-document {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px;
    border: none;
    border-radius: 0;
  }
}
/*
 * <md-dialog class="pip-dialog" width="600">
 *     <div class="pip-header">
 *         <h3 class="m0">This is a Header</h3>
 *     </div>
 *     <div class="pip-body">
 *         <div class="pip-content">
 *         </div>
 *     </div>
 *     <div class="pip-footer">
 *         <div>
 *             <md-button ng-click="cancel()">Cancel</md-button>
 *             <md-button class="md-accent" ng-click="answer('ok')">Ok</md-button>
 *         </div>
 *     </div>
 * </md-dialog>
 */
.pip-dialog {
  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;
  min-width: 400px;
  width: 400px;
  font-size: 14px;
  background-color: #fafafa !important;
}
@media (max-width: 768px) {
  .pip-dialog {
    min-width: 300px;
  }
}
.pip-dialog .pip-header .pip-dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  padding: 2px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 50%;
}
.pip-dialog .pip-header .pip-dialog-close * {
  vertical-align: middle;
  font-size: 24px;
}
/*
 * @example - ����������� ��������
 *  <pip-tiles column-width="440">
 *      <div ng-repeat="item in itemCollection"
 *           class="masonry-brick pip-tile  w440-flex pointer">
 *          <div class="pip-tile-body pip-entity-content"></div>
 *      </div>
 *  </pip-tiles>
 */
.pip-tiles {
  position: fixed;
  max-height: 100%;
  box-sizing: border-box;
  max-height: calc(100% - 64px - 48px);
  min-height: calc(100% - 64px - 48px);
  left: 0;
  overflow: auto;
  margin: 0;
  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;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 16px 0px 0px 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.005em;
}
.pip-tiles.pip-no-tabs {
  max-height: calc(100% - 64px);
  min-height: calc(100% - 64px);
}
@media (max-width: 766px) {
  .pip-tiles {
    max-height: calc(100% - 48px - 48px);
    min-height: calc(100% - 48px - 48px);
  }
  .pip-tiles.pip-no-tabs {
    max-height: calc(100% - 48px);
    min-height: calc(100% - 48px);
  }
}
.pip-tiles .pip-tiles-container {
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .pip-tiles .pip-tiles-container {
    width: 1350px !important;
    min-width: 1350px !important;
    max-width: 1350px !important;
  }
}
.pip-tiles .pip-tile {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fafafa !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0NWQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTM1NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(18%, #fafafa), color-stop(19%, #fafafa), color-stop(81%, #fafafa), color-stop(82%, #fafafa), color-stop(100%, #f2f1f1)) !important;
  background: -webkit-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -o-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: -ms-linear-gradient(top, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  background: linear-gradient(to bottom, #fefefe 0, #fafafa 18%, #fafafa 19%, #fafafa 81%, #fafafa 82%, #f2f1f1 100%) !important;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.26) !important;
  padding: 1px;
  min-height: 100px;
  margin-bottom: 7px;
}
.pip-tiles .pip-tile .pip-tile-body {
  background-color: #fafafa;
}
.pip-tile-body .pip-submenu-details-button > div pip-location {
  max-width: calc(100% - 56px) !important;
}
.pip-tile-location-container {
  width: 100%;
  height: 200px;
}
/*
 * @example - �������� �������� ��������
 *  <pip-simple ng-class="$sizeSmall ? 'bg-content' : 'bg-window'" ng-hide="selected.itemCollection.length < 1">
 *      <!-- ng-repeat �� ������� -->
 *      <div class="pip-flex-content-list">
 *          <!-- �������� ������ -->
 *          <div class=" pip-tiles-group-name" layout="row" layout-align="start center">
 *              <p class="w56 w56-max">
 *                  �������� </p>
 *
 *              <div flex></div>
 *          </div>
 *          <!--������ ������-->
 *          <pip-tiles column-width="180" ng-if="$sizeGtSmall">
 *              <!--������� �����-->
 *              <div class="masonry-brick pip-tile pointer">

 *              </div>
 *          </pip-tiles>
 *      </div>
 *  </pip-simple>
 */
.pip-simple .pip-tiles {
  display: block;
  min-height: 0px;
  overflow: hidden;
  position: relative;
}
.pip-simple .pip-tiles .pip-tiles-container {
  margin: auto;
}
@media (min-width: 766px) {
  .pip-tiles .pip-tile {
    min-width: 180px;
  }
}
@media (max-width: 766px) {
  .pip-tiles {
    padding: 8px 0px 0px 0px;
    overflow-x: hidden !important;
  }
  .pip-tiles .pip-tile {
    width: 100%;
    margin-bottom: 8px;
  }
}
.pip-split {
  -webkit-backface-visibility: hidden;
}
.pip-split .pip-split-right {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  position: absolute;
  left: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .pip-split .pip-split-right {
    display: none;
  }
}
.pip-split-left {
  width: 549px;
  min-width: calc(50% - 1px);
}
.pip-split-right {
  width: 549px;
  min-width: 50%;
}
.pip-split-left,
.pip-split-right {
  background: #FaFaFa;
  max-height: 100% !important;
  position: relative;
  display: flex;
}
.pip-split-left md-list,
.pip-split-right md-list {
  padding-top: 0;
  padding-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 1200px) {
  .pip-split-left,
  .pip-split-right {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .pip-split-left,
  .pip-split-right {
    width: 100% !important;
    min-width: 100%;
  }
}
.pip-menu-container {
  overflow: hidden;
}
.pip-split md-toolbar.pip-nav.pip-visible {
  min-height: 48px !important;
  height: 48px;
}
.pip-split md-toolbar.pip-nav.pip-visible md-tab-item span {
  opacity: 1;
}
.pip-split md-toolbar.pip-nav.pip-visible md-tabs {
  min-height: 48px !important;
  height: 48px;
}
.pip-split md-toolbar.pip-nav {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all .5s ease;
  min-height: 0px !important;
  height: 0px !important;
}
.pip-split md-toolbar.pip-nav md-tab-item span {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0;
}
.pip-split md-toolbar.pip-nav md-tabs {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all .5s ease;
  height: 0px;
  min-height: 0px;
}
.pip-split .pip-date-range-row {
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height .5s ease;
  height: 0px !important;
  min-height: 0px !important;
}
.pip-split .pip-date-range-row.pip-visible {
  min-height: 48px !important;
}
.pip-split .pip-date-range-row span,
.pip-split .pip-date-range-row span::after {
  opacity: 0;
}
.pip-split .pip-date-range-row.pip-visible {
  min-height: 0px;
  height: 48px !important;
}
.pip-split .pip-date-range-row.pip-visible span,
.pip-split .pip-date-range-row.pip-visible span::after {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 1;
}
.pip-split .pip-date-range-row.pip-visible button span,
.pip-split .pip-date-range-row.pip-visible button span::before {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  opacity: 0.54;
}
.pip-transition-forward [ui-view].ng-enter,
.pip-transition-forward [ui-view].ng-leave,
.pip-transition-back [ui-view].ng-enter,
.pip-transition-back [ui-view].ng-leave {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  -webkit-backface-visibility: hidden;
}
.pip-split-small .pip-split-right {
  display: none !important;
}
.pip-split-small.pip-transition-forward [ui-view].ng-enter.split-container {
  z-index: 2200;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.pip-split-small.pip-transition-forward [ui-view].ng-enter-active.split-container {
  z-index: 2200;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pip-split-small.pip-transition-back [ui-view].ng-enter.split-container {
  z-index: 2200;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pip-split-small.pip-transition-back [ui-view].ng-enter-active.split-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pip-split-small.pip-transition-back [ui-view].ng-leave.split-container {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pip-split-small.pip-transition-back [ui-view].ng-leave-active.split-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pip-transition-forward [ui-view].ng-leave.split-container {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pip-transition-forward [ui-view].ng-leave-active.split-container {
  -webkit-transform: translate3d(-150%, 0, 0);
  transform: translate3d(-150%, 0, 0);
}
.pip-transition-forward [ui-view].ng-enter.split-container {
  z-index: 2200;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.pip-transition-forward [ui-view].ng-enter-active.split-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pip-transition-back [ui-view].ng-leave.split-container {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.pip-transition-back [ui-view].ng-leave-active.split-container {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.pip-transition-back [ui-view].ng-enter.split-container {
  z-index: 2200;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.pip-transition-back [ui-view].ng-enter-active.split-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-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;
  }
}
.pip-markdown {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
}
.pip-markdown p {
  margin: 0 0 10px !important;
  word-wrap: break-word;
}
.pip-markdown p :last-of-type {
  margin: 0 !important;
}
.pip-markdown h1 {
  font-size: 24px !important;
  line-height: 32px !important;
}
.pip-markdown h2 {
  font-size: 20px !important;
  line-height: 28px !important;
}
.pip-markdown h3 {
  font-size: 16px !important;
  line-height: 22px !important;
}
.pip-markdown h3 {
  font-size: 14px !important;
  line-height: 22px !important;
}
.pip-markdown h1,
.pip-markdown h2,
.pip-markdown h3,
.pip-markdown h4 {
  margin: 0;
}
.pip-markdown table {
  border-spacing: 0;
}
.pip-markdown .pip-gradient-block {
  position: absolute;
  text-align: right;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to top, #fafafa, rgba(250, 250, 250, 0));
}
.black .pip-gradient-block,
.dark .pip-gradient-block {
  background: linear-gradient(to top, #424242, rgba(66, 66, 66, 0));
}
md-list-item .pip-markdown p,
md-list-item .pip-markdown blockquote,
md-list-item .pip-markdown ul {
  margin: 0 !important;
}
md-list-item .pip-markdown h1,
md-list-item .pip-markdown h2,
md-list-item .pip-markdown h3,
md-list-item .pip-markdown h4 {
  font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-markdown-list ol {
  margin: 0 !important;
}
pip-toggle-buttons .md-select-value .pip-tagged {
  font-size: 20px;
}
pip-toggle-buttons:focus {
  outline-width: 0 !important;
}
.dark .pip-toggle-buttons button,
.black .pip-toggle-buttons button {
  color: rgba(255, 255, 255, 0.87);
}
.pip-toggle-buttons {
  width: 100%;
  -webkit-box-flex-direction: row;
  -moz-box-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 16px !important;
  height: 36px;
}
.pip-toggle-buttons:focus {
  outline-width: 0 !important;
}
.pip-toggle-buttons button {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}
.pip-toggle-buttons button.pip-chip-button.md-button {
  text-align: -webkit-center;
  margin: 0 !important;
  height: 32px !important;
  margin-left: 2px !important;
  border-radius: 0 !important;
}
.pip-toggle-buttons button.pip-chip-button.md-button .pip-tagged {
  font-size: 20px;
  display: inline-block;
  height: 36px;
  vertical-align: middle;
}
.pip-toggle-buttons button.pip-chip-button.md-button md-icon {
  margin-left: -30px;
  margin-top: -3px;
}
.pip-toggle-buttons button.pip-chip-button.md-button:hover,
.pip-toggle-buttons button.pip-chip-button.md-button:focus {
  background-color: rgba(0, 0, 0, 0.26);
}
.pip-toggle-buttons button.pip-chip-button.md-button.md-accent {
  box-shadow: none;
}
.pip-toggle-buttons button.pip-chip-button.md-button:first-of-type {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
  margin-left: 0 !important;
}
.pip-toggle-buttons button.pip-chip-button.md-button:last-of-type {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-right: 0 !important;
}
.pip-toggle-buttons button.pip-chip-button.md-button > span {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase !important;
}
.pip-toggle-buttons button.pip-chip-button.md-button:disabled {
  background-color: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.38) !important;
}
.pip-toggle-buttons button.pip-chip-button.md-button:disabled.selected {
  color: #000 !important;
  opacity: .38;
}
.pip-refresh-button {
  display: none;
  position: absolute;
  top: 16px;
  left: calc(50% - 15px);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  text-transform: none;
  z-index: 250;
}
.pip-refresh-button md-icon {
  color: white !important;
}
.pip-color-picker {
  display: block;
  list-style: none;
}
.pip-color-picker li {
  display: inline;
}
.pip-color-picker li .md-icon-button:not([disabled]).md-focused:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.pip-color-picker li .md-icon-button md-icon {
  margin-top: -2px;
}
.pip-color-picker:focus {
  outline: none;
}
.pip-popover-backdrop {
  z-index: 57;
  position: fixed;
}
.pip-popover-backdrop.opened {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pip-popover-backdrop.opened .pip-popover {
  width: 400px;
  max-width: calc(100% - 32px);
  min-height: 48px;
  opacity: 1;
}
.pip-popover-backdrop.opened .pip-popover .md-button {
  display: block;
}
.pip-popover-backdrop .pip-popover {
  position: fixed;
  right: 24px;
  top: 72px;
  border-radius: 2px 0 2px 2px;
  z-index: 58;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: 400px;
  min-height: 0;
  max-height: calc(100% - 104px);
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
.pip-popover-backdrop .pip-popover .md-button {
  display: none;
}
.pip-popover-backdrop .pip-popover:after {
  bottom: 100%;
  right: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 0 0 16px 24px;
  margin-left: -24px;
}
@media (max-width: 1200px) {
  .pip-popover-backdrop.pip-responsive .pip-popover {
    top: 72px;
    max-height: calc(100% - 88px) !important;
  }
}
@media (min-width: 1199px) {
  .pip-popover-backdrop .pip-popover {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .pip-popover-backdrop .pip-popover {
    width: calc(100% - 32px) !important;
    right: 16px;
  }
}
.pip-image-slider {
  position: relative !important;
}
.pip-image-slider.pip-animation-fading .pip-animation-block {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 0;
}
.pip-image-slider.pip-animation-fading .pip-animation-block.pip-show {
  z-index: inherit;
  opacity: 1;
}
.pip-image-slider.pip-animation-fading .pip-animation-block.animated {
  -webkit-transition: opacity .75s ease;
  -moz-transition: opacity .75s ease;
  -o-transition: opacity .75s ease;
  transition: opacity .75s ease;
}
.pip-image-slider.pip-animation-carousel {
  overflow: hidden !important;
}
.pip-image-slider.pip-animation-carousel .pip-animation-block {
  position: absolute !important;
  left: -100%;
}
.pip-image-slider.pip-animation-carousel .pip-animation-block.pip-prev {
  left: -100% !important;
}
.pip-image-slider.pip-animation-carousel .pip-animation-block.pip-next {
  left: 100% !important;
}
.pip-image-slider.pip-animation-carousel .pip-animation-block.pip-show {
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
.pip-image-slider.pip-animation-carousel .pip-animation-block.animated {
  -webkit-transition: all .55s ease;
  -moz-transition: all .55s ease;
  -o-transition: all .55s ease;
  transition: all .55s ease;
}
.pip-toast {
  max-height: 104px !important;
  padding-left: 16px;
  padding-right: 16px;
}
.pip-toast .md-toast-content {
  padding-top: 8px;
  padding-bottom: 8px;
  height: initial;
  max-height: 48px !important;
}
.pip-toast .pip-text {
  overflow: hidden;
  max-height: 32px;
  margin-right: 8px;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .pip-toast {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .pip-toast {
    width: initial;
  }
}
@media (max-width: 768px) {
  .pip-toast {
    max-height: 124px !important;
    padding: 0;
  }
  .pip-toast .md-toast-content {
    padding-top: 8px;
    max-height: 92px !important;
  }
  .pip-toast .md-toast-content .pip-text {
    margin-right: 0;
    width: 100%;
  }
  .pip-toast .md-toast-content .pip-actions {
    width: 100%;
  }
  .pip-toast.pip-column-toast .md-toast-content {
    padding-top: 16px;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pip-toast.pip-no-action-toast .md-toast-content {
    padding-top: 8px;
    -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;
  }
}
.pip-toast.pip-error .md-toast-content {
  background-color: #ff5252;
}
.pip-chip {
  font: normal 500 14px Roboto, 'Helvetica Neue', sans-serif;
  display: inline-block;
  padding: 0 12px 0 12px !important;
  margin: 4px 4px 0 0 !important;
  overflow: hidden!important;
  box-shadow: none!important;
  line-height: 20px!important;
  vertical-align: middle!important;
  height: 32px !important;
  border-radius: 16px;
  background: #e0e0e0;
  color: #424242;
  padding-right: 16px;
}
.pip-chip .pip-avatar {
  display: block;
  float: left;
  margin-left: -12px;
  vertical-align: middle;
  height: 32px !important;
  width: 32px !important;
  border-radius: 50%;
  margin-right: 8px !important;
}
.pip-chip > span {
  display: inline-block;
  max-width: 150px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: none;
}
.pip-type-chip {
  cursor: default;
  border-radius: 16px;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 8px 0 12px;
  float: left;
  margin-left: -25px !important;
  margin-right: 4px;
  padding-left: 25px !important;
  padding-right: 16px !important;
}
@media (max-width: 1200px) {
  .pip-type-chip {
    margin-left: -17px !important;
    padding-left: 17px !important;
  }
}
.pip-type-chip-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.pip-type-chip-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pip-tag-list {
  min-height: 36px!important;
  padding-bottom: 4px;
}
.pip-routing-progress {
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.pip-routing-progress .fix-ie {
  display: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .pip-routing-progress .fix-ie {
    display: block;
  }
  .pip-routing-progress .md-spinner-wrapper {
    position: fixed;
  }
  .pip-routing-progress .pip-img-ie {
    position: fixed;
  }
}
.pip-routing-progress .pip-progress-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.pip-routing-progress .pip-img {
  z-index: 100;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 19px);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.pip-routing-progress .loader {
  margin: 0 !important;
  position: absolute;
  top: calc(50% - 70px);
  left: calc(50% - 50px);
  width: 100px;
  z-index: 10;
}
.pip-routing-progress .loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.pip-routing-progress .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pip-routing-progress .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #f37047;
  }
  40% {
    stroke: #46b2e6;
  }
  66% {
    stroke: #67bc6b;
  }
  80%,
  90% {
    stroke: #ffcc2a;
  }
}
.pip-date .pip-date-day,
.pip-date .pip-date-month,
.pip-date .pip-date-year {
  height: 30px;
}
.pip-date .md-select-value span .md-text {
  padding-right: 0 !important;
  flex: 1 1 auto;
}
.pip-date .md-select-value span.md-select-icon {
  width: 12px !important;
}
pip-date-range {
  max-width: 300px !important;
  margin-top: -5px;
}
pip-date-range.pip-select-flex md-select {
  flex: 1;
}
pip-date-range.pip-select-flex md-select-label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}
pip-date-range > div {
  display: flex;
}
pip-date-range md-select {
  display: inline-block;
  height: 30px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
pip-date-range md-select .md-select-value {
  height: 26px;
}
pip-date-range md-select .md-select-value span.md-select-icon {
  width: 12px !important;
}
pip-date-range md-select .md-select-value .md-text {
  font-size: 16px;
}
@media (max-width: 768px) {
  pip-date-range md-select .md-select-value .md-text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  pip-date-range .pip-day {
    min-width: 102px;
  }
}
@media (max-width: 768px) {
  pip-date-range .md-select-value {
    min-width: 2.6em !important;
  }
  pip-date-range .md-select-value span {
    min-width: 2.4em !important;
    flex: 1 1 auto !important;
  }
  pip-date-range .md-select-value span .md-text {
    padding-right: 0 !important;
    flex: 1 1 auto;
  }
  pip-date-range .md-select-value span.md-select-icon {
    width: 12px !important;
    min-width: 12px !important;
  }
  pip-date-range .select-day {
    min-width: 1.6em !important;
  }
  pip-date-range .select-day .md-select-value {
    min-width: 1.6em !important;
  }
  pip-date-range .select-day .md-select-value span {
    min-width: calc(100% - 7px) !important;
  }
  pip-date-range .select-day .md-select-value span.md-select-icon {
    width: 12px !important;
    min-width: 12px !important;
    margin-left: -3px;
  }
  pip-date-range .select-year {
    min-width: 2.6em !important;
  }
  pip-date-range .select-year .md-select-value {
    min-width: 2.6em !important;
  }
  pip-date-range .select-year .md-select-value span {
    min-width: calc(100% - 7px) !important;
  }
  pip-date-range .select-year .md-select-value span.md-select-icon {
    width: 12px !important;
    min-width: 12px !important;
    margin-left: -3px;
  }
  pip-date-range .select-week {
    min-width: 2.6em !important;
  }
  pip-date-range .select-week .md-select-value {
    min-width: 2.6em !important;
  }
  pip-date-range .select-week .md-select-value span {
    min-width: calc(100% - 7px) !important;
  }
  pip-date-range .select-week .md-select-value span.md-select-icon {
    width: 12px !important;
    min-width: 12px !important;
    margin-left: -3px;
  }
  pip-date-range .select-month {
    min-width: 2.7em !important;
  }
  pip-date-range .select-month .md-select-value {
    min-width: 2.7em !important;
  }
  pip-date-range .select-month .md-select-value span {
    min-width: calc(100% - 7px) !important;
  }
  pip-date-range .select-month .md-select-value span.md-select-icon {
    width: 12px !important;
    min-width: 12px !important;
    margin-left: -3px;
  }
}
.pip-time-range {
  font-size: 16px !important;
}
.pip-time-range-edit .pip-datepicker-container {
  height: 52px;
  padding-top: 4px;
}
.pip-time-range-edit .pip-datepicker-container md-datepicker {
  background: transparent;
}
.pip-time-range-edit .pip-datepicker-container md-datepicker .md-datepicker-button {
  display: none;
}
.pip-time-range-edit .pip-datepicker-container md-datepicker .md-datepicker-input-container {
  margin-left: 0 !important;
  width: 100%;
}
.pip-time-range-edit .pip-datepicker-container md-datepicker[disabled] .md-datepicker-input-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.26) 0, rgba(0, 0, 0, 0.26) 33%, transparent 0);
  background-image: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.26) 100%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 4px 1px;
  margin-top: 2px;
}
.pip-time-range-edit md-select {
  height: 30px;
}
.pip-dialog.pip-options-dialog .pip-header {
  display: block;
  padding: 24px 24px 16px 24px !important;
}
.pip-dialog.pip-options-dialog .pip-header h3 {
  width: 100%;
  text-align: left;
  margin: 0 0 16px 0;
}
.pip-dialog.pip-options-dialog .pip-header md-checkbox {
  font-size: 16px;
}
.pip-dialog.pip-options-dialog .pip-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pip-dialog.pip-options-dialog .pip-list-item {
  cursor: pointer;
  width: 100%;
  height: 48px;
  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;
}
.pip-dialog.pip-options-dialog .pip-list-item .pip-option-title {
  text-align: start;
  text-transform: none;
  font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -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;
}
.pip-dialog.pip-options-dialog .pip-list-item .pip-option-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;
}
.pip-dialog.pip-options-dialog .pip-list-item md-radio-button {
  width: 20px;
  -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-dialog.pip-options-dialog .pip-list-item.selected,
.pip-dialog.pip-options-dialog .pip-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.pip-dialog.pip-options-dialog-big .pip-header {
  display: block;
  padding: 24px 24px 16px 24px !important;
}
.pip-dialog.pip-options-dialog-big .pip-header h3 {
  width: 100%;
  text-align: left;
  margin: 0 0 16px 0;
}
.pip-dialog.pip-options-dialog-big .pip-header md-checkbox {
  font-size: 16px;
}
.pip-dialog.pip-options-dialog-big .pip-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pip-dialog.pip-options-dialog-big .pip-list-item {
  cursor: pointer;
  width: 100%;
  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;
  padding-top: 12px;
  padding-bottom: 12px;
}
.pip-dialog.pip-options-dialog-big .pip-list-item md-radio-button {
  width: 20px;
  height: 20px;
  margin-top: 10px;
  -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-dialog.pip-options-dialog-big .pip-list-item .pip-content {
  width: calc(100% - 44px);
  line-height: initial !important;
}
.pip-dialog.pip-options-dialog-big .pip-list-item .pip-content .pip-title,
.pip-dialog.pip-options-dialog-big .pip-list-item .pip-content .pip-subtitle {
  margin: 0;
}
.pip-dialog.pip-options-dialog-big .pip-list-item .pip-content .pip-title {
  font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1px !important;
  margin-bottom: 4px !important;
}
.pip-dialog.pip-options-dialog-big .pip-list-item .pip-content .pip-subtitle {
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.54);
}
.pip-dialog.pip-options-dialog-big .pip-list-item .pip-content .pip-text {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 22px!important;
}
.pip-dialog.pip-options-dialog-big .pip-list-item.selected,
.pip-dialog.pip-options-dialog-big .pip-list-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.pip-dialog.pip-options-dialog-big .header-hint {
  background-color: rgba(0, 0, 0, 0.08) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px 24px 24px 24px !important;
}
.pip-dialog.pip-options-dialog-big .dialog-hint {
  line-height: 19px;
  font-size: 13px;
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: normal;
}
.pip-dialog.pip-options-dialog-big .dialog-hint md-icon {
  font-size: 24px;
  width: 24px !important;
  height: 24px !important;
  margin: 0 16px 0 0 !important;
}
.pip-dialog.pip-options-dialog md-dialog-content {
  max-height: 500px;
  overflow-y: overlay !important;
}
.pip-dialog.pip-options-dialog md-dialog-content .pip-content .pip-list-item {
  padding-left: 24px;
  padding-right: 24px;
}
.pip-dialog.pip-options-dialog .pip-footer {
  padding-left: 12px;
  padding-right: 12px;
}
.pip-dialog.pip-confirmation-dialog .pip-header {
  line-height: 24px;
}
.pip-dialog.pip-confirmation-dialog .pip-footer {
  border-top: 0 !important;
}

@-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;
  }
}
pip-dropdown .pip-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
pip-dropdown md-select {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  margin-right: 16px;
  height: 48px;
  overflow: hidden;
}
pip-dropdown md-select md-select-value {
  padding-left: 0px !important;
  border-bottom: 0px !important;
  color: rgba(255, 255, 255, 0.870588) !important;
}
pip-dropdown md-select md-select-value .md-select-icon {
  margin-right: -4px !important;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  pip-dropdown .md-text {
    display: inline-block !important;
  }
}
@media (max-width: 1199px) {
  .pip-full-width-dropdown {
    top: 48px !important;
    left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
  .pip-full-width-dropdown > md-select-menu > md-content {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 0) and (orientation: portrait) {
  .pip-full-width-dropdown {
    top: 56px !important;
  }
}
pip-tabs .pip-nav {
  min-height: 0px !important;
  height: 0px;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
pip-tabs .pip-nav md-tabs-wrapper {
  height: 0px;
  min-height: 0px;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
pip-tabs .pip-nav.pip-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
pip-tabs .pip-nav.pip-visible {
  min-height: 48px !important;
}
pip-tabs .pip-nav.pip-visible md-tabs-wrapper {
  height: 48px;
  min-height: 48px !important;
}
pip-tabs md-tabs.disabled md-tab-item {
  pointer-events: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  cursor: default;
  color: rgba(0, 0, 0, 0.26) !important;
}
pip-tabs md-tabs.disabled md-tab-item .pip-tabs-badge {
  opacity: 0.54;
}
pip-tabs md-content {
  overflow: hidden !important;
}
pip-tabs md-content .pip-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
pip-tabs md-content md-select {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 16px;
  margin-right: 16px;
  height: 48px;
}
pip-tabs md-content md-select md-select-value {
  color: rgba(255, 255, 255, 0.870588) !important;
  border-bottom: 0px !important;
  padding: 0px !important;
}
pip-tabs md-content md-select md-select-value span {
  max-width: 100%;
}
pip-tabs md-content md-select md-select-value .md-select-icon {
  margin-right: -2px !important;
  font-size: 14px;
}
pip-tabs md-content md-select[disabled] md-select-value {
  margin-bottom: 0px !important;
  background: none !important;
  opacity: 0.54;
}
.pip-full-width-dropdown md-select-menu md-content md-option .md-text {
  padding-right: 25px !important;
}
md-tabs md-tab-item .md-text,
md-content md-option .md-text,
md-select md-select-value .md-text {
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-right: 25px;
}
md-tabs md-tab-item .pip-tabs-badge,
md-content md-option .pip-tabs-badge,
md-select md-select-value .pip-tabs-badge {
  position: absolute;
  right: 0px;
  top: 14px;
  font-size: 10px !important;
  min-width: 20px !important;
  height: 20px !important;
  border-radius: 10px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fafafa;
}
md-select md-select-value .md-text .pip-tabs-badge {
  top: -4px !important;
  right: -3px;
}
md-content md-option .md-text .pip-tabs-badge {
  top: 9px !important;
}
@media (min-width: 768px) and (max-width: 1200px) {
  md-toolbar.pip-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
}
.pip-appbar {
  -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-appbar .md-toolbar-tools > .md-button.pip-third-party:first-child {
  margin-left: 0px;
  margin-right: 16px !important;
}
.pip-appbar .md-toolbar-tools > .md-button:first-child {
  margin-left: -10px;
  margin-right: 24px !important;
}
.pip-appbar .pip-appbar-logo {
  display: block;
  height: 20px;
  max-height: 45px;
}
.pip-appbar .pip-appbar-actions {
  margin-right: -18px;
}
.pip-appbar .pip-appbar-actions.pip-language-action {
  margin-right: -7px;
}
.pip-appbar .pip-appbar-breadcrumb,
.pip-appbar .pip-appbar-language {
  cursor: pointer;
  outline: none;
}
.pip-appbar .pip-title,
.pip-appbar .pip-appbar-breadcrumb {
  vertical-align: middle;
}
.pip-appbar .pip-appbar-breadcrumb {
  display: inline-block;
}
.pip-appbar .pip-appbar-mobile-breadcrumb,
.pip-appbar .pip-appbar-breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.pip-appbar .pip-appbar-mobile-breadcrumb md-icon,
.pip-appbar .pip-appbar-breadcrumb md-icon {
  margin-top: 3px !important;
}
.pip-appbar .pip-appbar-badge {
  position: absolute;
  right: 6px;
  top: 6px;
  font-size: 9px;
  width: 15px;
  height: 15px;
  height: 15px !important;
  border-radius: 7.5px;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
}
.pip-appbar .pip-search-text {
  color: #fff !important;
  background-color: transparent;
  border: none;
  font-size: 16px;
  outline: none;
}
.pip-appbar .pip-search-text::-ms-clear {
  display: none;
}
.pip-appbar .pip-search-text::-webkit-search-cancel-button {
  /* псевдо что-то, что отвечает за кнопку очистки */
  -webkit-appearance: none;
  /* без сброса оформление не применится */
}
.pip-appbar md-toolbar {
  z-index: 11;
}
.pip-appbar md-toolbar.pip-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.md-open-menu-container {
  max-width: calc(100% - 20px);
}
.md-open-menu-container md-menu-content md-menu-item .md-button {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.87) !important;
}
.pip-appbar-ext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: none;
  height: 95px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  z-index: 0;
}
@media (max-width: 768px) {
  .pip-appbar .pip-appbar-hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .pip-appbar .pip-appbar-show-sm {
    display: none;
  }
}
@media (max-width: 1200px) {
  .pip-appbar md-toolbar,
  .pip-appbar .md-toolbar-tools {
    height: 56px !important;
    max-height: 56px !important;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .pip-appbar md-toolbar.pip-shadow-sm {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
}
@media (max-width: 768px) {
  md-toolbar.pip-shadow-xs {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
}
.pip-sidenav md-list-item .md-button .md-list-item-inner {
  line-height: 48px;
}
.pip-sidenav md-list .md-subheader {
  line-height: 48px;
}
.pip-sidenav md-list .md-subheader .md-subheader-inner {
  padding: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.pip-sidenav md-list .pip-section {
  padding-bottom: 8px;
}
.pip-sidenav md-list .pip-section md-divider {
  margin-bottom: 8px;
}
.pip-sidenav .pip-sidenav-header {
  position: relative;
  padding-top: 102px;
  min-height: 164px !important;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}
.pip-sidenav .pip-sidenav-header.pip-sidenav-owner {
  min-height: 144px !important;
}
.pip-sidenav .pip-sidenav-header .pip-sidenav-party {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 24px;
  min-width: initial;
  width: 80px;
  height: 80px;
  margin: 0px;
  padding: 0px;
}
.pip-sidenav .pip-sidenav-header .pip-sidenav-party pip-avatar {
  width: 80px;
  height: 80px;
  height: 80px !important;
  border-radius: 40px;
}
.pip-sidenav .pip-sidenav-header .pip-sidenav-user {
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 24px;
  width: 50px;
  min-width: initial;
  height: 50px;
  margin: 0px;
  padding: 0px;
}
.pip-sidenav .pip-sidenav-header .pip-sidenav-user pip-avatar {
  width: 50px;
  height: 50px;
  height: 50px !important;
  border-radius: 25px;
}
.pip-sidenav .pip-sidenav-party-text .pip-sidenav-party-pri {
  display: block;
  font-size: 22px;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.005em;
  word-wrap: break-word;
}
.pip-sidenav .pip-sidenav-party-text .pip-sidenav-party-pri:hover,
.pip-sidenav .pip-sidenav-party-text .pip-sidenav-party-pri:focus {
  color: #ffffff;
  text-decoration: none;
}
.pip-sidenav .pip-sidenav-party-text .pip-sidenav-party-sec {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-sidenav md-list-item .md-button {
  padding-left: 24px;
  padding-right: 24px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  .pip-sidenav .pip-sidenav-header {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pip-sidenav md-list-item .md-button {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pip-sidenav .pip-sidenav-party {
    left: 16px;
  }
  .pip-sidenav .pip-sidenav-user {
    right: 16px;
  }
}

@-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;
  }
}
.pip-location-edit,
.pip-location,
.pip-location-map,
.pip-location-ip {
  display: block;
}
.pip-location-edit md-input-container,
.pip-location md-input-container,
.pip-location-map md-input-container,
.pip-location-ip md-input-container {
  padding: 0px !important;
}
.pip-location-edit input,
.pip-location input,
.pip-location-map input,
.pip-location-ip input {
  margin-bottom: 0px !important;
}
.pip-location-edit md-input-group,
.pip-location md-input-group,
.pip-location-map md-input-group,
.pip-location-ip md-input-group {
  min-height: 56px;
}
.pip-location .pip-location-name {
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 16px;
  text-transform: none;
  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-location .pip-location-name .pip-icon {
  margin-right: 26px;
}
.pip-location .pip-location-name.md-button {
  cursor: pointer;
  margin-left: 0px;
  width: 100%;
}
.pip-location .pip-location-name .pip-location-text {
  vertical-align: middle;
  line-height: 48px;
  -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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-location-edit .pip-location-container,
.pip-location-edit .pip-location-empty,
.pip-location .pip-location-container,
.pip-location-map .pip-location-container,
.pip-location-ip .pip-location-container {
  position: relative;
  min-width: 100px;
  height: 100px;
}
.pip-location-edit .pip-location-container.stretch,
.pip-location-edit .pip-location-empty.stretch,
.pip-location .pip-location-container.stretch,
.pip-location-map .pip-location-container.stretch,
.pip-location-ip .pip-location-container.stretch {
  width: 100%;
  height: 100%;
}
.pip-location-edit md-input-container {
  height: 30px;
  margin-bottom: 0px;
}
.pip-location-edit .pip-location-container:focus {
  outline: 1px solid #2196f3;
}
.pip-location-container > div {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.pip-location-edit .pip-location-empty,
.pip-location-ip .pip-location-container,
.pip-location-map .pip-location-container {
  background-color: lightgrey;
  background-image: url("images/location_bg.svg");
  background-repeat: repeat-x;
  background-size: 20px 100px;
}
.pip-location-attachments md-input-group label:first-of-type {
  margin-top: -6px;
}
.pip-location .pip-location-name {
  height: 48px !important;
  margin-bottom: 0px;
  margin-top: 0px;
}
.pip-dialog.pip-location-edit-dialog {
  height: 500px;
  width: 400px;
  overflow-x: hidden;
}
.pip-dialog.pip-location-edit-dialog .pip-header .pip-progress-top {
  width: calc(100% + 49px) !important;
}
.pip-dialog.pip-location-edit-dialog .pip-body {
  position: relative;
  padding: 0px;
}
.pip-dialog.pip-location-edit-dialog .pip-location-container {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: lightgrey;
}
.pip-dialog.pip-location-edit-dialog .md-fab {
  background-color: white !important;
  padding-top: 0px !important;
}
.pip-dialog.pip-location-edit-dialog .md-fab md-icon {
  color: rgba(0, 0, 0, 0.54);
  margin-top: 9px;
  display: block;
}
.pip-dialog.pip-location-edit-dialog .md-fab > span {
  font-size: 24px;
  color: #808080;
}
.pip-dialog.pip-location-edit-dialog .md-fab.pip-zoom-in {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 34px;
  padding-top: 9px;
}
.pip-dialog.pip-location-edit-dialog .md-fab.pip-zoom-out {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 72px;
  right: 34px;
  padding-top: 9px;
}
.pip-dialog.pip-location-edit-dialog .md-fab.pip-set-location {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 24px;
  right: 24px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .pip-location-edit-dialog .pip-footer {
    -webkit-box-flex-direction: column !important ;
    -moz-box-flex-direction: column !important ;
    -webkit-flex-direction: column !important ;
    -ms-flex-direction: column !important ;
    flex-direction: column !important ;
  }
}

@-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;
  }
}
.pip-documents-name {
  width: 100%;
  text-align: left;
  padding: 0;
  font-size: 16px;
  text-transform: none;
  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-documents-name.md-button {
  cursor: pointer;
  width: 100%;
  text-align: start;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  height: 48px !important;
}
.pip-documents-name .pip-documents-text {
  vertical-align: middle;
  -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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pip-document-list .pip-icon {
  margin-right: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.pip-document-list-edit,
.pip-document-list {
  display: inline-block;
  width: 100%;
}
.pip-document-list-edit .pip-document-upload,
.pip-document-list .pip-document-upload,
.pip-document-list-edit .pip-document-download,
.pip-document-list .pip-document-download {
  display: block;
  float: left;
  margin: 0 8px 8px 0;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 2px;
  overflow: hidden;
}
.pip-document-list-edit .pip-document-upload.pip-item-error,
.pip-document-list .pip-document-upload.pip-item-error,
.pip-document-list-edit .pip-document-download.pip-item-error,
.pip-document-list .pip-document-download.pip-item-error {
  border-color: #ff5252;
  border-style: dashed;
}
.pip-document-list-edit .pip-document-upload.pip-item-error .pip-default-icon,
.pip-document-list .pip-document-upload.pip-item-error .pip-default-icon,
.pip-document-list-edit .pip-document-download.pip-item-error .pip-default-icon,
.pip-document-list .pip-document-download.pip-item-error .pip-default-icon {
  opacity: 1;
}
.pip-document-list-edit .pip-document-upload.pip-item-error .pip-default-icon md-icon,
.pip-document-list .pip-document-upload.pip-item-error .pip-default-icon md-icon,
.pip-document-list-edit .pip-document-download.pip-item-error .pip-default-icon md-icon,
.pip-document-list .pip-document-download.pip-item-error .pip-default-icon md-icon {
  opacity: 1;
}
.pip-document-list-edit .pip-document-upload.pip-item-error .pip-document-title,
.pip-document-list .pip-document-upload.pip-item-error .pip-document-title,
.pip-document-list-edit .pip-document-download.pip-item-error .pip-document-title,
.pip-document-list .pip-document-download.pip-item-error .pip-document-title {
  color: #ff5252;
}
.pip-document-list-edit .pip-document-upload .pip-document-new,
.pip-document-list .pip-document-upload .pip-document-new,
.pip-document-list-edit .pip-document-download .pip-document-new,
.pip-document-list .pip-document-download .pip-document-new {
  opacity: .54;
}
.pip-document-list-edit .pip-document-upload .pip-document-drop,
.pip-document-list .pip-document-upload .pip-document-drop,
.pip-document-list-edit .pip-document-download .pip-document-drop,
.pip-document-list .pip-document-download .pip-document-drop {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.pip-document-list-edit .pip-document-upload md-progress-linear,
.pip-document-list .pip-document-upload md-progress-linear,
.pip-document-list-edit .pip-document-download md-progress-linear,
.pip-document-list .pip-document-download md-progress-linear {
  position: absolute;
  bottom: 0;
  width: 80px;
}
.pip-document-list-edit .pip-document-upload .md-button.md-icon-button,
.pip-document-list .pip-document-upload .md-button.md-icon-button,
.pip-document-list-edit .pip-document-download .md-button.md-icon-button,
.pip-document-list .pip-document-download .md-button.md-icon-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  height: 20px !important;
  border-radius: 10px;
  min-width: 20px !important;
  min-height: 20px !important;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.pip-document-list-edit .pip-document-upload .md-button.md-icon-button > md-icon,
.pip-document-list .pip-document-upload .md-button.md-icon-button > md-icon,
.pip-document-list-edit .pip-document-download .md-button.md-icon-button > md-icon,
.pip-document-list .pip-document-download .md-button.md-icon-button > md-icon {
  margin-top: -6px;
  width: 16px !important;
  height: 16px !important;
  fill: white;
}
.pip-document-list-edit .pip-document-upload .md-button.md-icon-button:hover,
.pip-document-list .pip-document-upload .md-button.md-icon-button:hover,
.pip-document-list-edit .pip-document-download .md-button.md-icon-button:hover,
.pip-document-list .pip-document-download .md-button.md-icon-button:hover,
.pip-document-list-edit .pip-document-upload .md-button.md-icon-button:focus,
.pip-document-list .pip-document-upload .md-button.md-icon-button:focus,
.pip-document-list-edit .pip-document-download .md-button.md-icon-button:focus,
.pip-document-list .pip-document-download .md-button.md-icon-button:focus,
.pip-document-list-edit .pip-document-upload .md-button.md-icon-button:active,
.pip-document-list .pip-document-upload .md-button.md-icon-button:active,
.pip-document-list-edit .pip-document-download .md-button.md-icon-button:active,
.pip-document-list .pip-document-download .md-button.md-icon-button:active {
  background-color: rgba(0, 0, 0, 0.54) !important;
}
.pip-document-list-edit .pip-document-upload .pip-default-icon,
.pip-document-list .pip-document-upload .pip-default-icon,
.pip-document-list-edit .pip-document-download .pip-default-icon,
.pip-document-list .pip-document-download .pip-default-icon,
.pip-document-list-edit .pip-document-upload .pip-default-text,
.pip-document-list .pip-document-upload .pip-default-text,
.pip-document-list-edit .pip-document-download .pip-default-text,
.pip-document-list .pip-document-download .pip-default-text {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.pip-document-list-edit .pip-document-upload .pip-default-icon md-icon,
.pip-document-list .pip-document-upload .pip-default-icon md-icon,
.pip-document-list-edit .pip-document-download .pip-default-icon md-icon,
.pip-document-list .pip-document-download .pip-default-icon md-icon {
  display: inline-block;
  vertical-align: sub;
  width: 40px;
  height: 40px;
  opacity: .54;
}
.pip-document-list-edit .pip-document-upload .pip-default-text span,
.pip-document-list .pip-document-upload .pip-default-text span,
.pip-document-list-edit .pip-document-download .pip-default-text span,
.pip-document-list .pip-document-download .pip-default-text span {
  padding: 4px;
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2em;
  vertical-align: middle;
  color: #3f3f3f;
}
.pip-document-list-edit .pip-document-upload .pip-document-title,
.pip-document-list .pip-document-upload .pip-document-title,
.pip-document-list-edit .pip-document-download .pip-document-title,
.pip-document-list .pip-document-download .pip-document-title {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 4px;
  right: 4px;
  font-size: 11px;
  font-weight: 500;
  font-style: normal;
  max-height: 2.2em;
  min-height: 1.6em;
  line-height: 1.2em;
  vertical-align: middle;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
  color: #3f3f3f;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: none;
}
.pip-document-list-edit {
  margin: 0 -8px -8px 0;
}
.pip-document-list-edit .pip-document-upload.pip-document-drop {
  border-style: dashed;
  background-color: #f0f0f0;
}
.pip-document-list-edit .pip-document-upload.pip-document-drop .pip-default-icon md-icon {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  opacity: .26;
}
.pip-document-list-edit .pip-document-upload {
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background-color: #fafafa;
}
.blue .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(33, 150, 243, 0.54);
}
.blue .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(33, 150, 243, 0.54);
}
.pink .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(188, 86, 121, 0.54);
}
.pink .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(188, 86, 121, 0.54);
}
.orange .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(255, 112, 67, 0.54);
}
.orange .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(255, 112, 67, 0.54);
}
.amber .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(255, 152, 0, 0.54);
}
.amber .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(255, 152, 0, 0.54);
}
.green .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(76, 175, 80, 0.54);
}
.green .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(76, 175, 80, 0.54);
}
.navy .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(86, 97, 125, 0.54);
}
.navy .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(86, 97, 125, 0.54);
}
.grey .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(96, 125, 139, 0.54);
}
.grey .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(96, 125, 139, 0.54);
}
.dark .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(33, 33, 33, 0.54);
}
.dark .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(33, 33, 33, 0.54);
}
.black .pip-document-list-edit .pip-document-upload:focus {
  border: 1px solid rgba(38, 50, 56, 0.54);
}
.black .pip-document-list-edit .pip-document-upload.pip-document-drop:focus {
  border: 1px solid rgba(38, 50, 56, 0.54);
}

@-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;
  }
}
.pip-picture {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pip-picture > img {
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}
.pip-picture > div {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}
.pip-collage {
  display: block;
  width: 100%;
  position: relative;
}
.pip-collage .pip-collage-section {
  width: 100%;
  height: 200px;
  margin-top: 8px;
  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;
}
.pip-collage .pip-collage-section:first-of-type {
  margin-top: 0px;
}
.pip-collage .pip-full-width {
  width: 100%;
}
.pip-collage .pip-full-height {
  height: 100%;
}
.pip-collage .pip-picture-group {
  max-width: 100%;
  max-height: 100%;
}
.pip-collage .pip-picture-container {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.pip-collage .pip-picture {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.pip-collage .pip-picture.pip-top {
  top: 4px;
}
.pip-collage .pip-picture.pip-bottom {
  bottom: 4px;
}
.pip-collage .pip-picture.pip-left {
  left: 4px;
}
.pip-collage .pip-picture.pip-right {
  right: 4px;
}
.pip-collage .pip-picture div {
  background: none!important;
}
.pip-avatar {
  display: inline-block;
  position: relative;
  overflow: hidden;
  outline: none!important;
}
.pip-avatar > md-icon {
  display: block;
  position: relative;
}
.pip-avatar > div {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pip-avatar > div > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 74px;
  color: #c9c9c9;
  text-align: center;
  text-transform: uppercase;
}
.pip-avatar {
  margin: 0px;
  padding: 0px;
  width: 80px;
  height: 80px;
}
.pip-avatar md-icon {
  width: 80px;
  height: 80px;
}
.pip-avatar md-icon.default_icon {
  width: 48px;
  height: 48px;
}
.pip-avatar-color-0 > div {
  background-color: #ef5350 !important;
}
.pip-avatar-color-1 > div {
  background-color: #ec407a !important;
}
.pip-avatar-color-2 > div {
  background-color: #ab47bc !important;
}
.pip-avatar-color-3 > div {
  background-color: #7e57c2 !important;
}
.pip-avatar-color-4 > div {
  background-color: #5c6bc0 !important;
}
.pip-avatar-color-5 > div {
  background-color: #03a9f4 !important;
}
.pip-avatar-color-6 > div {
  background-color: #00bcd4 !important;
}
.pip-avatar-color-7 > div {
  background-color: #009688 !important;
}
.pip-avatar-color-8 > div {
  background-color: #4caf50 !important;
}
.pip-avatar-color-9 > div {
  background-color: #8bc34a !important;
}
.pip-avatar-color-10 > div {
  background-color: #cddc39 !important;
}
.pip-avatar-color-11 > div {
  background-color: #ffc107 !important;
}
.pip-avatar-color-12 > div {
  background-color: #ff9800 !important;
}
.pip-avatar-color-13 > div {
  background-color: #ff5722 !important;
}
.pip-avatar-color-14 > div {
  background-color: #795548 !important;
}
.pip-avatar-color-15 > div {
  background-color: #607d8b !important;
}
.pip-face-xxl {
  width: 180px;
  height: 180px;
  height: 180px !important;
  border-radius: 90px;
  text-align: center;
}
.pip-face-xxl img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-xxl md-icon {
  border-radius: 50%;
  position: relative;
  width: 180px;
  height: 180px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-xxl md-icon svg {
  border-radius: 50%;
}
.pip-face-xxl div {
  border-radius: 50%;
}
.pip-face-xxl div md-icon.default_icon {
  width: 112px;
  height: 112px;
  margin-top: 34px !important;
  fill: white;
  font-size: 112px;
  font-family: arial;
}
.pip-face-xl {
  width: 100px;
  height: 100px;
  height: 100px !important;
  border-radius: 50px;
  text-align: center;
}
.pip-face-xl img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-xl md-icon {
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-xl md-icon svg {
  border-radius: 50%;
}
.pip-face-xl div {
  border-radius: 50%;
}
.pip-face-xl div md-icon.default_icon {
  width: 50px;
  height: 50px;
  margin-top: 25px !important;
  fill: white;
  font-size: 50px;
  font-family: arial;
}
.pip-face-lg {
  width: 80px;
  height: 80px;
  height: 80px !important;
  border-radius: 40px;
  text-align: center;
}
.pip-face-lg img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-lg md-icon {
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-lg md-icon svg {
  border-radius: 50%;
}
.pip-face-lg div {
  border-radius: 50%;
}
.pip-face-lg div md-icon.default_icon {
  width: 48px;
  height: 48px;
  margin-top: 16px !important;
  fill: white;
  font-size: 48px;
  font-family: arial;
}
.pip-face-md {
  width: 64px;
  height: 64px;
  height: 64px !important;
  border-radius: 32px;
  text-align: center;
}
.pip-face-md img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-md md-icon {
  border-radius: 50%;
  position: relative;
  width: 64px;
  height: 64px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-md md-icon svg {
  border-radius: 50%;
}
.pip-face-md div {
  border-radius: 50%;
}
.pip-face-md div md-icon.default_icon {
  width: 38px;
  height: 38px;
  margin-top: 13px !important;
  fill: white;
  font-size: 38px;
  font-family: arial;
}
.pip-face {
  width: 40px;
  height: 40px;
  height: 40px !important;
  border-radius: 20px;
  text-align: center;
}
.pip-face img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face md-icon {
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face md-icon svg {
  border-radius: 50%;
}
.pip-face div {
  border-radius: 50%;
}
.pip-face div md-icon.default_icon {
  width: 24px;
  height: 24px;
  margin-top: 8px !important;
  fill: white;
  font-size: 24px;
  font-family: arial;
}
.pip-face-sm-md {
  width: 56px;
  height: 56px;
  height: 56px !important;
  border-radius: 28px;
  text-align: center;
}
.pip-face-sm-md img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-sm-md md-icon {
  border-radius: 50%;
  position: relative;
  width: 56px;
  height: 56px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-sm-md md-icon svg {
  border-radius: 50%;
}
.pip-face-sm-md div {
  border-radius: 50%;
}
.pip-face-sm-md div md-icon.default_icon {
  width: 24px;
  height: 24px;
  margin-top: 16px !important;
  fill: white;
  font-size: 24px;
  font-family: arial;
}
.pip-face-sm {
  width: 30px;
  height: 30px;
  height: 30px !important;
  border-radius: 15px;
  text-align: center;
}
.pip-face-sm img {
  border-radius: 50%;
  width: auto;
  height: auto;
}
.pip-face-sm md-icon {
  border-radius: 50%;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-face-sm md-icon svg {
  border-radius: 50%;
}
.pip-face-sm div {
  border-radius: 50%;
}
.pip-face-sm div md-icon.default_icon {
  width: 18px;
  height: 18px;
  margin-top: 6px !important;
  fill: white;
  font-size: 18px;
  font-family: arial;
}
.pip-sface-xxl {
  width: 180px !important;
  height: 180px !important;
  text-align: center;
}
.pip-sface-xxl img {
  width: auto;
  height: auto;
}
.pip-sface-xxl md-icon {
  position: relative;
  width: 180px;
  height: 180px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface-xxl div md-icon.default_icon {
  width: 112px;
  height: 112px;
  margin-top: 34px !important;
  fill: white;
  font-size: 112px;
  font-family: arial;
}
.pip-sface-xl {
  width: 100px !important;
  height: 100px !important;
  text-align: center;
}
.pip-sface-xl img {
  width: auto;
  height: auto;
}
.pip-sface-xl md-icon {
  position: relative;
  width: 100px;
  height: 100px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface-xl div md-icon.default_icon {
  width: 50px;
  height: 50px;
  margin-top: 25px !important;
  fill: white;
  font-size: 50px;
  font-family: arial;
}
.pip-sface-lg {
  width: 80px !important;
  height: 80px !important;
  text-align: center;
}
.pip-sface-lg img {
  width: auto;
  height: auto;
}
.pip-sface-lg md-icon {
  position: relative;
  width: 80px;
  height: 80px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface-lg div md-icon.default_icon {
  width: 48px;
  height: 48px;
  margin-top: 16px !important;
  fill: white;
  font-size: 48px;
  font-family: arial;
}
.pip-sface-md {
  width: 64px !important;
  height: 64px !important;
  text-align: center;
}
.pip-sface-md img {
  width: auto;
  height: auto;
}
.pip-sface-md md-icon {
  position: relative;
  width: 64px;
  height: 64px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface-md div md-icon.default_icon {
  width: 38px;
  height: 38px;
  margin-top: 13px !important;
  fill: white;
  font-size: 38px;
  font-family: arial;
}
.pip-sface {
  width: 40px !important;
  height: 40px !important;
  text-align: center;
}
.pip-sface img {
  width: auto;
  height: auto;
}
.pip-sface md-icon {
  position: relative;
  width: 40px;
  height: 40px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface div md-icon.default_icon {
  width: 24px;
  height: 24px;
  margin-top: 8px !important;
  fill: white;
  font-size: 24px;
  font-family: arial;
}
.pip-sface-sm {
  width: 30px !important;
  height: 30px !important;
  text-align: center;
}
.pip-sface-sm img {
  width: auto;
  height: auto;
}
.pip-sface-sm md-icon {
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top!important;
  margin: 0px!important;
  padding: 0px!important;
}
.pip-sface-sm div md-icon.default_icon {
  width: 18px;
  height: 18px;
  margin-top: 6px !important;
  fill: white;
  font-size: 18px;
  font-family: arial;
}
.pip-picture-upload.pip-picture-drop {
  border-style: dashed;
  cursor: pointer;
}
.pip-picture-upload {
  position: relative;
  width: 80px;
  height: 80px;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  background-color: #f0f0f0;
  overflow: hidden;
}
.pip-picture-upload.pip-picture-error {
  border-color: #ff5252;
  border-style: dashed;
}
.pip-picture-upload.pip-picture-error .pip-default-text {
  margin-left: 15px;
  margin-top: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ff5252;
}
.pip-picture-upload.pip-picture-error .pip-default-text md-icon {
  margin-top: -31px;
  color: white;
}
.pip-picture-upload img {
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 2px;
  display: block;
  width: 100%;
  height: auto;
}
.pip-picture-upload img.pip-image-new {
  opacity: 0.5;
}
.pip-picture-upload .pip-picture-drop {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.pip-picture-upload md-progress-linear {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 80px;
}
.pip-picture-upload .md-button.md-icon-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  height: 20px !important;
  border-radius: 10px;
  min-width: 20px !important;
  min-height: 20px !important;
  background-color: rgba(0, 0, 0, 0.25);
  margin: 0px;
  padding: 0px;
}
.pip-picture-upload .md-button.md-icon-button > md-icon {
  margin-top: -5px;
  width: 16px !important;
  height: 16px !important;
  fill: white;
}
.pip-picture-upload .md-button.md-icon-button:hover,
.pip-picture-upload .md-button.md-icon-button:focus,
.pip-picture-upload .md-button.md-icon-button:active {
  background-color: rgba(0, 0, 0, 0.54) !important;
}
.pip-picture-upload .pip-default-icon,
.pip-picture-upload .pip-default-text {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.pip-picture-upload .pip-default-icon md-icon {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 74px;
  color: #c9c9c9;
}
.pip-picture-upload .pip-default-text span {
  padding: 4px;
  display: inline-block;
  font-size: 10px;
  line-height: 1.2em;
  vertical-align: middle;
  color: #3f3f3f;
}
.blue .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(33, 150, 243, 0.54) !important;
}
.blue .pip-picture-upload:focus {
  border: 1px solid rgba(33, 150, 243, 0.54) !important;
}
.pink .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(188, 86, 121, 0.54) !important;
}
.pink .pip-picture-upload:focus {
  border: 1px solid rgba(188, 86, 121, 0.54) !important;
}
.orange .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(255, 112, 67, 0.54) !important;
}
.orange .pip-picture-upload:focus {
  border: 1px solid rgba(255, 112, 67, 0.54) !important;
}
.amber .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(255, 152, 0, 0.54) !important;
}
.amber .pip-picture-upload:focus {
  border: 1px solid rgba(255, 152, 0, 0.54) !important;
}
.green .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(76, 175, 80, 0.54) !important;
}
.green .pip-picture-upload:focus {
  border: 1px solid rgba(76, 175, 80, 0.54) !important;
}
.navy .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(86, 97, 125, 0.54) !important;
}
.navy .pip-picture-upload:focus {
  border: 1px solid rgba(86, 97, 125, 0.54) !important;
}
.grey .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(96, 125, 139, 0.54) !important;
}
.grey .pip-picture-upload:focus {
  border: 1px solid rgba(96, 125, 139, 0.54) !important;
}
.dark .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(33, 33, 33, 0.54) !important;
}
.dark .pip-picture-upload:focus {
  border: 1px solid rgba(33, 33, 33, 0.54) !important;
}
.black .pip-picture-upload.pip-picture-drop:focus {
  border: 1px solid rgba(38, 50, 56, 0.54) !important;
}
.black .pip-picture-upload:focus {
  border: 1px solid rgba(38, 50, 56, 0.54) !important;
}
.pip-picture-list-edit {
  display: block;
  margin: 0px -8px -8px 0px;
}
.pip-picture-list-edit .pip-picture-upload {
  display: block;
  float: left;
  margin: 0px 8px 8px 0px;
}
.pip-gallery-search-dialog md-input-container {
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.pip-gallery-search-dialog .pip-header > h3 {
  margin: -10px 0px 0px -26px !important;
}
.pip-gallery-search-dialog .pip-header input {
  background-color: transparent !important;
}
.pip-picture-dialog .button-hide {
  opacity: 0;
  z-index: -999;
}
@media (min-width: 1200px) {
  md-dialog.pip-gallery-search-dialog.pip-picture-dialog {
    width: 508px !important;
    min-width: 508px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  md-dialog.pip-gallery-search-dialog.pip-picture-dialog {
    width: 508px !important;
    min-width: 508px !important;
  }
}
@media (max-width: 768px) {
  md-dialog.pip-gallery-search-dialog.pip-picture-dialog {
    width: 380px !important;
    min-width: 350px !important;
  }
}
.pip-gallery-search-dialog .pip-no-images {
  min-height: 160px!important;
}
.pip-gallery-search-dialog .pip-no-images md-icon {
  color: black;
  width: 150px;
  height: 150px;
  opacity: 0.118;
}
.pip-gallery-search-dialog .fix-empty {
  height: calc(100%);
}
.pip-gallery-search-dialog {
  height: 80%;
}
.pip-gallery-search-dialog .pip-search-button {
  color: #1976D2;
  margin: 0px -12px 0px 0px;
}
.pip-gallery-search-dialog .pip-content .pip-image-container {
  display: inline-block;
  position: relative;
}
.pip-gallery-search-dialog .pip-content .pip-image-container img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all .5s ease;
}
.pip-gallery-search-dialog .pip-content .pip-image-container .pip-picture {
  width: 150px;
  height: 150px;
  margin-right: 5px;
}
.pip-gallery-search-dialog .pip-content .pip-image-container .pip-checked-cover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all .5s ease;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.26);
}
.pip-gallery-search-dialog .pip-content .pip-image-container .pip-checkbox-backdrop {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.pip-gallery-search-dialog .pip-content .pip-image-container .pip-checkbox-backdrop md-checkbox {
  margin-top: 8px !important;
  margin-left: 8px !important;
}
.pip-gallery-search-dialog .pip-content .pip-image-container .pip-checkbox-backdrop md-checkbox .md-icon {
  border-color: #fafafa !important;
}
.pip-gallery-search-dialog .pip-content .pip-image-container:focus .pip-checked-cover {
  border-radius: 0;
  right: 5px;
  top: 0;
  width: 96%;
  height: 96%;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.54);
}
.pip-gallery-search-dialog .pip-content .pip-image-container.checked .pip-checked-cover {
  border-radius: 0;
  right: 5px;
  top: 0;
  width: 96%;
  height: 96%;
  bottom: 5px;
}
.pip-gallery-search-dialog .pip-content .pip-image-container.checked .pip-checkbox-backdrop {
  background-color: rgba(0, 0, 0, 0);
}
.pip-dialog.pip-gallery-search-dialog md-dialog-content {
  overflow-y: overlay !important;
}
.pip-dialog.pip-gallery-search-dialog md-dialog-content .pip-content {
  padding-left: 24px;
  padding-right: 0px;
}
.pip-dialog.pip-gallery-search-dialog .pip-footer {
  padding-left: 12px;
  padding-right: 8px;
}
.pip-dialog.pip-picture-url-dialog .pip-header {
  padding: 14px 24px 0px 8px!important;
}
.pip-dialog.pip-picture-url-dialog md-input-container {
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.pip-dialog.pip-picture-url-dialog .pip-content > div {
  height: 300px;
  background-color: #ebebeb;
}
.pip-dialog.pip-picture-url-dialog .pip-no-images {
  min-height: 160px!important;
}
.pip-dialog.pip-picture-url-dialog .pip-no-images md-icon {
  color: black;
  width: 150px;
  height: 150px;
  opacity: 0.118;
}
.pip-dialog.pip-picture-url-dialog .fix-empty {
  height: calc(100%);
}
.pip-dialog.pip-picture-url-dialog md-dialog-content {
  overflow-y: overlay !important;
}
.pip-dialog.pip-picture-url-dialog md-dialog-content .pip-content {
  padding-left: 24px;
  padding-right: 24px;
}
.pip-dialog.pip-picture-url-dialog .pip-footer {
  padding-left: 12px;
  padding-right: 8px;
}
.pip-dialog.pip-picture-url-dialog .pip-fix-empty {
  height: calc(100%);
}
.pip-camera-dialog.pip-android-dialog {
  width: 0;
  height: 0;
  min-width: 0;
  max-width: 0;
  min-height: 0;
}
.pip-camera-dialog .pip-header {
  padding: 14px 24px 0px 8px!important;
}
.pip-camera-dialog md-input-container {
  margin-bottom: 0px!important;
  margin-top: 0px!important;
}
.pip-camera-dialog {
  width: 400px;
}
.pip-camera-dialog .pip-body {
  overflow: hidden !important;
}
.pip-camera-dialog .pip-body .camera-error {
  height: 300px;
}
.pip-camera-dialog .pip-body .camera-stream {
  margin-left: -24px !important;
}
.camera-stream,
.camera-still {
  display: inline-block;
  width: 200px;
  height: 200px;
  background-color: grey;
}
.camera-stream.icon-button,
.camera-still.icon-button {
  font-size: 32px;
}

@-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;
  }
}
.pip-content-switch {
  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-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-content-switch .md-button {
  margin-right: 8px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.pip-content-switch .md-button.md-icon-button {
  padding: 12px;
}
.pip-content-switch .md-button .active-location {
  color: #FF9800;
  opacity: .5;
}
.pip-content-switch .md-button .active-time,
.pip-content-switch .md-button .active-camera {
  color: #427fed;
  opacity: .5;
}
.pip-content-switch .md-button .active-document {
  color: #259b24;
  opacity: .5;
}
.pip-checklist-edit {
  width: 100%;
  background-color: #fafafa;
}
.pip-checklist-edit .pip-checklist-item-body {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
}
.pip-checklist-edit .pip-checklist-item-body.select-active-item {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.pip-checklist-edit .pip-checklist-item-body {
  display: table;
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
  width: 100%;
  border-left: none;
  border-right: none;
}
.pip-checklist-edit .pip-checklist-item-body .pip-checklist-button {
  vertical-align: top;
  display: table-cell;
  width: 48px;
}
.pip-checklist-edit .pip-checklist-item-body .pip-checklist-button md-button {
  height: 48px;
}
.pip-checklist-edit .pip-checklist-item-body .pip-checklist-button-container {
  height: 48px!important;
  display: inline-block;
}
.pip-checklist-edit .pip-checklist-item-body .pip-checklist-text {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px 10px 20px;
  line-height: 24px;
}
.pip-checklist-edit .md-button.pip-icon-checklist-button {
  height: 48px;
  min-width: 0;
  line-height: 24px;
  padding: 12px;
  width: 48px;
  border-radius: 50%;
  margin: 0px;
}
.pip-checklist-edit .pip-checklist-button.pip-icon-checklist-button .md-ripple-container {
  height: 0px;
  width: 0px;
}
.pip-checklist-edit .put_place {
  height: 0px;
  transition-property: background, height;
  transition-duration: .2s;
  background-color: #fafafa;
}
.pip-checklist-edit md-input-container {
  padding: 0px !important;
  margin: 0px !important;
  width: 100%;
}
.pip-checklist-edit md-input-container textarea {
  border-bottom: 0px !important;
  padding: 0px!important;
}
.pip-checklist-edit md-input-container .md-errors-spacer {
  height: 0px !important;
  min-height: 0px;
}
.pip-checklist-edit md-checkbox {
  margin-left: 14px;
  margin-top: 14px;
  margin-bottom: 0px;
}
.pip-checklist-edit .pip-checklist-item {
  background-color: #fafafa;
}
.pip-checklist-edit .no-ripple-container.md-icon-button .md-ripple-container {
  height: 0px;
  width: 0px;
}
.pip-checklist-edit .pip-checklist-draggable {
  /*тащим*/
}
.pip-checklist-edit .pip-checklist-draggable .pip-checklist-item [pip-drag] {
  background-color: #ebebeb;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pip-checklist-edit .pip-checklist-draggable .pip-checklist-item [pip-drag].pip-dragging.pip-drag-over {
  z-index: 2000;
}
.pip-checklist-edit .pip-checklist-draggable .pip-checklist-item [pip-drop] {
  transition-property: height;
  transition-duration: .2s;
}
.pip-checklist-edit .pip-checklist-draggable > .pip-drag-enter .put_place {
  height: 32px!important;
  /* todo size of putting block */
  transition-property: background, height;
  transition-duration: .2s;
  background-color: #d1d1d1;
}
.pip-checklist-edit .pip-checklist-draggable > .pip-dragging .put_place {
  height: 0px!important;
  transition-property: background, height;
  transition-duration: .2s;
  background-color: #000000;
}
.pip-checklist-edit .pip-checklist-item.ng-enter,
.pip-checklist-edit .pip-checklist-item.ng-leave {
  -webkit-transition: 500ms linear all;
  -moz-transition: 500ms linear all;
  -ms-transition: 500ms linear all;
  -o-transition: 500ms linear all;
  transition: 500ms linear all;
}
.pip-checklist-edit .pip-checklist-item.ng-leave.ng-leave-active,
.pip-checklist-edit .pip-checklist-item.ng-enter {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  height: 0px;
  opacity: 0;
}
.pip-checklist-edit .pip-checklist-item.ng-enter.ng-enter-active,
.pip-checklist-edit .pip-checklist-item.ng-leave {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  height: 60px;
  opacity: 1;
}
.pip-checklist-view {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-checklist-view .pip-checklist-item {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
  min-height: 32px;
  width: 100%;
}
.pip-checklist-view .pip-checklist-item .pip-checklist-icon {
  width: 24px;
  height: 40px;
}
.pip-checklist-view .pip-checklist-item .pip-checklist-text {
  vertical-align: middle;
  padding: 9px 0px 9px 24px;
}
.pip-checklist-view md-checkbox {
  margin-left: 2px!important;
  margin-top: 10px!important;
  margin-bottom: 10px!important;
  width: 20px!important;
}
.pip-checklist-view .pip-markdown p {
  margin: 0px!important;
}
.pip-composite-edit {
  background-color: #fafafa;
  /* @color-content */
  transition-property: heigth;
  transition-duration: 2s;
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  /* header */
  /* block header */
  /* selected item*/
  /* content */
  /* drag && drop */
  /* .pip-composite-item */
  /* animation for picture_edit */
  /* animation for document_edit */
}
.pip-composite-edit .pip-composite-item {
  border-left: none;
  border-right: none;
}
.pip-composite-edit .pip-composite-item.selected-content {
  border-left: none;
  border-right: none;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.pip-composite-edit .h33 {
  height: 33px!important;
}
.pip-composite-edit md-input-container {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-composite-edit md-input-container textarea {
  border-bottom: 0px !important;
  padding: 0px!important;
}
.pip-composite-edit md-input-container div.md-errors-spacer {
  display: none;
}
.pip-composite-edit .md-icon-button-little.md-button.md-icon-button {
  margin: 0 6px;
  height: 33px;
  min-width: 0;
  line-height: 24px;
  padding: 4px;
  width: 33px;
  border-radius: 50%;
}
.pip-composite-edit .md-icon-button-little.md-button.md-icon-button .md-ripple-container {
  height: 33px;
  width: 33px;
}
.pip-composite-edit .no-ripple-container.md-icon-button-little.md-button.md-icon-button .md-ripple-container {
  height: 0px;
  width: 0px;
}
@media (min-width: 1200px) {
  .pip-composite-edit .icon-rearrange-btn {
    width: 350px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-composite-edit .icon-rearrange-btn {
    width: 350px !important;
  }
}
@media (max-width: 768px) {
  .pip-composite-edit .icon-rearrange-btn {
    width: 150px !important;
  }
}
.pip-composite-edit .vp20 {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.pip-composite-edit .tp20 {
  padding-top: 20px!important;
}
.pip-composite-edit .pip-composite-body {
  position: relative!important;
}
.pip-composite-edit .pip-composite-header {
  background-color: #fafafa;
  height: 48px;
}
.pip-composite-edit .pip-composite-header p {
  font-family: Roboto, 'Helvetica Neue', sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.pip-composite-edit .pip-section-header {
  background-color: #f3f3f3;
  height: 33px;
  justify-content: space-between;
}
.pip-composite-edit .pip-section-header.pip-section-header {
  background-color: #f3f3f3 !important;
}
.pip-composite-edit .pip-section-header.pip-section-header.composite-icon {
  color: #757575;
}
.pip-composite-edit .pip-section-header.composite-icon {
  color: #bdbdbd;
}
.pip-composite-edit .composite-animate .pip-section-header {
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.pip-composite-edit .selected-content .pip-section-header {
  background-color: #dddddd !important;
}
.pip-composite-edit .selected-content .pip-section-header .composite-icon {
  color: #757575;
}
.pip-composite-edit .selected-content .pip-section-content {
  background-color: #ebebeb !important;
}
.pip-composite-edit .selected-content .pip-checklist-edit {
  background-color: #ebebeb !important;
}
.pip-composite-edit .selected-content .pip-checklist-edit .pip-checklist-item-body.select-active-item {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}
.pip-composite-edit .selected-content .pip-checklist-edit .pip-checklist-item-body {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
}
.pip-composite-edit .selected-content .pip-checklist-edit .pip-checklist-item {
  background-color: #ebebeb !important;
}
.pip-composite-edit .composite-animate .pip-section-content {
  background-color: #fafafa !important;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.pip-composite-edit .drag-active {
  /* move */
}
.pip-composite-edit .drag-active .putt_box {
  height: 0px;
  transition-property: background, height;
  transition-duration: .2s;
  background-color: #ebebeb;
}
.pip-composite-edit .drag-active .pip-composite-item [pip-drag] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pip-composite-edit .drag-active .pip-composite-item [pip-drag].pip-dragging.pip-drag-over {
  z-index: 2000;
  opacity: 0.999;
}
.pip-composite-edit .drag-active .pip-composite-item [pip-drop] {
  transition-property: background, height;
  transition-duration: .2s;
}
.pip-composite-edit .drag-active > .pip-drag-enter .putt_box {
  height: 72px;
  /* todo size of putting block */
  transition-property: background, height;
  transition-duration: .2s;
  background-color: #d1d1d1;
}
.pip-composite-edit .drag-active > .pip-dragging .putt_box {
  height: 0px !important;
  transition-property: background, height;
  transition-duration: .2s;
}
.pip-composite-edit .composite-animate.ng-enter-stagger,
.pip-composite-edit .composite-animate.ng-leave-stagger {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.pip-composite-edit .composite-animate.ng-enter,
.pip-composite-edit .composite-animate.ng-leave {
  -webkit-transition: height, max-height linear 0.5s;
  transition: height, max-height linear 0.5s;
}
.pip-composite-edit .composite-animate.ng-leave.ng-leave-active,
.pip-composite-edit .composite-animate.ng-enter {
  max-height: 0;
  overflow: hidden;
}
.pip-composite-edit .composite-animate.ng-leave,
.pip-composite-edit .composite-animate.ng-enter.ng-enter-active {
  max-height: 200px;
  overflow: hidden;
}
.pip-composite-edit div.pip-picture-upload.ng-enter,
.pip-composite-edit div.pip-picture-upload.ng-leave,
.pip-composite-edit div.pip-picture-upload.ng-move {
  -webkit-transition: width linear .2s;
  -moz-transition: width linear .2s;
  -o-transition: width linear .2s;
  transition: width linear .2s;
}
.pip-composite-edit div.pip-picture-upload.ng-enter {
  width: 0px;
}
.pip-composite-edit div.pip-picture-upload.ng-enter.ng-enter-active {
  width: 80px;
}
.pip-composite-edit div.pip-picture-upload.ng-leave {
  width: 80px;
}
.pip-composite-edit div.pip-picture-upload.ng-leave.ng-leave-active {
  width: 0px;
}
.pip-composite-edit div.pip-document-upload.ng-enter,
.pip-composite-edit div.pip-document-upload.ng-leave,
.pip-composite-edit div.pip-document-upload.ng-move {
  -webkit-transition: width linear .2s;
  -moz-transition: width linear .2s;
  -o-transition: width linear .2s;
  transition: width linear .2s;
}
.pip-composite-edit div.pip-document-upload.ng-enter {
  width: 0px;
}
.pip-composite-edit div.pip-document-upload.ng-enter.ng-enter-active {
  width: 80px;
}
.pip-composite-edit div.pip-document-upload.ng-leave {
  width: 80px;
}
.pip-composite-edit div.pip-document-upload.ng-leave.ng-leave-active {
  width: 0px;
}
.pip-composite-edit .pip-section-header.ng-enter,
.pip-composite-edit .pip-section-header.ng-leave {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  transition: 350ms linear all;
}
.pip-composite-edit .pip-section-header.ng-enter.ng-enter-active,
.pip-composite-edit .pip-section-header.ng-leave {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  height: 33px;
}
.pip-composite-edit .pip-section-header.ng-leave.ng-leave-active,
.pip-composite-edit .pip-section-header.ng-enter {
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  height: 0px;
}
.pip-composite-view,
.pip-composite-summary {
  -webkit-user-select: auto;
  position: relative;
  display: block;
}
.pip-composite-view .pip-location-name,
.pip-composite-summary .pip-location-name,
.pip-composite-view .pip-documents-name,
.pip-composite-summary .pip-documents-name {
  height: 48px !important;
  opacity: 0.54;
}
.pip-composite-view .pip-documents-text,
.pip-composite-summary .pip-documents-text,
.pip-composite-view .pip-location-text,
.pip-composite-summary .pip-location-text {
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
  opacity: 0.87;
  vertical-align: middle!important;
  line-height: 48px!important;
}
.pip-composite-view pip-time-range p,
.pip-composite-summary pip-time-range p {
  margin-top: 10px;
  margin-bottom: 12px;
}
.pip-composite-view .pip-composite-text,
.pip-composite-summary .pip-composite-text {
  margin-bottom: 8px;
  margin-top: 8px;
  font: normal 400 16px Roboto, 'Helvetica Neue', sans-serif;
}
.pip-composite-view .pip-composite-text .pip-markdown p:last-of-type,
.pip-composite-summary .pip-composite-text .pip-markdown p:last-of-type {
  margin-bottom: 0px !important;
}
.pip-composite-view .pip-composite-time > md-icon,
.pip-composite-summary .pip-composite-time > md-icon {
  margin-right: 26px !important;
}
.pip-composite-summary .pip-documents-name.md-button {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.pip-composite-summary .pip-location .pip-location-name {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
.pip-composite-toolbar {
  display: block;
  background-color: #f3f3f3!important;
  width: 100%;
  height: 48px;
  justify-content: space-around;
  /* pip-composite-button  && animation */
}
.pip-composite-toolbar .pip-composite-button {
  height: 48px !important;
  font-size: 24px  !important;
  margin: 0px!important;
}
.pip-composite-toolbar .icon-text-block {
  color: #757575;
}
.pip-composite-toolbar .icon-checkbox-on {
  color: #CB7E99;
}
.pip-composite-toolbar .icon-location {
  color: #F9B257;
}
.pip-composite-toolbar .icon-document {
  color: #8CC475;
}
.pip-composite-toolbar .icon-camera {
  color: #4EBFD9;
}
.pip-composite-toolbar .icon-time {
  color: #0099FF;
}
.pip-composite-toolbar .pip-composite-button {
  flex: 1;
  transition: all 0.5s linear;
}
.pip-composite-toolbar .new-item {
  flex: .00001!important;
  -webkit-animation: flexGrow 500ms ease forwards;
  -o-animation: flexGrow 500ms ease forwards;
  animation: flexGrow 500ms ease forwards;
}
.pip-composite-toolbar .remove-item {
  flex: 1!important;
  -webkit-animation: flexShrink 500ms ease forwards;
  -o-animation: flexShrink 500ms ease forwards;
  animation: flexShrink 500ms ease forwards;
}
@-webkit-keyframes flexGrow {
  from {
    flex: .00001;
  }
  to {
    flex: 1!important;
  }
}
@-o-keyframes flexGrow {
  from {
    flex: .00001;
  }
  to {
    flex: 1!important;
  }
}
@keyframes flexGrow {
  from {
    flex: .00001;
  }
  to {
    flex: 1!important;
  }
}
@-webkit-keyframes flexShrink {
  from {
    flex: 1;
  }
  to {
    flex: .01!important;
    flex: .00001!important;
    width: 0px!important;
    min-width: 0px!important;
    padding: 0px!important;
  }
}
@-o-keyframes flexShrink {
  from {
    flex: 1;
  }
  to {
    flex: .01!important;
    flex: .00001!important;
    width: 0px!important;
    min-width: 0px!important;
    padding: 0px!important;
  }
}
@keyframes flexShrink {
  from {
    flex: 1;
  }
  to {
    flex: .01!important;
    flex: .00001!important;
    width: 0px!important;
    min-width: 0px!important;
    padding: 0px!important;
  }
}

@-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;
  }
}
md-dialog.pip-entry md-dialog-actions,
md-dialog.pip-entry md-dialog-content {
  background-color: #fafafa !important;
}
md-dialog.pip-entry md-dialog-content {
  max-width: 400px;
  min-width: 400px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  md-dialog.pip-entry md-dialog-content {
    max-width: 100%;
    min-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.pip-entry {
  background-position: 50% 50%;
}
.pip-entry .pip-body {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 768px) {
  .pip-entry .pip-body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.pip-entry md-input-container [ng-messages] ::after {
  opacity: 1;
}
.pip-entry h2 {
  margin-top: 0px;
}
.pip-entry md-input-container {
  display: block;
}
.pip-entry .pip-ref-item {
  height: auto;
}
@media (max-width: 768px) {
  .pip-entry .pip-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #eeeeee;
  }
  .pip-entry .pip-body .pip-content {
    background-color: #fafafa;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
  }
}

@-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;
  }
}
.pip-error .pip-error-text,
.pip-error .pip-error-subtext,
.pip-error .pip-error-actions,
.pip-error .pip-error-details {
  max-width: 440px!important;
  padding-right: 24px;
  padding-left: 24px;
}
.pip-error .pip-error-text {
  margin-top: 32px;
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  opacity: 0.87;
  text-align: center;
}
.pip-error .pip-error-subtext {
  margin-top: 16px;
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  margin-bottom: 16px;
  opacity: 0.54;
  text-align: center;
}
.pip-error .pip-error-details {
  padding-top: 8px;
}
.pip-error .pip-error-details .pip-error-details-item .text-body2 {
  color: #0288D1;
  text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item .text-body1 {
  opacity: 0.54;
  text-align: center;
}
.pip-error .pip-error-details .pip-error-details-item div.pip-pic {
  height: 88px!important;
  width: 88px!important;
  min-height: 0px!important;
  margin: 0px 24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-error div.pip-pic {
    margin: 0px 16px;
  }
}
@media (max-width: 768px) {
  .pip-error .pip-error-text,
  .pip-error .pip-error-subtext,
  .pip-error .pip-error-actions,
  .pip-error .pip-error-details {
    padding-right: 16px;
    padding-left: 16px;
    min-height: 0px!important;
  }
  .pip-error .pip-error-text {
    margin-top: 0px;
  }
  .pip-error div.pip-pic {
    height: 64px!important;
    width: 64px!important;
    min-height: 0px!important;
    margin: 0px 8px;
  }
}

@-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;
  }
}
.pip-settings .pip-content-container {
  min-height: 100%;
}
.pip-settings .pip-body {
  max-width: none !important;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .pip-settings md-list.pip-menu {
    width: 300px;
    min-width: 300px;
  }
  .pip-settings .pip-content-container {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-settings md-list.pip-menu {
    width: 300px;
    min-width: 300px;
  }
  .pip-settings .pip-content-container {
    width: calc(100% - 300px);
  }
}
.pip-settings.pip-card .pip-header ~ .pip-body,
.pip-settings.pip-document .pip-header ~ .pip-body {
  padding-top: 24px !important;
}
.pip-settings .md-tile-left {
  position: relative;
  margin-right: 16px !important;
  height: 80px;
  width: 80px;
}
.pip-settings .pip-date md-input-container {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.pip-settings .pip-sessions.pip-details-title .pip-subtitle {
  min-height: 24px;
  line-height: 24px;
  height: auto;
  white-space: normal;
}
.change-password-dialog,
.verify-email-dialog {
  width: 440px;
}

@-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;
  }
}
md-dialog.pip-guide-preview {
  position: relative;
  width: inherit !important;
  max-width: 100% !important;
  max-height: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
}
.body {
  overflow-x: hidden;
}
.pip-guide-preview {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  opacity: 1;
  color: #fff;
}
.pip-guide-preview .pip-arrow-button,
.pip-guide-preview .pip-radio-button {
  color: #fff !important;
}
.pip-guide-preview .pip-radio-button {
  margin: 6px;
  height: 12px;
  width: 12px;
}
.pip-guide-preview .pip-guide-page {
  height: calc(100%  - 88px);
  overflow: auto;
}
.pip-guide-preview .pip-guide-page .pip-text {
  max-width: 50%;
}
@media (max-width: 768px) {
  .pip-guide-preview .pip-guide-page .pip-text {
    max-width: calc(100% - 32px);
  }
}
.pip-guide-preview .pip-guide-page-footer {
  position: fixed;
  bottom: 0;
}
.pip-guide-preview .button-preview {
  line-height: 48px;
}
.pip-guide-preview button {
  box-shadow: none !important;
}
.pip-guide-preview .pip-button-got {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-color: #fff;
  min-width: 88px;
}
.pip-guide-preview .pip-button-got.md-raised {
  border: 0;
}
.pip-guide-preview .pip-preview-content,
.pip-guide-preview .pip-preview-title {
  margin: 0;
  text-align: center;
}
.pip-guide-preview .pip-pic {
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .pip-guide-preview pip-collage,
  .pip-guide-preview .pip-pic {
    height: 250px;
    width: 250px;
    margin-bottom: 32px;
  }
  .pip-guide-preview pip-collage .pip-collage-section,
  .pip-guide-preview .pip-pic .pip-collage-section {
    height: 250px;
    width: 250px;
  }
  .pip-guide-preview .pip-preview-title {
    font: normal 400 24px Roboto, 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
  }
  .pip-guide-preview .pip-preview-content {
    font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .pip-guide-preview pip-collage,
  .pip-guide-preview .pip-pic {
    height: 200px;
    width: 200px;
    margin-bottom: 32px;
  }
  .pip-guide-preview pip-collage .pip-collage-section,
  .pip-guide-preview .pip-pic .pip-collage-section {
    height: 200px;
    width: 200px;
  }
  .pip-guide-preview pip-collage .pip-collage-section img,
  .pip-guide-preview .pip-pic .pip-collage-section img {
    margin-left: 0;
  }
  .pip-guide-preview .pip-preview-title {
    font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
    margin-bottom: 16px;
  }
  .pip-guide-preview .pip-preview-content {
    font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  }
}
@media (max-width: 400px) {
  .pip-guide-preview pip-collage,
  .pip-guide-preview .pip-pic {
    height: 150px;
    width: 150px;
  }
  .pip-guide-preview pip-collage .pip-collage-section,
  .pip-guide-preview .pip-pic .pip-collage-section {
    height: 150px;
    width: 150px;
  }
  .pip-guide-preview pip-collage .pip-collage-section img,
  .pip-guide-preview .pip-pic .pip-collage-section img {
    margin-left: 0;
  }
}
.pip-popover-backdrop.pip-tip .pip-popover,
.pip-popover-backdrop.pip-help .pip-popover {
  background-color: #fbe1b0;
}
.pip-popover-backdrop.pip-tip .pip-popover:after,
.pip-popover-backdrop.pip-help .pip-popover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fbe1b0;
}
.pip-popover-backdrop.pip-quote .pip-popover {
  background-color: #d9e8a9;
}
.pip-popover-backdrop.pip-quote .pip-popover:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #d9e8a9;
}
.pip-popover-backdrop .pip-title {
  overflow: hidden;
}
.pip-popover-backdrop .pip-content {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 8px;
}
.pip-popover-backdrop .pip-content .pip-pic {
  height: 200px;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 16px;
}
.pip-popover-backdrop .pip-content .pip-markdown p {
  line-height: 22px !important;
}
.pip-popover-backdrop .pip-content.bm64 {
  margin-bottom: 64px !important;
}
.pip-popover-backdrop .pip-footer {
  min-height: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pip-popover-backdrop.pip-tip .pip-title {
  font: normal 500 20px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 26px;
}
.pip-popover-backdrop.pip-quote .pip-bg {
  height: 80px;
  width: 80px;
  position: absolute;
  top: 10px;
  left: 16px;
}
.pip-popover-backdrop.pip-quote .pip-content {
  margin-bottom: 48px;
  font: normal 500 16px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 24px;
  margin-top: 24px;
  padding-bottom: 0;
}
.pip-popover-backdrop.pip-quote .pip-footer {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.pip-popover-backdrop.pip-quote .pip-footer .pip-author {
  height: 36px !important;
  font: normal 400 14px Roboto, 'Helvetica Neue', sans-serif;
  line-height: 36px;
}

@-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;
  }
}
.pip-help {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .pip-help md-list.pip-menu {
    width: 300px;
    min-width: 300px;
  }
  .pip-help .pip-content-container {
    width: 800px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-help md-list.pip-menu {
    width: 300px;
    min-width: 0;
  }
  .pip-help .pip-content-container {
    width: calc(100% - 300px);
  }
}
.pip-help.pip-card .pip-header ~ .pip-body,
.pip-help.pip-document .pip-header ~ .pip-body {
  padding-top: 24px !important;
}
.pip-help .pip-body {
  max-width: none !important;
}
@media (min-width: 1200px) {
  .pip-help md-list:first-of-type {
    width: 300px;
  }
  .pip-help .pip-content-container {
    width: 800px;
    position: absolute;
    left: 300px;
    max-height: 100%;
    -ms-overflow-y: auto;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .pip-help .pip-content-container {
    width: calc(100% - 300px);
    -ms-overflow-y: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pip-help md-list:first-of-type {
    width: 30%;
  }
  .pip-help .pip-content-container {
    width: 70%;
    position: absolute;
    left: 30%;
    max-height: 100%;
    -ms-overflow-y: auto;
  }
}
.pip-help.pip-card .pip-header ~ .pip-body,
.pip-help.pip-document .pip-header ~ .pip-body {
  padding-top: 24px !important;
}

@-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;
  }
}
.pip-feedback-dialog {
  width: 80%;
}
