/* As this is loaded with the 'media="print"', this determines the style when printed.*/
.tab-pane {
  display: block !important;
}

.modal-backdrop {
  position: initial !important;
  top: initial !important;
  right: initial !important;
  bottom: initial !important;
  left: initial !important;
  z-index: initial !important;
  background-color: initial !important;
}
.modal-backdrop.fade {
  opacity: initial !important;
  filter: none !important;
}
.modal-backdrop.in {
  opacity: initial !important;
  filter: none !important;
}

.modal-open {
  overflow: hidden !important;
}
.modal {
  display: block !important;
  overflow: none !important;
  position: initial !important;
  top: initial !important;
  right: initial !important;
  bottom: initial !important;
  left: initial !important;
  z-index: initial !important;
  -webkit-overflow-scrolling: none !important;
  outline: initial !important;
}

/* Do not page break in the config results div */
.card.configResults {
  page-break-inside: avoid;
}

/* Tags to specify do not print */
.no-print, .web_chat_panel, .start_chat_button, .no-print * {
  display: none !important;
}
