.div-block-wizard-pedido {
	background-color: #eee;
	margin: 10px 0px;
	width: 100%;
	float: left;
}

.div-block-wizard-pedido div {
	clear: none;
}

.displayBoxInvert {
	text-indent: 15px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg) !important;
}


.ui-widget-content input[type=checkbox] {
	margin: 10px 25px;
}

tfoot.ui-widget-header td {
	text-align: left;
}

tfoot.ui-widget-header td .total_text,
tfoot.ui-widget-header td #total_row {
	width: 175px;
	color: #000;
	padding: 0px;
	margin: 0px;
	clear: none;
	display: inline;
	float: right;
}

.numeric {
	width: 30px;
}


.facturas div {
	clear: none;
}

.pickers, .fieldsetBox {
	width: 500px;
	padding: 22px 5px;
	clear: both;
}
.pickers .input.text label,
.formbox .input label {
	margin: 0px;
}
.pickers .input.text {
	width: 100px;
	float: left;
	clear: none;
	margin-left: 20px;
}

.formbox {
	width: auto;
	float: left;
	clear: none;
	margin-bottom: 10px;
}
.formbox .input {
	width: 150px;
	float: left;
	clear: none;
/* 	margin-right: 20px; */
}
.formbox .input {
	width: 110px;
}
.formbox .input.select {
	width: auto;
	margin-right: 4px;
}
.formbox .input select {margin-top:7px;}

#IvaTiposCont {
	width: auto;
}
.concepto {
	clear: both;
}

#conceptoAddProductbtn, #conceptoAddCartuchobtn {
	margin-top: 50px;
}
#addDiv_cartucho,
#addDiv_Servicio {
	padding: 10px;
	height: 300px !important;
}
#addDiv_cartucho div.input,
#addDiv_Servicio div.input {
	width: auto;
	float: left;
	clear: none;
}
#addDiv_cartucho #Descuentos {
	width: auto;
	clear: both;
	margin-top: 10px;
}
#addDetalle {
	clear: both;
	float: none;
	margin-top: 30px;
}

.no-close .ui-dialog-titlebar-close {
	display: none;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/loading.gif') 
                50% 50% 
                no-repeat;
}

body.loading {overflow: hidden;}
body.loading .modal {display: block;}

fieldset.fieldsetBox div.input {
	float: left;
}

.searchBox .input.select {
	float: left !important;
	display: inline !important;
}

td.td1, td.td2, td.td6, td.td7, td.td17, .saldoBlack{
	color: #000;
	font-weight: bold;
} 

td.td3, td.td8, td.td15, .saldoRed{
	color: #ff0000;
	font-weight: bold;
}

tr.anulado td {
	color: #ccc;
}

tr.cancelado td {
	background-color: #DBF0C8;
}

tr.vencida td {
	background-color: #FFEBEB;
}

#cancelarMultiple {
	padding: 10px;
}
