
.table-header {	background: #D31C85; color: white; }
.table-header th {	background: #D31C85; color: white; }

#pending-orders-container td, 
#processing-orders-container td, 
#completed-orders-container td {
 border-bottom: 1px solid #E977AF;
}
 
 
#pending-orders-container, 
#processing-orders-container, 
#completed-orders-container {
	
	margin-bottom: 30px;
	
}

.sh-apply { display: inline; float: right; height: 50px;}
.sh-apply input[type="submit"] { background: #BA1B82; }

#process-form { background-color: #C6006F; color: white; padding: 3px 6px; }

#new_note { width: 100%; }

.shorli-datatable th {text-align: left;}

.tabbed-display {
	margin: 20px 0 0;
}

.tab-container {
	display: none;
}

.tab-container#pending-orders-container {
	display: block;
}


.tabbed-display li {
	display: inline-block;
	padding: 2px 15px;
	margin: 0;
	cursor: pointer;
	margin-bottom: -1px;
	font-weight: bold;
	font-size: 20px;
}

.tabbed-display li.current {
	background: #fff;
	color: #222;
	border:2px solid silver;
	border-top-color: #D31C85;
	border-bottom: 0;
}

.tab-panel {
	border-top: 1px solid silver;
	margin-bottom: 20px;
}

#order-notes {
    border: 3px solid #E977AF;
    padding: 5px 8px;
    margin-top: 40px;
}
zbody.super-report .builder-module-content .builder-module-element {
	overflow-x: scroll;
}

#orders-full-enh {
	width: 4096px;
}

#orders-full-enh #full-comment, #orders-full-enh #full-admin {
	width: 512px;
}

