#single-draft-left{width:35%;float:left}
#single-draft-middle{width:30%;float:left}
#single-draft-right{width:30%;float:right}
#all-teams .team,
#all-teams .team-multi, 
#all-teams-1 .team-multi, 
#all-teams-2 .team-multi, 
#all-teams-3 .team-multi
{
	width: 12%;
	height: 148px;
	margin-bottom: 6px;
	float: left;
	overflow: hidden;
	position: relative;
}

.basicLightbox__placeholder {
    max-height: 85vh !important;
    max-width: 95vw !important;
    overflow: auto;
}

.team .player-name,
.team-icon-multi .player-name {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    font-size: 16px;
    background: rgb(0,0,0,.75);
    color: white;
    z-index: 10;
    line-height: 25px;
    height: 25px;
	white-space: nowrap;
	text-align: center;
}

.purchasers {
	overflow:scroll;
}
.picknum {
	float: left;
	width: 15px;
	line-height:24px;
	height:24px;
	font-size: 10px;
	text-align: right;
    margin-right: 5px;
}
.team-icon-multi .picknum {
	color: white;
	z-index: 100;
	position: absolute;
	width:96px;
	text-align: center;
	font-size: 48px;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.team-icon-multi .picknum.picked {
    line-height: 30px;
    font-weight: bold;
    color: white;
    z-index: 100;
    position: absolute;
    text-align: center;
    font-size: 22px;
    background-color: rgb(21,204,173,.5);
    top: 0;
    width: 30px;
    height: 30px;
    left: 0;
	margin:0;
}

.mine {
	width:100px;
	float:left;
}

#all-teams{
	padding: 0 0 0 12px;
}

#all-teams a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#all-teams p,
#all-teams-1 p,
#all-teams-2 p,
#all-teams-3 p {
	margin-bottom: 0;
	overflow: hidden;
	width: 85%;
	height: 24px;
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 0 5px;
    /*background-color: #15ccad;*/
    border-radius: 8px;
	margin: 5px auto;
	border: 1px solid white;
}

.jewlz #all-teams p,
.jewlz #all-teams-1 p,
.jewlz #all-teams-2 p,
.jewlz #all-teams-3 p {
	background-color: #EC5E8C;
}


.team-multi p {
	display:inline-block;
}
#break-extra {
	min-height:25px;
}
.team-multi img.full {
	width:96px;
	height:96px;
}
.team-multi img {
	float:none;
	height: 48px;
	width: 48px;
}

/*
.multi_1 {
	position: absolute;
	top:0;
	left:0;
}
.multi_2 {
	position: absolute;
	top:0;
	left:24px;
}
.multi_3 {
	position: absolute;
	top:24px;
	left:0;
}
.multi_4 {
	position: absolute;
	top:24px;
	left:24px;
}
*/
.multi_1.full {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}
.multi_1 {
	position: absolute;
	top:0;
	left:0;
	width:50%;
}
.multi_2 {
	position: absolute;
	top:0;
	left:50%;
	width:50%;
}
.multi_3 {
	position: absolute;
	top:50%;
	left:0;
	width:50%;
}
.multi_4 {
	position: absolute;
	top:50%;
	left:50%;
	width:50%;
}


.team img {
	height: 96px;
	width: 96px;
	float: left;
	margin-right: 5px;
}
.slots-feat {
	/*padding:3px;*/
}
.currentbreak {
	width: 100%;
	max-width: 1320px;
}
.currentbreak {
	background-image: url('/wp-content/themes/cardsmiths/images/csb-back-gray.png');
	background-repeat: no-repeat ;
    background-position: top right;
    background-size: 400px auto;
}

.jewlz .currentbreak {
	background-image: url('/wp-content/themes/cardsmiths/images/jewlz_j.png');
    background-size: 200px auto;
}

.currentbreak .teamtitle {
	font-weight: bold;
	width: 100%;
	margin: 5px 0;
}

.team .team-name{
	font-size: 12px;
	font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    padding: 5px;
    background: rgb(0,0,0,.65);
	text-align: center;
}

.team-icon {
	width: 96px;
	height: 96px;
	/*float: left;
	margin-right: 5px;*/
	text-align: center;
	text-shadow: none;
	color: #FFF;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
}
.team-row .team-icon {
	margin: revert;
}
.team-icon-multi{
	width:96px;
	height:96px;
	position: relative;
	display:inline-block;
} 
#my-teams {
	background: black;
	padding: 5px;
	overflow:hidden;
	display:flex;
	flex-wrap: wrap;
}

#my-teams .nickname {
	display: none;
}
.ui-tooltip.ui-widget-shadow{
	opacity: 1;
	background: black;
	color: white;
}
#all-teams, 
#all-teams-1, 
#all-teams-2, 
#all-teams-3 {
	background: black;
	width: 100%;
	padding: 5px;
	margin-top: 10px;
	min-height: 125px;
	float: none;
	overflow:hidden;
	box-sizing: border-box;
}

/* Draft Sorting */
article ol.ui-sortable {
  list-style: decimal-leading-zero inside;
}
.ui-sortable-handle {
	font-size: 16px;
	padding: 10px 0;
}
.ui-sortable-handle:hover {
	color: #d39c33;
	cursor: pointer;
}
/*
.ui-sortable-handle:before {
	content: '\f07d';
	font-family: 'FontAwesome';
	margin: 0 5px 0 0;
}
*/
.sortable-placeholder {
    height: 20px;
    display: block;
}
.csbupcoming,.csbopenslots,.csbupcomingadmin{
	overflow:hidden;
	/*width: 97%;*/
}
.csbupcoming{
    padding: 10px !important;
}
.csbupcoming,.csbopenslots,.csbupcomingadmin{
	background: black;
	padding: 5px;
	margin-top: 10px;
	min-height: 80px;
}
.upcoming-entry{
	float:left;
	margin-right:10px;
	padding:3px;
	border-radius: 12px; 
	overflow:hidden;
	position: relative;
    max-width: 150px;
}
.upcoming-entry.next{
	background: #FFC82E;
    border-radius: 12px;
}
.upcoming-entry.next .upcoming-order {
	color: #151619;
	letter-spacing: 0.16em;
	text-transform: uppercase;
    font-size: 24px;
    line-height: 34px;

}
.randwin {
	background: #15ccad;
}
.jewlz .randwin {
	background: #EC5E8C;
}
.jewlz .upcoming-entry.next{
	background: #EC5E8C;
}
.jewlz .upcoming-order {
	color: #EC5E8C;
}
.upcoming-entry img{
	width:161px;
	height:auto;
    border-radius: 12px;
}
.upcoming-title{
	display:none;
}
.upcoming-order{
	text-align:center;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #FFC82E;
}

.base-button{
padding: .857em 1.618em;
/*padding: 5px;*/
margin:5px;
text-align:center;
font-weight:bold;
display: inline-block;
background: 0 0;
color: #fff;
line-height: 1.618;
cursor: pointer;
border-radius: 8px;
background-color: #15ccad;
border-color: #15ccad;
}
.base-button:hover{
	color:#ccc;
}
a.base-button{
	float:right;
}


/*
.teamdimmed{
	position: relative;
}

.teamdimmed:after {
	content: "In cart already";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	text-align: center;
	color: white;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.35);
}
*/

@media (max-width: 800px) {
	#single-draft-left{width:100%;float:none}
	#single-draft-middle{width:100%;float:none}
	#single-draft-right{width:100%;float:none}
	#my-teams{width: inherit;float: none;}
	.partial-width{width:inherit; float:none;}
	#all-teams{ padding:inherit; }
	#all-teams .team{width: 33%;}
	
	#all-teams .team-multi, 
	#all-teams-1 .team-multi, 
	#all-teams-2 .team-multi, 
	#all-teams-3 .team-multi
	{
		width: 33%;
	}

	article ol.ui-sortable {
	  max-width:85%;
	  border-right: 1px solid black;
	}

	.upcoming-entry.next .upcoming-order {
		line-height: 16px;
	}
	.upcoming-entry img {
		width: auto;
	}
}

.entry-title:not(.product_title) { font-size: 48px; line-height: 48px; }
#checklist-major-contain,#checklist-minor { display: flex; flex-direction: row; align-content: center;}
#checklist-major-contain { justify-content: space-around; }
#checklist-major { border: 2px solid #15ccad; padding: 15px; border-radius: 18px;}
#checklist-product-info-tab, #checklist-filter-tab { background: #15ccad; color: white; border-radius: 0 0 8px 8px; margin: 0 auto; width: 150px; padding: 5px; text-align: center; font-size: 16px; font-weight: bold;}
#checklist-product-info-tab, #checklist-filter-tab:hover { cursor: pointer; }
#checklist-product-info-tab { margin-bottom: 45px;}
#checklist-minor { justify-content: space-between }
#checklist-minor .filterlist {display:flex;flex-direction:column; align-items: flex-start; gap: 5px;}
#checklist-minor .filterlist div { display:flex; align-items: center; gap: 10px;}
#checklist-major .checklist-type { font-size: 36px;line-height:36px; padding: 15px 8px; border: 2px solid black; border-radius: 8px;}
#checklist-major .checklist-type.active, #checklist-major .checklist-type:hover {border: 2px solid #15ccad; color: white; background-color:#15ccad; cursor:pointer; }
#checklist-minor-teams {display: flex; flex-direction: row; flex-wrap: wrap; gap: 10px;justify-content: space-between;}
#checklist-minor-teams .teamselect { border: 1px solid black; border-radius: 8px;display: flex;align-items: center;text-align: center;flex-direction:row; padding:5px;gap:5px;}
#checklist-minor .filterlist .cardname-check.active,
#checklist-minor-teams .teamselect.active{
	cursor: pointer; 
	border: 1px solid #15ccad; 
	background: #15ccad;
	color: white; 
}
.hidden { display: none; }	
.filtercheck { display: none; }
.rotate {transform: rotate(90deg);display: inline-block; font-size: 24px;margin-left:10px;}
.rotate.up {transform: rotate(-90deg);}
#checklist-minor .filterlist .cardname-check { padding: 5px; border: 1px solid black; border-radius: 8px;}
#checklist-minor .cardtype {font-weight: bold; font-size: 18px;}
#checklist-minor-teams {margin: 15px 0; }
#checklist-minor-teams .teamselect img {width:25px;}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
	background-color: #f0f0f0;
}
.player-title{font-size:18px;font-weight:bold;}
.checklist-section-lg {font-size: 1.6em; line-height: 1.214;letter-spacing: -1px;}
.checklist-section-sm {font-size: 1.0em; line-height: 1.214;letter-spacing: -1px;}
.checklist-section-lg.team, .checklist-section-sm.player {display: flex; align-items: center;gap: 10px;}
#filterreset { color: #15ccad; font-size: 20px; }
#filterreset:hover{ text-decoration:underline; cursor: pointer; font-weight: bold;};
.checklist-card-row tr.Autograph { font-weight: bold;}
.checklist-card-row tr.head td{ background-color:#000 !important;color:white; font-size:16px; font-weight: bold;border-top: 2px solid white;}
table td {padding: .25em 1.5em;}
#checklist-prod-sale-butt-contain{display:grid;grid-template-columns:65% 1fr; align-items:flex-start;gap: 15px;}

@media screen and (max-width: 512px) {
	.entry-title:not(.product_title) { font-size: 36px; line-height: 36px; }
	#checklist-minor {flex-direction: row; gap: 15px;flex-wrap:wrap;}
	table td {padding: 2px;}
	.checklist-card-row tr.body td {font-size: 10px;}
	.checklist-card-row td {padding:2px;}
	#checklist-minor-teams .teamselect { width: 64px; height: 64px;}
	.checklist-section-lg { font-size: 1.2em;}
	#checklist-major .checklist-type {font-size: 24px; line-height: 24px;}
	#checklist-minor .filterlist div { min-height: 45px;display:block;width:100%;text-align:center;}
	.filtercheckteam {display:none;}
	#checklist-minor-teams .teamselect img {width:48px;}
	#checklist-minor-teams,#checklist-minor {padding: 0 15px;}
	#checklist-minor .cardname-check.secondary,
	#checklist-minor .cardtype.title {display:none;}
	#checklist-minor .filterlist {width: 45%}
	#checklist-minor .cardname-check{width:100%}
	#checklist-prod-sale-butt-contain{display: flex;flex-direction: column-reverse;align-items: center;}
}
@media screen and (max-width: 389px) {
}


#checklist-product-info{
	height: 450px;
	overflow: scroll;
	border: 2px solid #15ccad;
	padding: 15px;
	border-radius: 18px;
}

.team-filter{display:flex;flex-wrap:wrap;gap:5px;}
.team-filter-single.fade {opacity:.25}
.team-filter-single.active {border:3px solid #15CCAD;}
.team-filter-single:hover{cursor: pointer; border:3px solid #15CCAD;}
.team-filter-single{padding:3px;border:3px solid transparent;}




