@charset "utf-8";
/* CSS Document */

.pdd-dropdown{
	padding: 5px !important;
	
	a{
		padding: 5px 10px !important;
	}
}

.icon-import {
	background-image: url("icon-import.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 32px 23px;
    min-width: 22px;
    padding: 0px 15px;
}

.icon-import-dropdown {
	background-image: url("icon-import.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 25px 20px;
    min-width: 19px;
    padding: 0px 15px;
}

.octal-icon-import {
    background-image: url(../svg/import.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    min-height: 26px;
    min-width: 20px;
    position: relative;
    top: 2px;
}

.octal-icon-delete {
    background-image: url("delete_bin.svg");
    background-repeat: no-repeat;
    background-size: 19px 18px;
    min-width: 19px;
	min-height: 20px;
    margin-top: 2px;
}

.octal-icon-email {
    background-image: url("email.svg");
    background-repeat: no-repeat;
    background-size: 19px 18px;
    min-width: 19px;
	min-height: 23px;
    margin-top: 2px;
}

.octal-icon-print {
    background-image: url("print.svg");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    min-width: 18px;
	min-height: 20px;
    margin-top: 3px;
}

.octal-icon-batch {
    background-image: url("batch.svg");
    background-repeat: no-repeat;
    background-size: 16px 21px;
    min-width: 18px;
    min-height: 20px;
    margin-top: 2px;
}

.octal-icon-gdn {
    background-image: url("gdn.svg");
    background-repeat: no-repeat;
    background-size: 16px 21px;
    min-width: 18px;
    min-height: 20px;
    margin-top: 2px;
}

.dispatch-status {
	background-image: url("dispatch-status.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 20px 23px;
	min-width: 22px;
	padding: 0px 18px;
}

.dispatch-status-dropdown {
	background-image: url("dispatch-status.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 16px 16px;
	min-width: 18px;
	padding: 0px 14px;
}

.dispatch-icon {
	background-image: url("dispatch-icon.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 32px 28px;
    min-width: 22px;
    padding: 0px 27px;
}

.dispatch-icon-dropdown {
	background-image: url("dispatch-icon.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 25px 20px;
    min-width: 19px;
    padding: 0px 15px;
}

.icon-home{
	background-image: url("home.svg");
    background-repeat: no-repeat;
    background-size: 27px 20px;
    min-width: 20px;
    padding: 0px 14px;
}

.icon-bank{
	background-image: url("bank.svg");
    background-repeat: no-repeat;
    background-size: 30px 17px;
    min-width: 15px;
    padding: 0px 14px;
}

.icon-sales{
	background-image: url("sales-icon.svg");
	background-repeat: no-repeat;
	background-size: 31px;
    min-width: 60px;
    padding: 0px 34px 21px 22px;
    position: relative;
    top: 2px;
    left: 10px;
}

.icon-purchase{
	background-image: url("purchase.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    min-width: 58px;
    padding: 0px 34px 21px 22px;
    position: relative;
    top: 2px;
}

.icon-inventory{
	background-image: url("inventory.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    min-width: 58px;
    padding: 0px 34px 21px 22px;
    position: relative;
    top: 2px;
}

.icon-assembly{
	background-image: url("assembly.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    min-width: 58px;
    padding: 0px 34px 21px 22px;
    position: relative;
    top: 4px;
}

.icon-batch-track{
	background-image: url("batch-track.svg");
    background-repeat: no-repeat;
    background-size: 42px;
    min-width: 58px;
    padding: 0px 34px 24px 22px;
    position: relative;
    top: 1px;
}

.icon-auto-tax{
	background-image: url("auto-tax.svg");
    background-repeat: no-repeat;
    background-size: 38px;
    min-width: 58px;
    padding: 0px 34px 34px 22px;
    position: relative;
    top: -4px;
    left: 2px;
}

.icon-multi-currency{
	background-image: url("currency.svg");
    background-repeat: no-repeat;
    background-size: 47px;
    min-width: 58px;
    padding: 0px 34px 34px 22px;
    position: relative;
    top: 1px;
}

.icon-reports-web{
	background-image: url("reports-web.svg");
    background-repeat: no-repeat;
    background-size: 35px;
    min-width: 58px;
    padding: 0px 34px 34px 22px;
    position: relative;
    top: -2px;
    left: 5px;
}

.icon-users{
	background-image: url("users.svg");
    background-repeat: no-repeat;
    background-size: 47px;
    min-width: 58px;
    padding: 0px 34px 20px 22px;
    position: relative;
    top: 1px;
}

.icon-security{
	background-image: url("secure.svg");
    background-repeat: no-repeat;
    background-size: 47px;
    min-width: 58px;
    padding: 0px 34px 28px 22px;
    position: relative;
    top: 0px;
}

.icon-integrate{
	background-image: url("integrate.svg");
    background-repeat: no-repeat;
    background-size: 47px;
    min-width: 58px;
    padding: 0px 34px 29px 22px;
    position: relative;
    top: -3px;
}

.icon-reports{
	background-image: url("reports.svg");
    background-repeat: no-repeat;
    background-size: 47px;
    min-width: 58px;
    padding: 0px 34px 34px 22px;
    position: relative;
    top: 1px;
}

.icon-analytical-reports{
	background-image: url("analytical-reports.svg");
    background-repeat: no-repeat;
    background-size: 27px 20px;
    min-width: 20px;
    padding: 0px 14px;
}

.icon-quicklink{
	background-image: url("shortcuts_plus.svg");
    background-repeat: no-repeat;
	background-size: 17px 17px;
    min-width: 20px;
    min-height: 20px;
    padding: 0px 9px 2px;
}

.icon-settings {
	background-image: url("settings.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 22px 22px;
    min-width: 18px;
    padding: 2px 14px;
    margin-right: 8px;
}

.icon-coa {
	background-image: url("coa_icon.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 23px 22px;
    min-width: 18px;
    padding: 2px 14px;
    margin-right: 8px;
}

.icon-fixedassets {
	background-image: url("fixed_assets.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 25px 23px;
    min-width: 18px;
    padding: 2px 14px;
    margin-right: 8px;
}

.icon-user-roll {
	background-image: url("user_role.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 27px 22px;
    min-width: 18px;
    padding: 2px 15px;
    margin-right: 8px;
}

.icon-journals {
	background-image: url("journals.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 27px 22px;
    min-width: 18px;
    padding: 2px 15px;
    margin-right: 8px;
}

.icon-budget {
	background-image: url("budget.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 27px 22px;
    min-width: 18px;
    padding: 2px 15px;
    margin-right: 8px;
}

.icon-recurrence {
	background-image: url("recurrence.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 20px 22px;
    min-width: 18px;
    padding: 2px 13px;
    margin-right: 8px;
}

.icon-emailsms {
	background-image: url("email_sms.svg"); /* Path to your SVG file */
	background-repeat: no-repeat;
	background-size: 26px 22px;
    min-width: 18px;
    padding: 2px 15px;
    margin-right: 8px;
}

.icon-printing {
    background-image: url("print.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    min-width: 18px;
    min-height: 20px;
    margin-right: 11px;
    padding: 1px 10px;
}





