ul.lb-dropdown-menu,
ol.lb-dropdown-menu {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  margin: 2px 0 0;
  padding: 5px 0;
  z-index: 1;
}

ul.lb-dropdown-menu li,
ol.lb-dropdown-menu li {
  -webkit-user-select: none;
  user-select: none;
}

ul.lb-dropdown-menu.flush-left,
ol.lb-dropdown-menu.flush-left {
  left: 0;
  right: auto;
}

ul.lb-dropdown-menu.flush-right,
ol.lb-dropdown-menu.flush-right {
  left: auto;
  right: 0;
}

ul.lb-dropdown-menu .nav-header,
ol.lb-dropdown-menu .nav-header {
  color: #aaa;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 3px 20px;
}

ul.lb-dropdown-menu .submenu,
ol.lb-dropdown-menu .submenu {
  position: relative;
}

ul.lb-dropdown-menu .submenu > a::after,
ol.lb-dropdown-menu .submenu > a::after {
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: "";
  height: 0;
  position: absolute;
  right: 8px;
  top: 6px;
  width: 0;
}

ul.lb-dropdown-menu .submenu:hover > a::after,
ol.lb-dropdown-menu .submenu:hover > a::after {
  border-left-color: #fff;
}

ul.lb-dropdown-menu .submenu > .lb-dropdown-menu,
ol.lb-dropdown-menu .submenu > .lb-dropdown-menu {
  border-radius: 3px;
  top: 0;
}

ul.lb-dropdown-menu .submenu.selected > .lb-dropdown-menu,
ol.lb-dropdown-menu .submenu.selected > .lb-dropdown-menu {
  display: block;
}

ul.lb-dropdown-menu .menu-item.more,
ol.lb-dropdown-menu .menu-item.more {
  text-align: center;
}

ul.lb-dropdown-menu .menu-item.more a,
ul.lb-dropdown-menu .menu-item.more a:visited,
ol.lb-dropdown-menu .menu-item.more a,
ol.lb-dropdown-menu .menu-item.more a:visited {
  color: #6b6e70;
}

ul.lb-dropdown-menu .menu-item.empty,
ol.lb-dropdown-menu .menu-item.empty {
  cursor: default;
  padding: 3px 20px;
}

ul.lb-dropdown-menu .item-title,
ol.lb-dropdown-menu .item-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  clear: both;
  position: relative;
  padding: 3px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  font-weight: normal;
  line-height: 1.42857143;
  text-decoration: none;
}

ul.lb-dropdown-menu .item-title .item-icon,
ol.lb-dropdown-menu .item-title .item-icon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: inherit;
  font-size: 16px;
  margin-right: .25em;
}

ul.lb-dropdown-menu .item-title .title,
ol.lb-dropdown-menu .item-title .title {
  -webkit-flex: 1 1 1%;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.lb-dropdown-menu .item-title .metadata,
ol.lb-dropdown-menu .item-title .metadata {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul.lb-dropdown-menu .item-title:visited,
ol.lb-dropdown-menu .item-title:visited {
  color: inherit;
}

ul.lb-dropdown-menu .item-title:hover,
ol.lb-dropdown-menu .item-title:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6b6e70;
  background-image: linear-gradient(to bottom, #6b6e70, #575a5b);
  background-repeat: repeat-x;
}

ul.lb-dropdown-menu .submenu > .item-title,
ol.lb-dropdown-menu .submenu > .item-title {
  padding-right: 25px;
}

ul.lb-dropdown-menu .lb-edit,
ol.lb-dropdown-menu .lb-edit {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 2px;
  font-size: 10px;
  text-decoration: none;
  height: 1.6em;
  width: 1.6em;
  margin-left: .4em;
}

ul.lb-dropdown-menu .lb-edit svg,
ol.lb-dropdown-menu .lb-edit svg {
  color: #6b6e70;
  width: 1em;
  height: 1em;
  cursor: alias;
}

@media screen and (max-width: 449px) {
  ul.lb-dropdown-menu,
  ol.lb-dropdown-menu {
    border-radius: 0;
  }
  ul.lb-dropdown-menu .submenu > .lb-dropdown-menu,
  ol.lb-dropdown-menu .submenu > .lb-dropdown-menu {
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: inset 0px 6px 7px -7px rgba(0, 0, 0, 0.5), inset 0px -4px 7px -7px rgba(0, 0, 0, 0.5);
    width: 100%;
  }
}

svg.lb-i {
  width: 1em;
  height: 1em;
}

svg.lb-i.lbi-clio-logo {
  height: 1.5em;
  width: 3.5em;
}

svg.lb-i .stroke-primary {
  stroke: #e12e1e;
}

svg.lb-i .fill-primary {
  fill: #e12e1e;
}

svg.lb-i .stroke-secondary {
  stroke: #6b6e70;
}

svg.lb-i .fill-secondary {
  fill: #6b6e70;
}

svg.lb-i .stroke-white {
  stroke: #fff;
}

svg.lb-i .fill-white {
  fill: #fff;
}

svg.lb-i .logo-fill-primary {
  fill: #393839;
}

svg.lb-i .logo-stroke-primary {
  stroke: #393839;
}

svg.lb-i .no-fill {
  fill: none;
}

svg.lb-i .no-stroke {
  stroke: none;
}

svg.lb-i .fill-currentcolor {
  fill: currentcolor;
}

svg.lb-i .stroke-currentcolor {
  stroke: currentcolor;
}

svg.lb-i .fill-danger {
  fill: #d55026;
}

svg.lb-i .stroke-danger {
  stroke: #d55026;
}

svg.lb-i.natural .stroke-primary {
  stroke: #e12e1e;
}

svg.lb-i.natural .stroke-primary.light {
  stroke: #f04a3e;
}

svg.lb-i.natural .stroke-font {
  stroke: #403a3a;
}

svg.lb-i.natural .fill-primary {
  fill: #e12e1e;
}

svg.lb-i.natural .fill-primary.light {
  fill: #f04a3e;
}

svg.lb-i.natural .fill-font {
  fill: #403a3a;
}

svg.lb-i.monochrome .stroke-primary,
svg.lb-i.monochrome .stroke-font {
  stroke: currentcolor;
}

svg.lb-i.monochrome .fill-primary,
svg.lb-i.monochrome .fill-font {
  fill: currentcolor;
}

@-webkit-keyframes lb-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes lb-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

svg.lbi-chrono.will-animate .hand {
  transform-origin: 50% 57.61%;
}

.active svg.lbi-chrono.will-animate .hand {
  animation: lb-spin 15s linear infinite;
}

.loading svg.lbi-chrono.will-animate .hand {
  animation: lb-spin .3s ease-in reverse infinite;
}

.lb-inline-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-family: 'Myriad Web', Verdana, sans-serif;
  font-size: 12px;
  line-height: normal;
  position: relative;
}

.lb-inline-buttons > span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #6b6e70;
  cursor: pointer;
  font-size: 1em;
}

.lb-inline-buttons > span:hover {
  color: #393839;
}

.lb-inline-buttons > span + span {
  margin-left: .5em;
}

.lb-inline-buttons > span .lb-caret {
  border-top-color: currentColor;
  vertical-align: middle;
}

.lb-inline-buttons svg {
  vertical-align: text-bottom;
  height: 17px;
  width: 17px;
}

.inline-search-buttons {
  float: right;
  transition: opacity .2s;
}

.inline-search-buttons .lb-dropdown-menu {
  position: absolute;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: 100%;
  white-space: nowrap;
}

.inline-search-buttons .lb-dropdown-menu li {
  padding: 0 8px;
}

.inline-search-buttons .lb-dropdown-menu li:hover {
  background-color: #08c;
  color: #fff;
}

.inline-paragraph-buttons .lb-inline-text {
  display: none;
}

@media print {
  .lb-inline-buttons {
    display: none !important;
  }
}

.lb-inline-buttons > span + span {
  margin-left: 1.5em;
}

.lb-inline-buttons svg.lb-i {
  height: 1.5em;
  width: 1.5em;
}

#decisia-main-content .decisia-content li .metadata .documents {
  text-align: right;
}

/* fix Decisia's search results' layout */
.decisia-content li .metadata .documents {
  /* remove position: absolute; */
  /* position: static; */
}

.decisia-content .collectionItemList .metadata {
  /* remove padding-right: 7.5em; */
  /* padding-right: 0; */
}

.inline-search-buttons {
  display: inline-flex;
  float: none;
  justify-content: flex-end;
  margin-left: 1.5em;
  text-align: left;
}

#decisia-main-content .decisia-content .inline-search-buttons .lb-dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
}

#decisia-main-content .decisia-content .inline-search-buttons .lb-dropdown-menu li {
  padding: 0 8px;
}

#decisia-main-content .decisia-content .inline-search-buttons .lb-dropdown-menu li::after,
#decisia-main-content .decisia-content .inline-search-buttons .lb-dropdown-menu li::before {
  content: none;
}

.lb-inline-buttons > span {
  color: #e12e1e;
}

.lb-inline-buttons > span:hover {
  color: #66140e;
}

.inline-search-buttons .lb-dropdown-menu li:hover {
  background-color: #e12e1e;
  color: #fff;
}

/*# sourceMappingURL=lb-inline-buttons-nmos.css.map */
