/*
  Font Custom - icon webfonts made simple
*/

@font-face {
  font-family: "layer7webfonts";
  src: url("layer7webfonts.eot?#iefix") format("embedded-opentype"),
       url("layer7webfonts.woff") format("woff"),
       url("layer7webfonts.ttf") format("truetype"),
       url("layer7webfonts.svg#layer7webfonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
  Bootstrap Overrides
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "layer7webfonts";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
.btn [class^="icon-"], .btn [class*=" icon-"] {
  line-height: 0.9em;
}

li [class^="icon-"], li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* 1.5 increased font size for icon-large * 1.25 width */
li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
  width: 1.875em;
}

li[class^="icon-"], li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}

li[class^="icon-"]:before, li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}

li[class^="icon-"].icon-large:before, li[class*=" icon-"].icon-large:before {
  text-indent: -1.333em;
}

/*
  Icon Classes
*/

.icon-portal-users:before { content: "\f100"; }
.icon-portal-resources:before { content: "\f101"; }
.icon-portal-error:before { content: "\f102"; }
.icon-portal-all:before { content: "\f103"; }
.icon-portal-add:before { content: "\f104"; }
.icon-portal-delete:before { content: "\f105"; }
.icon-portal-account-plan:before { content: "\f106"; }
.icon-portal-arrow-down-box:before { content: "\f107"; }
.icon-portal-linkedin:before { content: "\f108"; }
.icon-portal-cloud-upload:before { content: "\f109"; }
.icon-portal-settings:before { content: "\f10a"; }
.icon-portal-arrow-right2:before { content: "\f10b"; }
.icon-portal-user:before { content: "\f10c"; }
.icon-portal-arrow-left-box:before { content: "\f10d"; }
.icon-portal-cross:before { content: "\f10e"; }
.icon-portal-arrow-left2:before { content: "\f10f"; }
.icon-portal-arrow-right:before { content: "\f110"; }
.icon-portal-home:before { content: "\f111"; }
.icon-portal-check-box:before { content: "\f112"; }
.icon-portal-arrow-left:before { content: "\f113"; }
.icon-portal-suspend:before { content: "\f114"; }
.icon-portal-twitter:before { content: "\f115"; }
.icon-portal-more:before { content: "\f116"; }
.icon-portal-organizations:before { content: "\f117"; }
.icon-portal-arrow-down:before { content: "\f118"; }
.icon-portal-caution:before { content: "\f119"; }
.icon-portal-edit:before { content: "\f11a"; }
.icon-portal-mail:before { content: "\f11b"; }
.icon-portal-arrow-right-box:before { content: "\f11c"; }
.icon-portal-analytics:before { content: "\f11d"; }
.icon-portal-question-mark-box:before { content: "\f11e"; }
.icon-portal-private:before { content: "\f11f"; }
.icon-portal-arrow-up:before { content: "\f120"; }
.icon-portal-arrow-up-box:before { content: "\f121"; }
.icon-portal-public:before { content: "\f122"; }
.icon-portal-view:before { content: "\f123"; }
.icon-portal-dragdrop:before { content: "\f124"; }
.icon-portal-search:before { content: "\f125"; }
.icon-portal-documentation:before { content: "\f126"; }
.icon-portal-question-mark:before { content: "\f127"; }
.icon-portal-forum:before { content: "\f128"; }
.icon-portal-check:before { content: "\f129"; }
.icon-portal-facebook:before { content: "\f12a"; }
.icon-portal-applications:before { content: "\f12b"; }
.icon-portal-requests:before { content: "\f12c"; }
.icon-portal-cross-box:before { content: "\f12d"; }
.icon-portal-apis:before { content: "\f12e"; }
