.thead {
	color: red;
}

/*TODO div.panel-body{margin-bottom: 0;}*/


.direction_button {
	background-color: #0d638f;
	color: #ffffff
}

.direction_button_active {
	background-color: #0da3e2;
	font-weight: bold;
}

.direction_buttons_wrapper {
	float: right;
	margin-bottom: 1em
}

.dock_location_scheduler_wrapper {
	float: right;
}

.jumbotron {
	max-height: 400px;
	min-height: 100px;
	border: solid 1px #d4d4d4;
	padding: 1.5em;
}

div.jumbotron {
	margin-bottom: 1.5em;
}

.jumbotron p {
	font-size: 1.2em;
	margin: 0;
}
.jumbotron button {
	padding: .5em;
	margin-top: .5em;
	float: right;
	position: relative;
	top: -2.7em;
}

#warehouse_processed .jumbotron, #warehouse_checked_in .jumbotron{ float: left; width: 100%; }
#warehouse_processed .jumbotron button, #warehouse_checked_in .jumbotron button{ top: 0; }

.font-blue {
	color: #4d90fe;
	font-weight: bold;
}

.gap-left {
	margin-left: 1em;
	
}.indent {
	text-indent: 2em;
}

.panel-heading {
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}

.full-width {
	width: 100%;
}

.time_slot_grid > .btn {
	margin-left: 0;
}
.table_white_space_top > tr > td {
	padding-bottom: 1.2em;
	height: 2em;
	border-top: solid 1px #e0e0e0;
}

.table_white_space_top > tr > th {
	font-weight: bold;
}

.table_white_space_bottom {
	padding: .5em;
	color: white;
}

.dock_scheduler_modal_table_padding{
	padding-top: 1em;
	padding-bottom: .5em;
}

.appointment_status_history {
	padding: 8px;
}

div.modal-body-override {
	border-top: solid 5px white;
}

.status_history_comment {
	border-bottom: solid 1px #e0e0e0;
}

.status_history_comment_box {
	border: solid 1px #a9a9a9;
}