@charset "UTF-8";

@font-face {
  font-family: "mrl-common";
  src:url("/fonts/mrl-common.eot");
  src:url("/fonts/mrl-common.eot?#iefix") format("embedded-opentype"),
    url("/fonts/mrl-common.woff") format("woff"),
    url("/fonts/mrl-common.ttf") format("truetype"),
    url("/fonts/mrl-common.svg#mrl-common") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "mrl-common" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-common-"]:before,
[class*=" icon-common-"]:before {
  font-family: "mrl-common" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-common-times-circle-o:before {
  content: "\61";
}
.icon-common-checkbox-0:before {
  content: "\63";
}
.icon-common-checkbox-1:before {
  content: "\62";
}
.icon-common-cancel-squared:before {
  content: "\64";
}
.icon-common-up-open-big:before {
  content: "\65";
}
.icon-common-right-open-big:before {
  content: "\66";
}
.icon-common-down-open-big:before {
  content: "\67";
}
.icon-common-left-open-big:before {
  content: "\68";
}
.icon-common-expand:before {
  content: "\6a";
}
.icon-common-minimize:before {
  content: "\69";
}
