
/* Droid fonts */
@import url(//fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Sans+Mono|Droid+Serif:400,700,400italic,700italic);

/* Bootstrap */
/* LAST EDIT (2013/12/17): http://getbootstrap.com/customize/?id=8004230 */
@import url(bootstrap.min.css);

html {
	/* so the linear gradient fills at least the height of the browser window */
	height: 100%;
}

body {
	height: 100%;
	background: -moz-linear-gradient(top,  #b4e2fa 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4e2fa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b4e2fa 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b4e2fa 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b4e2fa 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b4e2fa 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e2fa', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	background-attachment: fixed;
}

/* Hide or style specific orders table columns:
	.orderColConfirmationNumber,
	.orderColStatus,
	.orderColDeliveryDate,
	.orderColSendDate,
	.orderColCustomerId,
	.orderColCustomerName,
	.orderColResentByUser,
	.orderColClientApp,
	.orderColClientVersion,
	.orderColClientSerial,
	.orderColPO,
	.orderColComment
*/
/*.orderColClientApp,
.orderColClientVersion,
.orderColClientSerial {
	display: none;
}*/
.orderColDeliveryDate {
 display:none;
}

/* Hide or style specific users table columns:
	.userColUsername,
	.userColEnabled,
	.userColRole,
	.userColCreatedAt,
	.userColUpdatedAt,
	.userColTabletUser
*/
/*.userColTabletUser {
	display: none;
}*/

/* Hide or style specific customers table columns (in user edit/view):
	.customerColInclude,
	.customerColId,
	.customerColName
*/

/* Hide or style specific order details table columns:
	.itemColSku,
	.itemColDescription,
	.itemColCaseQty,
	.itemColUnitQty,
	.itemColOverridePrice,
	.itemColPack,
	.itemColSize,
	.itemColRemove
*/
.itemColOverridePrice {
	display: none;
}

