body{
	padding-top:	70px;
}
.navbar {
	z-index: 999;
}
/* Datepicker */
div#ui-datepicker-div{
	font-family:	"Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:		100%;
	z-index:		99999 !important;
}
#tax-container,
#discount-container,
#rrp-container,
#final-price-container,
#ProductNA-alert-container {
	display:	none;
}
a.xeditable-links {
	border:	0;
	color:	#000000;
}
a.xeditable-links:hover{
	border-bottom:	1px solid black;
}
.btn-circle {
	width: 200px;
	height: 200px;
	text-align: center;
	padding: 50px 0;
	font-size: 22px;
	line-height: 1.42;
	border-radius: 480px;
}
#calendar {
	margin: 5px auto 35px auto;
}
ul.nav-tabs li.active{
	font-weight:bold;
	text-decoration:underline;
}
.form-control::-webkit-input-placeholder { color: #cccccc; }
.form-control:-moz-placeholder { color: #cccccc; }
.form-control::-moz-placeholder { color: #cccccc; }
.form-control:-ms-input-placeholder { color: #cccccc; }

.label-lavender {
	background-color: #967adc;
	border-color: #967adc;
}
tr.lavender {
	background-color: #ac92ec;
}
.table-hover>tbody>tr>td.lavender:hover
, .table-hover>tbody>tr>th.lavender:hover
, .table-hover>tbody>tr.lavender:hover>td
, .table-hover>tbody>tr:hover>.lavender
, .table-hover>tbody>tr.lavender:hover>th
 {
	background-color: #967adc;
}
.label-yellow {
	background-color: yellow;
	border-color: yellow;
	color: #000000;
}
tr.yellow {
	background-color: #ffce54;
}
.table-hover>tbody>tr>td.yellow:hover
, .table-hover>tbody>tr>th.yellow:hover
, .table-hover>tbody>tr.yellow:hover>td
, .table-hover>tbody>tr:hover>.yellow
, .table-hover>tbody>tr.yellow:hover>th
{
	background-color: #f6bb42;
}
.label-pink {
	background-color: pink;
	border-color: pink;
	color: #000000;
}
tr.pink {
	background-color: #ec87c0;
}
.table-hover>tbody>tr>td.pink:hover
, .table-hover>tbody>tr>th.pink:hover
, .table-hover>tbody>tr.pink:hover>td
, .table-hover>tbody>tr:hover>.pink
, .table-hover>tbody>tr.pink:hover>th
{
	background-color: #d770ad;
}
