.sheet .note {
    margin: 0 0 20px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    border-radius: 0 4px 4px 0;
}

.sheet .note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #000;
}

.prod_cant, .prod_pric, .prod_disc, .prod_tasa, .prod_tax, .total_line{
    text-align: right;
}

.sheet .label {
    text-shadow: none!important;
    font-size: 14px;
    font-weight: 300;
    padding: 3px 6px;
    color: #fff;
}

.sheet .label-primary {
    background-color: #337ab7;
}

.sheet #lines_grid table{
	width: 100%;
	border-spacing: 0px;
    border-collapse: collapse;
}

.sheet #lines_grid table tr th{
	font-size: 12px;
    text-align: center;
}

.sheet .for-clone{
	display: none;
}



.sheet #lines_grid table tr td input{
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	background: transparent;
	box-sizing: border-box;
	padding: 2px;
	font-size: 12px;
}

.sheet #lines_grid table tr td input:focus{
	outline: 0px;
	background: #FFF;
}

.sheet #lines_grid table tr .actcll{
	outline: 3px solid black;
	background: #ccc;
}

.sheet .add-row {
    line-height: 12px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0 0;
    width: auto;
    padding: 1px 35px !important;
}

.sheet #lines_grid .sheet-footer{
    padding-top: 10px;
}

.sheet .invoice_header{
    width: 100%;
}

.sheet .invoice_header tr td{
    padding-bottom: 10px;
}

input.inv_number,
.sheet .invoice_header tr td input,
.sheet .invoice_header tr td select{
    border-radius: 0;
    border-width: 0;
    background: #f1f2f1;
    padding: 2px 5px;
    width: 100%;
}

input.inv_number{
    width: calc(100% - 137px);
    float: right;
}