@media print {
    .noPrint {
		display:none;
	}
}

body.bodyOneFixedMenu {
	padding-top: 50px;	
}

@media (max-width: 767px) {
	body.bodyOneFixedMenu > .container > .row {
		margin-left: 0;
	}
}

/*FORMS*/
form .formInlineInputs, .formInlineInputs, form .formInlineLabels {display:inline;margin-right:15px;clear:none;float:left;}
form .formInlineLabels label { display: inline; }
form .formInlineLabels .help-inline { padding-left: 0px; }


/*LOADING*/
ul.loading, li.loading, div.loading, tr.loading, td.loading, p.loading { filter: alpha(opacity=50); }
.imgLoading, .imgLoading { display: none; z-index: 99; background: url(/img/loading.gif) no-repeat; }
.imgLoading span { padding-left: 20px; vertical-align: top; font-size: 12px; text-decoration: none; font-weight: normal !important; color: #999999; }
ul.loading .imgLoading, li.loading .imgLoading, div.loading .imgLoading, form.loading .imgLoading, tr.loading .imgLoading, td.loading .imgLoading, p.loading .imgLoading { display: block; }
ul.loading .imgLoading.inlineLoading, li.loading .imgLoading.inlineLoading, div.loading .imgLoading.inlineLoading, form.loading .imgLoading.inlineLoading, tr.loading .imgLoading.inlineLoading, td.loading .imgLoading.inlineLoading, p.loading .imgLoading.inlineLoading { display: inline-block; }
select.loading, .dropdown.loading .dropdown-toggle { background: #e5e5e5 url('/img/loading.gif') left center no-repeat; }
input.loading


/*PAGINATION*/
.pagination li.current {
	float: left;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	border: 1px solid #DDD;
	border-left-width: 0;
}

.pagination li.current:first-child  {
	border-left-width: 1px;
}

.pagination .counter {
    color: #666666;
    font-size: 11px;
}


/*DISCREET ALERT*/
#discreetAlert{position:fixed;z-index:999999;max-width:500px;top:-150px;opacity:0;left:50%;margin-left:-250px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-o-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;padding:5px 35px 0 20px;}
#discreetAlert .close{height:18px;width:19px;display:inline-block;position:absolute;top:5px;right:5px;}


/*NOTEPAD*/
.notepad_wrapper {
	background: url(/img/notepad.png) no-repeat;
	height: 190px;
	width: 172px;
	padding: 8px 17px 8px 30px;
	margin: 0 0 10px 0;
}
.notepad_wrapper textarea {
	width: 165px;
	height: 145px;
	border: 0;
	background: 0;
	font-size: 14px;
	line-height: 1.2;
	font-family: "Comic Sans MS";
	overflow: auto;
}
.notepad_wrapper textarea:focus {
	border: none;
	-webkit-box-shadow: inset 0;
	-moz-box-shadow: inset 0;
	box-shadow: inset 0;
	outline: 0;
}

/*PURCHASES*/
.addItemContainer .nav {margin-bottom:0;}
.addItemContainer .nav > li {float:right;}
.addItemContainer .nav > li > a {padding-bottom: 4px; padding-top: 4px; outline: 0;}

#frmAgregarItem .alert {float:right;}

/*CUSTOMERS*/
#CustomerDetailForm .notepad_wrapper {float:right;}

/*EXCHANGES*/
ul.exchanges li { /*float: right;*/ border-left: 1px solid; padding-left: 5px; }
ul.exchanges li:first-child { border-left: none; padding-left: 0; }

/*ORDERS*/
.sello { font-size: 17px; padding: 10px; border: 1px solid #000; -moz-border-radius:5px;-webkit-border-radius:5px;-o-border-radius:5px;border-radius:5px; }

#frmAgregarItem .help-block { margin-bottom: 0; }
    
table .totals, table .totals label  { font-weight: bold; }
table .account_totals td{ border: 0; color: #666; padding-top: 20px; }
