#sortable { 
	/* list-style-type: none; */
}

td.slotflag.flagged{color: #c00;font-weight: bold;}
td.slotflag:hover{cursor:pointer; font-weight:bold;}

#sortable .ui-icon { 
	float: left;
	cursor: move;
}
#sortable .item-move-top:hover,
#sortable .item-move-bottom:hover{
	color: #336699;
	font-weight:bold;
}


tr.newuser td {
	background-color: lightgreen;
}

.pick td, td.pick { 
	background: #66DBFF !important;
}
.dark-mode .pick td, .dark-mode td.pick { 
	background: #13313a !important;
}
td.item.high {
	background: #49D4E9 !important;
}

.fa.fa-hand-point-down {
	color: #FF9B00;
}

.fa.fa-image {
	color: #15CCAD;
}

.master-team-name{
	font-size: 22px;
	font-weight: bold;
}
.master-team-image{
	max-width: 100%;
	background: black;
	padding: 5px;
}
.master-team-value .team-price-mod{
	max-width: 100%;
}
#master-break-price-chosen, #master-break-price-chosen-player{
    width: 75px;
}
.master-team-contain{
	display: grid; 
	grid-template-columns: 25px 50px 1fr 50px 50px 65px 50px;
	grid-template-rows: 65px;
	align-items: center;
	grid-column-gap: 10px;
	grid-row-gap: 2px;
}
.master-player-contain{
	display: grid;
	grid-template-columns: 1fr 1fr 120px 1fr .4fr;
}
.master-player-contain .typeboxes {
	display: flex;
	justify-content: center;
}
.master-player-contain .typeboxes div{
	display: flex;
	align-items: center;
    justify-content: center;
	width: 20px;
	height: 20px;
}
.master-player-contain .typeboxes div.prospectbase{
	background-color: #FFA500;
}
.master-player-contain .typeboxes div.rookiebase{
	background-color: #C0C0C0;
}
.master-player-contain .typeboxes div.baseautograph{
	background-color: #E2EFDA;
}
.master-player-contain .typeboxes div.insertautograph{
	background-color: #FFF2CC;
}
.master-player-contain .typeboxes div.insert{
	background-color: #DAE3F3;
}
.master-player-contain .typeboxes div.total{
	background-color: black;
	color: white;
}
.master-player-team-contan{
	display: grid; 
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
input.master-player-price,
input.master-team-price {
	padding: 6px 6px;
}
input.master-player-price {
	max-width: 65px;
}
#team-price-reset,#player-price-reset,#team-goal-reset{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.master-action-button-contain {
	display: flex;
	gap: 10px;
	margin: 10px 0;
}
.master-form-row .masterbutton,
.master-action-button-contain div {
	padding: 8px 12px;
	border: none;
	cursor: pointer;
    width: 150px;
	text-align: center;
}

.master-action-button-contain .masterbutton.auction {
	background-color: #dd823b;
	color: white;
}

.master-action-button-contain .masterbutton.ebayauction {
	background-color: #0063D1;
	color: white;
}
.master-action-button-contain .masterbutton.team {
	background-color: #336699;
	color: white;
}
.master-form-info{
	padding: 10px;
    background-color: lightyellow;
}
.master-action-button-contain .masterbutton.reset{
	background-color: #efefef;
}
#master-product-del{
	cursor: pointer;
	color: #c00;
}

.break,
.button.break,
.master-form-row .masterbutton {
	background-color: #4CAF50;
	color: white;
}

.master-form-row .masterbutton.letters {
	background-color: #c00;
}

.master-form-row{
	display: grid;
	grid-template-columns: 100px 1fr;
    align-items: baseline;
	margin-bottom: 10px;
}

.master-team-break-row{
	display: flex;
    align-items: center;
	justify-content: space-between;
}

.master-product-row{
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 20px;
    background-color: lightsteelblue;
	color: white;
	font-size: 18px;
    font-weight: bold;
}
.master-team-pricing{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.master-team-price-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.master-player-price-box{
}
table#player-list{
	width:100%;
}
.master-team-price-box .header {
	font-weight: bold;
}
.master-product-row input,
.master-form-row input {
	padding: 8px 12px;
}
.master-product-row input.lrg,
.master-form-row input.lrg {
	width: 80%;
}
.master-form-row input.sm {
	width: 100px;
}
.master-form-row input.xsm {
	width: 75px;
}
.checklist-card-row .auto{
	font-weight: bold;
}
#master-team-price-lock{
    background-color: #c00;
    color: white;
	border: none;
}
#checklist-contain {
	display: flex;
	flex-direction: column;
}
#master-other-detected{
	background-color: #c00;
	color:white;
	font-weight:bold;
	font-size: 16px;
	text-align:center;
	padding:10px;
	display:none;
}
.master-team-options-hidden-pane {
	display: none;
}
#button-contain{
    display: flex;
}
.mixer-prod-line{
	display:grid;
	grid-template-columns: 1fr 100px 100px;
}
.mixer-prod_contain{
}
.mix-product-add{
	cursor: pointer;
	color: blue;
}
.mix-product-add:hover{
	text-decoration: underline;
}
.mix-product-del{
	cursor: pointer;
	color: #c00;
}
.mix-product-del:hover{
	text-decoration: underline;
}
.master-saved-product-row .header,
.mix-saved-product-row .header,
.mix-product-row .header{
	background: black;
	color: white;
	padding: 10px;
}
.mix-saved-product-row .sport{
	border: none;
	background: #efefef;
}
.master-saved-product-row,
.mix-saved-product-row {
    display: grid;
	grid-template-columns: repeat(9, auto);
}

.master-saved-product-row .lookup a,
.mix-saved-product-row .lookup a {
	display: block;
}
.mix-product-row {
    display: grid;
	grid-template-columns: repeat(7, auto);
}

.master-saved-product-row div,
.mix-saved-product-row div,
.mix-product-row div{
	border-bottom: 1px solid gray;
	padding: 5px 10px;
}
.mix-product-top{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}
.master-check.master-found{
	color: #4CAF50;
}
.master-check.master-error{
	color: #c00;
}
.player_list_actions,
.team_list_actions {
	display:flex;
	justify-content: space-between;
}
.checklist-card-title, .checklist-player-card-title{
	display: grid;
    grid-template-columns: 60px 1fr;
    align-content: center;
	position: relative;
}
.checklist-player-card-title img,.checklist-card-title img {
	background: black;
	width: 50px;
	padding: 5px;
}
.checklist-player-card-title h2,.checklist-card-title h2 {
    display: flex;
    align-items: center;
	background: black;
	color: white;
}
#mix-sport-show,
#mix-sport-hide{
	color: #0073aa;
	cursor: pointer;
	display: none;
}
#mix-sport-show:hover,
#mix-sport-hide:hover{
	text-decoration: underline;
}
.break-create-group{
	display:flex;
	gap: 15px;
}
#break-tier-contain{
	display:flex;
	flex-wrap: wrap;
}
#break-tier1-contain,
#break-tier2-contain,
#break-tier3-contain{
	display:flex;
	flex-direction: column;
}

h2.master-nav-tab-wrapper{
	overflow:hidden;
}

.alternate, 
.striped>tbody>:nth-child(odd), 
ul.striped>:nth-child(odd) {
    background-color: #e7e7e7;
}

#master-create-contain.working {
	opacity: .25;	
}
.lds-ring {
	display: none;
}
#master-create-contain.working .lds-ring{
	display: block;
	position: absolute;
	width: 160px;
	height: 160px;
	left: calc(50% - 80px);
}

.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 128px;
	height: 128px;
	margin: 16px;
	border: 16px solid #15ccad;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #15ccad transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
}
#adminmenu .wp-menu-image img {
	opacity: 1 !important;
}





