[class^="icon-"],
[class*=" icon-"] {
  font-family: inherit;
  color: inherit;
  font-style: inherit;
  font-weight: inherit;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}

.icon-ok::before,
.icon-ok-sign::before {
  color: #46a546;
}

.icon-ban-circle::before {
  color: #ef554a;
}

.icon-warning-sign::before {
  color: #ffc40d;
}

.error .icon-warning-sign::before {
  color: #ef554a;
}

.icon-bolt::before {
  color: #049cdb;
}
.icon-info-sign::before {
  color: #049cdb;
}

.icon-info-sign {
  cursor: pointer;
}

table .icon-circle-arrow-right::before {
  color: #555555;
}

.content-static .icon-check-empty::before {
  color: #9f9f9f;
}

.btn .icon-ok::before {
  color: inherit;
}

.icon-ok::before {
  margin-right: .35em;
}
