/*
  Font Custom - icon webfonts made simple
*/

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

/*
  Bootstrap Overrides
*/

[class^="iconCiv-"]:before, [class*=" iconCiv-"]:before {
  font-family: "fontcustom";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="iconCiv-"], a [class*=" iconCiv-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.iconCiv-large:before {
  vertical-align: top;
  font-size: 1.333em;
}

/* keeps button heights with and without icons the same */
.btn [class^="iconCiv-"], .btn [class*=" iconCiv-"] {
  line-height: 0.9em;
}

li [class^="iconCiv-"], li [class*=" iconCiv-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* 1.5 increased font size for iconCiv-large * 1.25 width */
li .iconCiv-large[class^="iconCiv-"], li .iconCiv-large[class*=" iconCiv-"] {
  width: 1.875em;
}

li[class^="iconCiv-"], li[class*=" iconCiv-"] {
  margin-left: 0;
  list-style-type: none;
}

li[class^="iconCiv-"]:before, li[class*=" iconCiv-"]:before {
  text-indent: -2em;
  text-align: center;
}

li[class^="iconCiv-"].iconCiv-large:before, li[class*=" iconCiv-"].iconCiv-large:before {
  text-indent: -1.333em;
}

/*
  Icon Classes
*/

.iconCiv-documents-icon:before { content: "\f100"; }
.iconCiv-view-icon:before { content: "\f101"; }
.iconCiv-programs-icon:before { content: "\f102"; }
.iconCiv-edit-icon:before { content: "\f103"; }
.iconCiv-reminders-icon:before { content: "\f104"; }
.iconCiv-surveys-icon:before { content: "\f105"; }
.iconCiv-activities-icon:before { content: "\f106"; }
.iconCiv-statiscal-reports-icon:before { content: "\f107"; }
.iconCiv-basic-info-icon:before { content: "\f108"; }
.iconCiv-comments-icon:before { content: "\f109"; }
.iconCiv-delete-icon:before { content: "\f10a"; }
.iconCiv-relationships-icon:before { content: "\f10b"; }
.iconCiv-profile-icon:before { content: "\f10c"; }
.iconCiv-logout-icon:before { content: "\f10d"; }
.iconCiv-mentoring-icon:before { content: "\f10e"; }
.iconCiv-mentee-reports-icon:before { content: "\f10f"; }
