.cfm-breadcrumb,
.cfm-legend div,
.cfm-region-legend div {
  display: inline-block;
}
.cfm-info {
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px;
  z-index: 22;
  background-color: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}
.cfm-legend,
.cfm-region-legend {
  padding: 3px 8px;
  background-color: #fff;
  position: absolute;
}
.cfm-info,
.cfm-legend,
.cfm-region-legend {
}
.cfm-legend {
  bottom: 0;
  left: 0;
  z-index: 22;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.cfm-region-legend {
  bottom: 18px;
  right: 0;
  z-index: 400;
  border-top-left-radius: 5px;
}
.zoom-100 .cfm-marker .cfm-custom-params div,
.zoom-100 .cfm-marker td.cfm-image,
.zoom-gt-25 .cfm-legend,
.zoom-lt-25 .cfm-label,
.zooming .cfm-layer-element {
  display: none;
}
.cfm-region-legend li {
  cursor: pointer;
}
.cfm-region-legend div {
  width: 7px;
  height: 7px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.cfm-layer-element {
  font-size: 12px;
  position: absolute;
  max-width: 310px;
}
.cfm-marker td {
  padding: 0;
}
.cfm-layer-element .cfm-inner {
  position: relative;
  z-index: 22;
}
.cfm-title {
  font-size: 14px;
  font-weight: 700;
}
.cfm-param-label {
  font-style: italic;
  font-weight: 700;
}
.cfm-label a {
  color: #fff;
  text-decoration: underline;
}
.cfm-label .cfm-title {
  color: #fff;
  background-color: #3a87ad;
  font-size: 13px;
  padding: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
}
.cfm-inner {
  margin-left: -50%;
  margin-right: 50%;
}
.cfm-legend .cfm-marker,
.cfm-marker .cfm-inner {
  cursor: pointer;
  background-color: #fff;
  border: 0px !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.zoom-gt-50 .cfm-marker .cfm-inner .cfm-title-params .cfm-icon {
  margin-right: 4px;
}
.cfm-label .cfm-title,
.zoom-100 .cfm-marker .cfm-inner {
}
.zoom-100 .cfm-marker .cfm-inner .cfm-title-params {
  padding: 6px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.zoom-100 .cfm-marker .cfm-custom-params .cfm-param-visible {
  display: block;
  margin-left: 6px;
  margin-right: 6px;
}
.zoom-100 .cfm-marker .cfm-custom-params .cfm-param-last-visible {
  margin-bottom: 5px;
}
.zoom-100 .cfm-marker .cfm-custom-params .cfm-param-first-visible {
  margin-top: 5px;
}
.zoom-50 .cfm-inner {
  border: none;
  background-color: transparent;
}
.zoom-50 .cfm-marker .cfm-params,
.zoom-50 .cfm-marker .cfm-title-params span {
  display: none;
}
.zoom-50 .cfm-marker .cfm-title-params .cfm-icon {
  display: inline;
}
.zoom-lt-50 .cfm-marker .cfm-params,
.zoom-lt-50 .cfm-marker .cfm-title-params {
  display: none;
}
.cfm-legend .cfm-marker,
.zoom-lt-50 .cfm-marker .cfm-inner {
  width: 7px;
  height: 7px;
  margin-top: 0;
  -webkit-transition: padding 0.6s, margin 0.6s;
  -moz-transition: padding 0.6s, margin 0.6s;
  -o-transition: padding 0.6s, margin 0.6s;
  -ms-transition: padding 0.6s, margin 0.6s;
  transition: padding 0.6s, margin 0.6s;
}
.zoom-lt-50 .cfm-marker .cfm-inner:hover,
.zoom-lt-50 .cfm-marker.cfm-selected .cfm-inner {
  padding: 2px;
  margin-top: -2px;
  -webkit-transition: padding 0.3s, margin 0.3s;
  -moz-transition: padding 0.3s, margin 0.3s;
  -o-transition: padding 0.3s, margin 0.3s;
  -ms-transition: padding 0.3s, margin 0.3s;
  transition: padding 0.3s, margin 0.3s;
}
.popover.bottom-left {
  margin-top: 10px;
}
.popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom-left .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.cfm-marker-popover {
  -webkit-transform: translate3d(0, 0, 0);
  font-size: 12px;
  width: auto;
  max-width: 320px;
}
.lt-ie9 .cfm-marker-popover {
  width: 320px;
}
.cfm-marker-popover .popover-content {
  padding-top: 0;
  padding-bottom: 0;
}
.cfm-marker-popover .popover-content td {
  vertical-align: top;
}
.cfm-marker-popover .popover-content .cfm-params {
  margin-bottom: 8px;
  margin-top: 8px;
}
.cfm-marker-popover td.cfm-image {
  padding-right: 7px;
}
.cfm-marker-popover .cfm-image img {
  width: 100%;
}
#longTextModal .modal-header img,
.cfm-marker-popover .popover-title img {
  margin-right: 5px;
}
#longTextModal .modal-header .table-wrap,
.cfm-marker-popover .popover-title .table-wrap {
  display: table;
}
#longTextModal .modal-header .image,
#longTextModal .modal-header .text,
.cfm-marker-popover .popover-title .image,
.cfm-marker-popover .popover-title .text {
  display: table-cell;
  vertical-align: middle;
}
.cfm-marker-popover .popover-title {
  font-weight: 700;
  padding-right: 40px;
}
.popover .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 11px;
  font-size: 32px;
  font-weight: 400;
}
.zoom-lt-25 .region-label {
  display: none;
}
.region-label .inner {
  line-height: 1;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
