#order_list_table th:not(:last-child) {
	cursor: pointer;
}

.yes_mark {
	color: #009900;
}

.no_mark {
	color: #990000;
}

.sort_mark {
	margin-left: 10px;
}

.spinner_mark {
	font-size: 300%;
}

.blue_text {
	color: #2b33f0;
	font-weight: bold;
}

table.form_table th {
	text-align: right;
	padding-right: 10px;
	white-space: nowrap;
	width: 80px;
	vertical-align: top;
}

table.form_table th, table.form_table td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.center th, table.center td {
	text-align: center;
}

table.card_info_table th {
	padding-right: 20px;
}

table.card_info_table td {
	padding-left: 15px;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}

.bold {
	font-weight: bold;
}

.red {
	color: #dd1144;
}

.yellow {
	color: #e5ce37;
}

.line_through {
	text-decoration: line-through;
	color: #dd1144;
}

.required_mark {
	color: #dd1144;
	display: inline-block;
	width: 10px;
	text-align: right;
}

.pre_notes {
	background-color:#ffdddd;
	white-space: pre-wrap;
	word-break: normal
}

.pre_message {
	background-color:#ddddff;
	white-space: pre-wrap;
	word-break: normal
}

.pre_description {
	white-space: pre-wrap;
	word-break: normal
}

.green {
	color: #468847;
}

.table tbody tr.header th {
	background-color: #f3f3f3;
}

.red_span {
	background-color:#ff5555;
	padding: 0px 5px;
	color: #ffffff;
}

.table tbody>tr>td.vert-align-middle {
    vertical-align: middle;
}

.table_striped_tr {
	background-color: #f9f9f9;
}

.blue_hr {
	border-color: #337ab7;
}

.red_background {
	background-color:#ffdddd !important;
}