/*
 Theme Name:   Simple Bootstrap Child
 Template:     simple-bootstrap
*/
#preview {
	width:100%;
	border: 3px solid #EEBF65;
	border-radius: 11px;
}
.ui-autocomplete-loading {
	background: white url("img/ui-anim_basic_16x16.gif") right center no-repeat;
}
.navbar-brand {
	text-indent: -9999px;
	background: url(img/logo1.png) 0 0 no-repeat;
	width: 150px;
	background-size: contain;
}
.order-table .row {
	padding: 10px 0 15px;
	border-top: 1px solid black;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.order-table {
	overflow-x: auto;
	white-space: nowrap;
	min-width: 1024px;
}

.order-table form:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.order-table .row img,
.ordertable img,
#productstable img {
	max-height: 100px;
	min-height: 50px;
}
