html,body{
	/*padding: 0;*/
	background: #14181f;
}
body{
	font-family: Inter, sans-serif !important;
	color: #e7ebef;
	/*padding-bottom: 60px;*/
}

#mainCell{
	padding-top: 150px;
}

.handIcon{
	cursor: pointer;
}


img, object, embed {
	max-width: 100%;
}

img {
	height: auto;
}









.mhTab{
	color: #7e8a9a;
	cursor: pointer;
	padding: 0 20px 11px 20px;
}
.mhTab:hover{
	color: #e7ebef;
}
.currentTab{
	border-bottom: solid 2px #ee2b2b;	
	color: #e7ebef;	
}
  



/* Media Huddle Boxes: used by legends */
.mhBox{
	background: #1d222a;
	border: solid 1px #303540; /*#7e8a9a;*/
	border-radius: 6px;
	padding: 20px;
	color: #e7ebef;
	margin-bottom: 30px;
	display: inline-block;
}
.mhBox h2{
	margin-bottom: 16px !important;
}

.innerBox, .innerGray{
	background: #242933;
	border: solid 1px #303540;
	border-radius: 6px;
	margin-bottom: 12px;
	/*padding: 14px;*/
}

#selectionsHolder .innerBox{
	padding: 12px 8px 0 8px;
	background: #2b303b;
}
#selectionsHolder .innerBox:not(:last-child){
	margin-bottom: 30px;
}

.redGradient{
	background: linear-gradient(#322229 0%, transparent 100%);
}

.redHighlight{
	background: #322229;
}
.lightHighlight{
	background: #242933;	/*#515a66;*/
}
.trMyTeam{
	background: #8a8d90;
}
.trMyTeam .darkText{
	color: #e7ebef;
}

hr{
	border-color: #7e8a9a;
}



/* INPUTS (text, pass, number) */
input[type=text], input[type=password], input[type=number]{
	background: #14181f;
	color: #e7ebef;
	padding: 0.6rem;
	border-radius: 6px;
	border: solid 1px #303540; /*#7e8a9a;*/
	outline: none !important;
}
.invalidInput{
	border: solid 2px #ee2b2b !important;
	background: #322229 !important;
}


.countdown{
	margin: 30px auto; 
	border: solid 1px #eb2d2d; 
	border-radius: 20px; 
	color: #e7ebef;
	padding: 10px 30px;
}






/* -------------------- BUTTONS -------------------- */
.btn{
	cursor: pointer;
	outline: none !important;
	font-weight: 650 !important;
	padding: 0.5rem 1rem !important;
}
.btn-primary{
	background: #0080ff !important;
}
.btn-danger, .btn-outline:hover{
	background: #eb2d2d !important;
	border: solid 1px transparent !important;
}
.btn-outline{
	background: #14181f;	/*transparent;*/
	color: #e7ebef !important;
	border: solid 1px #e7ebef !important;
}






























/* -------------------- AIGNMENTS -------------------- */
.inlineBlock{
	display: inline-block;
}
.vAlignTop{
	vertical-align: top;
}
.marginAuto{
	margin: auto !important;
}

.leftText{
	text-align: left;
}
.centered{
	text-align: center;
}
.rightText{
	text-align: right;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.width100{
	width: 100%;
}



/* --------------------  FONT STYLES  -------------------- */
.lightText{
	color: #e7ebef;
}
.darkText{
	color: #7e8a9a;
}
.redText{
	color: #ee2b2b;
}
.blueText{
	color: #0080FF;
}
.goldText, .yellowText{
	color: #ffbf00;
}
.greenText{
	color: #28A745
}

h1,h2,h3,h4{
	font-family: Oswald !important;
}
h1{
	font-weight: 700;
	font-size: 3rem;
}

a:hover {
	color: #eb2d2d !important;
}











/*----------------  SPECIAL NAV ITEMS --------------------*/
.nav-item.active a{
	color: #ffbf00 !important;		/* #C1FF45 */
}

#accountBTN{
	font-size: x-large;
	cursor: pointer;
	display: inline-block;
}
#acctGearBTN{
	cursor: pointer;
	margin-right: 12px;
}






/* --------------- LINKS --------------- */
a, a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}







/* ============ TABLE STYLES   ================ */
th.header {
	cursor: pointer;
	background-color: #2b303b;
	color: #EEE;
	text-align: left;
	padding: 12px 8px;
}
.header.headerSortDown, .header.headerSortUp{
	/*background: #2eb85c !important;*/
	color: #ee2b2b !important;
}


#playerRosterTable table{
	margin-bottom: 40px !important;
}


.mhTable{
	text-align: left;
	background-color: #1d222a;	
	border-collapse:  collapse;
}

.mhTable td, #teamInfo td,  #selectionsHolder td, #playerRosterTable td, #goalieRosterTable td{
	padding: 8px;
	/*color: #eee; 
	font-weight: 500;*/
}

.padTd8 td, .padTh8 th {
    padding: 8px !important;
}
.padTd10 td, .padTh10 th {
    padding: 10px !important;
}


.pad10{
	padding: 10px;
}
.pad15{
	padding: 15px;
}














/* ------------------- WIDER MODE -------------------- */
@media (min-width: 1900px){
   .container.wideContent{
	  max-width: 1600px;
   }

}






/* -------------------- MOBILE LAYOUT -------------------- */
@media (max-width: 1355px) {
	
	#mainCell{
		padding-top: 90px;
	}

	.hideMobile{
		display: none !important;
	}
	.stackMobile{
		display: block !important;
	}
	
	/* MAKE LEGEND POP ABOVE TEAM SELECTION ON MOBILE */
	/*
	#legendPane{
		position: relative !important;
		display: inline-block;
	}
	*/
	
	/* SHRINK NAV LOGO ON MOBILE */
	.navbar-brand img{
		height: 45px !important;
	}
	
	#searchText{
		width: 250px !important;
	}
	
	.groupName{
		font-size: 20pt !important;
	}



	/* force center-alignment on mobile */
	.centeredMobile, .centeredMobile *{
		text-align: center !important;	
		float: none;	
	}
}





/* ---------- DON'T SHOW ON DESKTOP --------------- */
@media(min-width: 1356px){
	.showMobile{
		display: none !important;
	}

}



/* 					============ LANDING PAGE ================ */
/* ------------- ENSURE "HOW IT WORKS" BOXES ARE SAME HEIGHT ------- */
 /*
 - <768     = unset (mobile stacked)
 - 768+     = 213
 - 992+     = 155
 - 1200+    = 131
 - 1355+    = 237
 - 1900+    = 155
*//
@media(max-width: 768px){
	#howItWorks .mhBox {
		min-height: unset !important;
	}
}
@media (min-width: 769px) and (max-width: 992px){
	#howItWorks .mhBox {
		min-height: 213px !important;
	}
}
@media (min-width: 993px) and (max-width: 1200px){
	#howItWorks .mhBox {
		min-height: 155px !important;
	}
}
@media (min-width: 1201px) and (max-width: 1355px){
	#howItWorks .mhBox {
		min-height: 131px !important;
	}
}
@media (min-width: 1356px) and (max-width: 1900px){
	#howItWorks .mhBox {
		min-height: 237px !important;
	}
}
@media(min-width: 1900px){
	#howItWorks .mhBox {
		min-height: 155px !important;
	}
}


/* SHOW INLINE ON DESKTOP */
.stackMobile{
	display: inline-block;
}






#forgot_pin, #signup_pin{
	width: 130px !important;
	font-size: 20pt;
	letter-spacing: 10px;
	margin: 0 6px;
	padding: 6px 10px;
}
#forgot_verifyBTN, #signup_verifyBTN{
	margin-top: -10px;
}





















/* ------------ TEAM NAME AND LOGO FORMATTING ------------ */

.logoWrap{
	/*width: 45px;
	text-align: center;*/
	display: inline-block;
	margin-right: 8px;
}
.teamLogo{
	max-height: 25px;
	max-width: 25px;
}
.teamNameBTN{
	cursor: pointer;
	vertical-align: top;
}
.teamNameBTN:hover{
	color: #ffbf00;	/*#08B; #333;*/
}







.importDate{
	font-weight: bold;
}











/* ============ HOME PAGE ================ */
.homeLeaderboardBTN:hover, #home_viewSchedBTN:hover, #joinChatBTN:hover{
	text-decoration: underline;
	cursor: pointer;
}


#home_standingsDiv div:hover{
	cursor: pointer;
	background: #242933;
}
	



/* ============ SELECTION PAGE ================ */

/* HIDE THE LABELS ABOVE EVERY TABLE.. WILL DELETE, BUT IN CASE WE WANT TO BRING THEM BACK i USED CSS TO HIDE THEM FOR NOW */
.selTblLbl{
	display: none;
}

.explainBrack{
	margin-left: 20px;
	cursor: pointer;
	font-size: 30pt;
}

.groupExplainer{
	border-spacing: 0 1px;
	margin-bottom: 6px;
}
.groupExplainer th{
	color: #7e8a9a;
}


/* PROGRESS BAR */
progress::-moz-progress-bar { background: #ee2b2b; }
progress::-webkit-progress-value { background: #ee2b2b; }
progress { color: #ee2b2b;
  border-radius: 16px;
  border: none;
 }


#renameMyTeamBTN:hover{
	color: #2eb85c;
}
/* RADIO BUTTON FOR SELECTING PLAYER >> hidden now bc we use tr click instead */
.playerChoice{
	display: none;
}

/* star player selector */
.glyphicon-star-empty:hover{
	cursor: pointer;
	color: #ffbf00;
}
.finalStar{
	padding: 10px !important;
	margin: 5px 0 !important;
}	
/* USED BY SELECTION PAGE TO PUT <hr> BETWEEN GROUPS */
.vspacer{
	padding: 50px 25px;
}
hr{
  color: #7e8a9a;
  background: #7e8a9a;
}
.selGroup table {
  text-align: left;
}
#selectionsHolder h2{
	margin-bottom: 0;
}
/*
#selectionTabHolder{
	height: 29px;
}
*/

.groupName{
	display: inline-block;
	font-weight: bold;
	/*font-size: 26pt;
	color: #EEF;*/
}
#sel_matchupDiv1, #sel_matchupDiv2, #sel_matchupDiv3, #sel_matchupDiv4{
	margin-top: 10px;
}

.selTeamList{
	display: none;
	font-size: 14pt;
	font-style: italic;
	color: #EEF;
} 
.selTeamList .teamLogo{
	max-width: 36px !important;
	max-height: 36px !important;
}

.tblWrap, .selBasicWrap, .selDeetsWrap{
	background: #2b303b;
	border-radius: 6px; 
	padding: 6px;
	margin-bottom: 40px;
}
.selBasic, .selTbl, .spaceTr{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 6px;
}
.tblWrap thead, .tblWrap table:not(.noHov) tbody tr:hover, .selBasic thead, .selBasic tbody tr:hover{
	background: #2b303b;
}
.selTbl tbody tr {
  background: #1d222a;
}
.selTbl:not(.noHov) tbody tr:hover{
	background: #7e8a9a;
}
.noHov, .noHov tr{
	cursor: unset !important;
}

.tblWrap tbody, .selBasic tbody{
	background: #1d222a;
}
.tblWrap tr, .selBasic tr, .selTbl tr{
	cursor: pointer;
} 
tr.selectedPlayer{
	background: #2eb85c !important;
}
.selectedPlayer .darkText{
	color: #fafafa !important;
}

#selectionsHolder .playerPic{
	width: 64px;
	border-radius: 50%;
}
.deetPos{
	font-weight: bold;
	padding: 14px 0 10px 8px;
}
.noHov .teamNameBTN:hover {
  color: inherit !important;
  cursor: unset;
}


.starSelDiv{
	padding: 10px;  
	background: #1d222a;
	margin: 5px 0;
}
.starSelDiv:hover{
	cursor: pointer;
	background: #2b303b;
}
.setStar, .missingSel .glyphicon{
	font-size: 20pt;
	vertical-align: center;
}
.missingSel{
	background: #1d222a;
	padding: 10px;
}




/* ================  ROSTER PAGE  ================ */
#roster_totalPoints h2, #roster_totalPoints h3{
	margin-bottom: 0 !important;
}

.eliminated, .eliminated *{
	text-decoration: line-through;
	color: #ee2b2b;
}
.card, .card-header.collapsed{
	background: #1d222a !important;		/* #2b303b */
}
.card-header {
  cursor: pointer;
}
#rosterHolder .card-header:hover, #rosterHolder .card-header:not(.collapsed){
  background: #303540 !important;		/*#7e8a9a*/
}
.rosterExpandCell{
	background: #1d222a;
	padding: 12px;
}
#rosterBackBTN:hover{
	text-decoration: underline;
}









/* -------------- LEGENDS ----------------*/
th.legendHeader {
	text-align: center !important;
	border-bottom: solid 3px #2F9DC6;
}





/* ============  STANDINGS PAGE  ================ */
/*
#standingsTable{
	background: #1d222a !important;
}
*/

/*
#standingsTable th, #standingsTable td{
	background: #2b303b !important;
	color: #7e8a9a !important;
}
*/
.standings_teamName, .standings_teamName *{
	max-width: 200px !important; /*calc(100% - 145px);*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#standingsBody tr:hover{
	background: #2b303b !important;	/* #7e8a9a */
}
.leaderRank, .curStepCircle{
	background: #ee2b2b !important;
	color: #fff !important;
}
.rank, .stepCircle{
	background: #272c34;
	color: #737e8d; /* #6c7786 */
}
.leaderRank, .rank, .stepCircle{
	border-radius: 99999px;
	padding: 4px 10px;
}
.stepCircle{
	cursor: pointer;
}
/*
.standings_teamName{
	font-weight: 600;
	padding-top: .75rem;
	padding-bottom: .75rem;
	cursor: pointer;
}
.standings_teamName:hover{
	color: #e7ebef !important;
	text-decoration: underline;
}
*/



/* ================== BRACKET PAGE ============== */
#bracketHolder td{
	vertical-align: top;
}
.bracketPair{
	padding: 10px 18px 10px 10px;
	text-align: left;
	border: solid 1px #aaa;
	margin-bottom: 30px;
}
.bracketDiv{
	padding: 8px 0px;
}
.bracketDiv img{
	width: 56px;
	height: 56px;
}
.bracketDiv .teamNameBTN {
  margin-right: 15px;
}
.bracketWins{
  font-size: 18pt;
  margin-top: -6px;
}



.bracketLines{
	vertical-align: top;
	padding-top: 66px;
}


/* ADJUST BRACKET LINES FOR MEDIUM WIDTH SCREENS */
@media (min-width: 1356px) and (max-width: 1899px){
	#brackWT, #brackET{
		margin-top: 70px !important;
	}
	#round2W, #round2E{
		padding-top: 125px !important;
	}
	#round2WB, #round2EB{
		margin-top: 112px !important;
	}
	#brackWC, #brackEC{
		margin-top: 140px !important;
	}
	
}





.divLeaderBox{
	display: inline-block;
	margin: auto;
}

.divLeaderTbl{
	border-collapse: collapse;
	border: solid 1px #888;
	text-align: left;
}
.divLeaderTbl th, .divLeaderTbl td{
	padding: 10px 8px;
}



/* --------------- CHAT / FORUM STYLES ------------------------------- */

#txtNewMessage, #feedback_msg{
	resize: none;
	margin-bottom: 12px;
	padding: 10px;
	background: #14181f;
	border: solid 1px #303540;
	color: #7e8a9a;
}
.chatMsg{
	width: 100%;
	display: block;
	padding: 14px;
}
.chatDate{
	float: right;
	font-size: 11pt;
	color: #7e8a9a;
}
.chatText {
  word-break: break-word;
  margin: 10px 0;
}	
.chatLikes, .chatDelete, .editMsg{
	cursor:	pointer;
}
.chatLikes:not(.goldText){
	color: #7e8a9a;
}
.chatLikes:not(.goldText):hover, .chatDelete:hover, .editMsg:hover{
	color: #ee2b2b;
}
.chatDelete, .editMsg{
	margin-left: 14px;
}

.chatLikePop{
	border: solid 1px #7e8a9a;
	border-radius: 6px;
	margin-top: 10px;
}

/*
#newMessageDiv{
	padding: 15px;
	background-color: rgba(200,200,200,0.27);
	display: inline-block;
	border: solid 2px #BBB;
	color: #FFF;
	border-radius: 8px;
}
#newMessageDiv h3 {
	margin: 0 auto 12px auto;
}
#txtNewMessage{
	width: 530px;
	height: 88px;
	resize: none;
}


.chat {
	background-color: #EEE;
	border: solid 1px #08B;
	margin: 35px auto;
	border-radius: 6px;
	max-width: 545px;
}
.chatHeader {
	background-color: #08B;
	color: #FFF;
	font-size: 12pt;
	font-weight: bold;
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
}

.chatUser{
	width: 50%;
	text-align: left;
}
.chatDate{
	text-align: right;
}
.chatMsg{
	padding: 15px;
	text-align: left;
	color: #333;
}
 #newMsgBTN{
	margin: 10px auto 0 auto;
 }
*/


#feedbackPop{
	position: fixed;
	top: calc(50% - 200px);
	left: calc(50% - 224px);
	z-index: 9999;
}


/* -------------   DATA  PAGE ------------------ */
.headshot{
	width: 112px;
	height: 112px;
	border-radius: 50%;
}



.hasPlayer, .highlight{
	background-color: #CDF;
}

.conferenceTitle{
	color: #FFF;
}

#conferenceDivsHolder{
	text-align: center;
}

#tblDataPageTeams{
	margin: auto;
	min-width: 500px;
	border: solid 1px #08B;
	border-collapse: collapse;
}
#tblDataPageTeams th {
	background-color: #08B;
	color: #FFF;
	text-align: left;
	padding: 10px;
	font-size: 18pt;
}
#tblDataPageTeams td {
	background-color: #DDD;
	padding: 20px;
	vertical-align: top;
	text-align: left;
	font-size: 12pt;
}
#tblDataPageTeams h3{
	margin: 0;
}
.smallTeamDiv{
	cursor: pointer;
	margin: 7px 0 7px 12px;
}
.inPlayoffs, .smallTeamDiv:hover, {
	color: #08B;
}

/* In search Results */
#teamDetailsBTN{
	width: 100px;
	text-align: center;
	border-radius: 4px;
}










/* -------------   SCHEDULE PAGE ------------------ */
.schedDay{
	display: inline-block;
	margin: 40px;
	text-align: left;
}
.schedBox{
	margin: 6px 0 20px 0;
}
/*
.glyphicon-volume-up{
	float: right;
	margin: 4px 10px 16px 10px;
}
*/

















/* ================  ACCOUNT PAGE  ================ */

#showChangePassBTN, #showChangeNameBTN, #txtNewPass, #acctConfirmPass, #logoutBTN, #importDataBTN{
	width: 250px;
}














#loadingSym{
	position: fixed;
	left:50%;
	top:50%;
	width:50px;
	height:50px;
	z-index: 9901;
}
#loading_wave{
	margin-left:-100px;
	margin-top:-100px;
}


#mask, .mask{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9900;
  background: rgba(255,255,255,0.55);
}


.regPop{

}

#cssPop{
	width: 460px;
	min-height: 100px;
	position: fixed;
	left: calc(50vw - 258px);
	top: 300px;
	z-index: 9999;
	overflow-y: auto;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
}
	
.astext{
	background:none;
    border:none;
    margin:0;
    padding:0;
	font-size: 36px;
	color:red;
}











/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #EE2B2B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #EE2B2B;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}











  


/*.noSelect, .enabledBTN, .disabledBTN, .myButton{*/
.noSelect, .btn{
	user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}



footer{
	/*
	position: absolute;
	bottom: 0px;
	*/
	border-top: solid 1px #2b303b;
	background: #1d222a;
	/padding: 10px 0;
	margin-top: 40px;
}