[class^="icon-iheal-"],
[class*=" icon-iheal-"] {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat !important;
}
.icon-iheal-add
{
	background: url("../images/glyphicons/addactive.png");
}
.icon-iheal-add:hover
{
	background: url("../images/glyphicons/addhover.png");
}
.icon-iheal-add-inactive, .icon-iheal-add-inactive:hover
{
	background: url("../images/glyphicons/addinactive.png");
}
.icon-iheal-calendar
{
	background: url("../images/glyphicons/calendaractive.png");
}
.icon-iheal-calendar:hover
{
	background: url("../images/glyphicons/calendarhover.png");
}
.icon-iheal-calendar-inactive, .icon-iheal-calendar-inactive:hover
{
	background: url("../images/glyphicons/calendarinactive.png");
}
.icon-iheal-check-circle
{
	background: url("../images/glyphicons/checkcircleactive.png");
}
.icon-iheal-check-circle:hover
{
	background: url("../images/glyphicons/checkcirclehover.png");
}
.icon-iheal-check-circle-inactive, .icon-iheal-check-circle-inactive:hover
{
	background: url("../images/glyphicons/checkcircleinactive.png");
}
.icon-iheal-down-arrow
{
	background: url("../images/glyphicons/downarrowactive.png");
}
.icon-iheal-down-arrow:hover
{
	background: url("../images/glyphicons/downarrowhover.png");
}
.icon-iheal-down-arrow-inactive, .icon-iheal-down-arrow-inactive:hover
{
	background: url("../images/glyphicons/downarrowinactive.png");
}
.icon-iheal-help
{
	background: url("../images/glyphicons/helpactive.png");
}
.icon-iheal-help:hover
{
	background: url("../images/glyphicons/helphover.png");
}
.icon-iheal-help-inactive, .icon-iheal-help-inactive:hover
{
	background: url("../images/glyphicons/helpinactive.png");
}
.icon-iheal-play
{
	background: url("../images/glyphicons/playactive.png");
}
.icon-iheal-play:hover
{
	background: url("../images/glyphicons/playhover.png");
}
.icon-iheal-play-inactive, .icon-iheal-play-inactive:hover
{
	background: url("../images/glyphicons/playinactive.png");
}
.icon-iheal-printer
{
	background: url("../images/glyphicons/printeractive.png");
}
.icon-iheal-printer:hover
{
	background: url("../images/glyphicons/printerhover.png");
}
.icon-iheal-printer-inactive, .icon-iheal-printer-inactive:hover
{
	background: url("../images/glyphicons/printerinactive.png");
}
.icon-iheal-reporting
{
	background: url("../images/glyphicons/reportingactive.png");
}
.icon-iheal-reporting:hover
{
	background: url("../images/glyphicons/reportinghover.png");
}
.icon-iheal-reporting-inactive, .icon-iheal-reporting-inactive:hover
{
	background: url("../images/glyphicons/reportinginactive.png");
}
.icon-iheal-save
{
	background: url("../images/glyphicons/saveactive.png");
}
.icon-iheal-save:hover
{
	background: url("../images/glyphicons/savehover.png");
}
.icon-iheal-save-inactive, .icon-iheal-save-inactive:hover
{
	background: url("../images/glyphicons/saveinactive.png");
}
.icon-iheal-search
{
	background: url("../images/glyphicons/searchactive.png");
}
.icon-iheal-search:hover
{
	background: url("../images/glyphicons/searchhover.png");
}
.icon-iheal-search-inactive, .icon-iheal-search-inactive:hover
{
	background: url("../images/glyphicons/searchinactive.png");
}
.icon-iheal-up-arrow
{
	background: url("../images/glyphicons/uparrowactive.png");
}
.icon-iheal-up-arrow:hover
{
	background: url("../images/glyphicons/uparrowhover.png");
}
.icon-iheal-up-arrow-inactive, .icon-iheal-up-arrow-inactive:hover
{
	background: url("../images/glyphicons/uparrowinactive.png");
}
.icon-iheal-up-down-arrow
{
	background: url("../images/glyphicons/updownarrowactive.png");
}
.icon-iheal-up-down-arrow:hover
{
	background: url("../images/glyphicons/updownarrowhover.png");
}
.icon-iheal-up-down-arrow-inactive, .icon-iheal-up-down-arrow-inactive:hover
{
	background: url("../images/glyphicons/updownarrowinactive.png");
}
.icon-iheal-right-arrow-active
{
	background: url("../images/glyphicons/RightArrowActive.png");
}
.icon-iheal-right-chevron
{
	background: url("../images/glyphicons/ChevronRight.png");
}
.icon-iheal-left-chevron
{
	background: url("../images/glyphicons/ChevronLeft.png");
}
.icon-iheal-glyphicon-warning-sign {
	background: url("../images/warning.gif");
	background-size: 100%;
	height: 17px;
	width: 17px;
}
.icon-iheal-glyphicon-warning-sign-large {
	background: url("../images/warning.gif") no-repeat right;
	background-size: 17px;
	height: 24px;
	width: 19px;
}

.iheal-iSupply-violations-tooltip {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* This is redundant for the treatment-level tooltip's styling, but necessary for the wound-level tooltip's styling. */
	width: 300px;
	padding: 0.5em;
	font-weight: normal;
	font-size: 13px;
	border-style: solid;
	border-radius: 5px;
	border-color: gray;
	border-width: thin;
	background-color: white;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: none;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.icon-iheal-glyphicon-warning-sign-large:hover .iheal-iSupply-violations-tooltip {
	top: initial; /* This 15px is relative to the above "icon-iheal-glyphicon-warning-sign-large" style's width and height. If those numbers change significantly, then this should be updated as well. */
	left: 15px; /* The goal of these 15px spaces is to have the tooltip slightly overlap the warning icon. */
}
.icon-iheal-glyphicon-warning-sign:hover .iheal-iSupply-violations-tooltip {
	top: initial; /* This 12px is relative to the above "icon-iheal-glyphicon-warning-sign" style's width and height. If those numbers change significantly, then this should be updated as well. */
	left: 12px; /* The goal of these 12px spaces is to have the tooltip slightly overlap the warning icon. */
}
.iheal-iSupply-violations-tooltip em {
	font-style: normal;
	font-weight: bold;
}
.iheal-iSupply-violations-tooltip p:last-child {
	margin-bottom: 0px;
}
.icon-iheal-glyphicon-warning-sign-large:hover .iheal-iSupply-violations-tooltip, .icon-iheal-glyphicon-warning-sign:hover .iheal-iSupply-violations-tooltip {
	display: block;
}
.iheal-iSupply-violations-tooltip-errormessage {
	background: #E6B100;
	padding: 0.5em;
	font-style: normal;
}

.iheal-iSupply-violations-tooltip-errormessage em {
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.01em;
}

.iheal-iSupply-violations-tooltip li {
	line-height: 123%;
}

.iheal-iSupply-violations-tooltip ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.iheal-iSupply-violations-tooltip ul:last-child{
	margin: 0 0 0 0;
}