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

[class^="cicon-"], [class*=" cicon-"] {
  /* 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;
}
.cicon-2x{
  font-size: 22px;
}
.cicon-ruler-area:before {
  content: "\e900";
}
.cicon-ruler:before {
  content: "\e901";
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src:  url('glyphicons-halflings-regular.eot?cb15mm#iefix') format('embedded-opentype'),
    url('glyphicons-halflings-regular.ttf?cb15mm') format('truetype'),
    url('glyphicons-halflings-regular.woff?cb15mm') format('woff'),
    url('glyphicons-halflings-regular.svg?cb15mm#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="glyphicon-"], [class*=" glyphicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Glyphicons Halflings' !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;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-minus:before {
    content: "\2212";
}