body {
	background-color: rgb(252, 217, 32);
	background-image: url('/themes/images/bg.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#header {
	height: 130px;
	width: 973px;
	border: 2px solid #fff;
	border-radius: 4px;
	background-color: rgb(255, 203, 5);
	color: #000;
	margin: 30px auto;
	font-family: jura, sans-serif;
}
#header h1 {
	font-size: 72px;
	margin: 12px 0px 0px 153px;
	padding: 0px;
}
#header h2 {
	margin: 0px 0px 0px 225px;
	padding: 0px;
	background-color: transparent;
	width: auto;
	color: #000;
	font-size: 24px;
}
#header img {
	float: left;
	border: 2px solid #fff;
	border-radius: 2px;
	margin-left: 12px;
	margin-top: 2px;
}
#header a {
	float: right;
	width: 125px;
	height: 24px;
	box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
	border-radius: 10px;
	margin-right: 10px;
	background-color: #222;
	text-align: center;
	margin-top: 65px;
	padding-top: 12px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main {
	background-color: rgb(255, 203, 5);
}

.fixed #main {
	width: 973px;
	margin: 0px auto;
	border: 2px solid #fff;
	border-radius: 4px;
}
.fixed #content {
	border-width: 0px;
}

#nav {
	width: 170px;
	text-align: left;
	padding-left: 7px;
	float: left;
	font-size: 1.3em;
	margin: 0px 0px;
	font-weight: bold;
	position: absolute;
}

#nav ul {
	background-color: #fff;
	color: #000;
	width: 157px;
	padding-bottom: 7px;
	list-style-type: none;
	padding-left: 7px;
}

#nav ul li ul {
	padding-left: 7px;
	width: 150px;
	padding-bottom: 0px;
}

#nav ul li {
	padding-top: 5px;
}

#nav ul li a:link {
	color: #2875e6;
	font-weight: bold;
}

#nav ul li a:visited {
	color: #2875e6;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #91b4e5;
	font-weight: bold;
}

#nav ul li a:active {
	color: #91b4e5;
	font-weight: bold;
}

#content {
	background-color: #fff;
	color: #000;
	text-align: left;
	border: solid 1px #2875e6;
	margin-left: 180px;
	padding: 5px 15px;
	font-size: 1.2em;
}

h1 {
}

h2 {
	padding: 10px 15px 10px 15px;
	margin: 10px 0px;
	width: 95%;
	background-color: rgb(255, 203, 5);
	font-weight: bold;
	color: #000;
	font-size: 2.5em;
}

h3 {
	padding: 5px 5px 5px 5px;
	margin: 10px 0px;
	width: 95%;
	background-color: rgb(255, 203, 5);
	font-weight: bold;
	color: #000;
	font-size: 1em;
}
h4 {
	text-decoration: underline;
}
#busform {
	font-weight: bold;
}

.form-optional, .form-required {
	clear: left;
	padding: 1px;
	line-height: 1.5em;
}

.form-optional label, .form-required label {
	display:block;
	width:19em;
	float: left;
	text-align:right;
	padding-right:10px;
	padding-bottom: 10px;
}

.form-required label {
	font-weight: bold;
}

.button {
	margin-left: 8em;
	width: 150px;
	background-color: #f8f9fa;
	border: 1px solid #dadce0;
	border-radius: 4px;
	color: #3c4043;
	cursor: pointer;
	font-family: arial,sans-serif;
	font-size: 14px;
	height: 36px;
	line-height: 27px;
	min-width: 54px;
	padding: 0 16px;
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: pre;
}

.button:hover {
	border-color: #dadce0;
	box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
	color: #202124;
}

.button:focus {
	border-color: #4285f4;
	outline: none;
}
.billed-button {
	float: right;
	margin-top: 5px;
}

fieldset {
	border: 2px solid rgb(255, 203, 5);
	padding-left: 15px;
	margin-top: 5px;
}

legend {
	padding: 3px 15px 3px 5px;
	background-color: rgb(255, 203, 5);
	font-weight: bold;
	width: 150px;
}

.red {
	color: red;
}

.message {
	font-weight: bold;
	color: blue;
	border: 1px solid blue;
	padding: 5px;
}

.error {
	font-weight: bold;
	color: red;
	border: 1px solid red;
	padding: 5px;
}

.warning {
	font-weight: bold;
	color: #9D8B13;
	border: 1px solid #9D8B13;
	padding: 5px;
}

form .error {
	font-weight: bold;
	color: red;
	padding: 5px;
	border: 0px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.visible {
	visibility: visible;
}

table {
	width: auto;
	font-size: 1.2em;
	border-collapse: collapse;
}

th {
	background-color: #FFD77A;
	color: #000;
}

tr {
	background-color: #FFFADD;
}

th a {
  color: #000080;
  text-decoration: none;
}

th a:visited {
  color: #000080;
}

th a:active, th a:hover {
  color: #800000;
  text-decoration: underline;
}

tr.alternateRow {
  background-color: #FFF5CC;
}

td {
	padding: 5px;
}

td.sortedColumn {
  background-color: #FFF0BB;
}

th.sortedColumn {
  background-color: #FFAA00;
}

tr.alternateRow td.sortedColumn {
  background-color: #FFE8AA;
}

#credits {
	padding-top: 7px;
	text-align: center;
	font-size: 1em;
}

/*
	Trip::UNASSIGNED => "unassigned",
	Trip::ASSIGNED => "assigned",
	Trip::COMPLETED => "completed",
	Trip::DECLINED => "declined",
	Trip::CANCELLED => "cancelled",
	Trip::ACCEPTED => "accepted"
*/

tr.unassigned {
	background-color: #FFFF99;
}
tr.assigned {
	background-color: #FF9900;
}
tr.completed {
	background-color: #66CCFF;
}
tr.declined {
	background-color: #FF0000;
}
tr.cancelled {
	background-color: #FF0066;
}
tr.accepted {
	background-color: #66CC66;
}

#legend tr {
	font-weight: bold;
}

.link{
	text-decoration: underline;
	color: blue;	
}

.strike {
	text-decoration: line-through;
}

.strike {
	text-decoration: line-through;
}
tr.strike {
	background-color: #66CC66;
}

/* Quote Modal */
#quote-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

#quote-modal .modal-content {
	background-color: #fefefe;
	margin: 5% auto;
	padding: 20px;
	border: 2px solid #888;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	font-size: 1.4em;
}

#quote-modal .close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

#quote-modal .close:hover,
#quote-modal .close:focus {
	color: #000;
}

#quote-modal h2 {
	margin-top: 0;
	color: #000;
	background-color: transparent;
	width: auto;
}

#quote-modal .form-group {
	margin-bottom: 15px;
}

#quote-modal label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

#quote-modal input[type="number"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 1em;
}

#quote-modal button {
	background-color: rgb(255, 203, 5);
	color: #000;
	padding: 10px 20px;
	border: 2px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
}

#quote-modal button:hover {
	background-color: rgb(252, 217, 32);
}

#quote-result {
	margin-top: 20px;
}

.quote-options {
	display: flex;
	gap: 15px;
	justify-content: space-between;
}

.quote-option {
	flex: 1;
	padding: 15px;
	background-color: #f0f0f0;
	border-radius: 4px;
	text-align: center;
}

.quote-option-clickable {
	cursor: pointer;
	transition: all 0.2s;
}

.quote-option-clickable:hover {
	background-color: rgb(255, 203, 5);
	transform: scale(1.02);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.quote-option h3 {
	margin: 0 0 10px 0;
	color: #000;
	font-size: 1.2em;
	background-color: transparent;
	width: auto;
}

.quote-option .quote-price {
	font-size: 1.8em;
	font-weight: bold;
	margin: 10px 0;
	color: #000;
}

.quote-option .quote-detail {
	font-size: 0.9em;
	margin: 5px 0 0 0;
	color: #666;
}

.selected-indicator {
	color: #28a745;
	font-weight: bold;
	font-size: 0.9em;
}
