﻿.form-horizontal .control-label {
	text-align: left !important;
}

#attributeList .fa-times, #attributeList .fa-arrows, #workFlowStepList .fa-times, #workFlowStepList .fa-arrows {
	cursor: pointer;
}

table.pointer td {
	cursor: pointer;
}

.modal .modal-body {
	max-height: 420px;
	overflow-y: auto;
}


#workflow .fa-history, #home .fa-history {
	cursor: pointer;
}


.collapse-open {
	display: block !important;
	height: auto !important;
}

.pointer {
	cursor: pointer;
}

.move {
	cursor: move;
}

option.success {
	background-color: #27c24c;
}

option.warning {
	background-color: #ff902b;
}

option.danger {
	background-color: #f05050;
}

.paginate_button {
	padding: 0px !important;
}

.paginate_button:hover {
	border: none !important;
}

.pagination .active {
	background-color: #1c75bf;
	color: #FFFFFF;
}

table#vehicleTable {
	position: relative;
	display: block;
	margin-left: 0px;
	width: 2093px;
	height: 600px;
	overflow-x: scroll;
	overflow-y: hidden;
}

table#vehicleTable tbody {
	position: relative;
	display: inline-block;
	height: 468px;
	overflow-y: scroll;
}

table#vehicleTable td, table#vehicleTable th {
	min-width: 221px;
}

table#vehicleTable td:nth-of-type(2), table#vehicleTable th:nth-of-type(2) {
	min-width: 40px;
	text-align: center;
}

.float-left {
	float: left;
}

.field-validation-error {
	color: red;
	font-weight: bold;
}

.fa-sort-asc, .fa-sort-desc {
	color: #1c75bf;
}
