html, body {
	margin: 0;
	padding: 0;
}

h1, .message {
	max-width: 780px;
	align-self: flex-start;
}

p, dl, h2, .links {
	max-width: 780px;
	width: 100%;
}

.input-form, .master-form {
	width: 100%;
}

.location-tab-list {
	width: 100%;
}

p.note {
	margin: 0 0 10px 20px;
	max-width: 760px;
}

a img {
	border-style: none;
}

a.ui-btn {
	box-sizing: border-box;
}

#footer{
}

#entity-menu-list {
}

#entity-menu-list ul {
}
#entity-menu-list ul li {
}
#entity-fixture {
}
#entity-body {
}

.error-msg, .warning-msg {
	text-align: left;
}
.error-msg {
	color: red;
}
.warning-msg {
	color: blue;
}
.dismissed-msg {
	display: none;
}
.message {
	margin: 10px 0;
	background: url("../images/alert-triangle-red.png") no-repeat scroll 0 0 transparent;
	padding: 4px 30px;
}

.button-set {
	clear: both;
	margin: 5px 0;
	text-align: center;
}

.block-link {
	cursor: pointer;
}

.links {
	overflow: hidden;
}
.links a {
	float: left;
	padding: 3px 15px;
	display: block;
	vertical-align: middle;
	border-right: 1px solid white;
	color: blue;
}
.links a:first-child {
	padding-left: 0;
}
.links a, .links a:visited {
	color: blue;
}


#h1 {
	position: relative;
	z-index: 1;
}
.popup h1 {
	margin: 0px;
}
h2 {
}
h3 {
}
h4 {
}

ul.plain-list {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

table.players {
	text-align: left;
	border-spacing: 0;
	border-collapse: collapse;
}

.player-name {
}

.roster-autocomplete {
	max-height: 100px;
	width: auto;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .roster-autocomplete {
	height: 100px;
}
.roster-autocomplete .ui-menu-item {
	white-space: nowrap;
}

.group-tree.jstree a > ins {
  display: none;
}
.group-tree.jstree > ul {
	overflow-x: auto;
}
.jstree ins {
	position: relative;
}
.ui-body-a .jstree li {
	padding: 3px;
}
.group-tree.jstree a {
	height: inherit;
}
.group-tree a.entity-selection.ui-state-default.ui-link {
	white-space: normal;
	vertical-align: middle;
}
.group-tree.jstree > ul > li > ins,
.group-tree.jstree > ul > li > a {
	vertical-align: middle
}

.hide {
	display: none;
}

.subtran {
}

/* Tabs begin */
.tabs-nav {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	text-align: center;
	overflow: auto;
}
.tabs-nav li {
	display: block;
	float: left;
	list-style: none;
	border: 0px solid #888888;
	font-weight: bold;
}
.tabs-nav li.current {
	background-color: transparent;
}
.tabs-nav li.current a {
	color: black;
}
.tabs-nav li a {
	padding: 0 5px;
}
.tabs-nav li:hover {
	background-color: white;
}
.tabs-nav li:hover a {
	color: black;
}
/* Tabs end */

.centered-tabs .ui-tabs-nav {
	position: relative;
	left: 50%;
	float: left;
}

.centered-tabs .ui-tabs-nav>li {
	position: relative;
	right: 50%;
	float: left;
}

.tabs-panel, .ui-tabs-panel {
    clear: both;
}

/* Custom jquery UI tabs http://keith-wood.name/uiTabs.html */
.tabs-min {
    background: transparent;
    border: none;
}
.tabs-min.ui-tabs {
	padding: 0;
}
.tabs-min.ui-widget {
	font-family: inherit;
	font-size: inherit;
}
.tabs-min.ui-widget .ui-tabs-nav {
	font-size: larger;
}
.tabs-min .ui-widget-header {
    background: transparent;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    line-height: 1;
}
.tabs-min .ui-tabs-nav>li>a {
	padding: 0.3em 1em 0.7em;
}
.tabs-min.ui-tabs .ui-tabs-panel {
	padding: 0;
    border-top: 1px solid #c0c0c0;
}
.tabs-min .ui-tabs-nav>.ui-state-default {
    background: transparent;
    border: none;
}
.tabs-min .ui-tabs-nav>.ui-state-active {
    background: transparent url("../images/uiTabsArrow.png") no-repeat bottom center;
    border: none;
}
.tabs-min .ui-tabs-nav>.ui-state-default a {
    color: #c0c0c0;
}
.tabs-min .ui-tabs-nav>.ui-state-active a {
    color: #459e00;
}
.tabs-min.ui-widget input, .tabs-min.ui-widget select, .tabs-min.ui-widget textarea, .tabs-min.ui-widget button {
	font-size: inherit;
}
.tabs-min.ui-widget-content {
	border: none;
}
/* End custom jquery UI tabs */

.popup {
	overflow: visible;
}

#roster {
	text-align: center;
}

#roster-result {
	text-align: left;
	margin-top: 2em;
	max-height: 250px;
	overflow: auto;
}

/* Table replacements */
.expandable-row:hover {
}
.expandable-row {
	cursor: pointer;
}
.th {
}
.td, .th {
	margin: 0px 1px 1px 1px;
	padding: 2px 2px;
}
.tr {
}
.ftable .td, .ftable .th {
	float: left;
}
.ftable .tr {
	clear: both;
	overflow: auto;
}
.float-extender {
	clear: both;
}

/* Table replacements ends */

.titled-table {
	float: left;
}
.titled-table .title {
	text-align: center;
	margin: 20px 2px 0 2px;
	padding: 3px 0;
	font-size: large;
}

.border-top-left, .border-top, .border-top-right, .border-left,
.border-right, .border-bottom-left, .border-bottom, .border-bottom-right {
	position: absolute;
}
.border-top-left, .border-top, .border-top-right {
	top: 0;
}
.border-bottom-left, .border-bottom, .border-bottom-right {
	bottom: 0;
}
.border-top, .border-top-left, .border-left, .border-bottom-left, .border-bottom {
	left: 0;
}
.border-top-right, .border-right, .border-bottom-right {
	right: 0;
}
.border-left, .border-right {
	top: 0;
}
.border-top, .border-bottom {
	background-repeat: repeat-x;
	width: 100%;
}
.border-left, .border-right {
	background-repeat: repeat-y;
	height: 100%;
}
.border-top-left, .border-top-right, .border-bottom-left, .border-bottom-right {
	z-index: 1;
}

.xcontent {
}
.xcontent>.border-top-left, .xcontent>.border-top-right, .xcontent>.border-bottom-left, .xcontent>.border-bottom-right,
.xcontent>.border-left, .xcontent>.border-right {
}
.xcontent>.border-top-left, .xcontent>.border-top-right, .xcontent>.border-bottom-left, .xcontent>.border-bottom-right,
.xcontent>.border-top, .xcontent>.border-bottom {
}
.xcontent>.border-top-left {
}
.xcontent>.border-top {
}
.xcontent>.border-top-right {
}
.xcontent>.border-left {
}
.xcontent>.border-right {
}
.xcontent>.border-bottom-left {
}
.xcontent>.border-bottom {
}
.xcontent>.border-bottom-right {
}

.contact-us {
	white-space: pre;
}
a.contact-us-link {
	color: inherit;
}

.info {
	height: 25px;
	width: 30px;
	background: url("../images/info.png") no-repeat scroll left top transparent;
	display: inline-block;
	vertical-align: middle;
}

div.tooltip div.content {
	display: none;
	position: absolute;
	background-color: white;
	border: 2px solid green;
	padding: 10px;
	left: auto;
	top: auto;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	max-height: 250px;
	overflow: auto;
}
div.tooltip:hover div.content {
	display: block;
	z-index: 2;
}

.header div.tooltip div.content {
	bottom: 0px;
	right: 0px;
}

.full {
	color: red
}

.payment-conf {
	display: none;
}

#cvv-info-wrap {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 4;
	display: none;
}
#cvv-info .close {
	background-color: gray;
	text-align: right;
	padding: 0 15px;
	width: 100%;
	margin: -15px 0 10px -15px;
}
#cvv-info {
	white-space: normal;
	background-color: white;
	overflow: auto;
	width: 500px;
	padding: 15px;
}
#cvv-info img {
	display: block;
	float: left;
	margin: 0 15px;
}

dt {
	font-weight: bold;
}

.radio-label {
	font-size: 12pt;
	font-weight: bold;
	color: blue;
	margin-top: 10px;
	display: block;
	margin-top: 1em;
}

.conf-label {
	font-weight: bold;
}
table.spaced {
	border-spacing: 2px;
	margin: -2px;
}
.odd {
	background-color: #f3f3f3;
}
.even {
	background-color: #e4e4e4;
}


/* Transactions */
.subtran {
	background-color: cyan;
}

/* Table replacements */
.expandable-row:hover {
	background-color: cyan;
}
.th {
	font-weight: bold;
	background-color: #00B0F0;
	background-color: #0070c0;
	color: white;
	vertical-align: top;
}
.transactions-wrap {
	overflow: auto;
}
.transactions .header-total {
	color: #f3f3f3;
}
.tr .amount {
	text-align: right;
}

.paginated {
	float: left;
}
.pagination-nav {
	text-align: center;
}
.pagination-nav .back {
	float: left;
}
.pagination-nav .forward {
	float: right;
}

/* Table replacements ends */

.titled-table .title {
	background-color: #0070c0;
	color: white;
}

.booked-resources .ok, .booked-resources .failed {
	height: 23px;
}
.booked-resources .ok *, .booked-resources .failed * {
	display: none;
}
.booked-resources .ok {
	background: url("../images/ok2.png") no-repeat center
}
.booked-resources .failed {
	background: url("../images/cancel2.png") no-repeat center
}

.client-name {
	text-transform: capitalize;
}

body.bill-print {
	background: none;
	padding: 20px;
}

body.bill-print h1 {
	color: black;
}


table.attendance-sheet {
	border-spacing: 0;
	width: 100%;
}

table.attendance-sheet .td, table.attendance-sheet .th {
	border: 1px solid white;
}

table.attendance-sheet td:first-child::after {
	content: "";
	display: inline-block;
	vertical-align: top;
	min-height: 20px;
}

table.attendance-sheet .attendance-extra.td, table.attendance-sheet .attendance-extra.th {
    display: none;
}

table.attendance-sheet .attendance div {
	float: left;
	width: 10%;
	border-left: 1px solid black;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.attendance-sheet .attendance div:first-child {
	border-left: none;
}

.ui-dialog-content .dialog-title {
	display: none;
}

.shrink-wrap {
	overflow: auto;
}
.shrink-wrap .shrink-wrap-inner {
	float: left;
}

.ui-dialog {
	overflow: visible ! important;
}
.ui-dialog .ui-dialog-content {
	overflow: visible ! important;
}
.ui-dialog.ui-widget {
	font-family: inherit;
	font-size: inherit;
}

.ui-input-text.controlgroup-textinput.ui-btn {
	padding: 0;
	background-color: white;
}

.checkbox {
	overflow: auto;
}
.checkbox>label {
	float: left;
}
.checkbox>label.checkbox-row {
	clear: left;
}

#main-menu {
	font-weight: bold;
}
#main-menu ul {
	list-style-type: none;
	list-style-image: none;
}
#main-menu ul.level0 {
	padding: 0;
}

.schedule-package-active-toggle {
	display: none;
}
#schedule-package-show-inactive {
	display: inline;
}

.related {
	display: none;
}
.related.show-related {
	display: inline;
}

.tandc {
	margin: 0.5em 0;
}
.tandc label {
	display: block;
}

#product-sale .item:last-child {
	margin-bottom: 0em;
}

#acceptance-logo {
	height: 23px;
	background: url("../images/mc_vs_accpt_h_023_gif.gif") no-repeat center
}

.address2 {
	white-space: pre-wrap;
}

label.show-all, input.show-all {
	display: none !important;
}
a.show-all {
	display: block;
}

.multi-login, .single-login {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
fieldset.login {
	flex: 0 1 auto;
}

.multi-login fieldset.login {
	min-height: 250px;
}

#quick-registration label {
	max-width: 20em;
}

.login legend {
	font-size: 2em;
	font-weight: bold;
}

.login p {
	text-align: center;
}

.quick-registration-trigger {
	border-top: thin solid lightgray;
	display: revert;
}

.openidconnect button[name="openidconnect_provider"], .openid button[name="openid_identifier"] {
	background-color: white !important;
	background-repeat: no-repeat;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	max-width: 16em;
	display: block;
	height: 42px;
	background-origin: border-box;
	margin: 0.5em 0 1em 0;
	text-align: left;
	padding: 10px 14px 10px 40px;
}

button.Google {
	background-image: url(../images/btn_google_light_normal_ios.svg);
	background-size: contain;
}
button.Google:after {
	content: "Google";
}
button.Yahoo {
	background-image: url(../images/yahoo2.png);
	background-size: auto 21px;
	background-position: left 14px center;
}
button.Yahoo:after {
	content: "Yahoo";
}
button.Microsoft {
	background-image: url(../images/ms-symbollockup_signin_light.svg);
	background-size: contain;
}
button.Microsoft:after {
	content: "Microsoft";
}
button.Facebook {
	background-image: url(../images/f_logo_RGB-Blue_1024.svg);
	background-size: auto 21px;
	background-position: left 14px center;
}
button.Facebook:after {
	content: "Facebook";
}

.openid .ui-input-text.controlgroup-textinput.ui-btn {
	padding-top:.11em;
	padding-bottom:.11em;
}

/* Group filtering */
.associate-menu-location {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.group-filter {
	flex: 0 1 150px;
	margin: 1em;
}
.association-form {
	flex: 1 1 850px;
}
label.checkbox {
	white-space: nowrap;
}
.group-filter-criteria-label {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
}
.group-filter-button-set {
	margin-top: 5px;
}

.quick-registration-trigger {
	display: none;
}

/* floating table (.ftable) - http://tympanus.net/codrops/2012/10/25/kick-start-your-project-a-collection-of-handy-css-snippets/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

@media print {
	table.attendance-sheet {
		border-collapse: collapse;
		border-spacing: 0;
	}
	table.attendance-sheet .th, table.attendance-sheet .td {
		border: 1px solid black;
	}
	table.attendance-sheet .td.attendance {
		padding: 0;
	}
	.header, .no-print, .message, .page-footer, .control, .logged-in {
		display: none;
	}
	.print-page {
		page-break-after: always;
	}
	#main-menu {
		display: none !important;
	}
}
@media screen, tty, tv, projection, handheld {
	table.attendance-sheet .attendance {
		padding: 0;
		border: 0;
		display: none;
	}
}

