/* =============================================================================
   RECIBO
   ========================================================================== */
/* Colores */
.mainColor { color: #666; }
.mainColorBg { background-color: #666; color: #fff !important; }
.secColor { color: #666; }
.secColorBg { background-color: #333; color: #fff; }

#receipt {
	font-family: 'Roboto';
	position: relative;
	background: url(backpedido.png);
}

.clearfix {
margin: 0px;
display: inline-block;
width: 100%;
}

#receipt hr{
	margin: 5px 0;
}

#receipt .price {
font-weight: 500 !important;
font-size: 1.2em !important;
color: #666;
}

.receiptBox {
	position: relative;
	width: 640px;
	margin: 20px auto;
	padding: 20px 40px 20px;
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 5px;
}
.receiptBox .print{
	color: #59554d;
	float: right;
	display: inline-block;
	padding: 5px 15px;
	font-size: 0.813em;
	background: #f6f6f6;
	border-radius: 5px;
}
.receiptBox .print:hover{
	background: #eee;
}
.receiptBox .print img{
	position: relative;
	top: -2px;
	margin-left: 10px;
}

#receipt .logo {
	margin-top: -15px;
	float: left;
}

#receipt .data {
	color: #333;
	margin-top: 20px;
	float: right;
	text-align: right;
	font-size: 0.813em;
}

#receipt .number{
	float: left;
}
#receipt .number h1{
	font-weight: 700;
	font-size: 1.20em;
	margin: 0px;
}
#receipt .number span{
	font-size: 0.875em;
}

#receipt .state{
	float: right;
	text-align: right;
}
#receipt .state span{
	display: block;
	padding: 5px 15px;
	color: #fff;

	font-weight: bold;
	font-size: 0.875em;
}

.receiptAddress .clearfix div {
	float: left;
	width: 310px;
	margin: 0 10px 0 0;
}
.receiptAddress .clearfix div:last-child {
	margin: 0 0 0 10px;
}
.receiptAddress .clearfix.m20 {
	margin: 0 0 20px;
}
.receiptAddress h2 {
	color: #666;
	font-weight: 500;
	font-size: 1.125em;
	margin: 0 0 5px;
}
.receiptAddress p {
	margin-bottom: 10px;
	font-size: 0.8em;
}

.table, .table span{
	border: solid #ddd;
}
.table {
	margin: 25px 0 25px;
	border-width: 1px 0px 0px 0px;
}
.table span{
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	border-width: 0 0px 1px 0;
	text-align: center;
}
.table .units {
	width: 50px;
}
.table .name {
	width: 405px;
}
.table .detail {
	width: 100px;
}
.table .cod_alm {
    width: 60px;
}
.table .price {
	width: 85px;
}
.table .long {
	padding: 0 40px 0 0;
	width: 512px;

	text-align: right;
}
.table .tableRow.even{
	background: #fdfdfd;
}
.table .tableRow{
	font-size: 0.75em;
}

.table .tableRow .name{
	font-size: 0.833em;
}
.table .tableRow .detail{
    font-size: 0.833em;
}
.table .tableRow .cod_alm{
    font-size: 0.833em;
}
.table .tableSubTotals{
	font-size: 0.813em;
}
.table .tableTotals{
	font-weight: bold;
	font-size: 1em;
}
.table .tableHead{
	background: #f6f6f6;
	font-size: 0.875em;
	font-weight: bold;

}
.table .tableHead span{
	height: 50px;
	line-height: 50px;
}

#receipt .thanks {
	color: #666;
	text-align: center;
	font-weight: bold;
	font-size: 1.6em;
	margin: 10px 0px;
}

@media print {
	hr { border-style: solid; }
	#receipt { color: #000; background: #fff; }
	.receiptBox .print{ display: none; }
	.mainColor { color: #000; }
	.mainColorBg { background-color: #000; color: #fff; }
	.secColor { color: #666; }
	.secColorBg { background-color: #666; color: #fff; }
}
