@charset "utf-8";

/*********************************
* CLASSES
**********************************/

.datacontent {
	padding: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

a.delete:link,
a.delete:visited,
a.delete:active,
a.delete:hover {
	color: #C61F04;
	border-bottom: 1px solid #C61F04;
	text-decoration: none;
	font-size: 12px;
}

a.text {
	color: #993300;
	text-decoration: underline;
}

a.text:hover {
	color: #993300;
	text-decoration: underline;
}

a.app-plain {
	color: #264894;
	text-decoration: none;
	font-size: 12px;
}

input.noborder {
	border: 0px;
}

tr.highlight {
	background: #ECECEC;
	cursor: pointer;
}

tr.ticket-highlight td {
	border-top: 2px solid #747474;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #ECECEC;
	padding: 2px 3px 8px 3px;
}

tr.view,
td.view {
	border-bottom: 1px solid #D6D6D6;
	padding: 3px 5px;
	vertical-align: top;
}

tr.view td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

tr.view-alt,
td.view-alt {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #D6D6D6;
	vertical-align: top;
	background: #ececec;
}

tr.view-alt td {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
}

td.sub-total {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	font-weight: bold;
	background: #c6c6c6;
}

td.grand-total {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	font-weight: bold;
	background: #979797;
}

td.grand-total-label {
	padding: 3px 5px 3px 5px;
	vertical-align: top;
	font-weight: bold;
	background: #ffffff;
	border-right: 1px solid #D6D6D6;
	text-align: right;
}

td.display-value {
	white-space: normal;
}

td.display-name-form {
	text-align:right;
	white-space:nowrap;
	padding:3px 5px;
	vertical-align:top;
	font-weight:600;
}

span.display-name-form {
	white-space:nowrap;
	padding:5px 5px;
}

td.display-name-spacer {
	border-top:1px solid #d3d3d3;
	margin-top:5px;
}

td.display-value-form {
	padding:1px 5px;
	width:200px;
	vertical-align:top;
	white-space:nowrap;
}

span.display-name {
	color: #232323;
}

td.display-name-menu {
	color: #000000;
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	border: 1px solid #b3b3b3;
}

td.display-value-menu {
	color: #000000;
	border: 1px solid #b3b3b3;
}

td.pcr-question-name {
	color: #2d2d2d;
	text-align: right;
	padding: 3px 5px;
	vertical-align: top;
	font-weight: bold;
}

.form-error ul {
	margin: 0;
}

td.form-error,
span.form-error,
div.form-error {
	color: #340000;
	border: 1px solid #c30000;
	background: #ffe4e4;
	padding: 5px;
	margin-bottom: 5px;
	min-height: 1px;
}

span.form-error {
	display: inline-block;
}

td.form-success,
span.form-success,
div.form-success {
	color: #0e7b00;
	border: 1px solid #0e7b00;
	background: #c7eac3;
	padding: 5px;
	margin-bottom: 5px;
}

td.warning {
	background: #524a37;
	border: 1px solid #000000;
	color: #e59c00;
}

td.orderform-header {
	padding: 3px;
	border-bottom: 1px solid #b2b2b2;
	vertical-align: bottom;
	text-transform: uppercase;
}

td.order-line {
	padding: 3px;
	border-bottom: 1px solid #b2b2b2;
}

div.flag-form {
	position: fixed;
	right: -10px;
	top: 110px;
	background-color: #282828;
	width: 240px;
	margin: 10px;
	color: #000000;
	height: 211px;
	padding: 7px;
}

.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0) transparent;
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
}

div.photo-separator {
	width:2px;
	height:113px;
	background:#29b800;
	margin-top:8px;
	float: left;
}

input.chem-chart {
	text-align: center;
	border: 0;
}

.notesTable tbody tr td {
	border-bottom: 1px solid #a8a8a8;
}

.notesTable tbody tr:nth-child(even) td {
	background-color: #dadada;
}

.notesTable tbody tr:nth-child(even) td.bid-notes {
	background-color: #c2c2c2;
}

.notesTable tbody tr:nth-child(odd) td.bid-notes {
	background-color: #d7d7d7;
}

td.bid-notes {
	vertical-align: top;
}

td.comp-notes {
	vertical-align: top;
}

td.app-setting {
	vertical-align: top;
	border: 1px solid #747474;
	padding: 3px;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: #cccccc;
	border: 1px solid #252525;
	margin: 0;
	padding: 0;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	cursor: pointer;
	background-color: #cccccc;
}

td.note-heading-users {
	background: none repeat scroll 0 0 #E1E1E1;
	border-bottom: 1px solid #3A3A3A;
	color: #000000;
	padding: 3px 6px;
}

td.note-heading-date {
	background: none repeat scroll 0 0 #E1E1E1;
	border-bottom: 1px solid #3A3A3A;
	color: #000000;
	padding: 3px 6px 3px 50px;
	white-space: nowrap;
}

td.note-body {
	padding: 4px 2px 15px 15px;
}

td.col-count {
	background: #b1b1b1;
	border: 1px solid #5b5b5b;
	text-align: center;
	padding: 2px;
}

input.inv-readonly {
	background: transparent;
	border: 0;
	text-align: right;
}

div.presets {
	margin: 1px;
	padding: 1px 3px;
	display: inline;
	background: #747474;
	color: #ffffff;
	float: left;
	cursor: pointer;
}

div.presets-hide {
	margin: 1px 1px 1px 8px;
	padding: 1px 3px;
	display: inline;
	color: #ebebeb;
	float: left;
	cursor: pointer;
	background-color: #c20000;
}

/* FORMS AND DOCS */
ul.forms-docs {
	list-style-type: none;
	padding: 2px;
	list-style-position: outside;
	margin: 0;
}

ul.forms-docs li {
	margin:0;
	padding:2px 0;
	margin:2px 0;
}

span.doc_category {
	cursor:pointer;
}