:root {
	--white: #ffffff;
	--black: #000000;
	--carbon: #2f2f2f;
	--gray: #D9D9D9;
	--blue: #1E91CD;
	--green: #198754;
	--light-green: #3d931b;
	--orange: #fd7e14;
	--brown: #331904;
	--navy: #091248;
}

.form-signin form, .form-reset form {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}

.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-floating:focus-within, .form-reset .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.nav-masthead .nav-link {
  color: rgba(0, 0, 0, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(0, 0, 0, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .nav-link.active {
  color: #000;
  border-bottom-color: #000;
}

.dropdown-item.active .fa-solid, .dropdown-item:active .fa-solid {
	color: var(--bs-dropdown-link-active-color);
}

#body-frontend .navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
}

.input-group {max-width:105px;}
.rating {float:left;border:none;}
.rating:not(:checked) > input {position:absolute;top:-9999px;clip:rect(0, 0, 0, 0);}
.rating:not(:checked) > label {float:right;width:1em;padding:0.1em;margin-right:0.5em;margin-top:0.2em;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:100%;line-height:1;color:#ddd;}
.rating:not(:checked) > label:before {content:'★ ';}
.rating > input:checked ~ label {color: gold;}
.rating > input:checked + label:hover, .rating > input:checked + label:hover ~ label, .rating > input:checked ~ label:hover, .rating > input:checked ~ label:hover ~ label, .rating > label:hover ~ input:checked ~ label {color: #ea0;}
.rating > label:active {position:relative;}
.auction-table .bid-leader.active {text-decoration:underline;color:var(--navy);cursor:pointer;}
.auction-table .bid-leader.active:hover {text-decoration:none;color:var(--green);}
.auction-table .bid-amount.active {text-decoration:underline;color:var(--navy);cursor:pointer;}
.auction-table .bid-amount.active:hover {text-decoration:none;color:var(--green);}
#bid_amount,#max_bid_amount {margin:5px 5px 5px 0;max-width:100px;display:inline;}
.auction-table .fa-info-circle {color:#ccc;cursor:pointer;}
.auction-table .fa-info-circle:hover {color:var(--green);}
.auction-table .bid-button.btn-whiteout {cursor:not-allowed;opacity:0;}
.auction-table .end-time {text-align:center !important;}
.auction-table .bid-amount {padding-right:1em;}

.btn-primary {background:var(--green);border:var(--green);}
.btn-primary:hover {background:var(--light-green);}
.row .form-floating>label {left:auto;}
.status-0 {opacity:0.7;color:#ccc;}


.close {float: right;line-height: 1;opacity: .5;cursor:pointer;font-size:1.5em;}
.close:hover {text-decoration: none;opacity: .75;}
button.close {padding: 0;background-color: transparent;border: 0;-webkit-appearance: none;appearance: none;}

#notices-area {position:relative;}
.header-notice {position:absolute;width:100%;top:-5rem;}

table.dataTable thead>tr>th.dt-orderable-asc:hover, table.dataTable thead>tr>th.dt-orderable-desc:hover, table.dataTable thead>tr>td.dt-orderable-asc:hover, table.dataTable thead>tr>td.dt-orderable-desc:hover {outline:0;opacity:0.8;}

@media all and (max-width: 768px) {
	body {font-size:0.8rem;}
}

h1 {text-transform: uppercase;font-size: 1.8rem;font-weight: 900;}
#pool-nav.nav-underline .nav-link {border:0 !important;}
#pool-nav.nav-underline .nav-link.active, #pool-nav.nav-underline .show>.nav-link {border:0;text-decoration: underline;}
#pool-nav.nav-underline .nav-link:focus, #pool-nav.nav-underline .nav-link:hover {text-decoration: underline;border:0}
div > ul#pool-nav {border-bottom:1px solid #ccc;padding-bottom:1rem;}
#auction-purse {float:right;margin-top:-6em !important;}
@media all and (max-width: 768px) {
	#auction-purse {margin-top:0 !important;top:80px;right:15px;position:absolute;}
}
button.golf-pick.active {background-color:green;}
.wysiwyg.form-floating {margin-top:30px;}
.wysiwyg.form-floating label {top:-30px;color: rgba(var(--bs-body-color-rgb), .65);transform: scale(.85) translateY(-.5rem) translateX(.15rem);}
.note-group-select-from-files { display: none; }
.total-purse.two-line {float:right;margin-top:-5em !important;}
.total-purse.three-line {float:right;margin-top:-6em !important;}
.pool-purse.two-line {float:right;margin-top:-5em;}
.pool-purse.three-line {float:right;margin-top:-6em;}

.chart-expand .inner {
	overflow:hidden;
	height:20rem;
	transition: all 0.5s;
}
.chart-expand [data-toggle='expand'] {display:block;}
.chart-expand [data-toggle='expand']:hover {
	background-color:var(--bs-light);
}
.archive-pool-link {float:right;text-transform: uppercase;font-size: 0.7em;margin-top: 1.5em;text-decoration:none;}
.archive-pool-link:hover {text-decoration:underline;}
.main-pools-div {clear:both;}

.form-w-sm form {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .45rem .4rem .35rem;
	font-size: .75rem;
	line-height: .5;
	border-radius: .2rem;
}
@media all and (max-width: 320px) {
	#pool-nav.nav-underline .nav-link {font-size:1.2em !important;}
	h1 {font-size: 1.3rem;}
	.total-purse.two-line {margin-top:-7em !important;}
}
.table-standings td a {color:var(--bs-table-color);}
#standingsTabContent .tab-pane {outline: none;scroll-margin-top: 250px;}

.mypools-icons {width:30px;}
.mypools-name {width:calc(70%);}
.mypools-joined {min-width:120px;}
.mypools-links {min-width:250px;}
#datatable-mypools td {line-height:41px;}
@media all and (max-width: 768px) {
	#datatable-mypools td {line-height:1;}
	.content-header-image {display:none;}
	#datatable-mypools .btn-sm {padding: .45rem .4rem .35rem;font-size: .75rem;line-height: .5;border-radius: .2rem;}
	#datatable-mypools th.mypools-joined {display:none;}
	#datatable-mypools tbody td:nth-child(4) {display:none;}
	.mypools-links {min-width:calc(30% - 50px);}
}
.floating-help {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #3d931b;
	color: white;
	border-radius: 8px;
	padding: 12px 22px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
	cursor: pointer;
	z-index: 2000;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.5px;
}

.floating-help .help-icon {
	margin-right: 10px;
	font-size: 18px;
}

.floating-help.expanded {
	border-radius: 8px;
	width: 340px;
	padding: 18px 22px;
	background-color: #3d931b;
}

.help-content {
	display: none;
	width: 100%;
}

.floating-help.expanded .help-content {
	display: block;
}

.floating-help.expanded .title-text {
	display: none;
}

.help-email {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted rgba(255,255,255,0.7);
	padding-bottom: 1px;
	transition: all 0.2s ease;
	display: inline-block;
	font-size: 16px;
	word-break: break-all;
}

.help-email:hover {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
}

.help-message {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
}

.floating-help .title-text {
	display: inline-block;
}

.floating-help.expanded .help-content-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}

.chosen-single {height: 60px !important;box-shadow: none !important;background: none !important;border: 1px solid #ddd !important;font-size: 1.3em !important;padding-top: 17px !important;padding-left: 11px !important;}
.chosen-container {width:100% !important;margin-bottom:1em;background-image:url(/assets/img/arrow-down.png) !important;background-repeat:no-repeat !important;background-position:right 10px center !important;background-size:14px !important;}
	
.submenu {display: none;list-style: none;padding-left: 2.5rem;margin: 0;}
.submenu-toggle {background: none;border: none;cursor: pointer;}
.submenu-toggle:focus {outline: none;}
.submenu.open {display: block;}
.no-submenu .nav-link {padding-left:2rem}
.submenu-toggle::before {content: "+";}
.submenu-toggle[aria-expanded="true"]::before {content: "-";}

#navbarSearch input {background-color:#ccc !important;}