
/* customizing for the generation of the technical documentation sap cc */ 

@font-face {
	font-family: 'sap-launch-icons';
	src: url('fonts/sap-launch-icons.ttf'),
     url('fonts/sap-launch-icons.eot'); /* IE9+ */
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-saplaunchicons-icon]:before {
	font-family: 'sap-launch-icons';
	content: attr(data-saplaunchicons-icon);
	speak: none;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="saplaunchicons-icon-"]:before, [class*=" saplaunchicons-icon-"]:before {
	font-family: 'sap-launch-icons';
	font-style: normal;
	speak: none;
}
.saplaunchicons-icon-circle:before {
	content: "\e000";
}
.saplaunchicons-icon-error:before {
	content: "\e001";
}

.saplaunchicons-icon-subscribe-alerts:before {
	content: "\e3dc";
}

.saplaunchicons-icon-define-alerts:before {
	content: "\e3dd";
}

.saplaunchicons-icon-monitor-alerts:before {
	content: "\e3de";
}

.saplaunchicons-icon-mobile-persona:before {
	content: "\e235";
}

.saplaunchicons-icon-report-quality-issues:before {
	content: "\e227";
}
.saplaunchicons-icon-my-quality-tasks:before {
	content: "\e228";
}
.saplaunchicons-icon-my-accounts:before {
	content: "\e236";
}




.saplaunchicons-icon-financials:before {
	content: "\e3f4";
}
.saplaunchicons-icon-procurement:before {
	content: "\e3f5";
}
.saplaunchicons-icon-production-planning:before {
	content: "\e3f6";
}
.saplaunchicons-icon-logistics-execution:before {
	content: "\e3f7";
}
.saplaunchicons-icon-product-lifecycle-management:before {
	content: "\e3f8";
}
.saplaunchicons-icon-project-system:before {
	content: "\e3f9";
}
.saplaunchicons-icon-sales-and-distribution:before {
	content: "\e3fa";
}
.saplaunchicons-icon-inventory-management:before {
	content: "\e3fb";
}
.saplaunchicons-icon-quality-management:before {
	content: "\e3fc";
}
.saplaunchicons-icon-cross-app:before {
	content: "\e3fd";
}
.saplaunchicons-icon-customer-service:before {
	content: "\e3fe";
}
.saplaunchicons-icon-plant-maintenance:before {
	content: "\e3ff";
}

.saplaunchicons-icon-count-stock:before {
	content: "\e401";
}
.saplaunchicons-icon-print-labels:before {
	content: "\e402";
}

.saplaunchicons-icon-support-package-packet:before {
	content: "\e406";
}
