﻿#fileUpload {
}

	#fileUpload table {
		margin: auto;
		margin-bottom: 30px;
	}

	#fileUpload thead th {
		padding-bottom: 10px;
	}

	#fileUpload thead td {
	}

	#fileUpload tbody th {
	}

	#fileUpload tbody td {
		padding: 10px;
		border-bottom: 1px solid #ddd;
	}

.pickup-dashboard-table {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
}

	.pickup-dashboard-table th {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.pickup-dashboard-table td {
		font-size: 14px;
		margin-bottom: 10px;
	}



.content-wrapper {
	margin: 0 auto;
	width: 1136px;
	padding-bottom: 10px;
}

.content {
	background-color: white;
	color: black;
	min-height: 200px;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	margin-left: 1px;
}

	.content .field {
		margin-left: auto;
		margin-right: auto;
		padding: 15px 10px;
	}

		.content .field .label {
			font-size: 14px;
			font-weight: bold;
			padding-bottom: 5px;
		}

			.content .field .label .required:after {
				content: " *";
			}

	.content input, .content textarea {
		background: linear-gradient(white, lightgrey) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 1px solid #ccc;
		border-radius: 5px;
		font-size: 12px;
		height: 15px;
		padding: 2px 10px 4px 10px;
	}

		.content input[type=submit].button {
			margin: 0;
		}

		.content input[type=button].button {
			margin: 0;
		}

		.content input.invalid {
			border: 1px solid red;
		}

.button, input[type=submit].button {
	background: none repeat scroll 0 0 #4dc8ed;
	border: 1px solid #666;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 31px;
	line-height: 28px;
	padding: 0 20px;
}

.button, input[type=button].button {
	background: none repeat scroll 0 0 #4dc8ed;
	border: 1px solid #666;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 31px;
	line-height: 28px;
	padding: 0 20px;
}


select {
	background: -moz-linear-gradient(center top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	display: block;
	height: 25px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
}

input[type=submit].button {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

h2 {
	color: black;
	font-size: 16pt;
}

h3 {
	color: grey;
	font-size: 12pt;
}

h4 {
	font-weight: bold;
	text-align: left;
	margin-top: 0;
	margin-bottom: 5px;
}



.simple-tabs li {
	list-style: none;
	display: inline;
}

.simple-tabs a {
	padding: 5px 10px;
	border: 1px solid #666;
	border-bottom: none;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	background: none repeat scroll 0 0 #fff;
	color: #000;
	cursor: pointer;
}

	.simple-tabs a:hover {
		border: 2px solid #666;
		border-bottom: none;
		color: #000;
		padding: 5px 10px;
		font-weight: normal;
		cursor: pointer;
	}

	.simple-tabs a.active {
		outline: none;
		border: 2px solid #4dc8ed;
		border-bottom: none;
		cursor: pointer;
	}

/* Validation */
.validator {
	color: red;
}

.input-validation-error {
	border: 2px solid #ff0000 !important;
}

.validation {
	display: none;
}

.validation-summary-errors ul {
	margin-left: 0;
	padding-left: 0;
}

	.validation-summary-errors ul li {
		font-size: 16px;
		list-style: none;
		background-image: url('/Images/Exclamation.png');
		background-repeat: no-repeat;
		background-size: 24px;
		padding-left: 28px;
		font-weight: bold;
		color: #d50155;
		font-size: 10pt;
		min-height: 24px;
		line-height: 17pt;
		position: relative;
		display: block;
		margin-left: 10px;
		margin-bottom: 5px;
	}

.field-validation-error {
	overflow: visible;
	text-wrap: none;
	background-image: url('/Images/Exclamation.png');
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 28px;
	font-weight: bold;
	color: #d50155;
	font-size: 10pt;
	min-height: 24px;
	line-height: 16pt;
	margin-left: 5px;
	margin-top: 34px;
	width: 400px;
	position: relative;
	overflow: visible;
	display: block;
}
/* End Validation */

/* Main Menu */
.menu ul {
	display: block;
	width: 1127px;
	background: black;
	height: 30px;
	border: 4px solid white;
	padding: 0;
	margin: 0;
	margin-left: 1px;
}

.menu.team-dashboard ul {
	width: 1327px;
}

.menu.comp-dashboard ul {
	width: 1327px;
}

.menu ul li.login, .menu ul li.login:hover {
	width: auto;
	text-align: left;
	color: #00c7f0;
	line-height: 31px;
	font-size: 19px;
	font-weight: bold;
	padding-left: 6px;
	background: black;
}

.menu ul li {
	display: inline-block;
	height: 30px;
}

	.menu ul li:hover {
		background-color: #4dc8ec;
	}

	.menu ul li a, .menu ul li a:hover, .menu ul li a:visited {
		text-decoration: none;
		color: white;
		font-size: 14px;
		font-weight: bold;
		display: inline-block;
		padding: 7px 5px;
	}
/* End Main Menu */

/* Secondary Menu */
#notifications-count, .notifications-count {
	background-color: red;
	border-radius: 23px;
	box-shadow: 1px 1px 4px black;
	color: white;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-left: 5px;
	margin-top: 0;
	padding: 3px 6px;
	position: relative;
	top: -4px;
}



/* Request Pages */
.form-page {
	font-size: 20px;
	text-align: left;
}

	.form-page textarea, .form-page input[type=text], .form-page input[type=date] {
		font-size: 16px;
		width: 100%;
		max-width: 200px;
	}

	.form-page .chosen-select {
		width: 100%;
		max-width: 623px;
	}

	.form-page textarea {
		height: 100px;
		max-width: 600px;
	}

	.form-page h3 {
		margin-bottom: 6px;
		width: 98%;
	}

	.form-page hr {
		height: 3px;
		background-color: black;
		box-shadow: 3px 3px 3px black;
		border: none;
	}

	.form-page .value.event-details span {
		width: 165px;
		text-align: right;
		color: black;
		display: inline-block;
		margin-right: 6px;
	}

	.form-page.view .field .value {
		color: blue;
		margin-left: 20px;
	}

	.form-page .column.right {
		margin-top: 15px;
		font-size: 12px;
	}

		.form-page .column.right h3 {
			box-shadow: 3px 3px 3px black;
			border-radius: 3px;
			font-size: 18px;
		}

		.form-page .column.right h4 {
			margin-left: 10px;
			font-size: 16px;
		}

	.form-page .block {
		margin-left: 1px;
		width: 104%;
	}

		.form-page .block .item p {
			margin-top: 0;
			margin-bottom: 0;
		}

	.form-page .item.unviewed {
		box-shadow: 0px 0px 10px #00d504;
		border-color: #00d504;
	}

	.form-page .block.previous-notes {
		font-size: 12px;
		margin-left: 10px;
		width: 700px;
	}

		.form-page .block.previous-notes .item p {
			margin-bottom: 0;
			margin-top: 5px;
			font-size: 16px;
		}

		.form-page .block.previous-notes .item div span {
			font-size: 14px;
		}

			.form-page .block.previous-notes .item div span:first-of-type {
				display: inline-block;
				float: left;
			}

			.form-page .block.previous-notes .item div span:last-of-type {
				display: inline-block;
				float: right;
			}
	/* End Request Pages */

	/* Hotel Request */
	.form-page.hotel .field.placeholder {
		height: 46px;
	}

	.form-page.hotel input[type=number] {
		width: 200px;
	}

	.form-page.hotel .column, .form-page.hotel .column.left.view {
		width: 380px;
	}

	.form-page.hotel.view .column {
		width: 46%;
	}

	.form-page.hotel .field .label span {
		display: block;
		font-size: 11px;
		font-weight: normal;
		margin-top: 3px;
		margin-left: 5px;
		color: blue;
	}

	.form-page.hotel #hotelSearch {
		width: 600px;
		max-width: 600px;
	}

.content .hotel input {
	height: 20px;
}
/* End Hotel Request */

/* Client */
.content .client input {
	height: 20px;
}
/* Addendum Request */
.form-page.addendum .deposit-amount {
	display: block;
	color: red;
	font-weight: bold;
	font-size: 15px;
	margin-left: 12px;
	margin-top: 3px;
}

.form-page.addendum .room {
	margin-bottom: 10px;
}

	.form-page.addendum .room .button {
		margin-left: 10px;
	}

	.form-page.addendum .room hr {
		margin-left: 10px;
		margin-top: 16px;
		margin-bottom: -14px;
		width: 755px;
		height: 1px;
		box-shadow: 1px 1px 1px black;
		text-align: left;
	}

.form-page.addendum .button.new-room-type {
	margin-left: 10px;
	display: inline-block;
	height: 18px;
	line-height: 19px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.form-page.addendum table.room-counts {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	max-width: 1000px;
	border: 1px solid black;
	border-radius: 6px;
	border-collapse: separate;
	border-spacing: 0;
}

	.form-page.addendum table.room-counts th:first-child {
		border-radius: 5px 0 0 0;
	}

	.form-page.addendum table.room-counts th:last-child {
		border-radius: 0 5px 0 0;
	}

	.form-page.addendum table.room-counts th:only-child {
		border-radius: 5px 5px 0 0;
	}

	.form-page.addendum table.room-counts td, .form-page.addendum table.room-counts th {
		padding: 0 4px;
	}

	.form-page.addendum table.room-counts td {
		border: 1px solid black;
		padding: 2px 5px 2px 5px;
		max-width: 200px;
	}

		.form-page.addendum table.room-counts td input[type=text] {
			width: 65px;
			margin: 0;
			font-size: 15px;
			text-align: center;
		}

		.form-page.addendum table.room-counts td.date {
			font-weight: bold;
		}

	.form-page.addendum table.room-counts th {
		border: 1px solid black;
		font-weight: bold;
		max-width: 200px;
	}

.form-page.addendum h2 {
	box-shadow: 3px 3px 3px black;
	border-radius: 3px;
	font-size: 22px;
	width: auto;
	padding: 2px 7px 0;
	background-color: lightgray;
}

.form-page.addendum.view .changed {
	color: red !important;
	font-weight: bold;
	text-shadow: 0 0 1px red;
}

.form-page.addendum.view td.changed {
	border-color: red !important;
	box-shadow: 0 0 4px red;
}

.form-page.addendum.view .rooms .room.added .field .value, .form-page.addendum.view .rooms .room.removed .field .value {
	color: red !important;
	font-weight: bold;
	text-shadow: 0 0 1px red;
}

.form-page.addendum.view .rooms .room h4 {
	margin-top: 29px;
	margin-left: 10px;
}

.form-page.addendum.view .rooms .room.added h4 {
	color: Green !important;
	font-weight: bold;
	text-shadow: 0 0 1px Green;
}

.form-page.addendum.view .rooms .room.removed h4 {
	color: Red !important;
	font-weight: bold;
	text-shadow: 0 0 1px Red;
}

.form-page.addendum.view .rooms .room:last-of-type hr {
	display: none;
}
/* End Addendum Request */

/* General to lists */
.column {
	width: 46%;
	margin-right: 20px;
}


.item .close {
	cursor: pointer;
	float: right;
	display: block;
}

.item .urgent {
	background-image: url('/Images/Exclamation.png');
	background-repeat: no-repeat;
	background-size: 24px;
	height: 24px;
	width: 24px;
	float: right;
	margin-top: -4px;
	margin-right: 7px;
}

.block.scrollable {
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	width: 102%;
	margin-left: -8px;
}
/* End General to notification and request lists */


/* Begin Team Details */
.form-page.team-details .column {
	width: 380px;
}

	.form-page.team-details .column .chosen-select {
		max-width: 222px;
		width: 100%;
	}
/* End Team Details */

/* Reports */
.report-list a.button {
	margin-bottom: 14px;
	display: block;
	height: 100%;
	line-height: 20px;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
}

.report .validator {
	color: red;
}

.report .content input[type=submit].button {
	margin: 0;
}

.report {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}

	.report h2 {
		color: white;
		font-size: 16pt;
	}

	.report .field {
		width: 100%;
		text-align: left;
		color: white;
		font-size: 14pt;
		margin-bottom: 25px;
	}

	.report .field-value {
		float: left;
	}

	.report .field-label {
		float: left;
		width: 145px;
		text-align: right;
		padding-right: 10px;
	}

	.report select {
		font-size: 12pt;
		min-width: 330px;
		background: white;
		border-radius: 0;
		box-shadow: none;
	}

.listinputs {
	height: auto;
	line-height: 24px;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
/* End Reports */

/* Team Management - Team Import */
.form-page.team-import .validation {
}

.form-page.team-import .import-mapping-row-even {
	background-color: #f0f0f0;
}

.form-page.team-import .import-mapping-row-odd {
	background-color: white;
}

.form-page.team-import .import-mapping-field {
	width: 40%;
	text-align: right;
}

.form-page.team-import .import-mapping-value {
	width: 40%;
	padding: 15px 10px;
}

.form-page.team-import .import-mapping-field-header {
	width: 40%;
	text-align: right;
	font-weight: bold;
	font-size: larger;
	margin-top: 0;
	margin-bottom: 10px;
}

.form-page.team-import .import-mapping-value-header {
	width: 40%;
	padding: 15px 10px;
	font-weight: bold;
	font-size: larger;
	margin-top: 0;
	margin-bottom: 10px;
}
/* End Team Import*/

/* Team Management - Team List */
.team-list #simple-tabs {
	margin-bottom: 0px;
}

.team-list .message {
	margin: auto;
	text-align: center;
	width: 90%;
}

.team-list button.delete-all-teams {
	background-color: red;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 18px;
}

.team-list a.delete-all-teams {
	background-color: red;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	height: 18px;
	line-height: 18px;
}

#team-list-div {
	/* override .content padding, we need all the space we can get */
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -10px;
}

#team-list-status-grids-div {
	padding: 0;
	margin: 0;
	height: 800px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.item.team-list-item {
	width: 99%;
	overflow: auto;
	margin-left: -25px;
}

.team-list .change-status-button {
	margin-left: 4px;
}

.team-list .email-button {
	margin-left: 4px;
}

.team-list .select-all-button {
	margin-left: 4px;
}

.team-list .add-team-button {
	margin-left: 4px;
}

.team-list-checkbox {
}

.team-list .export-teams-button {
	margin-left: 4px;
}

.team-list .add-team-button {
	margin-left: 4px;
}

.team-list .change-status-dropdown {
	margin-top: 4px;
	margin-left: 4px;
}

.team-list #toolbar-div {
	margin-top: 5px;
	padding-right: 20px;
	min-height: 30px;
}

.team-list #status-grid-div {
}

.team-list .dataTables_filter {
	display: none;
}

.team-list #search-div {
	padding-left: 5px;
}

.email-body, .sms-body {
	width: 600px !important;
	height: 400px !important;
}

.email-form .field .label, .email-form .field .value {
	text-align: left;
}

.email-form .email-subject {
	width: 600px !important;
}

.email-form .field .value .email-recipient-dropdown {
	width: 60%;
}

.team-list-prelude h2 {
	text-align: left;
	margin-left: 25px;
}

.team-list-prelude select {
	width: 90%;
}

.team-list-prelude .recently-viewed ul {
	list-style: disc;
	text-align: left;
	width: 90%;
	font-size: 14px;
	font-weight: bold;
}

	.team-list-prelude .recently-viewed ul li {
		margin-bottom: 5px;
	}

		.team-list-prelude .recently-viewed ul li a, .team-list-prelude .recently-viewed ul li a:hover, .team-list-prelude .recently-viewed ul li a:visited {
			color: blue;
			margin: 0;
			padding: 0;
			text-decoration: none;
			vertical-align: top;
		}
/* End Team List*/

/* Team Management - Team Dashboard*/
.dataTables_wrapper .dataTables_filter {
	float: left !important;
	margin-left: 50px !important;
	text-align: left !important;
}

	.dataTables_wrapper .dataTables_filter input {
		font-size: 12px !important;
		height: 25px !important;
		padding: 2px 10px 4px 10px !important;
	}

.dataTables_paginate {
	margin-right: 50px;
}

#team-management-dashboard-grid_wrapper {
}

	#team-management-dashboard-grid_wrapper tr {
		cursor: pointer;
	}

#view-email-modal {
	/**/
}

#view-email-modal-content {
	overflow-y: scroll;
	max-height: 800px;
	padding-left: 30px;
	padding-right: 30px;
}

/* End Team Dashboard*/

/* Room Lists */
.room-lists {
	font: 12px "AvantGardeBkBTBook",Arial,sans-serif;
}

	.room-lists h2 {
		font-size: 18px;
		text-align: left;
		margin-left: 10px;
	}

	.room-lists .event-details {
		font-size: 18px;
		text-align: left;
		margin-bottom: 20px;
	}

		.room-lists .event-details .label {
			float: left;
			color: blue;
			margin-right: 10px;
			text-align: right;
			width: 152px;
		}

		.room-lists .event-details .value {
			float: left;
		}

	.room-lists .block {
		width: 98%;
	}

		.room-lists .block .item {
			font-size: 16px;
		}

		.room-lists .block .details {
			float: left;
			width: 45%;
		}

		.room-lists .block .notes {
			float: left;
			width: 32%;
		}

		.room-lists .block .item a.button {
			width: 185px;
			display: block;
			text-align: center;
			margin-bottom: 6px;
			color: white;
			font-size: 14px;
			padding: 0;
			height: 27px;
			line-height: 27px;
		}

		.room-lists .block .item .label {
			display: inline-block;
			color: blue;
			margin-right: 3px;
			text-align: right;
			width: 128px;
			margin-bottom: 6px;
			vertical-align: top;
		}

		.room-lists .block .item .value {
			display: inline-block;
			width: auto;
		}

		.room-lists .block .hotel {
			float: left;
			width: 430px;
		}

			.room-lists .block .hotel .value {
				width: 290px;
			}

		.room-lists .block .venue {
			padding-top: 10px;
			float: left;
			width: 430px;
		}

			.room-lists .block .venue .label {
				width: 128px;
			}

			.room-lists .block .venue .value {
				width: 290px;
			}

		.room-lists .block .options {
			float: right;
			width: 195px;
			text-align: right;
		}

	.room-lists .notes-wrapper {
		min-height: 30px;
		border-width: 2px;
		border-style: dotted;
		border-color: gainsboro;
	}

	.room-lists .notes-content {
		max-height: 190px;
		padding: 5px 10px;
		overflow: auto;
		white-space: pre;
	}

	.room-lists .notes-input {
		width: 93%;
	}

	.room-lists .notes-placeholder {
		color: blue;
		text-decoration: underline;
	}

.room-list-search hr {
	margin: 15px 0;
}

.room-list-search .field {
	text-align: left;
	padding: 5px 10px;
	height: 25px;
}

	.room-list-search .field .label, .room-list-search .field .value {
		display: inline-block;
		height: 25px;
	}

	.room-list-search .field .label {
		vertical-align: middle;
	}

.room-list-search select {
	width: 100%;
}

.room-list-search input[type=checkbox] {
	width: 20px;
	height: 20px;
}

.room-list-search .block a.item, .room-list-search .block a.item:hover {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 16px;
	width: 94%;
}

.room-list-search .block .column:first-of-type {
	width: 58%;
}

.room-list-search .block .item .column:first-of-type span {
	width: 95px;
}

.room-list-search .block .column {
	float: left;
	width: 18%;
}

.room-list-search .block .item span {
	display: inline-block;
	color: blue;
	margin-right: 3px;
	text-align: right;
	width: 128px;
	margin-bottom: 6px;
	vertical-align: top;
}

.room-list-search .block .item {
	padding-bottom: 0;
}
/* End Room Lists */

/* Room List Confirmation */
.room-list-confirmation {
	font-size: 14px;
}

	.room-list-confirmation .processed {
		text-align: left;
		color: darkgray;
		margin-left: 12px;
	}

	.room-list-confirmation h2 {
		color: #777;
	}

	.room-list-confirmation .bold {
		font-weight: bold;
	}

	.room-list-confirmation .italic {
		font-style: italic;
	}

.special-instructions-container {
}

.special-instructions-text {
	text-align: left;
	width: 600px;
}

.reservations .block {
	width: 98%;
}

.room-list-confirmation .block .item {
	width: 94%;
}

.room-list-confirmation .column {
	float: left;
	width: 26%;
}

	.room-list-confirmation .column.confirmation {
		width: 40%;
	}

.room-list-confirmation .field {
	margin: 0;
	padding: 0;
}

.room-list-confirmation .label {
	display: inline-block;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 95px;
	vertical-align: middle;
}

.room-list-confirmation .column.confirmation .label {
	width: 145px;
}

.room-list-confirmation .column.confirmation .value {
	width: 250px;
}

.room-list-confirmation .column.confirmation .field {
	margin-bottom: 6px;
}

.room-list-confirmation .column.confirmation .value input {
	width: 100px;
	background: white;
	padding: 4px;
	margin-top: -3px;
}

.room-list-confirmation .column.confirmation .value textarea {
	width: 100%;
	height: 50px;
	background: white;
	padding: 4px;
}

.room-list-confirmation .value {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 160px;
}

.room-list-confirmation .action-value {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

.room-list-confirmation .validation-summary-errors ul {
	text-align: left;
}

.room-list-confirmation label.checkbox {
	vertical-align: top;
	display: inline-block;
	line-height: 25px;
}

.room-list-confirmation input[type=checkbox] {
	width: 20px;
	height: 20px;
}

.room-list-confirmation .signature {
	width: 90%;
	text-align: left;
	margin-left: 12px;
	margin-bottom: 25px;
	line-height: 25px;
}

	.room-list-confirmation .signature div {
		margin-bottom: 8px;
	}

	.room-list-confirmation .signature input {
		margin-right: 10px;
	}

.room-list-confirmation .access-code {
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	text-align: left;
}

	.room-list-confirmation .access-code .label, .room-list-confirmation .access-code .value {
		width: 175px;
		display: block;
		text-align: left;
	}

	.room-list-confirmation .access-code button {
		margin-top: 10px;
	}
/* End Room List Confirmation */


/* Pickup Forms */
.pickup-form-rooms {
	font: 12px "AvantGardeBkBTBook",Arial,sans-serif;
}

	.pickup-form-rooms .hotel-room-button {
		margin-left: 40px;
		margin-right: 40px;
	}

	.pickup-form-rooms h2 {
		font-size: 18px;
		text-align: left;
		margin-left: 10px;
	}

	.pickup-form-rooms .event-details {
		font-size: 18px;
		text-align: left;
		margin-bottom: 20px;
	}

		.pickup-form-rooms .event-details .label {
			float: left;
			color: blue;
			margin-right: 10px;
			text-align: right;
			width: 152px;
		}

		.pickup-form-rooms .event-details .value {
			float: left;
		}

	.pickup-form-rooms .block {
		width: 98%;
	}

		.pickup-form-rooms .block .item {
			font-size: 16px;
		}

		.pickup-form-rooms .block .details {
			float: left;
			width: 800px;
		}

	.pickup-form-rooms .item .room-details .detail-item {
		height: 30px;
		padding-top: 5px;
	}

	.pickup-form-rooms .value {
		padding-top: 2px;
		font-weight: bold;
	}

	.pickup-form-rooms .diff-icon-good {
		font-size: 18px;
		text-shadow: 0 0 0.2em #00ff00, 0 0 0.2em #00ff00;
	}

	.pickup-form-rooms .diff-icon-bad {
		font-size: 18px;
		text-shadow: 0 0 0.2em #ffff00, 0 0 0.2em #ffff00;
	}

	.pickup-form-rooms .item .room-details .label {
		/* font-size: 12px; */
	}

	.pickup-form-rooms .item .room-details {
		height: 100px;
	}

	.pickup-form-rooms .block .item a.button {
		width: 185px;
		display: block;
		text-align: center;
		margin-bottom: 6px;
		color: white;
		font-size: 14px;
		padding: 0;
		height: 27px;
		line-height: 27px;
	}

	.pickup-form-rooms .block .item .label {
		display: inline-block;
		color: blue;
		margin-right: 3px;
		text-align: right;
		width: 128px;
		margin-bottom: 6px;
		vertical-align: top;
	}

	.pickup-form-rooms .block .item .value {
		display: inline-block;
		width: auto;
	}

	.pickup-form-rooms .block .hotel {
		float: left;
		width: 445px;
	}

		.pickup-form-rooms .block .hotel .value {
			width: 300px;
		}

	.pickup-form-rooms .block .venue {
		float: left;
		width: 349px;
	}

		.pickup-form-rooms .block .venue .label {
			width: 55px;
		}

		.pickup-form-rooms .block .venue .value {
			width: 274px;
		}

	.pickup-form-rooms .block .options {
		float: right;
		width: 195px;
		text-align: right;
	}

.pickup-form-search hr {
	margin: 15px 0;
}

.pickup-form-search .field {
	text-align: left;
	padding: 5px 10px;
	height: 25px;
}

	.pickup-form-search .field .label, .pickup-form-search .field .value {
		display: inline-block;
		height: 25px;
	}

	.pickup-form-search .field .label {
		vertical-align: middle;
	}

.pickup-form-search .event-link {
	width: 730px;
	text-decoration: none;
}

.pickup-form-search select {
	width: 100%;
}

.pickup-form-search input[type=checkbox] {
	width: 20px;
	height: 20px;
}

.pickup-form-search .block a.item, .pickup-form-search .block a.item:hover {
	display: block;
	text-decoration: none;
	color: black;
	font-size: 16px;
	width: 94%;
}

.pickup-form-search .block .column:first-of-type {
	width: 58%;
}

.pickup-form-search .block .item .column:first-of-type span {
	width: 95px;
}

.pickup-form-search .block .column {
	float: left;
	width: 35%;
}

.pickup-form-search .block .item span {
	display: inline-block;
	color: blue;
	margin-right: 3px;
	text-align: right;
	width: 128px;
	margin-bottom: 6px;
	vertical-align: top;
}

.pickup-form-search .block .item .eventEnd {
	display: flex;
	gap: 4px;
	align-items: center;
}

	.pickup-form-search .block .item .eventEnd .eventEndMid {
		background: #ffeb7f;
		border-radius: 5px;
		padding: 2px;
		margin-bottom: 4px;
	}

	.pickup-form-search .block .item .eventEnd .eventEndLate {
		background: #ffb4b4;
		border-radius: 5px;
		padding: 2px;
		margin-bottom: 4px;
	}

.pickup-form-search .block .item {
	padding-bottom: 0;
}
/* End Pickup Forms */

/* Pickup Form Confirmation */
.pickup-form-confirmation {
	font-size: 14px;
}

	.pickup-form-confirmation .processed {
		text-align: left;
		color: darkgray;
		margin-left: 12px;
	}

	.pickup-form-confirmation h2 {
		color: #777;
	}

	.pickup-form-confirmation .bold {
		font-weight: bold;
	}

	.pickup-form-confirmation .italic {
		font-style: italic;
	}

	.pickup-form-confirmation .divider300 {
		width: 300px;
		height: auto;
		display: inline-block;
	}

	.pickup-form-confirmation .divider80 {
		width: 90px;
		height: auto;
		display: inline-block;
	}


.special-instructions-container {
}

.special-instructions-text {
	text-align: left;
	width: 600px;
}

.reservations .block {
	width: 98%;
}

.pickup-form-confirmation .block .item {
	width: 94%;
}

.pickup-form-confirmation .column {
	float: left;
	width: 26%;
}

	.pickup-form-confirmation .column.confirmation {
		width: 40%;
	}

.pickup-form-confirmation .field {
	margin: 0;
	padding: 0;
}

.pickup-form-confirmation .label {
	display: inline-block;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	width: 95px;
	vertical-align: middle;
}

.pickup-form-confirmation .column.confirmation .label {
	width: 145px;
}

.pickup-form-confirmation .column.confirmation .value {
	width: 250px;
}

.pickup-form-confirmation .column.confirmation .field {
	margin-bottom: 6px;
}

.pickup-form-confirmation .column.confirmation .value input {
	width: 100px;
	background: white;
	padding: 4px;
	margin-top: -3px;
}

.pickup-form-confirmation .column.confirmation .value textarea {
	width: 100%;
	height: 50px;
	background: white;
	padding: 4px;
}

.pickup-form-confirmation .value {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 160px;
}

.pickup-form-confirmation .action-value {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 6px;
}

.pickup-form-confirmation .validation-summary-errors ul {
	text-align: left;
}

.pickup-form-confirmation label.checkbox {
	vertical-align: top;
	display: inline-block;
	line-height: 25px;
}

.pickup-form-confirmation input[type=checkbox] {
	width: 20px;
	height: 20px;
}

.pickup-form-confirmation .signature {
	width: 90%;
	text-align: left;
	margin-left: 12px;
	margin-bottom: 25px;
	line-height: 25px;
}

	.pickup-form-confirmation .signature div {
		margin-bottom: 8px;
	}

	.pickup-form-confirmation .signature input {
		margin-right: 10px;
	}

.pickup-form-confirmation .access-code {
	margin-left: auto;
	margin-right: auto;
	width: 175px;
	text-align: left;
}

	.pickup-form-confirmation .access-code .label, .pickup-form-confirmation .access-code .value {
		width: 175px;
		display: block;
		text-align: left;
	}

	.pickup-form-confirmation .access-code button {
		margin-top: 10px;
	}

.remodal .pickup-form-reject-reason-text {
	height: 100px;
	width: 300px;
}

.pickup-form-confirmation .block-wrapper {
	width: 70%
}

.pickup-form-confirmation .item .internal-notes {
	height: 100px;
	width: 700px;
	margin-bottom: 10px;
}

.pickup-form-confirmation .item .hotel-notes {
	height: 100px;
	width: 700px;
	margin-bottom: 10px;
}
/* End Pickup Form Confirmation */

/* User Access Rights */
.user-access-rights .col {
	min-width: 360px;
	display: inline-block;
	vertical-align: top;
}

	.user-access-rights .col .right-field {
		display: inline-block;
		float: left;
		padding-bottom: 10px
	}

		.user-access-rights .col .right-field .right-label {
			float: left;
			padding-right: 10px;
			max-width: 200px;
			min-width: 200px
		}

		.user-access-rights .col .right-field .right-value {
			float: left;
		}
/* End User Access Rights */

/* Gibberish */
.indentabit {
	margin-left: 30px;
	margin-top: -10px;
}





#ui-datepicker-div {
	background: white;
	padding: 5px;
}

/* Hotel Turn Down Reasons */
.reason-contents .data-wrap {
	width: 92%;
	min-height: 300px;
	overflow: hidden;
	margin: 0 10px 10px;
	border: 1px solid #666;
	border-radius: 5px;
	-pie-background: linear-gradient(white, lightgrey);
	background: white;
	background: linear-gradient(white, lightgrey);
	background: -moz-linear-gradient(white, lightgrey);
	background: -webkit-linear-gradient(white, lightgrey);
}

.reason-contents div.data-wrap.wide {
	width: 98%;
	min-height: 100px;
	padding: 0;
}

.reason-contents .reason-table {
	width: 100%;
}

	.reason-contents .reason-table .col-one {
		width: 40%;
		text-align: left;
		padding-left: 5px;
	}

	.reason-contents .reason-table .col-two {
		width: 20%;
		text-align: center;
		padding-left: 0px;
	}

	.reason-contents .reason-table th {
		border-bottom: 1px solid #666;
		padding-bottom: 5px;
		font-size: 14px;
	}

	.reason-contents .reason-table tr {
		text-align: left;
		vertical-align: top;
	}

		.reason-contents .reason-table tr th {
			text-align: center;
		}

	.reason-contents .reason-table td {
		padding: 10px 0px 10px 5px;
	}

#reason-filter-options .column {
	width: 46%;
	margin-right: 20px;
}

#reason-filter-options .field {
	text-align: left;
	padding: 5px 10px;
	height: 25px;
}

	#reason-filter-options .field .label, #reason-filter-options .field .value {
		display: inline-block;
		height: 25px;
	}

	#reason-filter-options .field .label {
		vertical-align: middle;
	}
/* End Hotel Turn Down Reasons */

.contract-digital-signature {
	font-size: 14px;
	padding: 10px;
}

	.contract-digital-signature .accept-checkbox {
		padding-bottom: 30px;
	}

	.contract-digital-signature .input-div {
		display: inline-block;
		padding: 10px;
	}

	.contract-digital-signature .button-div {
		padding-top: 40px;
	}

		.contract-digital-signature .button-div button {
		}

	.contract-digital-signature .anchor-button-div {
		display: inline-block;
		vertical-align: middle;
		margin-top: -5px;
		padding-left: 50px;
	}


form #notes-wrap {
	overflow-y: auto;
	overflow-x: hidden;
	height: 120px;
	width: 70%;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 0px;
	background: white;
	background: linear-gradient(white, lightgrey);
	background: -moz-linear-gradient(white, lightgrey);
	background: -webkit-linear-gradient(white, lightgrey);
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.notes-username {
	color: blue;
}

.eventInfo-selectlist {
	margin-left: 77px;
	width: 70%;
}

.textbox-label {
	display: inline-block;
	width: 15px;
	margin-top: 0px;
}

.textbox-with-label {
	margin-left: 15px;
}

.comp-ratio-textbox-label {
	display: inline-block;
	margin-top: 0px;
	width: 40px;
	font-size: 12px;
}

.comp-ration-textbox-with-label {
	margin-right: 40px;
}
