html,
body {
	height: 100%;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
}

.wrap > .container {
	padding: 70px 15px 20px;
}

.not-set {
	color: #c55;
	font-style: italic;
}

.table {
	margin-bottom: 0px !important;
}

.red {
	color: #c55;
}

a.asc:after {
	content: " \2193";
}

a.desc:after {
	content: " \2191";
}

.grid-view th {
	white-space: nowrap;
}

.error-summary {
	color: #a94442;
	background: #fdf7f7;
	border-left: 3px solid #eed3d7;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.logo {
	margin: 10px;
}

@media ( max-width: 767px )
{
	.logo {
		display: none;
	}
}

.panel-heading .btn,
.panel-footer .btn {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.form-control{
	transition: all 0 ease 0;
}

.footer {
	height: 35px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 10px;
}

/* Leave room for footer */
.container-fluid {
	padding-bottom: 75px;
}

.hint-block {
	display: block;
	margin-bottom: 0px;
	color: #006a9d;
}

.pagination {
	margin-top: 0px !important;
	margin-bottom: 8px !important;
}

form.index-search-form {
	margin-top: 0px !important;
	margin-bottom: 14px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.mylinks tbody tr, .mylinks li.linked {
	cursor: pointer;
}

.mylinks li.linked:hover {
	background-color: #f5f5f5;
}

div.padding-top-zero {
	padding-top: 0px !important;
}

div.padding-bottom-zero {
	padding-bottom: 0px !important;
}

div.margin-top-zero {
	margin-top: 0px !important;
}

div.margin-bottom-zero {
	margin-bottom: 0px !important;
}

div.adjust-for-button {
	margin-top: 11px;
	margin-bottom: 11px;
	display: inline-block;
}

.fake-field {
	display: block;
	padding: 7px 12px;
	background-color: #f4f4f4;
	border-radius: 4px;
}

.fake-input-field {
	display: block;
	padding: 7px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.fake-input-field div {
	display: inline-block;
	margin-right: 10px;
}

.checkbox-adjust {
	position: relative;
	top: 6px;
}

.black {
	color: black;
}

div.level-group {
	display: inline-block;
	vertical-align: text-top;
}

div.datepicker {
	background-color: white;
	border: 2px solid #381e05;
}

.datepicker .active {
	background-color: #923300 !important;
}

div.print-results {
	padding-left: 30px;
	margin-bottom: 50px;
}

.print-results td {
	border: 1px solid black;
	padding: 5px;
}

.print-results thead {
	font-weight: bold;
}

.new-page {
	page-break-after: always;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

li.status-done {
	background-color: #f0f0f0;
}


.upload-btns a, .upload-btns button {
	margin-top: 10px;
	margin-right: 10px;
}

table.labels {
	border: 1px solid gray;
	width: 400px;
	align: center;
	margin-bottom: 10px;
}

.labels td {
	font-size: 16px;
	padding: 2px;
	width: 33%;
}

.labels div {
	border: 1px solid gray;
	border-radius: 4px;
	text-align: center;
	height: 50px;
}

.labels a {
	text-decoration: none !important;
}

div.label-link:hover {
	background-color: #f5f5f5;
}

.label-link {
	padding-top: 14px;
}

.label-selected {
	background-color: yellow;
	font-size: 12px;
	padding: 8px 16px;
}

.report td {
	border: 1px solid black;
	padding: 3px 5px;
}

table.report {
	margin-bottom: 15px;
}

table.match-preview {
	margin-bottom: 15px;
}

.match-preview td {
	width: 33%;
	padding: 10px;
	border: 1px solid black;
}

table.caucus {
	margin-bottom: 15px;
}

.caucus thead {
	font-weight: bold;
}

.caucus td {
	border: 1px solid gray;
	padding: 5px 12px;
}

.hidden {
	display: none;
}

table.schedule {
	width: 100%;
}

.schedule thead td {
	text-align: center;
	font-weight: bold;
}

.schedule td {
	border: 1px solid #dddddd;
	padding: 5px;
}

.gap-right {
	margin-right: 5px;
}

.question-list ol {
	margin-bottom: 0px;
}

table.result-grid {
	width: 100%;
}
	
td.result-count {
	text-align: center;
}

td.result-time {
	width: 85px;
	text-align: center;
}

td.result-name {
	width: 30%;
}

td.result-time, td.result-count, td.result-name {
	border: thin solid gray;
	padding: 5px 5px 5px 5px;
}

table.billing {
	margin-bottom: 15px;
}

.billing td {
	padding: 5px 10px;
}	 

.billing thead {
	font-weight: bold;
}

td.billing-item {
	width: 250px;
}

td.billing-num {
	width: 90px;
	text-align: right;
}

div.metrics-nav, div.tracker-nav {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 0px 10px;
}

div.metrics-button, div.tracker-button {
	display: inline-block;
	margin: 5px;
}

div.metrics-nav label {
	margin: 8px 6px 0px 8px;
}

div.metrics-nav select {
	padding: 2px 0;
	border-radius: 4px;
	margin: 8px 6px 0px 6px;
}

.tracker-3hrs td {
	background-color: #f0ad4e;
}

.tracker-4hrs td {
	background-color: #d9534f;
}

.tracker-8hrs td {
	background-color: red;
}

td.packet-warn {
	background-color: #f0ad4e;
}

td.packet-problem {
	background-color: #d9534f;
}

td.packet-big-problem {
	background-color: red;
}

table.tracker-shifts {
	width: 100%;
}

.tracker-shifts td {
	font-size: 16px;
	padding: 4px;
	text-align: center;
}

table.panel-table {
	 margin: 0px !important;
}

.panel-table td {
	 padding: 20px 20px 0px 20px !important;
}

.field-orgoffice-ipv4 .hint-block, .field-orgoffice-ipv6 .hint-block {
	cursor: pointer;
}

.blocked {
	color: #ccc !important;
	border-color: #ccc !important;
	pointer-events: none;
}

.block-click {
	pointer-events: none;
}

.not-allowed-cursor {
	cursor: not-allowed;
}

.coord a {
	margin: 3px;
}

.btn-purple {
	color: white;
	background-color: purple;
}

.btn-purple:hover {
	color: white;
}

.signup-blocked {
	background-color: #ccc;
}

table.rsvp-payments {
	margin-bottom: 20px;
}

.rsvp-payments td {
	padding: 15px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

.refcode {
	font-family: 'Courier New', Courier;
	text-transform: uppercase;
}
