.map-target * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important; }

.map-loading {
  height: 300px;
  display: table;
  width: 100%; }
  .map-loading .map-loading-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .map-loading .map-loading-inner .map-loading-text {
      color: #fff;
      font-family: "Roboto", sans-serif !important;
      font-weight: bold; }
    .map-loading .map-loading-inner img {
      width: 50px;
      margin: 0 auto; }

.background {
  fill: transparent; }

.map-target {
  width: 100%;
  position: relative; }

.home-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none; }

.iium-tooltip {
  position: absolute;
  padding: 4px 8px;
  background-color: #e72b04;
  z-index: 2;
  text-align: center;
  border: 1px solid #fff;
  display: none;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold; }

.map-g .feature {
  stroke: #243a7b;
  /*cursor: zoom-in;*/
  cursor: pointer; }

.map-g .feature.active {
  stroke: #243a7b;
  fill: #e72b04; }

.map-g.zoomed .background {
  /*cursor: zoom-out;*/
  cursor: pointer; }

.map-g.zoomed .feature.centered {
  /*cursor: zoom-out;*/
  cursor: pointer; }

/*# sourceMappingURL=iium-app.css.map */
