.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;
}
