
#main {
	margin: auto;
	width: 1000px;
	height: 750px;
	background-image: url('../res/img/blackboard.jpg');
	background-color: #333333;
	background-repeat: no-repeat;
	background-size: 1000px 750px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.header {
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 30px;
	color: white;
	cursor: pointer;
	text-align: center;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
	width: 25%;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.week {
	font-size: 40px;
	display: inline-block;
	cursor: pointer;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
	width: 5.55%;
	text-align: center;
}

.header:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.week:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.subheader-container {
	display: flex;
	width: 100%;
}

.picks-header {
	flex: 1 0 auto;
	height: 50px;
	line-height: 50px;
	padding-top: 5px;
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 24px;
	color: white;
	cursor: pointer;
	text-align: center;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.picks-header:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.fa-position-header {
	flex: 1 0 auto;
	height: 50px;
	line-height: 50px;
	padding-top: 5px;
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 24px;
	color: white;
	cursor: pointer;
	text-align: center;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fa-position-header:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.chosen {
	border-top: 5px solid white;
	background-color: rgba(0, 0, 0, 0.2);
	padding-top: 0px;
}

.fb {
	background-color: #3b5998;
	background-image: url('../res/logo/fb-logo.png');
	background-repeat: no-repeat;
	background-size: 38px 34px;
	background-position: center left;
	color: #ffffff;
	padding-left: 42px;
}

.fb:hover {
	background-color: #4264aa;
}

.fk {
	background-color: #1f2024;
	/*background-image: url('../logo/fk-logo-small.png');*/
	color: #ffffff;
	background-repeat: no-repeat;
	background-size: 38px 34px;
	background-position: center left;
	/*padding-left: 42px;*/
}

.fk:hover {
	background-color: #875630;
}

#weekheader {
	margin: auto;
}

#save {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.cover {
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 25px;
	color: white;
	padding-top: 200px;
	text-align: center
}

.cover34 {
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 25px;
	color: white;
	margin-top: 100px;
	text-align: center
}

.help {
	position: absolute;
	left: 30px;
	bottom: 20px;
	width: 42px;
}

.alertbox {
	position: relative;
	top: -750px;
	margin: auto;
	width: 1000px;
	height: 750px;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.alert {
	position: relative;
	top: 300px;
	background-color: black;
	border: 5px solid white;
	width: 300px;
	height: 150px;
	margin: 0px auto 0px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.draft-picks {
	width: 100%;
	display: none;
}

.draft-picks.is-chosen {
	display: block;
}

.draft-pick,
.fa-player {
	display: flex;
	align-items: center;
}

.draft-pick > div,
.fa-player > div {
	min-width: 10%;
}

.draft-pick > .draft-pick-team {
	position: relative;
}

.draft-pick > .draft-pick-team > .draft-pick-points {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 40px;
	color: #ff0000;
}

.draft-pick > .draft-pick-team > .draft-pick-points.points-success {
	color: #00c000;
}

.draft-pick .draft-pick-number {
	text-align: center;
}

.draft-pick .draft-pick-prospect {
	flex: 1 0 auto;
	margin: 0 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.7);
	height: 40px;
	line-height: 40px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.fa-player {
	margin: 15px;
}

.fa-player.is-template {
	display: none;
}

.fa-player .fa-player-player {
	flex: 1 1 auto;
	position: relative;
}

.draft-pick .draft-pick-position,
.fa-player .fa-player-dropdown,
.prospect-filter-position {
	display: flex;
	justify-content: space-between;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.7);
	height: 40px;
	width: 55px;
	line-height: 40px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

.draft-pick .draft-pick-position.is-disabled,
.fa-player .fa-player-dropdown.is-disabled,
.prospect-filter-position.is-disabled {
	border: 1px solid rgba(128, 128, 128, 0.7);
	opacity: 0.7;
	cursor: not-allowed;
}

.fa-player .fa-player-dropdown {
	flex: 0 0 auto;
	width: 25%;
	margin: 0 15px;
}

.prospect-filter-position {
	width: 65px;
}

.draft-pick-prospect-position,
.fa-player-player-position {
	font-size: 80%;
	opacity: 0.7;
}

.fa-player-player-points{
	position: relative;
	top: -10px;
	color: #ff0000;
}

.fa-player-player-points.points-success {
	color: #00c000;
}

.draft-pick-dropdown-icon,
.fa-player-dropdown-icon,
.prospect-filter-dropdown-icon {
	fill: #ffffff;
	opacity: 0.7;
	line-height: 40px;
	padding: 2px;
}

.draft-pick-position:not(.is-disabled).is-active .draft-pick-dropdown-icon,
.fa-player-dropdown:not(.is-disabled).is-active .fa-player-dropdown-icon,
.prospect-filter-position:not(.is-disabled).is-active .prospect-filter-dropdown-icon {
	transform: rotate(180deg);
}

.draft-pick-position:not(.is-disabled).is-active,
.fa-player-dropdown:not(.is-disabled).is-active,
.prospect-filter-position:not(.is-disabled).is-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.draft-pick-position .position-dropdown,
.fa-player-dropdown .fa-player-dropdown-choices,
.prospect-filter-position .position-dropdown {
	display: none;
	position: absolute;
	top: 40px;
	left: -1px;
	background-color: #333333;
	border-radius: 0 0 5px 5px;
	border: 1px solid rgba(0, 0, 0, 0.7);
	z-index: 999;
	min-width: 100%;
}

.fa-player-dropdown .fa-player-dropdown-salary,
.fa-player-dropdown .fa-player-dropdown-year {
	padding: 0 10px;
}

.draft-pick-position:not(.is-disabled).is-active .position-dropdown,
.fa-player-dropdown:not(.is-disabled).is-active .fa-player-dropdown-choices,
.prospect-filter-position:not(.is-disabled).is-active .position-dropdown {
	display: block;
}

.draft-pick.draft-pick-locked > .draft-pick-prospect,
.draft-pick.draft-pick-locked > .draft-pick-position {
	opacity: 0.7;
	cursor: no-drop;
}

.position-dropdown > div {
	display: flex;
}

.position-dropdown > div > div {
	padding: 0 10px 0 10px;
	text-align: center;
	width: 50%;
}

.team {
	border: 1px solid black;
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: right;
	/*color: #000000;*/
	font-weight: bold;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	padding-right: 10px;
	vertical-align: middle;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.teamwin {
	-webkit-box-shadow: inset 3px 3px 5px 0px rgba(255, 255, 255, 0.2), inset -3px -3px 5px 0px rgba(0, 0, 0, 0.6), 3px 3px 5px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 3px 3px 5px 0px rgba(255, 255, 255, 0.2), inset -3px -3px 5px 0px rgba(0, 0, 0, 0.6), 3px 3px 5px 0px rgba(0, 0, 0, 0.6);
	box-shadow: inset 3px 3px 5px 0px rgba(255, 255, 255, 0.2), inset -3px -3px 5px 0px rgba(0, 0, 0, 0.6), 3px 3px 5px 0px rgba(0, 0, 0, 0.6);
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


.teamlocked {
	opacity: 0.5;
	cursor: no-drop;
}

.prospect-search {
	position: relative;
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 0.5rem 0;
}

.prospect-search .prospect-filter-position {
	min-width: 3rem;
	margin-right: 1rem;
}

.prospect-search input[type=text] {
	display: block;
	flex: 1 0 auto;
	box-sizing: border-box;
	text-align: left;
}

.prospect-search button {
	width: 32px;
	height: 32px;
	margin: 0 1rem;
}

.prospect-search button svg {
	width: 100%;
	height: 100%;
	fill: #ffffff;
}

.prospect-search button svg:hover {
	fill: #cccccc;
}

.prospect-table {
	width: 100%;
}

.prospect {
	display: flex;
	cursor: move;
	padding: 0.25rem;
	align-items: center;
	line-height: 1.4;
}

.prospect.is-selected {
	border: 1px solid white;
}

.prospect div {
	min-width: 10%;
}

.prospect .prospect-name {
	/* flex: 1 0 auto; */
}

.prospect .prospect-team {
	margin-left: 0.5rem;
	margin-right: auto;
	font-size: 80%;
	opacity: 0.7;
}

.prospect .prospect-pick {
	margin-left: 1rem;
	width: 100px;
}

.prospect:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

.prospect-pagination {
	display: flex;
	justify-content: space-between;
}

.prospect-pagination > div {
	font-size: 20px;
	cursor: pointer;
}

.prospect-pagination > div:hover {
	opacity: 0.7;
}

#prospect-pagination-previous {
	margin-right: auto;
}

#prospect-pagination-next {
	margin-left: auto;
	margin-right: 20px;
}

a[href^="mailto:"] {
	font-family: 'Times New Roman', serif;
	font-size: 16px;
	color: #808080;
	-moz-user-select: -moz-text;
	-khtml-user-select: text;
	-webkit-user-select: text;
	-ms-user-select: text;
	user-select: auto;
}

a[href^="mailto:"]:hover {
	color: #a0a0a0;
}

a[href^="mailto:"]::-moz-selection {
	background-color: rgba(255, 255, 255, 0.2);
	color: black;
}

a[href^="mailto:"]::selection {
	background-color: rgba(255, 255, 255, 0.2);
	color: black;
}

.leaderboardtitle {
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 60px;
	color: white;
	text-align: left;
	text-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
	/*width: 25%;*/
	margin-left: 20px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.numbertitle {
	position: absolute;
	right: 0px;
	bottom: -25px;
	font-family: Arial;
	font-size: 14px;
}

.leaderboard {
	font-family: DJB, DJB_IE, "Comic Sans MS";
	font-size: 25px;
	color: white;
}

.ranks-container {
	position: relative;
}

.ranks-container .numbertitle{
	left: 35px;
	right: unset;
}

.ranks {
	width: 100%;
	margin-left: 20px;
}

.ranks.fa-ranks,
.ranks.draft-ranks {
	width: 75%;
}

.ranks > tbody > tr > td {
	padding: 0px;
	line-height: 135%;
}

.ranks > tbody > tr > td:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 170px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.team-dropdown-container {
	position: relative;
	display: flex;
	padding: 0 15px;
	flex: 0 0 auto;
}

.team-dropdown-container:not(.is-disabled).is-active .team-dropdown {
	display: inline-flex;
}

.team-dropdown-toggle {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.7);
	margin: 0 5px 0 0;
	flex: 0 0 auto;

	display: inline-block;
	background: none;
	box-shadow: none;
	color: inherit;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	overflow: hidden;
}

.team-dropdown-container.is-disabled .team-dropdown-toggle {
	border: 1px solid rgba(128, 128, 128, 0.7);
	opacity: 0.7;
	cursor: not-allowed;
}

.team-dropdown-toggle:hover {
	background: none;

	opacity: 1;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.team-dropdown-container.is-disabled .team-dropdown-toggle:hover {
	box-shadow: none;
}

.team-dropdown-container input[value=""] + .team-dropdown-toggle > img {
	opacity: 0;
}

.team-dropdown-toggle img {
	width: 100%;
	height: auto;
}

.team-dropdown-reset {
	display: inline-block;
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	box-shadow: none;
	text-decoration: underline;
}

.team-dropdown-container.is-disabled .team-dropdown-reset {
	opacity: 0.7;
	cursor: not-allowed;
}

.team-dropdown-reset:hover {
	background: none;
	opacity: 0.7;
}

.team-dropdown-container.is-disabled .team-dropdown-reset:hover {
	opacity: 0.7;
}

.team-dropdown {
	display: none;
	flex-direction: row;
	position: absolute;
	top: 40px;
	left: 15px;
	padding: 5px 10px 10px 5px;
	background: #333333;
	color: white;
	z-index: 999;
}

.team-dropdown-conference {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.team-dropdown-division {
	display: flex;
	flex-direction: column;
}

.team-dropdown-conference-title {
	font-size: 80%;
	transform: rotate(-90deg);
}

.team-dropdown-division-title {
	text-align: center;
	font-size: 60%;
}

button.team-dropdown-item {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	box-shadow: none;
}

.team-dropdown-item input {
	display: none;
}

.team-dropdown-item img {
	margin: 5px;
	width: 40px;
	height: auto;
	opacity: 0.5;
	border-radius: 5px;
}

.team-dropdown-item:hover img {
	opacity: 1;
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.team-dropdown-container.is-disabled .team-dropdown-item:hover img {
	box-shadow: none;
}
