/*========================================================================
* $Id: search.js 80287 2014-07-09 09:37:45Z michael.biebl $
*
* Copyright © Mindbreeze Software GmbH, Linz, Austria, 2005-2013
*
* Der Nutzer des Computerprogramms anerkennt, dass der oben stehende
* Copyright-Vermerk im Sinn des Welturheberrechtsabkommens an der vom
* Urheber festgelegten Stelle in der Funktion des Computerprogramms
* angebracht bleibt, um den Vorbehalt des Urheberrechtes genuegend zum
* Ausdruck zu bringen. Dieser Urheberrechtsvermerk darf weder vom Kunden,
* Nutzer und/oder von Dritten entfernt, veraendert oder disloziert werden.
* =========================================================================*/

/*
 * Version: 25.5.2.693
 */
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");
@import url("font-awesome.min.css");
@import url("font-awesome-5.min.css");
@import url("../client/component/searchform/css/searchform.css");
@import url("header.css");
@import url("suggest.css");
@import url("stack.css");
@import url("../client/component/map/js/leaflet/leaflet.css");
@import url("../client/component/table/css/handsontable.css");
@import url("../client/component/search/css/searchbox.css");
@import url("../client/component/suggestlist/css/suggestlist.css");
@import url("../client/component/profilesettings/css/profilesettings.css");
@import url("../client/component/annotationPopup/css/annotationPopup.css");
@import url("../client/component/summarize/css/summarize.css");
@import url("tooltip.css");
@import url("answers.css");

.text-center {
  text-align: center;
}

.btn-link {
  color: #0071bc;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.nav {
  overflow: hidden;
}

.btn-link {
  border: 0;
}

.mb-body .modal-dialog .close,
.mb-body .popover-content .close {
  opacity: 1;
}

.mb-text {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}

.mb-btn-no-decor,
.mb-btn-no-decor:hover {
  border: 0;
  background: transparent;
  transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
}

.mb-btn-no-decor:hover {
  opacity: 0.7;
}

.mb-no-right-padding {
  padding-right: 0px;
}

body.mb-body {
  -ms-overflow-style: scrollbar;
  padding-bottom: 2em;
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
}

.navbar-inner {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  overflow-y: hidden;
  overflow-x: auto;
}

@media (max-width: 767px) {

  /* compensate body padding */
  .navbar {
    margin-left: -20px;
    margin-right: -20px;
  }

}

.navbar .nav > li > a,
.navbar .nav > li > button {
  text-shadow: none;
}


.mb-inplace-action {
  font-size: 24px;
  margin-left: 5px;
}

.navbar-sourcetabs button.mb-inplace-handle {
  right: -3x !important;
  margin-top: -.2em !important;
}


.navbar .search-field button.mb-btn-save-search {
  padding: 5px;
}

[data-template="savedsearches"] button.btn-link,
[data-template="savedsearches"] button.action {
  padding: 3px 8px;
}

.mb-acc-pencil {
  font-size: 14px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.navbar-sourcetabs .container ul.nav li > a {
  padding-right: 25px;
}

.container {
  max-width: 1048px;
}

 a.btn,
.dropdown-menu a,
.nav a,
.nav button {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-selected .scroller-image {
  width: 400px;
}

.scroller-image {
  vertical-align: middle;
  text-align: center;
  width: 200px;
  display: inline-block;
  box-shadow: 0 0 5px #333;
}

small {
  color: #595959;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #595959;
  opacity: 1;
}
input::-moz-placeholder {
  color: #595959;
  opacity: 1;
}
input:-moz-placeholder {
  color: #595959;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}

.media {
  border-top: 1px dotted #dcdada;
  padding: 1em 0;
  clear: both;
}

.media:after {
  content: " ";
  clear: both;
  display: block;
}

.mb-filters input,
.mb-filters select {
  width: 100%;
}

hr {
  border-top: 1px dotted #dcdada;
}

.media:first-of-type {
  border-top: 0;
  margin-top: -0.5em;
}

img.media-object, .media-object img {
  max-height: 200px;
  max-width: 200px;
}

.media-object img.mb-icon[src$="svg"] {
  height: 32px;
  width:  32px;
}

img.mb-icon.media-object, .media-object img.mb-icon {
  max-width: 32px;
  max-height: 32px;
}

.media .pull-left .media-object.pull-left {
  margin-right: 0;
}

/* em { */
/*   font-weight: bold; */
/*   font-style: normal; */
/* } */

em {
    background: #ffda26;
  font-weight: inherit;
    padding-left: 0.1em;
    padding-right: 0.1em;
    margin-left: -0.1em;
    margin-right: -0.1em;
    font-style: normal;
    font-weight: bold;
}

.nowrap {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar .nowrap .nav,
.navbar .nowrap .nav > li {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover {
  background: transparent;
  border-bottom: 3px solid #eaba06;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .container > button {
  padding: 10px 15px 10px;
  margin-left: -10px;
}

.nav-pills > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
}

.languages img {
  height: 1.25em;
  width: 1.75em;
}

.languages .dropdown-menu {
  min-width: 0;
}

.languages .btn {
  box-shadow: none;
  border: 0;
  box-shadow: none;
  border: 0;
  background: transparent;
  background: transparent;
}

.nav-horizontal {
  margin-left: 8px;
}
.nav-horizontal li {
  float: left;
  padding: 0 6px;
  line-height: 40px;
}

.mb-menu-scroll-horizontal {
  white-space: nowrap;
  overflow-x: auto;
  max-width: 100%;
  position: static;
}

footer {
font-size: 18px;
border-top: 1px solid #ccc;
height: 40px;
position: absolute;
bottom: 0;
width: 100%;
line-height: 40px;
background-color: #efefef;
}

footer a {
  color:#333;
  transition:all 0.35s ;
  -webkit-transition:all 0.35s;
  -moz-transition:all 0.35s;
  -o-transition:all 0.35s;
}

footer a:hover {
  color: #808080;
  text-decoration: none;
}

.main {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

.indent {
  padding-left: 74p;
}

@-webkit-keyframes pulse {
 0% {
   opacity: 1.0;
 }
 33% {
   opacity: 0.75;
 }
 67% {
   opacity: 0.5;
 }
 100% {
   opacity: 1.0;
 }
}

/* edit-mode */
.editable {
  border: 1px dotted #333;
  overflow: hidden;
}

.btn-edit {
  float: right;
}

/* tree */
.jstree label {
  display: inline-block;
  padding-left: 0.25em;
  margin-bottom: 0;
}

.jstree input,
.jstree label {
  vertical-align: middle;
}

.jstree input {
  margin: 0;
}

/* applist */


.applist img.icon {
  width: 48px;
  margin: 3px 6px 0 -54px;
  float: left;
}

.applist {
  padding-bottom: 1em;
}

.applist,
.applist .federatedClient {
  clear: both;
}

.applist .federatedClient {
  padding-left: 54px;
  padding-right: 70px;
  position: relative;
  border-top: 1px dotted #dcdada;
}

.applist .switch {
  position: absolute;
  right: 0;
  top: 1em;
}

.applist h5 {
  margin: 0.25em 0;
}
.applist h6 {
  margin: 0.25em 0;
}

.muted {
  color: #aaa;
}

#secondary-navigation > ul {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
  padding-top: 0;
  text-align: right;
}

#secondary-navigation > ul li {
  border-color: #DDDDDD;
  padding-top: 10px;
  list-style-image: none;
  list-style-type: none;
}

#secondary-navigation > ul a {
  text-decoration: none;
  display: block;
  line-height: 160%;
  padding-right: 10px;
  color: #333;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
}

hr.large {
  border-style: none;
  text-align: center;
  padding: 3% 0;
  text-align: right;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

hr.large:after {
  content: ".....................";
  letter-spacing: 4px;
}

.center, .mb-center {
  text-align: center;
}

.mb-block {
  display: block;
}

.search-field input {
  margin-bottom: 0;
  width: 100%;
}

.search-field button:hover {
  text-decoration: none;
  color: #333;
}


.btn-rounded {
  border-radius: 50%;
}

.mb-scrollable-y {
  overflow-y: auto;
  overflow-x: hidden;
}

.mb-in-preview .mb-content {
  display: none;
}

.mb-preview-action {
  padding-left: 0.5em;
}

.mb-preview h1,
.mb-preview h2,
.mb-preview h3,
.mb-preview h4,
.mb-preview h5,
.mb-preview h6
{
  font-size: 1.1em;
}

.mb-html-preview-container #page-container {
    margin: -20px;
    margin-top: 0;
    position: relative;
}

.ui-autocomplete .unmatched {
  font-weight: bold;
}

b .matched {
  font-weight: normal;
}

/* pagination */
.pager li a,
.pager li a:hover {
  border: 0;
  background: transparent;
}

.mb-separated > :first-child {
  padding-left: 3px;
}
.mb-separated.mb-actions > :first-child {
  padding-left: 0;
}

.mb-separated {
  color: #595959;
  margin-bottom: 0;
}

.mb-metadata {
  word-wrap: break-word;
}

.media .mb-metadata:before {
  content: " ";
  padding-left: 3px;
}

dl.mb-horizontal dt:after {
  content: ": ";
}

dl.mb-horizontal dt:before {
  content: " ";
  display: block;
}

dl.mb-comma-separated-values > dd:before {
  content: ", ";
}

dl.mb-comma-separated-values > dt+dd:before {
  content: "";
}

dl.mb-horizontal.mb-separated dt:before {
  display: inline;
}

dl.mb-separated,
ul.mb-separated {
  display: block;
  margin-top: 0;
  white-space: nowrap;
}

dl.mb-horizontal dt,
dl.mb-horizontal dd,
dl.mb-comma-separated dd,
ul.mb-separated li,
dl.mb-separated dt,
dl.mb-separated dd {
  display: inline;
  margin: 0;
}

dl.mb-horizontal dd,
dl.mb-comma-separated dd,
ul.mb-separated li,
dl.mb-separated dd {
  white-space: normal;
}

.mb-separated img {
  display: none;
}

.mb-separated > *:before {
  white-space: normal;
}

.mb-separated > *:before,
dl.mb-horizontal.mb-separated dt:before {
  content: " - ";
}

.mb-separated > *:first-child:before {
  content: ""
}

.mb-separated .mb-separated > *:after {
  content: ", ";
}

.mb-separated .mb-separated > *:before,
.mb-separated .mb-separated > *:last-child:after {
  content: "";
}

.nav img {
  max-width: 16px;
  max-height: 16px;
}

.mb-non-matched-terms {
  margin: 4px 0 0 0;
}

.mb-non-matched-terms ul {
  list-style: none;
  display: inline;
  margin: 0;
}

.mb-non-matched-terms ul li {
  display: inline;
  padding: 0 4px 0 0;
}
.mb-non-matched-terms ul li:last-child {
  padding: 0;
}

.mb-non-matched-terms .mb-separator {
  display: inline-block;
  height: 15px;
  width: 1px;
  background-color: #fec800;
  vertical-align: middle;
}

.mb-filters h1,
.mb-filters h2,
.mb-about-popover h2,
.mb-filters h3,
.mb-filters h4,
.mb-filters h5,
.mb-filters h6 {
  font-size: 14px;
  line-height: 20px;
}

.mb-filters .nav {
  margin-bottom: 0;
}
.mb-filters .nav-pills li label {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.mb-filters .nav > li,
.mb-filters .nav > li > a {
  position: relative;
}

.mb-incomplete li:first-child .pull-right:before {
  content: ' ';
}

.mb-incomplete .nav .pull-right:before,
.mb-incomplete ul ul li:first-child .pull-right:before {
  content: '⩾';
}

.mb-progress-indicator.pull-right {
  position: absolute;
  text-align: right;
}

.media-heading {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-heading a {
  color: #111;
}

.media {
  margin-top: 0;
}

.mb-close {
  font-size: 1.5em;
  color: #333;
}

.mb-nested .media {
  margin-top: 0;
  padding: 5px 0;
}

.mb-nested .mb-actions {
  padding-left: 0;
}

.mb-preview {
  padding: 3px;
  word-wrap: break-word;
}

.mb-preview pre {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  border: 0;
  background: transparent;
}
.mb-preview th {
  text-align: left;
}

.mb-preview iframe { 
  min-height: 500px; 
}

.mb-computing .mb-pulse {
  display: inline-block;
  -moz-animation: pulse 2s infinite linear;
  -o-animation: pulse 2s infinite linear;
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear;
}

@-webkit-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}
@-moz-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}
@-o-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}
@-ms-keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}
@keyframes pulse {
  0% { opacity: 1; }
  50% { opacity: 0.45; }
  100% { opacity: 1; }
}

@-webkit-keyframes mb-progress {
  0% { width: 0; }
  0.7% { width: 75%; }
  1% { width: 80%; }
  1.5% { width: 83%; }
  2% { width: 85%; }
  5% { width: 90%; }
  20% { width: 95%; }
  100% { width: 97%; }
}
@-moz-keyframes mb-progress {
  0% { width: 0; }
  0.7% { width: 75%; }
  1% { width: 80%; }
  1.5% { width: 83%; }
  2% { width: 85%; }
  5% { width: 90%; }
  20% { width: 95%; }
  100% { width: 97%; }
}
@-o-keyframes mb-progress {
  0% { width: 0; }
  0.7% { width: 75%; }
  1% { width: 80%; }
  1.5% { width: 83%; }
  2% { width: 85%; }
  5% { width: 90%; }
  20% { width: 95%; }
  100% { width: 97%; }
}
@-ms-keyframes mb-progress {
  0% { width: 0; }
  0.7% { width: 75%; }
  1% { width: 80%; }
  1.5% { width: 83%; }
  2% { width: 85%; }
  5% { width: 90%; }
  20% { width: 95%; }
  100% { width: 97%; }
}
@keyframes mb-progress {
  0% { width: 0%; }
  0.7% { width: 75%; }
  1% { width: 80%; }
  1.5% { width: 83%; }
  2% { width: 85%; }
  5% { width: 90%; }
  20% { width: 95%; }
  100% { width: 97%; }
}

.navbar-fixed-top, .navbar-fixed-bottom {
  z-index: 1001; /* fix for leaflet controls z-index of 1000 */
}

.nav-stacked .nav-stacked {
  margin-left: 1em;
}

.mb-progress-indicator {
  display: none;
  width: 100%;
}

.mb-absolute {
  position: absolute;
}

.mb-absolute.mb-progress-indicator {
  position: fixed;
  left: -100px;
  top: -100px;
  background: rgba(238, 238, 238, 0.95);
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1049;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  display: block;
}

.mb-computing .mb-absolute.mb-progress-indicator {
  opacity: 1;
  left: 50%;
  top: 50%;
}

.mb-computing .mb-progress-indicator {
  display: block;
}

.breadcrumb {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

.breadcrumb li {
  padding-right: 1em;
}

.mb-scroll-placeholder {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 1em;
  font-weight: normal;
  border: 0;
}

@media (max-width: 767px) {
  .mb-scroll-placeholder {
    display: none;
  }

.mb-header {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.IN-widget {
  vertical-align: middle!important;
}

.media-body,
.media {
  overflow: visible; /*overflow was set to hidden before */
}

.mb-dropdown-toggle {
  position: relative;
  overflow: visible;
}
.mb-dropdown-toggle .caret {
  vertical-align: middle;
}

.mb-dropdown-menu button {
  background: transparent;
  border: none;
  border-bottom: 0;
  margin-bottom: 2px;
  padding-bottom: 12px;
  color: #808080;
  font-size: 1.25em;
}

.mb-dropdown-menu button:hover {
  color: grey;
}

.mb-dropdown-menu .dropdown-menu {
  left: auto;
  background: #222;
  border-radius: 0px;
  padding: 5px 10px;
  margin-top: 0px;
  color: #808080;
  border: none;
}

.mb-dropdown-menu .dropdown-menu > * {
  color: #808080;
}

.mb-dropdown-menu .dropdown-item {
  display: block;
  padding-bottom: 5px;
}

.mb-dropdown-menu .dropdown-item:hover {
  color: white;
  border-bottom: 2px solid #eaba06;
}

.first10 li {
  display: none;
}

.first10 li:nth-of-type(0),
.first10 li:nth-of-type(1),
.first10 li:nth-of-type(2),
.first10 li:nth-of-type(3),
.first10 li:nth-of-type(4),
.first10 li:nth-of-type(5),
.first10 li:nth-of-type(6),
.first10 li:nth-of-type(7),
.first10 li:nth-of-type(8),
.first10 li:nth-of-type(9),
.first10 li:nth-of-type(10),
.first10 li:nth-of-type(11) {
  display: list-item;
}

.mb-logout {
  opacity: 0.25;
}

a, .action, .mb-clickable {
  cursor: pointer;
}

.mb-login .modal-body {
  max-height: 500px;
}

.mb-login iframe {
  height: 450px;
  width: 100%;
  border: 0;
  background: transparent;
}

img.mb-small, .mb-line-item img {
  max-height: 24px;
  max-width: 24px;
}

.mb-selectable,
.nav > li > a,
.nav > li > button,
.mb-header.navbar .nav > li > a,
.mb-header.navbar .nav > li > button {
  border-bottom: 0;
  margin-bottom: 2px;
  padding-bottom: 12px;
}

.mb-selected,
.nav > li > a.mb-selected,
.nav > li > button.mb-selected,
.nav > li > a[aria-selected=true],
.nav > li > button[aria-selected=true],
.mb-header.navbar .nav > li > a:hover {
  font-weight: bold;
  border-bottom: 2px solid #eaba06;
  padding-bottom: 10px;
}

.mb-selected,
.nav > li > a.mb-selected,
.nav > li > button.mb-selected,
.nav > li > a[aria-selected=true],
.nav > li > button[aria-selected=true] {
  margin-bottom: inherit;
}

.mb-selected a:hover {
  text-decoration: none;
}

.mb-embedded .mb-hidden-embedded {
  display: none;
}

.mb-inline, .mb-inline li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.alert {
  margin-bottom: 8px;
}

.mb-header .showAlertCenter span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.mb-clipped {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mb-loading .mb-hidden-loading,
.mb-visible-loading {
  display: none;
}

.mb-loading .mb-visible-loading {
  display: block;
}

.mb-content {
  overflow: hidden;
  padding-left: 3px;
  word-wrap:break-word;
}

.mb-content-default {
  overflow: hidden;
  padding-left: 3px;
  word-wrap:break-word;
  margin: 0 0 10px;
}

[class*="span"] {
  position: relative;
}

@media (max-width: 480px) {
  .media .pull-left, .media .pull-right {
    float: left;
    margin-bottom: 0;
  }
}

/* hidden phone */
@media (max-width: 767px) {
}

/* visible phone */
@media (max-width: 767px) {
  .mb-clickable-phone {
    cursor: pointer;
  }

  .mb-separated > * {
    display: block;
    margin-bottom: 2px;
  }

  .mb-separated > *:after {
    content: ""
  }

  .mb-clear-phone {
    clear: both;
  }

  .mb-actions {
    border: 1px solid #dcdada;
  }

  .mb-actions > *:before {
    content: "";
  }

  .mb-actions a {
    display: block;
    padding: 0.5em;
    border-bottom: 1px solid #dcdada;
  }

  .mb-actions span:last-child a,
  .mb-actions li:last-child a {
    border-bottom: 0;
  }

  .mb-top-separated-phone {
    border-top: 1px dotted #dcdada;
    padding-top: 1.5em;
  }
}

.mb-open .mb-visible-open {
  display: inherit !important;
}

.mb-actions.mb-visible-open {
  overflow: hidden;
}

.mb-open.mb-nested .mb-visible-submenu-open {
  display: inherit !important;
}

.mb-actions.mb-visible-submenu-open {
  overflow: hidden;
}

.mb-acc, .mb-acc * {
  display: block!important;
  width: 1px!important;
  height: 1px!important;
  overflow: hidden;
  position: absolute!important;
  color: transparent!important;
  background: transparent!important;
  top: 0!important;
  left: 0!important;
  margin: 0!important;
  padding: 0!important;
}

.mb-acc:focus, .mb-acc:focus * {
  display: inherit!important;
  width: auto!important;
  height: auto!important;
  overflow: inherit!important;
  position: inherit!important;
  top: inherit!important;
  left: inherit!important;
  margin: inherit!important;
  padding: inherit!important;
  color: inherit!important;
  background: inherit!important;
}

a.mb-acc:focus, .mb-acc:focus a {
  color: #0071bc !important;
}

.leaflet-container {
  margin: 1.5em 0 2.5em 0;
}

@media (max-width: 480px) {
  .leaflet-container {
    height: 100px!important;
  }

  .leaflet-control-attribution {
    display: none;
  }

  img.media-object, .media-object img {
    max-height: 100px;
    max-width: 100px;
  }
}

h2 {
  font-size: 17.5px;
  line-height: 20px;
}

h2 small {
  font-size: 14px;
}

.icon-spinner {
  background-image: url("../img/spinner.gif");
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-spinner:before {
  content: "";
}

.mb-about-popover {
  color: #fff;
  top: auto !important;
  right: 2px;
  left: auto !important;

  padding: 35px;
  padding-right: 25px;
  width: 220px;

  border-radius: 2px;
}

.mb-about-popover .background-container {
  overflow: hidden;
  position: absolute;
  top: -35px;
  left: -35px;
  right: -35px;
  z-index: -1;
  height: 426px;
}

.mb-about-popover .background {
  max-width: none;
  max-height: none;
}

.mb-about-popover .popover-content {
  padding-top: 235px;
  position: relative;
}

.mb-top-right {
  position: absolute;
  right: 0;
  top: -12px;
}

.mb-about-popover.bottom .arrow {
  left: auto;
  right: 20px;
}

.mb-about-popover.bottom .arrow:after {
  border-bottom-color: #101010;
}

.mb-about-popover h2 {
  color: #FFCF1F;
  margin-bottom: 0;
}

.mb-inverted,
.mb-inverted .btn-link {
  background-color: #202020;
  color: #ddd;
}

.mb-inverted a {
  color: #808080;
}

.mb-inverted a:hover {
  color: #fff;
}

.mb-hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
}

.mb-add-and-available {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  box-sizing: border-box;
}

.mb-filters .nav-pills a.mb-add-and {
  position: absolute;
  right: -16px;
  top: -4px;
  padding: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in;
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
}

.mb-filters .nav-pills li:hover a.mb-add-and {
  opacity: 1;
  right: 0;
}

.mb-filters .nav-pills li:hover .mb-add-and-available {
  padding-right: 16px;
  transition: padding 0s ease-in;
  -webkit-transition: padding 0s ease-in;
  -o-transition: padding 0s ease-in;
  -moz-transition: padding 0s ease-in;
}

.mb-print {
  display: none;
}

@media print {
  a[href]:after {
    content: ""
  }

  .navbar-inner {
    border: 0;
  }

  .mb-no-print {
    display: none !important;
  }

  .mb-print {
    display: inline;
  }

  .mb-print-left {
    text-align: left;
  }

  input[type=search] {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-radius: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
  }

  input.mb-query {
    padding-left: 0 !important;
  }
}

.mb-small {
  font-size: 10px;
}

@media (max-width: 979px) {
  .mb-login {
    position: absolute;
  }
}

.mb-visible {
  display: inherit !important;
}

@media (max-width: 480px) {
  .mb-login .modal-body {
    padding: 0;
    max-height: none;
  }
}

.mb-input-clear {
   white-space: nowrap;
   position: relative;
   display: inline-block;
   width: 100%;
}

.mb-input-clear i {
  display: none;
}
.mb-input-clear:hover i {
  display: block;
  font-size: 13px;
}

.mb-input-clear button {
   margin-left: -28px;
 }

.mb-input-clear input {
   padding-right: 20px;
   width: 100%;
}


.mb-full-width-input input,
.mb-full-width-input .mb-input-clear,
.mb-full-width-input textarea,
.mb-full-width-input .uneditable-input,
.mb-full-width-input input.ui-autocomplete-input {
  width: 100%;
  box-sizing: border-box;
}

input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
  width: auto;
}

.mb-collected a.action.collect {
  color: #595959;
}

.mb-collected a.action.collect:after {
  display: inline-block;
  speak: none;
  content: "\f00c";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  padding-left: 0.25em;
}

.mb-collected a.action.collect:hover {
  text-decoration: none;
}

.mb-collected {
 /*background: #eeeeee; */
}
.relevanceInfo.mb-hint {
  margin-top: -1.25em;
  display: block;
}
.relevanceInfo input {
  margin-top: 0px;
  margin-left: 4px;
}

.mb-saved-searches .mb-hint {
  margin-top: -1.25em;
  display: block;
}

.mb-email-notifications {
  margin-top: -1.25em;
  display: block;
}

#notificationModal .pull-left {
  min-width: 110px;
  line-height: 28px;
}
#notificationModal .frequency {
  min-width: 200px;
}
#notificationModal .notificationModalHeadline {
  font-size: 17px;
}
#notificationModal .hidden {
  display: none;
}
#notificationModal.modal-email-available .notificationUserName,
#notificationModal.modal-email-available .notificationEmail {
  display: none;
}
#notificationModal .modal-email-footer {
  float: left;
  line-height: 30px;
}
#notificationModal .modal-email-output {
  visibility: hidden;
}
#notificationModal.modal-email-available .modal-email-output {
  visibility: visible;
}
.mb-notification-item .alertItemIcon {
  visibility: hidden;
  margin-top:1px;
  display: inline-block;
}
.mb-notification-item:hover .alertItemIcon {
  visibility: visible;
  cursor: pointer;
  color: black;
}
.mb-notification-item .notificationItem {
  display: -ms-Flexbox !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: flex !important;
}
.mb-notification-item .notificationItem h3 {
  display: -ms-Flexbox !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mb-saved-searches .nav-pills > li > a {
  padding: 0 4px;
  margin: 0 -4px;
  padding-right: 3em;
}
.mb-saved-searches ul .pull-right a {
  padding: 0;
}

.navbar .search-field button.mb-btn-save-search {
  margin-right: -24px;
  color: #fff;
  text-shadow: none;
}

.navbar .search-field button.mb-btn-save-search i {
  font-size: 0.8em;
}

.mb-inplace-edit-control {
  display: inline-block;
}

.mb-inplace-editable {
  position: relative;
}

.mb-inplace-handle {
  position: absolute !important;
  right: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  top: 50% !important;
  line-height: 1.5em !important;
  margin-top: -.75em !important;
}

.mb-inplace-action {
  padding: 0 !important;
  color: #222;
}

.mb-filters .nav a:hover .mb-inplace-action {
  background: #eeeeee;
}

.mb-text {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
  margin: 0;
}

.mb-filters ul .pull-right {
  background: inherit;
}

input {
  max-width: 100%;
}
.mb-saved-searches .nav-pills>li>a {
  padding-right: 4em;
}
.mb-saved-searches .nav a {
  text-overflow: clip;
}

.mb-saved-searches .mb-inplace-action, .mb-saved-searches .nav a:hover .mb-inplace-action {
  display: inline-block !important;
  vertical-align: middle;
  background: #fff !important;
  position: relative;
  z-index: 1;
}

.mb-filters .nav a:hover .mb-inplace-action {
  background: inherit;
}

.mb-modal-content .mb-hidden-detail {
  display: none;
}

.mb-touch .close {
  font-size: 32px;
  line-height: 22px;
}
.mb-touch .alert .close {
  top: -5px;
}

.mb-saved-searches input.mb-inplace-edit {
  width: 100%;
  box-sizing: border-box;
}

.mb-role[aria-multiselectable=true] [role=tab] {
  position: relative;
  cursor: pointer;
}

.mb-role[aria-multiselectable=true] [role=tab]:after {
  content: "\f13a";
  text-decoration: inherit;
  display: inline-block;
  speak: none;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  position: absolute;
  top: 0;
  right: 0;
}

.mb-role[aria-multiselectable=true] [aria-expanded=true][role=tab]:after {
  content: "\f139";
}

.mb-btn-full-width {
  width: 100%;
  text-align: left;
}

.mb-filters .nav-pills a.mb-add-and,
.dropdown-menu li>a {
  margin: 0 !important;
}
.mb-filters input, .mb-filters select {
  box-sizing: border-box;
}

.mb-feedbackbutton button,
.mb-feedbackbutton a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url(../img/feedback.png);
  box-shadow: rgb(51, 51, 51) 0px 0px 7px 0px;
  border: 0;
}

.mb-feedbackbutton button:hover,
.mb-feedbackbutton a:hover {
  box-shadow: rgb(0, 0, 0) 0px 0px 8px 0px;
}

.mb-feedbackbutton,
.mb-role.mb-feedbackbutton {
  position: fixed;
  top: 50%;
  right: 0;
  height: 102px;
  width: 24px;
}

[data-and-available="true"] .nav {
  overflow: visible;
}

[data-and-available="true"] .nav > li {
  position: relative;
}

/*

.mb-line-item
=============

A line consisting of variable width left (pull-left) and
right (pull-right) aligned elements and one or more "main"
elements. The main elements share the remaining space
available.

The classes .nav > li label.checkbox > ... are added for
backwards compatibility for filters.

+- mb-line-item --------------------------------------+
|+- pull-left --++--------------------++- pull-right -+
|| variable     || remaining width of || variable     |
|| width        || container          || width        |
|+--------------++--------------------++--------------+
+-----------------------------------------------------+

+- mb-line-item --------------------------------------+
|+--------------------++- pull-right -++- pull-right -+
|| remaining width of || variable     || variable     |
|| container          || width        || width        |
|+--------------------++--------------++--------------+
+-----------------------------------------------------+

*/

.mb-line-item,
.nav > li label.checkbox > span { /* filters */
  display: table;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mb-line-item button,
.nav > li label.checkbox > span button {
  text-align: left;
}

.mb-line-item > *,
.nav > li label.checkbox > span > * {
  max-width: 100px; /* ie fix */
  overflow: hidden;
  text-overflow: ellipsis;
  display: table-cell;
}

.mb-line-item > .pull-left,
.mb-line-item > .pull-right,
.nav > li label.checkbox > span > .pull-left,
.nav > li label.checkbox > span > .pull-right {
  width: 1%;
  white-space: nowrap;
  float: none;
}

.mb-flexbox .mb-line-item,
.mb-flexbox .nav > li label.checkbox > span { /* filters */
  -ms-box-orient: horizontal;

  display: -ms-Flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

.mb-flexbox .mb-line-item > *,
.mb-flexbox .nav > li label.checkbox > span > * {
  max-width: 100%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: block;
}
.mb-flexbox .mb-line-item > .pull-left,
.mb-flexbox .mb-line-item > .pull-right,
.mb-flexbox .nav > li label.checkbox > span > .pull-left,
.mb-flexbox .nav > li label.checkbox > span > .pull-right {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: auto;
}

.mb-touch .mb-saved-searches .nav-pills li a.mb-line-item {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  z-index: 2;
  position: relative;
}

.mb-touch .mb-saved-searches ul .pull-right {
  top: 0.25em;
  margin-top: 0;
}

.mb-saved-searches .mb-inplace-actions {
  position: absolute;
  right: 0;
}

.mb-touch .mb-saved-searches .mb-inplace-actions {
  font-size: 1.25em;
  display: block;
  text-align: center;
  margin-top: 1px;
  position: static;
}

.mb-touch .mb-saved-searches .mb-inplace-actions .mb-inplace-action {
  padding: 4px 8px !important;
}

.mb-progress-bar {
  width: 100%;
  height: 3px;
  margin: auto;
  position: relative;
}

.mb-progress-bar:before {
  content: " ";
  position: absolute;
  display: block;
  left: 0;
  width: 0;
  border-top: 4px solid #f0c70f;
  opacity: 0;
}

.mb-progress-bar.mb-fixed {
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}

.mb-fixed {
  position: fixed;
}

.mb-computing .mb-progress-bar:before {
  opacity: 1;
  width: 99%;
  -moz-animation: mb-progress 200s 1 linear;
  -o-animation: mb-progress 200s 1 linear;
  -webkit-animation: mb-progress 200s 1 linear;
  animation: mb-progress 200s 1 linear;
}

.mb-progress .mb-computing {
  position: relative;
}

.mb-progress .mb-progress-bar {
  position: absolute;
  top: 50%;
  height: 4px;
  margin-top: -2px;
}

.mb-hidden-radio {
  position: relative;
  display: inline-block;
}

.mb-hidden-radio input {
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}

.mb-hidden-radio > span {
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
}

.mb-hidden-radio input:checked + span {
  color: #fff;
  background: #222;
}

.mb-body :focus {
  outline: none;
}

.mb-highlight-focus :focus {
  outline: dotted 1px #222!important;
  outline-offset: -1px!important;
  box-shadow: 0 0 0 3px #eaba06!important;
  -webkit-box-shadow: 0 0 0 3px #eaba06!important;
}

.mb-highlight-focus .navbar-inverse :focus {
  outline: dotted 1px #eaba06!important;
}

.mb-highlight-focus .mb-role[role=toolbar]:focus {
  outline: none!important;
  outline-offset: 0!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.mb-body textarea:focus, .mb-body input[type="text"]:focus, .mb-body input[type="password"]:focus, .mb-body input[type="datetime"]:focus, .mb-body input[type="datetime-local"]:focus, .mb-body input[type="date"]:focus, .mb-body input[type="month"]:focus, .mb-body input[type="time"]:focus, .mb-body input[type="week"]:focus, .mb-body input[type="number"]:focus, .mb-body input[type="email"]:focus, .mb-body input[type="url"]:focus, .mb-body input[type="search"]:focus, .mb-body input[type="tel"]:focus, .mb-body input[type="color"]:focus, .mb-body .uneditable-input:focus {
  outline: none !important;
  border-color: #eaba06!important;
  border-style: dotted!important;
}

/* outline fixes */
.nav,
.mb-line-item,
.nav > li label.checkbox > span,
.mb-flexbox .mb-line-item > .pull-left,
.mb-flexbox .mb-line-item > .pull-right,
.mb-flexbox .nav > li label.checkbox > span > .pull-left,
.mb-flexbox .nav > li label.checkbox > span > .pull-right,
.media-heading,
.mb-actions,
.mb-filters .nav-pills li label {
  padding: 3px;
  margin: -3px;
}

 /* ie outline fixes */
.nav > li label.checkbox > span {
  margin-left: 0;
}

.mb-actions,
.media-heading {
  margin-left: 0;
  margin-right: 0;
}

.media-heading {
  margin-top: 0;
}

.mb-filters .nav-pills li label {
  padding-left: 23px;
}

.navbar .nav {
  margin-bottom: -3px;
}

.navbar .container > button {
  margin-bottom: 3px;
}

/* high contrast */

.mb-high-contrast .media-heading em {
  font-style: italic;
}

.mb-high-contrast.mb-body :focus {
  outline-width: 3px!important;
}

.mb-high-contrast.mb-body textarea:focus, .mb-high-contrast.mb-body input[type="text"]:focus, .mb-high-contrast.mb-body input[type="password"]:focus, .mb-high-contrast.mb-body input[type="datetime"]:focus, .mb-high-contrast.mb-body input[type="datetime-local"]:focus, .mb-high-contrast.mb-body input[type="date"]:focus, .mb-high-contrast.mb-body input[type="month"]:focus, .mb-high-contrast.mb-body input[type="time"]:focus, .mb-high-contrast.mb-body input[type="week"]:focus, .mb-high-contrast.mb-body input[type="number"]:focus, .mb-high-contrast.mb-body input[type="email"]:focus, .mb-high-contrast.mb-body input[type="url"]:focus, .mb-high-contrast.mb-body input[type="search"]:focus, .mb-high-contrast.mb-body input[type="tel"]:focus, .mb-high-contrast.mb-body input[type="color"]:focus, .mb-high-contrast.mb-body .uneditable-input:focus {
  outline: dotted!important;
}

.mb-high-contrast.mb-white-on-black .mb-feedbackbutton .mb-hide-text {
  text-indent: 0;
  white-space: auto;
  overflow: visible;
  color: inherit;
}

.mb-high-contrast.mb-white-on-black .mb-feedbackbutton {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}

.mb-toggle {
  display: block;
}

button.btn-export{
  display: none;
}

button[data-export-enabled=true]{
  display: inline-block;
}

button[data-export-enabled=false]{
  display: none;
}

.dropdownfilter {
  position: relative;
  margin-top: 10px;
}

.dropdownfilter .caret {
  position: absolute;
  right: 7px;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdownfilter .dropdown-menu[aria-expanded="true"] {
  width: 100%;
  padding-right: 10px;
  padding-left: 8px;
  position: absolute;
  top: 57px;
  box-sizing: border-box;
}

.dropdownfilter .dropdown-toggle.full-width {
  width: 100%;
  box-sizing: border-box;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdownfilter .dropdown-menu {
  max-height: 325px;
  overflow-y: scroll;
}

.dropdownfilter input.ui-autocomplete-input {
  margin-bottom: 5px;
}

.alertedSearches {
  display: none !important;
}

#emailAlertsList li {
  display: block;
  padding-left: 5px;
  padding-right: 5px;
}

#emailAlertsList ul { width: 100%; }
#emailAlertsList { margin-right: 5px; }

.mb-preview img.mb-icon {
  height: 16px;
  width: 16px;
}
.mb-dialog .mb-hidden-dialog {
  display: none !important;
}

.mb-dialog .mb-hidden-dialog {
  display: none !important;
}

.mb-stack-title h2 span {
  display: block;
  font-size: 12px;
  padding-top: 5px;
  font-weight: normal;
}
.mb-stack-title .mb-stack-title-group button{
  margin-top: 10px;
}

.mb-stack .mb-stack-element .mb-stack-content .mb-header h1,
.mb-stack .mb-stack-element .mb-stack-content .mb-header .mb-top-menu {
  display: none;
}

.relevanceInfoSwitchbox {
  display: block;
}

.relevanceInfoSwitchbox h2 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.relevanceInfo.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.relevanceInfo.switch input {display:none;}

.relevanceInfo.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.relevanceInfo.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.relevanceInfoTable .wtHolder {
  height: calc(100vh - 370px) !important;
}

.relevanceInfo.switch input:checked + .slider {
  background-color: #eaba06;
}

.relevanceInfo.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.relevanceInfo.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.relevanceInfo.switch .slider.round {
  border-radius: 28px;
}

.relevanceInfo.switch .slider.round:before {
  border-radius: 50%;
}

.mb-show-relevanceInfo .ht_clone_top {
  z-index: 0!important;
}

.mb-relevance-info .mb-visible-relevance-info {
  display: inherit !important;
}

.mb-relevance-info .mb-hidden-relevance-info {
  display: none !important;
}

.mb-hierarchy-toggle {
  padding: 2px 0 2px 0 !important;
  margin: 0 0 0 1em;
}

.mb-hierarchy-toggle:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.mb-hierarchy-suggest {
  margin-left: 15px;
  width: calc(100% - 12px) !important;
  margin-bottom: 5px;
}

ul.nav *[disable="true"] {
  display: none;
}

.alert-error u {
  cursor: pointer;
}

@media (min-width: 768px) {
  .nav.mb-role button.mb-inplace-action {
    padding: 4px !important;
    font-size: 16px !important;
  }
  .nav.mb-role button.mb-acc-pencil {
    padding: 0px 6px !important;
    top: 13px;
    right: -4px !important;
  }
}

.mb-btn-default { cursor: pointer; }
.mb-btn-default:hover { text-decoration: underline; }
