@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8cy7am');
  src:  url('fonts/icomoon.eot?8cy7am#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8cy7am') format('truetype'),
    url('fonts/icomoon.woff?8cy7am') format('woff'),
    url('fonts/icomoon.svg?8cy7am#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-floppy-disk:before {
  content: "\e962";
}
.icon-warning2:before {
  content: "\ea07";
}
.icon-notification2:before {
  content: "\ea08";
}
.icon-info2:before {
  content: "\ea0c";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-table2:before {
  content: "\ea70";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-pencil2:before {
  content: "\e906";
}
.icon-image:before {
  content: "\e90d";
}
.icon-images:before {
  content: "\e90e";
}
.icon-camera:before {
  content: "\e90f";
}
.icon-comments:before {
  content: "\e96d";
}
.icon-globe:before {
  content: "\e9c9";
}
.icon-home:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e971";
}
.icon-key:before {
  content: "\e98e";
}
.icon-enter:before {
  content: "\ea13";
}
.icon-exit:before {
  content: "\ea14";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-sphere:before {
  content: "\e9ca";
}

body .__markerjs2_ {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  max-height: 95% !important;
  max-width: 95% !important;
}