/*
.structuresSelectedBoxes .col-md-4{
	flex: none;
    max-width: 100%;
}
.structuresSelectedBoxes .move-arrow-buttons .btn-group-vertical {
    flex-direction: initial !important;
}
.structuresSelectedBoxes .move-arrow-buttons .btn-group-vertical .move-right {
    transform: rotate(90deg);
}
.structuresSelectedBoxes .move-arrow-buttons .btn-group-vertical .move-left {
	margin-top: 0 !important;
    transform: rotate(90deg);
}
.structuresSelectedBoxes .col-md-1.move-arrow-buttons{
	margin-top: 0;
}

*/
.opendata-portlet .lfr-search-container {
  margin-top: 0; }

.opendata-portlet .lfr-search-container .searchcontainer-content {
  padding-top: 3em;
  position: relative; }

.opendata-portlet .lfr-search-container .searchcontainer-content caption {
  display: block;
  position: absolute;
  top: 1em;
  left: 0;
  height: auto;
  clip: auto;
  width: auto; }

.opendata-portlet .hide-caption caption,
.opendata-portlet .hide-legend legend {
  clip: rect(0 0 0 0) !important;
  position: absolute !important;
  -webkit-transform: scale(0);
  -webkit-transform-origin-x: 0;
  -webkit-transform-origin-y: 0;
  *position: fixed !important;
  _position: absolute !important; }