.shop-details .code {
	font-family: courier;
}

.shop-details .currency {
	text-align: right;
}

.shop-details .quant {
	text-align: center;
}

.shop-details .final {
	background-color: #ffffcc;
}

.shop-details table {
	border-radius: 8px !important;
}

.shop-details th {
	background-color: #333;
	color: white;
}

.shop-details th,
.shop-details td 
{
	border-color: #aaa !important;
}

.shop-details .fa-trash
{
	cursor: pointer;
}

.glow a {
	text-shadow: 0px 0px 8px #ffff00;
	color: white !important;
}

.shop-text-big {
	font-size: 200%;
}

.shop-text-medium {
	font-size: 130%;
}

.shop-shadow {
	box-shadow: 0px 0px 12px #222;
}

.shop-glow {
	box-shadow: 0px 0px 12px #ff0000;
}

.status:after
{
	color:#FFF;
	padding:2px 4px;
}

.status-0:after
{
	content:"Non Confermato";
	background:#ECBC29;
}
.status-1:after
{
	content:"Confermato";
	background:#89C4F4;
}
.status-2:after
{
	content:"Pagato";
	background:#45B6AF;
}
.status-3:after
{
	content:"Annullato";
	background:#D64635;
}
