

* {font-family: 'Roboto Condensed', sans-serif;} 

.eventimg {
	max-width: 1400px;
}

body.stripes {
  background-image: linear-gradient(90deg, #dce4ec 20%, white 20%, white 80%, #dce4ec 80%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  min-height: 100%;
  margin: 0 0 0 0;
}

div.top_menu {
	display: block;
	height: 75px;
	background-image: linear-gradient(180deg, rgb(0,76,120) 25%, rgb(0,56,110) 75%, rgb(0,46,100) 100%);
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	z-index: 2;
}

div.menu_pos {
	position: absolute;
	top: 50;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

a.menu_item {
	display: inline-block;
	color: #fff;
	padding: 10 10 10 10;
	text-decoration: none;
	z-index: 2;

}

a.sort {
	color: #fff !important;
	text-decoration: underline dotted !important;
}



div.login_button {
	display: inline-block;
	position: absolute;
	right: 5;
	top: 22;
	background: #c90009;
	padding: 7 12 7 12;
	border-radius: 5px;
	color: #fff;

}

div.login_button a {
	color: #fff;
	text-decoration: none;
}

div.login_button:hover {
	background-color: #fc454d;
}

label.login {
	font-size: 14px;
	background: #fff;
    display: inline-block;
    margin-bottom: 0.5rem;
}

img.logo_header {
	width: 175;
	position: absolute;
	left: 30;
	top: 0;	
}

img.logo_header_mob {
	display: none;
	width: 225;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 40;	
}


/* MENU STUFF */
.dropbtn {
  background-color: transparent;
  color: white;
  border: none;
  z-index: 2;
}


.dropdown {
  position: relative;
  display: inline-block;
  z-index: 2;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

/* scrollbar */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

button {font-size: 16px}

div.menu_mobile {
	display: none;
}


div.header {
	font-weight: bold;
	font-size: 26px;
	color: #c90009;
	text-transform: uppercase;

}

/* MOBILE MENU */

.menu-wrap {
  
  top: 0;
  left: 0;
  z-index: 1;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
 
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 60%;
  height: 2px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);

}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;

}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00386e;

}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;

}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  
}

.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;

}

table.standard {
	border-spacing: 0;
	font-size: 14px;
	border-collapse: collapse;
}

table.standard a {
	color: #000;
	text-decoration: none;
}

table.standard a:hover {
	text-decoration: underline dotted;
}

table.standard th {
	background: #00386e;
	color: #fff;
	font-size: 90%;
	font-weight: normal;
	padding: 5 0 5 0;
	
}

table.altrow tr:nth-child(even) {
	background: rgb(252,252,252);
}

table.altrow tr:nth-child(odd) {
	background: rgb(245,245,245);
}

table.altrow td {

}

table.borderrow td {
	border-bottom: 1px solid #f0f0f0 !important;
}

table.standings {
	width: 450;
}

table.standings td {
	padding: 15 10 15 10;
}

table.schedule {
	width: 850;
}

table.all_players {
	width: 840;
}

table.all_players td {
	width: 210;
	text-align: center;
	vertical-align: top;
}

div.all_players_div {
	display: inline-block; 
	position: relative; 
	width: 184; 
	height: 184; 
	vertical-align: top;
	margin: 40 0 10 0;
	text-align: center; 
}

img.all_players_head {
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	z-index: -1;
	border-radius: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	background-color: #efefef;
	border: 1px solid #00386e;
}

img.all_players_head:hover {
	opacity: 65%;
}

div.all_players_team {
	display: inline-block; 
	position: relative;
	width: 180;
	padding: 8 0 8 0;
	top:140; bottom:0; left:0; right:0;
	z-index: 0;
	text-align: center; 
	vertical-align: middle;
	border-radius: 8px; 
	font-size: 12px; 
	font-weight: bold;
	color: #1f1f1f; 
	background-color: #ffd700;
	white-space: nowrap;
	border: 1px solid #fff;
	box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
}


table.fieldtable {
	width: 700;
}

table.fieldtable td {
	padding: 3 0 3 0;
}

table.lineup {
	width: 650;
}

table.leaderboard td {
	padding: 3 0 3 0;
}

table.lineup td {
	height: 40;
}

table.waivers {
	width: 500;
}

table.log {
	width: 750;
}

input.search {
	width: 500;
}

table.schedule td {
	padding: 10 10 10 10;
}

div.score_module {
	vertical-align: top;
	width: 350;
	display: inline-block;
	padding: 10 10 10 10;
}

table.score_module {
	width: 100%
}

table.teamstats {
	width: 650;
}

table.player_header {
	width: 550;
}

table.player_header a {
	text-decoration: none;
	color: #000
}

table.player_stats td {
	padding: 5 0 5 0;
}

div.name_desktop {
	display: inline-block;
}

div.name_mobile {
	display: none;
}

div.event_desktop {
	width: 40;
	display: inline-block;
}

div.event_player {
	width: 10;
	display: inline-block;
}

div.event_mobile {
	display: none;
}

table.events {
	width: 750;
}

table.events td {
	padding: 3 0 3 0;
}

table.cap_eff, table.team_eff {
	width: 650;
}

table.cap_eff td, table.team_eff td {
	padding: 5 0 5 0;
}
	

table.teamstats, table.players img, table.log img {
	padding: 3 0 3 0
}



td.pts_divider {border-bottom: 1px solid white; border-top: 1px solid white; font-weight: bold; text-align: center; height:16px; font-size: 11px; background-color: #add8e6; color: #000}

table.top_align td {vertical-align: top;}

table.score_module tr:hover {background: gold; opacity: 40%}
table.score_module {border-collapse: collapse;}
table.score_module th {text-align: center; padding: 5 0 5 0; font-size: 110%}
table.score_module td {height: 22px; vertical-align: middle; padding: 2 0 2 0; border-collapse: collapse;}
table.score_module td.h2h_match {background-color: #dce4ec; font-weight: bold; font-size: 11px; border-bottom: 1px solid white; border-top: 1px solid white} 
table.score_module td.h2h_result {text-align: center; width: 10%} 
table.score_module td.tie {background-color: rgb(242,242,242); color: #000; border: 1px solid white} 
table.score_module td.win {background-color: rgb(0,176,80); color: #fff; border: 1px solid} 
table.score_module td.loss {background-color: rgb(192,0,0); color: #fff; border: 1px solid} 
table.score_module img {height: 16px; margin-left: 1px; vertical-align: middle}

.radius_tl {border-radius: 5px 0px 0px 0px}
.radius_tr {border-radius: 0px 5px 0px 0px}
.radius_tltr {border-radius: 5px 5px 0px 0px}
.radius {border-radius: 5px 5px 5px 5px}

div.schedule_link {
	display: inline-block; 
	color: #00386e; 
	text-align: center; 
	width: 65; 
	font-size: 70%; 
	border: 1px dotted #00386e; 
	padding: 4 3 4 3; 
	border-radius: 5px; 
	line-height: 90%;
	margin: 2 1 2 1;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}

div.schedule_link:hover {
	background-color: #00386e; 
	color: white
}

div.pos {
	font-size: 90%;
	font-weight: bold;
	display:inline;

}

div.lineup_c {color: #fff; background-color: rgb(0,176,80); width: 15 !important; height: 15; border: 1px solid rgb(0,176,80); border-radius: 100%; float:right;}
div.lineup_s {color: rgb(0,176,80); width: 15; height: 15; border: 1px solid rgb(0,176,80); border-radius: 100%; display:inline;}
div.lineup_b {color: rgb(172,0,0); width: 15; height: 15; border: 1px solid rgb(172,0,0); border-radius: 100%; display:inline;}



td.inplay {color: #ff0046}
td.change {border-radius: 5px; font-weight: bold; color: #ff0046; background-color: #ffe6f3; border: 2px solid white}
div.score {font-weight: bold; color: #ff0046; display: inline-block; font-size: 90%}
div.update {font-size: 10} 
img {vertical-align: middle}
.right {text-align: right}
th.team {font-size: 18px; color: #161616; text-align: left; font-weight: bold} 
.left_border {border-left: 2px solid white}
#bench {font-size: 10; text-align: center; height: 16; background-color: #dce4ec; color: #000; font-weight: bold} 
.filterteam_sel {background-color: #F6BE00 !important}
.round {font-size: 14; font-weight: bold}
#cap {height: 12px}
.field {display: inline-block; border-radius: 8px; padding: 2 4 2 4; font-size: 12px; font-style: italic; color: #fff; background-color: #c90009}


.event_type {display: inline-block; text-align: center; border-radius: 8px; padding: 1 3 1 3; font-size: 10px; color: #fff; }
.event_1 {background-color: #A8A8A8}
.event_2 {background-color: #87cefa}
.event_3 {background-color: #ffd700}

#small {font-size: 11px;}
img.headshot {width: 80px; margin: 1 1 1 1}
#cut {color: #8f8f8f !important; } 
.cut {color: #8f8f8f !important;} 
.bw { -webkit-filter: opacity: 60%; grayscale(100%); /* Safari 6.0 - 9.0 */  opacity: 60%; filter: grayscale(100%);} 
.blank {background-color: #fff !important}
img.headshot_large {margin: 20 0 10 0; width: 130; height: 165; border: 1px solid #00386e; object-fit: cover; background-color: #efefef}
#header {font-size: 30px} 
#header_sub {font-size: 16px} 

a.submenu {
	font-size: 75%;
	color: #fff;
}

@media only screen and (max-width: 900px) {
	
	body.stripes {
		background-image: linear-gradient(90deg, white 20%, white 20%, white 80%, white 80%);
	}
	
	.eventimg {
		max-width: 100%;
	}
	
	img.logo_header {
		display: none;
	}
	
	img.logo_header_mob {
		display: block;
	}
	
	div.top_menu {
		display: none;
	}
	
	div.menu_mobile {
		display: block;
		height: 75px;
		width: 100%;
		background: #00386e;
		vertical-align: middle;
		text-align: center;
		font-size: 20px;
	}
	
	table.standings {
		width: 95%;
	}
	
	table.schedule {
		width: 100%;
		font-size: 70%;
	}
	
	table.cap_eff {
		width: 100%;
		font-size: 2.5vw;
	}
	
	table.fieldtable {
		width: 95%
	}
	
	table.leaderboard {
		width: 99%;
		font-size: 3.8vw;
		white-space: nowrap;
	}
	
	
	div.leaderboard_filter {
		display: none;
	}
	
	#smdl_toggle_off {
		display: none;
	}
	
	.smdl_toggle_on {
		display: block;
	}
	
	table.leaderboard td {
		padding: 3 0 3 0 !important;
	}
	
	.pts_divider {
		padding: 0 0 0 0 !important;
	}
	
	table.leaderboard img {
		width: 3.8vw;
	}
	
	input.leaderboard_team {
		margin-left: 50;
		white-space: nowrap;
	}
	
	div.name_desktop {
		display: none;
	}

	div.name_mobile {
		display: inline-block;
	}
	
	div.event_desktop {
		display: none;
	}

	div.event_mobile {
		width: 10;
		display: inline-block;
	}
	
	table.lineup {
		width: 95%;
		font-size: 3.2vw;
		white-space: nowrap;
	}
	
	.field {
		font-size: 2.3vw;
	}
	
	table.lineup img {
		width: 3.4vw;
	}
	
	table.waivers {
		width: 95%
	}
	
	table.player_header {
		font-size: 70%;
		width: 95%
	}
	
	table.player_stats {
		font-size: 70%;
		width: 99%
	}
	
	table.teamstats {
		width: 100%;
		font-size: 2.5vw;
		white-space: nowrap;
	}
	
	table.players {
		width: 100%;
		font-size: 3vw;
		white-space: nowrap;
	}
	
	table.events {
		width: 100%;
		font-size: 1.7vw;
		white-space: nowrap;
	}
	
	table.events td {
		padding: 4 0 4 0;
	}
	
	table.log {
		width: 100%;
		font-size: 2.5vw;
		white-space: nowrap;
	}
	
	table.teamstats img.headshot {
		width: 15vw;
	}
	
	table.teamstats img.flag {
		width: 5vw;
	}
	
	input.search {
		width: 95%;
	}
	
	div.score_module {
		width: 95%;
	}
	
	table.score_module td {
		padding: 6 0 6 0;
		font-size: 3.5vw;
	}
	
	ul {width: 100%}
	
	a.menu_item {
		display: block;
		width: 100%;
		padding: 20 0 20 0;
		font-size: 24px;
		margin-left: -10;
	}
	

	
	div.dropdown {
		display: block;
	}
	
	.dropbtn {
		font-size: 20px;
	}
	
	.dropdown-content {
		width: 300;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 90;
	}
	
	table.allplayers {
		width: 100%;
		font-size: 90%;
	}
	
	table.all_players {
		width: 100%;
		font-size: 60%;
	}

	
	div.all_players_div {
		width: 100%; 
		height: 90;
	}

	div.all_players_team {
		width: 90%;
		font-size: 70%;
		top: -20;
		padding: 4 0 4 0;
		box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.3);
	}

	
	.flag {
		width: 12;
	}

	table.all_players td {
		width: 25%;
	}

	img.all_players_head {
		position: relative;
		height: 90;
		width: 90;
	}
	
	.event_type {
		font-size: 65%;
	}
}

.btndraft {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  text-decoration: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #337ab7;
  border-color: #2e6da4;
}


input[type=checkbox] {vertical-align: middle}
label {
	font-size: 65%;
	display: inline-block; 
	padding: 3px 10px 3px 10px; 
	margin: 3px 1px 3px 1px;
	background-color: #add8e6; 
	color: #010101;
	border-radius: 35px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;	

  These two rules remove the
  highlighting for Chrome and
  Android ✣
  */
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
#nolabel {
	width: 3.5%;
	background-color: #fff;
	padding: 0px 35px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	background-color: transparent; 
}


#draftroomlocked {padding-top: 20px; padding-bottom: 20px; width:350px; background-color: rgb(250,70,28); border-radius: 2px }
#draftroomlocked h1 {font-size: 24px; font-weight: bold}
#draftroomlocked table {color: #fff}	
#draftroomlocked td {vertical-align: middle}
#draftroomwarning a {padding-top: 4px; display: block; width: 100; height: 25; border-radius: 2px}
#draftroomwarning td {vertical-align: bottom}

#btn-accept {display: inline-block; border-radius: 2px; line-height: 20px; vertical-align: bottom; text-decoration: none; height: 20px; width: 100%; color: #fff; background-color: #17b359; border: 0; margin-top: 1px; margin-bottom: 1px; text-align: center}
#btn-accept:hover {background-color: #39d57a;}
#btn-danger {display: inline-block; border-radius: 2px; line-height: 20px; vertical-align: bottom; text-decoration: none; height: 20px; width: 100%; color: #fff; background-color: #d9534f; border: 0; margin-top: 1px; margin-bottom: 1px; text-align: center}
#btn-danger:hover {background-color: #f7312f;}

.form-group {
  margin-bottom: $form-group-margin-bottom;
}

.form-text {
  display: block;
  margin-top: $form-text-margin-top;
}

.form-control {
    display: block;
    width: 300;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


