@charset "UTF-8";
/* variable definitions ***********************/
a.diw-button,
button.diw-button,
select.diw-button {
  background-color: #337ab7;
  border-radius: 0px !important;
  box-shadow: none;
  color: white !important;
  transition: none;
  text-shadow: none;
}
a.diw-button:hover,
button.diw-button:hover,
select.diw-button:hover {
  background-color: #285f8f;
  box-shadow: none;
  color: white;
}
a.diw-button:visited,
button.diw-button:visited,
select.diw-button:visited {
  color: white;
}

#diw-feedback-form {
  background-color: #e9ecef;
  margin: 1em 0;
  padding: 1em;
}

#diw-container {
  position: relative;
}

/* utilities ***********************************/
.test {
  color: green;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* views *******************************************/
.diw-search #diw-item-media,
.diw-search #diw-item-data,
.diw-search #diw-item-reladed {
  display: none;
}

.diw-detail #diw-facets,
.diw-detail #diw-results {
  display: none;
}

/* search forms ***********************************/
.btn,
.form-control,
.breadcrumb {
  border-radius: 0px !important;
}

#diw-search-form,
#diw-advanced-search-form {
  flex-flow: nowrap !important;
  margin: 1em 0 0 0;
}
#diw-search-form input,
#diw-search-form button,
#diw-search-form select,
#diw-advanced-search-form input,
#diw-advanced-search-form button,
#diw-advanced-search-form select {
  height: 40px;
  border: 1px solid #e9ecef;
  border-radius: 0;
  margin-right: 4px;
}
#diw-search-form select,
#diw-advanced-search-form select {
  background-color: #f8f9fa;
}
#diw-search-form #diw-query-term,
#diw-advanced-search-form #diw-query-term {
  width: 100%;
  margin: 0;
  box-shadow: none;
  padding: 0.45rem 1rem;
  height: 40px;
}
#diw-search-form #diw-query-submit,
#diw-advanced-search-form #diw-query-submit {
  margin-left: 10px;
  margin-right: 10px;
  height: 40px;
  white-space: nowrap;
}

#diw-advanced-search-form {
  margin-bottom: 1em;
}

#diw-search-form button {
  margin-right: 10px;
}

#diw-as-toggle[disabled=true],
#diw-geo-toggle[disabled=true] {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}

#diw-as-remove-row,
#diw-as-add-row {
  width: 3rem;
}

#diw-geo-toggle,
#diw-search-help-toggle {
  margin-left: 10px;
}

#diw-geo-search {
  overflow-y: hidden;
  max-height: 0;
  transition-property: all;
  transition-duration: 0.5s;
}
#diw-geo-search.open {
  max-height: 500px;
  transition-property: all;
  transition-duration: 0.5s;
}
#diw-geo-search button {
  background-color: #e9ecef;
}

.diw-search-help-toggle-icon {
  font-size: 150%;
  text-decoration: none !important;
}

.diw-toggle-containers {
  display: flex;
  align-items: center;
}

.diw-as-toggle-container {
  flex: auto;
}

@media (max-width: 768px) {
  .diw-button {
    position: static !important;
    display: block !important;
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .form-inline {
    display: inline-block;
  }

  #diw-search-form,
#diw-adavanced-search-form {
    flex-flow: unset !important;
    width: 100%;
  }

  #diw-query-term {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    margin: 0 0 4px 0 !important;
  }

  .diw-item-nav {
    margin-left: none !important;
  }

  .diw-item-nav ul, .diw-item-nav li {
    margin: 0 !important;
  }

  #diw-query-submit {
    width: 100% !important;
    clear: both !important;
    float: none !important;
    margin: 0 0 4px 0 !important;
  }
}
/* query info *************************************/
#diw-query-info {
  margin: 1em 0;
}
#diw-query-info .nr-of-results {
  font-weight: bold;
}

/* Query breadcrumbs *****************************/
#diw-breadcrumbs {
  position: relative;
}

.breadcrumb {
  padding: 4px 8px;
  margin: 0 0 20px 0;
  width: 90%;
}

.breadcrumb > li {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #ccc;
  content: "/ ";
}

#diw-clear-filter {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 1100px) {
  .breadcrumb {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
  }
}
/* Media blocks (results-list) ********************/
.media-list {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

/* List/grid view switcher **********************/
.view-switcher {
  display: inline-block;
  white-space: nowrap;
  text-align: right;
}

.diw-view-switch {
  font-size: 24px;
  margin-top: -5px;
  margin-left: unset;
  margin-left: 10px;
  margin-bottom: 0px;
  padding-right: 0px !important;
  opacity: 0.35;
  filter: alpha(opacity=30);
}
.diw-view-switch.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Pagination ***********************************/
.diw-pagination {
  display: flex;
  align-items: center;
  clear: both;
  width: 100%;
  margin-bottom: 1em;
  min-height: 24px;
}
.diw-pagination .pagination {
  border: none;
  display: inline-block;
  flex: auto;
}
.diw-pagination .pagination .next,
.diw-pagination .pagination .prev {
  display: inline-block;
}
.diw-pagination ul {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0;
}
.diw-pagination ul li {
  display: inline;
  list-style: none;
}
.diw-pagination ul li a {
  display: inline-block;
  padding: 2px 6px;
  position: static !important;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.diw-pagination ul li .current {
  background: #000;
  color: #fff;
}
.diw-pagination .diw-button {
  margin-left: 1em;
}
.diw-pagination .diw-button:first-of-type {
  margin-left: 0px;
}

.diw-pagination-sidepanel {
  min-width: 10%;
}

@media only screen and (max-width: 768px) {
  .diw-pagination {
    text-align: left;
  }

  .diw-pagination-sidepanel {
    min-width: unset;
  }
}
/* Facets ***************************************/
#diw-facets {
  display: block;
}

#diw-mobile-facets-menu {
  display: none;
}

.diw-facet-container {
  margin-bottom: 20px;
}
.diw-facet-container .header {
  font-weight: normal;
}
.diw-facet-container .header.toggle {
  cursor: pointer;
}
.diw-facet-container .diw-facet-list {
  max-height: 235px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.diw-facet-container .diw-facet-list li {
  display: block;
}
.diw-facet-container .diw-facet-facet {
  display: table-row;
}
.diw-facet-container .diw-facet-facet input[type=checkbox] {
  display: table-cell;
}
.diw-facet-container .facet-link {
  display: table-cell;
  padding-left: 10px;
}
.diw-facet-container .facet-tools {
  padding-bottom: 4px;
}
.diw-facet-container .facet-tools .sort,
.diw-facet-container .facet-tools .explode {
  background: #e9ecef;
  font-size: smaller;
  padding: 2px 4px;
  white-space: nowrap;
}

.collapsible .diw-facet-container .dir-indicator {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 0.5rem;
  margin-right: 1rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.collapsible .diw-facet-container.closed .inner {
  display: none;
}
.collapsible .diw-facet-container.closed .dir-indicator {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#diw-set-filter, .diw-facets-done {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  #diw-set-filter, .diw-facets-done {
    display: block !important;
  }

  .diw-detail #diw-set-filter {
    display: none !important;
  }

  #diw-facets {
    display: none;
  }

  .diw-show-facets #diw-facets {
    display: flex;
    flex-direction: column;
    background-color: #e9ecef;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    max-width: unset;
    z-index: 10000;
    padding-top: 10px;
  }

  .diw-show-facets #diw-facets-lid {
    overflow: auto;
    flex: auto;
    overscroll-behavior: none;
  }

  body.diw-show-facets {
    overflow: hidden;
    overscroll-behavior: none;
  }
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "";
  /* adjust as needed, taken from bootstrap.css */
  float: right;
  /* adjust as needed */
  color: grey;
  /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "";
  /* adjust as needed, taken from bootstrap.css */
}

.facet-filter-form {
  margin: 5px 0;
}

.diw-facet-container .facet-filter-input {
  width: 100%;
  margin: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 0.45rem 0 0.45rem;
  border: 1px solid #e9ecef;
  border-radius: 0;
}

/* result items *******************************/
.diw-scroll .diw-pagination.bottom {
  margin-bottom: 32px;
}

.diw-highlight {
  background-color: #ffcc33;
}

.diw-results-item .diw-results-item-inner {
  height: 100%;
}
.diw-results-item .diw-results-item-inner .diw-data {
  word-wrap: break-word;
  word-break: normal;
  width: 100%;
}

.diw-data mark {
  padding: 0;
}

.diw-data p:only-child {
  display: inline-block;
  margin-bottom: 0px;
}

.diw-field-list {
  margin-bottom: 0px;
}
.diw-field-list.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.diw-field-list.dl-horizontal dd {
  margin-left: 180px;
  margin-bottom: 0px;
}
.diw-field-list.dl-related-items {
  margin-top: 0px;
}

.diw-block {
  margin-bottom: 10px;
}
.diw-block h3 {
  background-color: #e9ecef;
  font-size: 1em;
  padding: 4px 8px;
}
.diw-block label {
  color: #9facb9;
  margin-bottom: 0px;
}
.diw-block .diw-field-value {
  margin-bottom: 5px;
}

/* results image *******************************/
.diw-image-container {
  max-height: 200px;
}
.diw-data-related .diw-image-container {
  height: 200px;
}

.diw-results-item-inner .diw-image-container {
  text-align: center;
  height: 200px;
  overflow: hidden;
}

/* diw panel ***********************/
.diw-panel {
  display: none;
  background-color: #222;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  max-height: 100vh;
  width: 80%;
  max-width: 900px;
  z-index: 10000;
  color: #fff;
  overflow: auto;
  overflow-y: scroll;
}
.diw-panel a {
  color: #85c1e9;
}
.diw-panel.diw-panel-open {
  display: block;
}
.diw-panel .diw-panel-header {
  height: 52px;
}
.diw-panel .diw-panel-header .diw-panel-close {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  opacity: 0.5;
}
.diw-panel .diw-panel-header .diw-panel-close:hover {
  opacity: 1;
  cursor: pointer;
}
.diw-panel .diw-panel-header .diw-panel-close:before,
.diw-panel .diw-panel-header .diw-panel-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.diw-panel .diw-panel-header .diw-panel-close:before {
  transform: rotate(45deg);
}
.diw-panel .diw-panel-header .diw-panel-close:after {
  transform: rotate(-45deg);
}

/* Item Panel */
#diw-item-panel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%888888' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#diw-item-panel #diw-panel-media {
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #444;
}
#diw-item-panel #diw-carousel {
  background-color: #222;
  margin-bottom: 12px;
  padding-top: 0;
}
#diw-item-panel #diw-carousel .carousel-item img {
  max-height: 350px;
}
#diw-item-panel #diw-panel-data {
  margin: 22px;
  padding: 0px;
}
#diw-item-panel .diw-panel-footer {
  margin: 22px;
}
#diw-item-panel .diw-panel-footer .diw-button {
  width: 100%;
}
#diw-item-panel #diw-thumbnail-nav {
  background: transparent;
}

/** SIDEPANEL **/
/** DIW SEARCH HELP *******************/
#diw-help-panel {
  background-color: #e9ecef;
  opacity: 100;
  color: #000;
  text-align: left;
}
#diw-help-panel .diw-panel-close:before,
#diw-help-panel .diw-panel-close:after {
  background-color: #000;
}
#diw-help-panel .diw-help-item {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#diw-help-panel .diw-help-title {
  font-weight: bold;
}
#diw-help-panel .diw-panel-content {
  padding: 20px;
}

.diw-help-img-col:hover img {
  transition: transform 0.2s;
  /* Animation */
  transform-origin: top right;
  width: 100%;
  z-index: 1000;
  position: relative;
}

.diw-help-img-col:hover img {
  transform: scale(1.75);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media only screen and (max-width: 768px) {
  .diw-help-item {
    display: block;
  }
  .diw-help-item .diw-help-body,
.diw-help-item .diw-help-img {
    float: none !important;
    display: block;
    max-width: 100% !important;
  }

  .diw-help-img-col:hover img {
    transform: scale(5);
  }
}
/* detail item view ***************************/
.diw-detail .diw-pagination {
  margin-bottom: 1em;
  display: block;
  clear: both;
}

.diw-item-nav {
  display: inline-block;
  margin-left: 2px;
}
.diw-item-nav ul {
  list-style-type: none;
}
.diw-item-nav li {
  margin-right: 2px;
}
.diw-item-nav a {
  padding: 6px 12px !important;
}

@media (max-width: 996px) {
  .diw-item-nav {
    width: 100%;
    margin: 0;
  }

  .diw-item-nav ul {
    width: 100%;
  }
}
#diw-carousel {
  padding: 1em;
}

.diw-zoom-viewer {
  background: #e9ecef;
  margin-bottom: 1em;
  padding: 1em;
}

#diw-zoom-toolbar {
  background-color: #e9ecef;
  clear: both;
  display: block;
  width: 100%;
  height: 38px;
}

.diw-zoom-link.active img,
.diw-carousel-link.active img {
  border-bottom: 2px solid #337ab7;
}

#pdfPageNumberInput {
  min-width: 120px;
  background-color: #e9ecef;
  border-color: #e9ecef;
  color: #000;
}

#pdfZoomSelect {
  min-width: 90px;
}

#btn-download-pdf,
#btn-fullview-pdf {
  margin-left: 8px;
}

#diw-item-geo {
  display: none;
  width: 100%;
  height: 250px;
  position: relative;
}

#map-container {
  background-color: transparent;
  position: absolute;
  z-index: 1000;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 200px;
  transition: width 0.5s ease-out;
}
#map-container.full-size {
  transition: height 0.5s ease-out;
  transform: scaleY(1);
  transform-origin: bottom;
  width: 100% !important;
  height: 100% !important;
}

#map-toggle {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10001;
  background-color: #fff;
  margin: 12px;
}
#map-toggle:hover {
  cursor: pointer;
}
#map-toggle.expand {
  background-image: url(../images/expand.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
#map-toggle.collapse {
  background-image: url(../images/collapse.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.grow {
  animation: grow 500ms;
}

@keyframes shrink {
  from {
    transform: scale(4);
  }
  to {
    transform: scale(1);
  }
}
.shrink {
  animation: shrink 500ms;
}

#diw-carousel {
  background: #e9ecef;
  position: relative;
  text-align: center;
}

.carousel-control-prev,
.carousel-control-next {
  display: inherit;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

#diw-item-media {
  clear: both;
  text-align: center;
  min-height: 35vw !important;
}
#diw-item-media #diw-carousel .diw-img {
  height: 35vw;
  max-height: calc(35vw - 2rem);
}
@media (orientation: portrait) {
  #diw-item-media #diw-carousel .diw-img {
    height: 35vh;
    max-height: calc(35vh - 2rem);
  }
}
#diw-item-media #mediaPlayer {
  outline: none;
  width: 100%;
  height: 100%;
  padding: 1rem;
}
#diw-item-media #diw-zoom-viewer {
  height: 35vw;
}
@media (orientation: portrait) {
  #diw-item-media #diw-zoom-viewer {
    height: 35vh;
  }
}
#diw-item-media .pdf-toolbar {
  padding: 1rem;
}
#diw-item-media .pdf-page-viewer {
  height: 35vw;
}
@media (orientation: portrait) {
  #diw-item-media .pdf-page-viewer {
    height: 35vh;
  }
}
#diw-item-media .pdf-page-viewer canvas {
  height: auto !important;
}

.diw-item-media-fixed-height {
  height: 35vw;
}
@media (orientation: portrait) {
  .diw-item-media-fixed-height {
    height: 35vh;
  }
}

#diw-thumbnail-nav {
  background: #e9ecef;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #diw-thumbnail-nav {
    background: black;
    text-align: center;
  }
}
.diw-thumb-mini {
  height: 100px;
  margin: 1em 0.5em;
}

#diw-item-data {
  clear: both;
}

.diw-results-item {
  margin-top: 1em;
}
.diw-results-item h1 {
  font-size: 130%;
}
.diw-results-item h2 {
  font-size: 125%;
}
.diw-results-item h3 {
  font-size: 120%;
}
.diw-results-item h4 {
  font-size: 110%;
}
.diw-results-item blockquote {
  border-left: 4px solid #e9ecef;
  padding-left: 20px;
}

/* pdf toolbar and viewer *********************/
.pdf-toolbar .page-number {
  -moz-appearance: textfield;
  border: none;
  min-width: 16px;
  text-align: right;
  padding: 0 4px;
  width: 40px;
}
#pdf-load-indicator {
  margin-top: 25%;
  margin-right: 47%;
  margin-bottom: auto;
  margin-left: 47%;
}

/* media: audio/video viewer ******************/
/* related items ******************************/
#diw-related-items {
  margin-bottom: 1em;
}

.diw-data-related {
  padding-top: 10px;
}

ul.related-item-fields {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.related-item-fields .diw-field {
  font-size: smaller;
}
ul.related-item-fields .field-label {
  font-weight: bold;
}

/* feedback form ******************************/
#diw-feedback-form {
  background-color: #e9ecef;
  margin: 1em 0;
  padding: 1em;
}
#diw-feedback-form label {
  font-weight: bold;
}

#diw-feedback-status {
  display: none;
}

#button-feedback-toggle[aria-expanded=true] {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23FFFFFF' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

/** SPINNER ***********************************/
.diw-spinner {
  animation-play-state: running;
  opacity: 1;
  position: relative;
  text-align: center;
  height: 100px;
  width: 100%;
}
@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}
.diw-spinner.-paused {
  animation-play-state: paused;
  opacity: 0.2;
  transition: opacity linear 0.1s;
}
.diw-spinner::before {
  animation: 1.5s linear infinite spinner;
  animation-play-state: inherit;
  border: solid 3px #dedede;
  border-bottom-color: #3964a4;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 50%;
  opacity: inherit;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 40px;
  will-change: transform;
}

.facet-tools .spinner-border {
  height: 20px;
  width: 20px;
}

/** DIW DEBUG HELP ********************/
#diw-config-help {
  font-size: smaller;
  background: #e1e1e1;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 220px;
  z-index: 100000;
  padding: 10px;
}
#diw-config-help .error {
  background: firebrick;
  color: white;
  margin-bottom: 1px;
  padding: 4px;
}
#diw-config-help .header {
  background: #fff;
  cursor: move;
  margin: 0;
  padding: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#diw-config-help .header small {
  display: block;
}
#diw-config-help #show-help .caret {
  float: right;
  width: 0;
  height: 0;
  margin: 7px 0 0 10px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  border-bottom: none;
}
#diw-config-help #show-help.open .caret {
  float: right;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #000;
  border-top: none;
}
#diw-config-help .badge {
  background: #6699cc;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
#diw-config-help p {
  margin-top: 10px;
}
#diw-config-help section {
  display: none;
}
#diw-config-help ul {
  margin: 0 0 0 15px;
  padding: 0;
}

/* collapsible panel ***********************/
.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.collapse.show {
  max-height: 99em;
  transition: max-height 0.5s ease-in-out;
}

/*# sourceMappingURL=diw-core.css.map */
