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

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

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

.opacity-secondary {
  opacity: 0.54; }

.opacity-primary {
  opacity: 0.87; }

.opacity-disabled {
  opacity: 0.38; }

.no-divider {
  border: none !important; }

.divider {
  border: 1px solid rgba(0, 0, 0, 0.12); }

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

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

.pip-markdown {
  display: block;
  position: relative;
  overflow: hidden; }
  .pip-markdown > {
    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-color-picker {
  display: block;
  list-style: none;
  padding-left: 0; }
  .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: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; }

.pip-popover-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -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-popover-footer .md-button {
    min-width: 48px;
    margin: 4px; }

@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-block {
    width: 100% !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;
      transform: translate(-100%, 0); }
      .pip-image-slider.pip-animation-carousel .pip-animation-block.pip-prev {
        transform: translate(-100%, 0); }
      .pip-image-slider.pip-animation-carousel .pip-animation-block.pip-next {
        transform: translate(100%, 0); }
      .pip-image-slider.pip-animation-carousel .pip-animation-block.pip-show {
        transform: translate(0, 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 {
    display: -webkit-box;
    max-height: 32px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px;
    vertical-align: middle; }
  .pip-toast .pip-toast-button {
    margin: 0px 0px 0px 8px; }
  @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::before {
        min-height: 0px !important; }
      .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.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 {
    z-index: 1000; }
    .pip-toast.pip-error .md-toast-content {
      background-color: #ff5252; }

@media (max-width: 768px) {
  .pip-toast.pip-column-toast .md-toast-content::before {
    min-height: 0px !important; }
  .pip-toast.pip-column-toast .pip-actions {
    width: 100%; } }

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

.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-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;
    min-height: 16px;
    min-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; }

.jumbotron {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.08); }
  .jumbotron .pip-pic {
    margin-right: 54px;
    margin-left: 24px; }
  .jumbotron .pip-jumbo-title-content {
    height: 40px; }
    .jumbotron .pip-jumbo-title-content .pip-jumbo-title-text {
      font: normal 500 14px Roboto, "Helvetica Neue", sans-serif;
      display: inline-block;
      color: rgba(0, 0, 0, 0.54); }
    .jumbotron .pip-jumbo-title-content md-icon {
      margin-left: 0;
      height: 16px !important;
      width: 16px;
      min-width: 16px; }
  .jumbotron .pip-jumbo-item {
    height: 58px;
    border-bottom: 1px rgba(0, 0, 0, 0.12) solid; }
    .jumbotron .pip-jumbo-item .pip-jumbo-title {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      font: normal 400 16px Roboto, "Helvetica Neue", sans-serif;
      margin-bottom: 4px; }
      .jumbotron .pip-jumbo-item .pip-jumbo-title span {
        display: inline-block; }
    .jumbotron .pip-jumbo-item .pip-jumbo-title-small {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 50px;
      vertical-align: bottom; }
    .jumbotron .pip-jumbo-item .pip-jumbo-title-bold {
      font: normal 500 16px Roboto, "Helvetica Neue", sans-serif; }
    .jumbotron .pip-jumbo-item .pip-jumbo-subtitle {
      font: normal 400 14px Roboto, "Helvetica Neue", sans-serif;
      color: rgba(0, 0, 0, 0.54); }
    .jumbotron .pip-jumbo-item .pip-jumbo-subtitle-bold {
      font: normal 500 14px Roboto, "Helvetica Neue", sans-serif; }
  .jumbotron .pip-jumbo-title-content, .jumbotron .pip-jumbo-item {
    padding-right: 16px;
    margin-left: 8px; }
  @media (max-width: 768px) {
    .jumbotron {
      display: block; }
      .jumbotron .pip-content {
        display: block; }
      .jumbotron .pip-pic {
        margin: 0 auto 24px;
        width: 100%; }
      .jumbotron .pip-jumbo-title-content, .jumbotron .pip-jumbo-item {
        padding: 0 16px;
        margin: 0; } }
  @media (min-width: 768px) {
    .jumbotron .pip-jumbo-item:last-of-type {
      border-bottom: none; } }

/*# sourceMappingURL=pip-webui-controls.css.map */
