::placeholder {
    font-size: 0.9em !important;
    opacity: 0.7 !important;
}

body {
	-moz-tab-size: 4; /* Firefox 4+ */
	-o-tab-size:   4; /* Opera 11.5 & 12.1 only */
	tab-size:      4; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}

a {
	text-decoration: none;
}

li.menu-used {
	background-color: #0d0d0d !important;
	border-radius: 10px !important;
	padding-left: 6px !important;
	padding-right: 6px !important;
}

li.menu-used a {
	color: #fff !important;
}

input {
	background-color: transparent !important;
}

input:read-only {
	background-color: #fcfcfc !important;
}

input:disabled {
	border: 1px #fcfcfc solid;
	background-color: #fafafa !important;
}

input.calendar {
	background: url('../images/icon-calendar@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

input.choose {
	background: url('../images/icon-choose@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

input.coins {
	background: url('../images/icon-coins@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

input.filter {
	background: url('../images/icon-filter@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

input.taxes {
	background: url('../images/icon-taxes@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

input.quantity {
	background: url('../images/icon-quantity@32x32.png') no-repeat right;
	background-position-x: right 1px;
}

button.calculator {
	background: url('../images/icon-calculator@24x24.png') no-repeat left;
	background-position-x: left 1px;
	padding-left: 26px;
}

.hide {
	display: none !important;
}

.required {
	font-weight: bold !important;
	color: red !important;
}

.code {
	font-family: 'Courier Prime', 'Courier New', 'Consolas' !important;
	-moz-tab-size: 4 !important; /* Firefox 4+ */
	-o-tab-size:   4 !important; /* Opera 11.5 & 12.1 only */
	tab-size:      4 !important; /* Chrome 21+, Safari 6.1+, Opera 15+ */
}

.odd {
	background-color: transparent !important;
}

.even {
	background-color: #fafafa !important;
}

.f-8  { font-size:  8px !important; }
.f-10 { font-size: 10px !important; }
.f-12 { font-size: 12px !important; }
.f-14 { font-size: 14px !important; }
.f-16 { font-size: 16px !important; }
.f-18 { font-size: 18px !important; }
.f-20 { font-size: 20px !important; }
.f-22 { font-size: 22px !important; }

.w-10p  { width:  10% !important; }
.w-15p  { width:  15% !important; }
.w-20p  { width:  20% !important; }
.w-25p  { width:  25% !important; }
.w-30p  { width:  30% !important; }
.w-35p  { width:  35% !important; }
.w-40p  { width:  40% !important; }
.w-45p  { width:  45% !important; }
.w-50p  { width:  50% !important; }
.w-55p  { width:  55% !important; }
.w-60p  { width:  60% !important; }
.w-65p  { width:  65% !important; }
.w-70p  { width:  70% !important; }
.w-75p  { width:  75% !important; }
.w-80p  { width:  80% !important; }
.w-85p  { width:  85% !important; }
.w-90p  { width:  90% !important; }
.w-95p  { width:  95% !important; }
.w-100p { width: 100% !important; }

.w-50  { width:  50px !important; }
.w-80  { width:  80px !important; }
.w-90  { width:  90px !important; }
.w-100 { width: 100px !important; }
.w-110 { width: 110px !important; }
.w-120 { width: 120px !important; }
.w-130 { width: 130px !important; }
.w-140 { width: 140px !important; }
.w-150 { width: 150px !important; }
.w-160 { width: 160px !important; }
.w-170 { width: 170px !important; }
.w-180 { width: 180px !important; }
.w-190 { width: 190px !important; }
.w-200 { width: 200px !important; }
.w-210 { width: 210px !important; }
.w-220 { width: 220px !important; }
.w-230 { width: 230px !important; }
.w-240 { width: 240px !important; }
.w-250 { width: 250px !important; }
.w-260 { width: 260px !important; }
.w-270 { width: 270px !important; }
.w-280 { width: 280px !important; }
.w-290 { width: 290px !important; }
.w-300 { width: 300px !important; }
.w-310 { width: 310px !important; }
.w-320 { width: 320px !important; }
.w-330 { width: 330px !important; }
.w-340 { width: 340px !important; }
.w-350 { width: 350px !important; }
.w-360 { width: 360px !important; }
.w-370 { width: 370px !important; }
.w-380 { width: 380px !important; }
.w-390 { width: 390px !important; }
.w-400 { width: 400px !important; }
.w-450 { width: 450px !important; }
.w-500 { width: 500px !important; }

.h-30 { height: 30px !important;}
.h-40 { height: 40px !important;}
.h-50 { height: 50px !important;}
.h-60 { height: 60px !important;}
.h-70 { height: 70px !important;}
.h-80 { height: 80px !important;}
.h-90 { height: 90px !important;}

.status-choose {
	color: green !important;
	font-weight: bold !important;
}

.status-enabled {
	color: #000 !important;
	font-weight: normal !important;
}

.status-disabled {
	color: #aaa !important;
	font-weight: bold !important;
}

/* Bootstrap5 */
.text-start {
	padding-left: 6px !important;
}

