@font-face {
  font-family: "RocketFont";
  src: url( 'RocketFont.woff') format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="rocketicon-"],
[class*=" rocketicon-"] {
  font-family: RocketFont;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="rocketicon-"]:before,
[class*=" rocketicon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  /*cursor: default;*/
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="rocketicon-"],
a [class*=" rocketicon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="rocketicon-"].icon-fixed-width,
[class*=" rocketicon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="rocketicon-"].icon-fixed-width.icon-large,
[class*=" rocketicon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

[class^="rocketicon-"].hide,
[class*=" rocketicon-"].hide {
  display: none;
}

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="rocketicon-"],
[class*=" rocketicon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}


/* makes the font 33% larger relative to the size container */
.size-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.size-2x {
  font-size: 2em;
}
.size-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.size-3x {
  font-size: 3em;
}
.size-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.size-4x {
  font-size: 4em;
}
.size-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.size-5x {
  font-size: 5em;
}
.size-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.icon-stack [class^="rocketicon-"],
.icon-stack [class*=" rocketicon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="rocketicon-"],
.nav-pills > .active > a > [class*=" rocketicon-"],
.nav-list > .active > a > [class^="rocketicon-"],
.nav-list > .active > a > [class*=" rocketicon-"],
.navbar-inverse .nav > .active > a > [class^="rocketicon-"],
.navbar-inverse .nav > .active > a > [class*=" rocketicon-"],
.dropdown-menu > li > a:hover > [class^="rocketicon-"],
.dropdown-menu > li > a:hover > [class*=" rocketicon-"],
.dropdown-menu > .active > a > [class^="rocketicon-"],
.dropdown-menu > .active > a > [class*=" rocketicon-"],
.dropdown-submenu:hover > a > [class^="rocketicon-"],
.dropdown-submenu:hover > a > [class*=" rocketicon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="rocketicon-"].icon-large,
.nav [class^="rocketicon-"].icon-large,
.btn [class*=" rocketicon-"].icon-large,
.nav [class*=" rocketicon-"].icon-large {
  line-height: .9em;
}
.btn [class^="rocketicon-"].icon-spin,
.nav [class^="rocketicon-"].icon-spin,
.btn [class*=" rocketicon-"].icon-spin,
.nav [class*=" rocketicon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="rocketicon-"],
.nav-pills [class^="rocketicon-"],
.nav-tabs [class*=" rocketicon-"],
.nav-pills [class*=" rocketicon-"],
.nav-tabs [class^="rocketicon-"].icon-large,
.nav-pills [class^="rocketicon-"].icon-large,
.nav-tabs [class*=" rocketicon-"].icon-large,
.nav-pills [class*=" rocketicon-"].icon-large {
  line-height: .9em;
}
.btn [class^="rocketicon-"].pull-left.icon-2x,
.btn [class*=" rocketicon-"].pull-left.icon-2x,
.btn [class^="rocketicon-"].pull-right.icon-2x,
.btn [class*=" rocketicon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="rocketicon-"].icon-spin.icon-large,
.btn [class*=" rocketicon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="rocketicon-"].pull-left.icon-2x,
.btn.btn-small [class*=" rocketicon-"].pull-left.icon-2x,
.btn.btn-small [class^="rocketicon-"].pull-right.icon-2x,
.btn.btn-small [class*=" rocketicon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="rocketicon-"],
.btn.btn-large [class*=" rocketicon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="rocketicon-"].pull-left.icon-2x,
.btn.btn-large [class*=" rocketicon-"].pull-left.icon-2x,
.btn.btn-large [class^="rocketicon-"].pull-right.icon-2x,
.btn.btn-large [class*=" rocketicon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="rocketicon-"].pull-left.icon-2x,
.btn.btn-large [class*=" rocketicon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="rocketicon-"].pull-right.icon-2x,
.btn.btn-large [class*=" rocketicon-"].pull-right.icon-2x {
  margin-left: .2em;
}

.rocketicon-spinning {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}

@-moz-document url-prefix() {
  .rocketicon-spinning { height: .9em; }
  .btn .rocketicon-spinning { height: auto; }
  .rocketicon-spinning.size-large { height: 1.25em; }
  .btn .rocketicon-spinning.size-large { height: .75em; }
}

.rocketicon-circledarrow2:before {
  content: "A";
}

.rocketicon-circledarrow4:before {
  content: "B";
}

.rocketicon-arrowsball:before {
  content: "C";
}

.rocketicon-analyser:before {
  content: "D";
}

.rocketicon-settings:before {
  content: "E";
}

.rocketicon-arrowsdirection:before {
  content: "F";
}

.rocketicon-checkedUnchecked:before {
  content: "G";
}

.rocketicon-arrowsdirectioncirc:before {
  content: "H";
}

.rocketicon-arrowcross:before {
  content: "I";
}

.rocketicon-mapper-old:before {
  content: "J";
}

.rocketicon-eobject:before {
  content: "K";
}

.rocketicon-datasource-old:before {
  content: "L";
}

.rocketicon-quality:before {
  content: "M";
}

.rocketicon-diagram:before {
  content: "N";
}

.rocketicon-datasource:before {
  content: "O";
}

.rocketicon-mapper:before {
  content: "P";
}

.rocketicon-analysis:before {
  content: "Q";
}

.rocketicon-reporting:before {
  content: "R";
}

.rocketicon-modeller:before {
  content: "S";
}

.rocketicon-eobject-analysis:before {
  content: "T";
}

.rocketicon-eobject-quality:before {
  content: "U";
}

.rocketicon-eobject-explorer:before {
  content: "V";
}

.rocketicon-eobject-filter:before {
  content: "W";
}

.rocketicon-eobject-search:before {
  content: "X";
}

.rocketicon-diagram-symbol:before {
  content: "Y";
}

.rocketicon-eobject-qc:before {
  content: "Z";
}

.rocketicon-chart:before {
  content: "a";
}

.rocketicon-tachometer:before {
  content: "b";
}

.rocketicon-compass:before {
   content: "c";
}

.rocketicon-designer:before {
  content: "d";
}

.rocketicon-mapping-reverse:before {
  content: "e";
}

.rocketicon-mapping:before {
  content: "f";
}

.rocketicon-datarocket:before {
  content: "h";
}

.rocketicon-rocket:before {
  content: "i";
}

.rocketicon-astronaut:before {
  content: "j";
}


.rocketicon-enrichment:before {
  content: "p";
}

.rocketicon-enrichment-main:before {
  content: "r";
}

.rocketicon-enrichment-process:before {
  content: "s";
}

.rocketicon-sliders:before {
  content: "\f1de";
}

.rocketicon-pipeline:before {
  content: "k";
}
