/* Website template by freewebsitetemplates.com */
/*------------------------- Fonts ---------------------------*/
@font-face {
	font-family: 'bevanregular';
	src: url('../fonts/bevan-webfont.eot');
	src: url('../fonts/bevan-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/bevan-webfont.woff') format('woff'),  url('../fonts/bevan-webfont.ttf') format('truetype'),  url('../fonts/bevan-webfont.svg#bevanregular') format('svg');
	font-weight:marginnormal;
	font-style: normal;
}

@font-face{
 font-family:'digital-clock-font';
 src: url('../fonts/digital-7.regular.ttf');
}


/*------------------------- Layout styles ------------------------*/
body {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg-background.jpg);
	background-size: 100%;
	 position: relative;
  	padding-bottom: 6rem;
  	min-height: 100%;
}

body.ff {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	background-color:  rgb(0, 0, 0);
	background-image: none;
	position: relative;
  	padding-bottom: 6rem;
  	min-height: 100%;
  	background-repeat: repeat;
  	color: #555;
}

a {
	outline:none;
}
a img {
	border:0;
	display:block;
}

a img.logos {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background: white;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.champ {
  position:relative;   
}

a img.crown {
    position: absolute;
    top: -14px;
    left: -8px;
    height: 30px;
    width: 25px;
    transform: rotate(-37deg);
}


a img.logos:hover, .a img.logos:focus, .a img.logos:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.college {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background: white;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  vertical-align: middle;
}

.search-icon {
    height: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.header-logo {
    width: 135px;
}


.college-draft {
    height: 25px;
    width: 25px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background: white;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  vertical-align: middle;
}

.scout-image {
    border-radius: 20%;
    height: 69.4px;
    width: 50px;
    border-style: solid;
    border-color: white;
    border-width: 2px;
    background: white;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
  vertical-align: middle;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Notepad CSS */

.notepad-body {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 0;
}

.notepad-body .list {
  color: #3c3939;
  font-size: 18px;
  padding: 0 !important;
  border: 1px solid #dedede;
  margin-bottom: 0px;
  height: 170px;
}

.list li {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  height: 22px;
  padding: 10px;
  padding-left: 50px;
  font-family: 'Permanent Marker', cursive;
  text-align: left;
}

.lines {
  border-left: 1px solid #ffaa9f;
  border-right: 1px solid #ffaa9f;
  width: 2px;
  float: left;
  height: 170px;
  margin-left: 30px;
}

.page-ff-lottery {
	width:1200px;
	margin:0 auto;
	padding:0px 0 35px;
	max-height: 800px;
}

.search-logos {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.search-icon {
    height: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

#search-bar {
    width: 98%;
}

.page-ff-draft {
	width:95vw;
	height: 100vh;
	display: inline-block;
	margin: auto;
	padding:0px 0 35px;
	max-height: 800px;
}

.page-player-ratings {
	width:1500px;
	margin:0 auto;
	padding:0px 0 35px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    outline: none;
    position: relative;
    margin: 0 auto;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    transition: max-height 0.2s ease-out;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.link-icon {
    display: inline-block;
}


/*-------------------------  -------------------------*/
.header {
	width: 1050px;
	margin:0 auto;
}

.header-menu {
	background:none #2b2c2d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height:45px;
	margin:0 auto;
	padding:15px 0 0 0;
}



.header-team-logos {
	height:65px;
	margin:0 auto;
	padding:10px 0 5px 0;
}


.head-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0px;
  grid-auto-rows: minmax(25, 50);
}

.head-grid-main-logo {
  grid-column: 1;
  grid-row-end: span 2;
  align-self: center;
}

.head-grid-team-logos {
  grid-column: 12;
  grid-row: 1;
  align-self: center;
}

.head-grid-menu {
  grid-column: 12;
  grid-row: 2;
  align-self: center;
}

.larger-text {
  font-size: 24px;

}

.grid-container {
  display: grid;
  grid-template-columns: minmax(136px, 10%) auto auto auto auto auto auto;
  grid-template-rows: 26px; auto;
  grid-gap: 10px 10px;
  background-color: #999;
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
}

.grid-container > div {
  background-color: #333;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border-left-style: solid;
  border-color: #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grid-container .clock {
  font-family:'digital-clock-font';
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #181818;
  border-radius: 15px;
  display: table-cell;
  vertical-align: middle
}

.grid-container .clock-red {
  font-family:'digital-clock-font';
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: red;
  border-radius: 15px;
}

.draft #clock {
  font-family:'digital-clock-font';
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #181818;
  border-radius: 10px;
  padding: 7px 25px 7px 25px;
}

.draft #roundText {
  font-size: 20px;
  font-weight: bold;
}

.draft #roundButton {
  background-color: #666;
  padding: 5px 7px 5px 7px;
  border-radius: 50%;
  border-style: outset;
  border-width: 2px;
}

.draft #roundButton:hover {
  background-color: #999;
}

.draft #clockAlert {
  color: red;
}

.draft .float-right {
  float:right;
}

.boxWrapper {
    float: left;
    margin-right: -120px;
    padding-left: 120px;
    position: relative;
    right: 120px;
    width: 100%;
}

.boxWrapper table {
    background: none;
    background-image: none;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

.boxHeader {
  width: 100%;
}

.boxHeader th {
  color: #2b2c2d;
  font-size: 11px;
}

.boxWrapper .img-container {
    display: table-cell;
    height: 40px;
    margin: 0 auto;
    min-width: 40px;
    overflow: hidden;
    padding-right: 4px;
    position: relative;
    vertical-align: middle;
    width: 40px;
}

.boxWrapper .img-container .team-images {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 35px;
    position: absolute;
    right: 0;
    top: 0;
}

.boxWrapper .team-names {
    display: table-cell;
    font-size: 11px;
    line-height: 1.2;
    padding-left: 9px;
    vertical-align: middle;
    width: 100%;
}



#adminDiv button {
  vertical-align:top;
  top: 0;
  padding: 5px;
  border: outset 3px white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13px;
}

.grid-container .clock-red {
  font-family:'digital-clock-font';
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;
  color: #181818;
  border-radius: 10px;
  padding: 7px 25px 7px 25px;
}

.grid-container .current-pick {

  background-color: #555;
  font-size: 14px;
}

.grid-container .grid-cell-header {
  background-color: #999;
  font-size: 16px;
  color: #fff;
  box-shadow: none;
  text-shadow: 1px 1px 1px #000;
  border: none;
}

.grid-container .grid-cell-header-round {
  background-color: #85C1E9;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 15px;
  padding: 5px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.grid-container .grid-myTeam {
  background-color: #fff;
  color: #333;
  font-weight: bold;
}

.team-labels {

	font-size: 14px;
}


.grid-container-large {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  grid-template-rows: auto; auto;
  grid-gap: 10px 10px;
  background-color: #999;
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
}

.grid-container-large > div {
  background-color: #333;
  font-size: 26px;
  text-align: center;
  padding: 10px 5px;
  color: #fff;
  border-left-style: solid;
  border-color: #888;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grid-container-large .clock {
  font-family:'digital-clock-font';
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  color: #181818;
  border-radius: 15px;
  display: table-cell;
  vertical-align: middle
}

.grid-container-large .clock-red {
  font-family:'digital-clock-font';
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  color: red;
  border-radius: 15px;
}

.grid-container-large .current-pick {

  background-color: #555;
  font-size: 24px;
}

.grid-container-large .grid-cell-header {
  background-color: #999;
  font-size: 26px;
  color: #fff;
  box-shadow: none;
  text-shadow: 1px 1px 1px #000;
  border: none;
}

.grid-container-large .grid-cell-header-round {
  background-color: #85C1E9;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 15px;
  vertical-align: middle;
  padding: 5px auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.team-labels-large {

	font-size:24px;
}


.background {

}

.header a#logo {
	display:block;
	float:left;
	padding: 0 20px 0 20px;
	font-family:bevanregular;
	height:42px;
}
.header ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:9px 33px 0 0;
}
.header ul li:first-child {
	margin:0;
}
.header ul li {
	float:left;
	margin:0 0 0 36px;
}
.header ul li a {
	color:#fbfbf4;
	font-family:bevanregular;
	font-size:14px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:30px;
	text-decoration:none;
	text-transform:uppercase;
}
.header ul li.selected a, .header ul li a:hover {
	color:#ff7500;
}

.header-team-logos ul{
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style:none;
    
}

.header-team-logos ul li {
    padding: 0px;
    margin: 10px 0px 10px 6px;
    float: left;
}

.header-team-logos ul li:first-child{
    padding: 0px;
    margin: 10px 0px 10px 0px;
    
}



/*--------------------------Search box----------------------------*/

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  float: right;
}
input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 12px;
}
input[type=text] {
  background-color: #fff;
  width: 100%;
}
input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  font-size: 12px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.search-logos {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

.search-icon {
    height: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.headerSearchBar {
    width: 160px;
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

#search-bar {
    width: 150px;
    height: 25px;
}

input {
	box-sizing: border-box;
	-webkit-appearance: none
}

.form--dark .form__control,
.form__group--dark .form__control {
	background: #2b2c2d;
	border-color: #6c6d6f;
	box-shadow: none;
	color: #fff
}

.form--dark .form__control::-webkit-input-placeholder,
.form__group--dark .form__control::-webkit-input-placeholder {
	color: #fff
}

.form--dark .form__control:-ms-input-placeholder,
.form__group--dark .form__control:-ms-input-placeholder {
	color: #fff
}

.form--dark .form__control:-moz-placeholder,
.form__group--dark .form__control:-moz-placeholder {
	color: #fff
}

.form--dark:before,
.form__group--dark:before {
	color: #fff
}

.form__group {
	margin-bottom: 10px;
	position: relative
}

.form__group--labeled .form__label,
.form__group--labeledLeft .form__label {
	clip: auto;
	position: relative
}

.form__group--labeledLeft>div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.form__group--labeledLeft>div .form__label {
	margin-bottom: 0;
	margin-right: 10px
}

.form__group--required:not(.form__group--labeled) .form__control {
	padding-left: 1.5rem
}

.form__group--required:not(.form__group--labeled) .form__required {
	display: block
}

.form__group--required:not(.form__group--labeled):before {
	content: "*";
	color: #d00;
	font-size: 12px;
	left: 13px;
	line-height: 1;
	position: absolute;
	top: 12px
}

.form__group--required .form__required {
	display: inline-block
}

.form__group--danger .form__control {
	border-color: #d00
}

.form__group--danger .form__control:focus {
	border-color: #d00;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d00;
	outline: 0
}

.form__group--success .icon__svg {
	bottom: 15px;
	position: absolute;
	right: 12px;
	transform: translateY(50%);
	width: 14px
}

.form__group--success .icon__svg use {
	fill: #094
}

.form__group--success .form__control {
	padding-right: 35px
}

.form__group--success .form__control:focus {
	border-color: #094;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #094;
	outline: 0
}

.form__group--disabled .form__label {
	color: #cbccce
}

.form__group--button .form__label {
	width: 100%
}

.form__group--button .form__control {
	padding-right: 60px
}

.form__group--button .form__control:focus+.form__control-button {
	color: #06c;
	cursor: pointer
}

.form__group--button .form__control:focus+.form__control-button:hover,
.form__group--button .form__control:focus+.form__control-button:visited:hover {
	text-decoration: underline
}

.form__group--search .icon__svg {
	bottom: 15px;
	position: absolute;
	left: 12px;
	transform: translateY(50%);
	width: 14px
}

.form__group--search .icon__svg use {
	fill: #a5a6a7
}

.form__group--search .form__control {
	padding-left: 35px
}

.form__group--select .icon__svg {
	display: none
}

.form__group--select select {
	text-transform: capitalize
}

.form__group--custom-select {
	position: relative
}

.form__group--custom-select .icon__svg {
	bottom: 15px;
	position: absolute;
	right: 12px;
	transform: translateY(50%);
	width: 15px
}

.form__group--custom-select .icon__svg use {
	fill: #06c
}

.form__group--custom-select .form__select-wrapper {
	background: #f9f9fb;
	border-radius: 40px;
	display: block;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}

.form__group--custom-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 40px;
	cursor: pointer;
	line-height: 1;
	padding: 8px 32px 8px 12px;
	position: relative;
	text-transform: capitalize
}

.form__group--custom-select select option {
	border: 0 none;
	outline: 0
}

.form__group--custom-select select::-ms-expand {
	display: none
}

.form__group--toggle {
	display: inline-block
}

.form__group--toggle .control {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.form__group--toggle .control__indicator {
	background-color: #fff;
	border: 1px solid #cbccce;
	border-radius: 40px;
	height: 32px;
	padding: 2px;
	position: relative;
	top: 0;
	width: 60px
}

.form__group--toggle .control__indicator:after {
	background-color: #cbccce;
	border-radius: 40px;
	bottom: 4px;
	content: "";
	height: 22px!important;
	left: 4px;
	text-indent: -9000px;
	top: 4px;
	width: 22px;
	z-index: 1
}

.form__group--toggle .form__toggle--sm {
	height: 22px
}

.form__group--toggle .form__toggle--sm .control__indicator {
	height: 22px;
	padding: 1px;
	width: 40px
}

.form__group--toggle .form__toggle--sm .control__indicator:after {
	height: 16px!important;
	left: 2px;
	top: 2px;
	width: 16px
}

.form__group--toggle .form__toggle--sm .form__control--toggle:checked~.control__indicator:after {
	margin: 0 0 0 18px
}

.form__label {
	clip: rect(1px, 1px, 1px, 1px);
	color: #2b2c2d;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 8px;
	position: absolute
}

.form__label--textarea {
	color: #a5a6a7
}

.form__control {
	box-shadow: inset 1px 1px 0 0 #edeef0;
	border-radius: 4px;
	border: 1px solid #cbccce;
	color: #151617;
	font-size: 13px;
	padding: 7px 12px;
	width: 100%
}

.form__control::-webkit-input-placeholder {
	color: #cbccce;
	transition: opacity .2s ease-in-out
}

.form__control:-ms-input-placeholder {
	color: #cbccce;
	transition: opacity .2s ease-in-out
}

.form__control:-moz-placeholder {
	color: #cbccce;
	transition: opacity .2s ease-in-out
}

.form__control:disabled {
	background: #fff;
	border-color: #edeef0;
	box-shadow: inset 1px 1px 0 0 #f9f9fb;
	cursor: not-allowed
}

.form__control:focus {
	border-color: #06c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #06c;
	outline: 0;
	transition: all .2s ease-in-out
}

.form__control:focus::-webkit-input-placeholder {
	opacity: .2
}

.form__control:focus::-moz-placeholder {
	opacity: .2
}

.form__control:focus:-ms-input-placeholder {
	opacity: .2
}

.form__control:focus:-moz-placeholder {
	opacity: .2
}

.form__control--sm {
	padding: 5px 12px
}

.form__control--input {
	border: 0;
	box-shadow: none;
	font-size: 12px;
	padding: 0
}

.form__control--radio:checked~.control__indicator {
	background: #fff
}

.form__control--radio:checked~.control__indicator:after {
	background: #06c;
	transform: translate(-50%, -50%) scale(1)
}

.form__control--radio:disabled~.control__indicator:after {
	background: #cbccce
}

.form__control--checkbox[indeterminate=true]~.control__indicator:before {
	content: "\2014";
	color: #fff;
	font-weight: 700;
	left: 50%;
	margin-left: -5px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	transform: scale(1)
}

.form__control--checkbox[indeterminate=true]~.control__indicator:after {
	border: 0
}

.form__control--checkbox:checked~.control__indicator {
	background: #06c
}

.form__control--checkbox:checked~.control__indicator:after {
	border-color: #fff;
	transform: translate(-50%, -50%) scale(1) rotate(45deg)
}

.form__control--checkbox:disabled~.control__indicator {
	background: #fff
}

.form__control--toggle:checked~.control__indicator:after {
	background-color: #06c;
	left: 2px;
	margin: 0 0 0 29px
}

.form__control--toggle:checked~.control__indicator:hover:after {
	background-color: #004d9a
}

.form__control--toggle~.control__indicator:after {
	background-color: #cbccce;
	border-radius: 40px;
	bottom: 4px;
	content: "";
	height: 18px;
	left: 4px;
	text-indent: -9000px;
	top: 4px;
	transition: background .25s ease-in-out, margin .25s ease-in-out;
	width: 22px
}

.form__control--toggle:disabled~.control__indicator:after {
	background-color: #cbccce
}

.form__control-button {
	background: none;
	bottom: 50%;
	border: 0;
	color: #cbccce;
	cursor: default;
	font-size: 13px;
	height: 30px;
	line-height: 1;
	position: absolute;
	right: 5px;
	transform: translateY(50%);
	transition: color .2s ease-in-out
}

.form__control-button--hasLabel {
	bottom: 33%;
	transform: translateY(20%)
}

.form__filters {
	margin-bottom: 10px
}

.form__filters-item {
	background: #fff;
	border: 1px solid #cbccce;
	border-radius: 5px;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
	position: relative
}

.form__filters-item .icon__svg {
	right: 5px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: fill .2s ease-in-out;
	width: 14px
}

.form__filters-item .icon__svg use {
	fill: #cbccce
}

.form__filters-item>a {
	color: #cbccce;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	padding: 4px 25px 3px 5px;
	vertical-align: top
}

.form__filters-item>a:hover,
.form__filters-item>a:visited:hover {
	color: #06c
}

.form__filters-item>a:hover .icon__svg use,
.form__filters-item>a:visited:hover .icon__svg use {
	fill: #06c
}

.form__filters-item:hover,
.form__filters-item:visited:hover {
	border-color: #06c
}

.form__filters-item,
.form__filters-item>a {
	transition: all .2s ease-in-out
}

/*------------------------- Drop-Down ---------------------------*/
.dropbtn {
    background-color: #2b2c2d;
    color: #fbfbf4;
    margin-right: 7px;
    padding: 8px;
    font: 16px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
	font: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size:14px;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #e08f26}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #e08f26;
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}


/*------------------------- League Drop-Down ---------------------------*/
.dropbtn-league {
    background-color: #2b2c2d;
    color: #fbfbf4;
    padding: 8px;
    margin-right: 7px;
    font: 16px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
}

.dropdown-league {
    position: relative;
    display: inline-block;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content-league {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 195px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-league a {
    color: black;
	font: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size:14px;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content-league a:hover {background-color: #e08f26}

.dropdown-league:hover .dropdown-content-league {
    display: block;
}

.dropdown-league:hover .dropbtn-league {
    background-color: #e08f26;
}

/*------------------------- Drop-Down Extended Width---------------------------*/
.dropbtn-extended {
    background-color: #090606;
    color: #fbfbf4;
    padding: 16px;
    font: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
	text-transform:uppercase;
    border: none;
    cursor: pointer;
}

.dropdown-extended {
    position: relative;
    display: inline-block;
}

.dropdown-content-extended {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 203px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-extended a {
    color: black;
	font: -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-size:14px;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content-extended a:hover {background-color: #e08f26}

.dropdown-extended:hover .dropdown-content-extended {
    display: block;
}

.dropdown-extended:hover .dropbtn-extended {
    background-color: #e08f26;
}


/*------------------------- Team Sub-Menu ---------------------------*/
.dropdown-submenu {
    position: relative;
}

.dropbtn-submenu {
    background-color: #EEEDED;
    color: black;
    padding: 16px;
    font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
    border: none;
    cursor: pointer;
}

.dropdown-submenu {
    position: relative;
    display: inline-block;
}

.dropdown-content-submenu {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-submenu a {
    color: black;
	font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content-submenu a:hover {
background-color: #e08f26
}

.dropdown-submenu:hover .dropdown-content-submenu {
    display: block;
	top: 0px;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu:hover .dropbtn-submenu {
left: 125%;
    background-color: #e08f26;
}

/*------------------------- East Submenu ---------------------------*/
.dropdown-east {
    position: relative;
}

.dropbtn-east {
    background-color: #EEEDED;
    color: black;
    padding: 16px;
    font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
    border: none;
    cursor: pointer;
}

.dropdown-east {
    position: relative;
    display: inline-block;
}

.dropdown-content-east {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-east a {
    color: black;
	font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content-east a:hover {background-color: #e08f26}

.dropdown-east:hover .dropdown-content-east {
    display: block;
	top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-east:hover .dropbtn-east {
    background-color: #e08f26;
}

/*------------------------- West Submenu ---------------------------*/
.dropdown-west {
    position: relative;
}

.dropbtn-west {
    background-color: #EEEDED;
    color: black;
    padding: 16px;
    font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	text-decoration:none;
    border: none;
    cursor: pointer;
}

.dropdown-west {
    position: relative;
    display: inline-block;
}

.dropdown-content-west {
    display: none;
    position: absolute;
    background-color: #EEEDED;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-west a {
    color: black;
	font: 14px -apple-system,BlinkMacSystemFont,"Roboto","Arial","Helvetica Neue","Helvetica",sans-serif;
    padding: 12px 16px;
	font-weight:400;
	letter-spacing:.025em;
    text-decoration: none;
    display: block;
}

.dropdown-content-west a:hover {background-color: #e08f26}

.dropdown-west:hover .dropdown-content-west {
    display: block;
	top: 0px;
    left: 100%;
    margin-top: -1px;
}

.dropdown-west:hover .dropbtn-west {
    background-color: #e08f26;
}

/*------------------------- Body ---------------------------*/
.body {
	margin:0 auto;
	min-height: 600px;
	padding:25px 95px 20px;
	width: 860px;
	overflow: hidden;
}

.body-login {
	min-height: 50%;
}

.body-draft {
	margin: 0 auto;
	min-height: 600px;
	padding:25px 0px 20px;
	width: 860px;
	overflow: hidden;
}

.body-small {
  margin:0 auto;
  width: 700px;
  padding:10px 300px 95px 20px;

}

.body iframe {
background-image: none;
background-color:white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

/*------------------------- Contact Form ---------------------------*/

.body-form {
	margin:0 auto;
	min-height:1000px;
	padding:25px;
	width:1000px;
	
}

.body-form-player-ratings {
	margin:0 auto;
	min-height:700px;
	padding:25px;
	width:1300px;
	
}

.body-form-draft {
	margin:auto;
	min-height:1000px;
	padding:25px;
	width:1000px;
}

.body-ff-lottery {
		display: inline-block;
	margin: auto;
	min-height:800px;
	padding:25px;
	width:100%;
	max-height: 800px;
}

.body-draft-rookie {
	margin: 0 auto;
	min-height:600px;
	padding:25px;
	width:1200px;
	max-height:700px;
}

.body-form-small {
	margin:0 auto;
	width:980px;
	padding:25px;
}

.body-form-file {
	margin:0 auto;
	width:500px;
	padding-top:10px;
	padding-bottom:10px;
}

.body-form-login {
	margin:0 auto;
	width:400px;
	padding-top:10px;
	padding-bottom:10px;
}

.object {
	overflow:hidden;
}

.body-article {
	overflow:hidden;
}

.tabulator .tabulator-col-title{
    text-align:center;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select {
	font-family:bevanregular;
	font-size: 14px;
	font-weight: 300;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}


input[type=text], select.smaller {
	width:75%;  
}

input[type=password] {
	font-family:bevanregular;
	font-size: 14px;
	font-weight: 300;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 8px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=text], textarea {
	font-family:"Open Sans script=all rev=1";
	font-size: 14px;
	font-weight: 200;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 8px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}


/* Style the submit button with a specific background color etc */
input[type=submit] {
	font-family:bevanregular;
    background-color: #090606;
    color: white;
    padding: 12px 20px;
    border: none;
    border-style: outset;
    border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #e08f26;
}

button {
    font-family:bevanregular;
    background-color: #090606;
    color: white;
    padding: 12px 20px;
    border: none;
    border-style: outset;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
	background-color: #e08f26;

}

.defaultButton {
	-moz-box-shadow: 0px 1px 0px 0px #949991;
	-webkit-box-shadow: 0px 1px 0px 0px #949991;
	box-shadow: 0px 1px 0px 0px #949991;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5c5a56), color-stop(1, #0f0f0f));
	background:-moz-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-webkit-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-o-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-ms-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:linear-gradient(to bottom, #5c5a56 5%, #020202 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5a56', endColorstr='#020202',GradientType=0);
	background-color:#5c5a56;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:7px 15px;
	text-decoration:none;
}
.defaultButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0f0f0f), color-stop(1, #5c5a56));
	background:-moz-linear-gradient(top, #0f0f0f 5%, #5c5a56 100%);
	background:-webkit-linear-gradient(top, #0f0f0f 5%, #5c5a56 100%);
	background:-o-linear-gradient(top, #0f0f0f 5%, #5c5a56 100%);
	background:-ms-linear-gradient(top, #0f0f0f 5%, #5c5a56 100%);
	background:linear-gradient(to bottom, #0f0f0f 5%, #5c5a56 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0f0f', endColorstr='#5c5a56',GradientType=0);
	background-color:#0f0f0f;
}
.defaultButton:active {
	position:relative;
	top:1px;
}



/* Add a background color and some padding around the form */
.container {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F5F5F5;
    padding: 20px;
    
}

.container-combine {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F5F5F5;
    padding: 20px;
    overflow-x:auto;
    overflow-y:auto;
    width: 100%;
}

.container-scout {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F5F5F5;
    padding: 20px;
    overflow-x:auto;
    overflow-y:auto;
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}

.container-player-ratings {
    display: inline-block;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #999;
    padding: 20px;
    overflow-x:auto;
    overflow-y:auto;
    width: 100%;
    position: relative;
}

.container-ff-login {
    display: inline-block;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #999;
    padding: 20px;
    width: 20vw;
    min-width: 250px;
}


.container-header-banner {
    display: inline-block;
    margin: auto;
    color: #fff;
    text-shadow: 0px 1px 1px #999;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    background-color: #555;
    padding: 10px 10px 10px 40px;
    overflow-x:auto;
    overflow-y:auto;
    width: 96vw;
    border-bottom: solid;
    border-color: #666;
    border-width: 4px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
    -moz-box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
    box-shadow: 0px 0px 15px 3px rgba(148,148,148,1);
}

.container-draft {
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F5F5F5;
    padding: 18px;
    width: 100%;
    display: inline-block;
}

.container-draft button {
    font-family: 'Roboto', sans-serif;
    font-size:16px;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #090606;
    color: white;
    padding: 12px 20px;
    border: none;
    border-style: outset;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 2px #999;
}

.container-draft #left {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	float: left;
	margin-right: 2%;
}


.container-draft #right {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	float: right;
}


.container-player-ratings #left {
	display: inline-block;
	vertical-align: top;
	width: 62vw;
	float: left;
	margin-right: 2%;
}

.container-player-ratings #right {
	display: inline-block;
	vertical-align: top;
	width: 31vw;
	max-width: 480px;
}

.container-player-ratings #left-grid {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	float: left;
	margin-right: 1%;
}

.container-player-ratings #right-grid {
	display: inline-block;
	vertical-align: top;
	width: 56%;
}

.container-player-ratings #center-grid {
    width: 2%;
    height: 100px;
    display: inline-block;
    float: left;
    margin-top: 7%;
    line-height: 50px;
    background-color: #666;
    color: #fff;
    text-align: center;
    transition: left .5s;
    cursor: pointer;
    border: #cccbcb outset 2px;
    border-radius: 15px 0 0 15px;
    transition: 0.4s;
}

.container-player-ratings #center-grid:hover {
    background-color: #ccc;
}

#center-grid #expandButton {
    margin-top: 40px;
}


.container-player-ratings #rightLarge {
	display: inline-block;
	vertical-align: top;
	width: 31vw;
	max-width: 520px;
}

.container-player-ratings .float-right {
	float:right;
	margin-left: 5px;
}

#player-table-mobile {

height: 95vh;
width: 100%;
}

.draft-banner {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 25px;
	position:relative;
}

.draft-banner .label {
	margin-right: 5px;
}

.draft-banner .box {
	color: black;
	background-color: white;
	padding: 5px 12px 5px 12px;
	text-shadow: none;
	border-radius: 5px;
	border-style: inset;
	border-width: 1px;
	margin-right: 20px;
}

.draft-banner .box-red {
	color: red;
	background-color: white;
	padding: 5px 12px 5px 12px;
	text-shadow: none;
	border-radius: 5px;
	border-style: inset;
	border-width: 1px;
	margin-right: 20px;
}


.container-headers {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 0px;
	margin: auto;
   	width: 25%;
}

.table-headers {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000;
	padding-bottom: 15px;
	position:relative;
}

.table-headers #teamAlert {
    color: red;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}


#sub-left {
	display: inline-block;
	vertical-align: top;
	width: 85%;
	float: left;
	margin-right: 2%;

}

#sub-right {
	display: inline-block;
	vertical-align: middle;
	margin-top: 12px;
	width: 12%;
	float: right;
	margin-right: 1%;
}

.chat-box {

	min-height: 725px;
	max-height: 725px;
	max-width: 96%;
	overflow: auto;
	background-color: #ffffff;
	padding: 10px;
}

#chatForm input[type=text] {
    width: 250px;
    height: 28px;
}

#chatForm input[type=submit] {
    -moz-box-shadow: 0px 1px 0px 0px #949991;
	-webkit-box-shadow: 0px 1px 0px 0px #949991;
	box-shadow: 0px 1px 0px 0px #949991;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5c5a56), color-stop(1, #0f0f0f));
	background:-moz-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-webkit-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-o-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:-ms-linear-gradient(top, #5c5a56 5%, #020202 100%);
	background:linear-gradient(to bottom, #5c5a56 5%, #020202 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5c5a56', endColorstr='#020202',GradientType=0);
	background-color:#5c5a56;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ccc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding:7px 15px;
	text-decoration:none;
}

#left button {
    font-weight: 600;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ff0000;
    border-color: #BEBEBE;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    padding: 5px 10px;
}



#left button:hover {
    background-color: black;
}

.top-right {
    position:absolute;
    right:0;
    top:0;
    vertical-align: middle;
}

.right {
    display: inline-block;
    float: right;
}

.banner-small {
    font-size: 16px;
    color: #F8F8FF;
    vertical-align: middle;
    padding: 4px 7px 4px 0px;
}

.container-draft button:hover {background-color: #e08f26}

.container-draft button:active {
  background-color: #e08f26;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.container-combine select {
    color: #444;
    width: auto;
}

.container-player-ratings select {
    color: #555;
    background-color: white;
    width: auto;
    height: auto;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 1px 0px 0px #949991;
}

.container-scout select {
    color: #555;
    background-color: white;
    width: auto;
    height: auto;
    padding: 4px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 1px 0px 0px #949991;
    margin-right: 20px;
}


.container-login {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: #F5F5F5;
    padding: 20px;
    margin-top: 110px;
    
}



.container p* {

    font-family:bevanregular;
	font-size:14px;
	letter-spacing:.025em;
	line-height:17.5px;
	
}

p.failure {

	font-family:bevanregular;
	font-size: 12px;
	letter-spacing:.025em;
	line-height:17.5px;
	color: red;

}

.container label {
	color: #090606;
    font-family:bevanregular;
	font-size:14px;
}

.container-login h1 {
	font-family:bevanregular;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	background-color: #090606;
	color: white;
	text-align:center;
	vertical-align: middle;
	margin: 0px 0px 20px 0px;
	padding: 20px;
}


.container-login button {
    font-family:bevanregular;
    background-color: #090606;
    color: white;
    padding: 12px 20px;
    border: none;
    border-style: outset;
    cursor: pointer;
    width: 100%;
    border-radius:25px;
    margin-top: 10px;
}

.container-login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 40%;
}

.container-login a {
    padding-left: 113px;
}

.container-banner {
	border-radius: 5px;
	margin:0 auto;
	width: 625px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #FFFFFF;
	padding: 2px;
}

.container-banner p {
	font-family:Open Sans script=all rev=1;
	font-size:12px;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:center;
}

.container-banner-go-back {
	border-radius: 5px;
	margin:0 auto;
	width: 35px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #FFFFFF;
	padding: 2px;
}

.container-banner-go-back p {
	font-family:Open Sans script=all rev=1;
	font-size:12px;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:center;
}


h2 {
    color: #090606;
    font-family:bevanregular;
    font-size:32px;
    letter-spacing:.025em;
    line-height:17.5px;
    text-shadow:
    -1px -1px 0 #ffffff,
    1px -1px 0 #ffffff,
    -1px 1px 0 #ffffff,
    1px 1px 0 #ffffff;  
}

#wrapper {

	height: 875px;
}	

table {
  border: 2px solid gray;
  background-color: #ffffff;
}

.table-scout {
  width:100%;
  border: none;
  background-color: #f2f2f2;
}

.scout-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:bold;
	color: #090606;
}

.scout-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #090606;
}

.scout p {
    font-family: Arial, Helvetica, sans-serif;
}


td {
    height: 50px;
    vertical-align: bottom;
}


th, td {
    padding: 15px;
}

tr:nth-child(even) {background-color: #f2f2f2}

th {
    background-color: #4CAF50;
    color: white;
}


.tab {
    overflow: hidden;
    
}

td.user-settings {
	font-family:Open Sans script=all rev=1;
	font-size:16px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:12.0px;
	vertical-align: middle;
	text-align:lefft;
	padding-left: 20px;
}

.tabulator-row .tabulator-selected {
    background-color: #ff0000;
}


text.white {
	font-family:bevanregular;
	font-size: 14px;
	letter-spacing:.025em;
	line-height:17.5px;
	color: black;
	
	 text-shadow:
    -2px -2px 0 #FFF,
    2px -2px 0 #FFF,
    -2px 2px 0 #FFF,
    2px 2px 0 #FFF;  
}

/* Style the s that are used to open the tab content */
.tab button {
    background-color: #090606;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -webkit-transform: perspective(1px) translateZ(0);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 15px 15px 0px 0px;
}

.tab .ff-tab-button {
  background-color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0px 10px 0px 0px;
  padding: 6px 10px;
  animation: fadeEffect 1s;
}

.tab .ff-tab-button:hover {
  background-color: #ccc;
}

.tab .ff-tab-button:active {
    background-color: #333;
}

.tab button{
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* Change background color of buttons on  */
.tab button:hover {
    background-color: #e08f26;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #202020;
}

/* Style the tab content */
.tabcontent {
    display: none;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     -webkit-transform: perspective(1px) translateZ(0);
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.jconfirm {

	width: 400px;
	display: inline-block;
        margin: auto;
}

table.form {

	margin:25px auto;
	width:500px;
	padding: 25px;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}


/*------------------------ GM HeadQuarters -----------------*/

table.gmhq {
  border: none;
  height: 500px;
  background-color: none;

}

tr.sidepanel {
    border: none;
    background-color: #cecccc;
    width: 75px;
}

td.sidepanel {
    border: none;
    background-color: #cecccc;
    height: 75px;
    width: 75px;
}

th.mainpanel {
    border: none;
    background-color: #EEEDED;
    width: 900px;
}


/*------------------------ GM of the Year Award Page -----------------*/

table.gmaward  {
  width: 100%;
  border: none;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;

}

table-gmaward, th, td {
       border: none;
       background-color: white;
}


th.combine {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:22px;
	background-color: #090606;
	color: white;
	text-align:center;
	vertical-align: middle;
}

th.combine-hidden {
	display:none;
}

th.draft {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:22px;
	background-color: #333;
	color: white;
	text-align:center;
	vertical-align: middle;
}

th.scout-h1 {
	font-family: 'Roboto', sans-serif, bold;
	font-size:24px;
	font-weight:bold;
	color: #090606;
	text-align: center;
	vertical-align: middle;
	background-color: #E0E0E0;
}

.scout-text {
	font-size:12px;
	color: #090606;
}

th.combine-h1 {
	font-family: 'Roboto', sans-serif, bold;
	font-size:24px;
	font-weight:bold;
	color: #090606;
	text-align: center;
	vertical-align: middle;
	background-color:white;
}

th.draft-h1 {
	font-family: 'Roboto', sans-serif, bold;
	font-size:24px;
	font-weight:bold;
	color: #090606;
	text-align: center;
	vertical-align: middle;
	background-color: #F5F5F5;
	border: none;
}

tr.controls {
   background-color: #ffffff;
}


.controls {
	background-color:#FFFFFF;
	margin: -1px;
	border-top: 3px solid #fbfbfb;
	border-left: 3px solid #fbfbfb;
	border-right: 3px solid #bfbfbf;
	border-bottom: 3px solid #e8e8e8;
}

.controls:hover {background-color:#e6e6e6;}
   
.controls-active {
	background-color:#f2f2f2;
}   

td.combine {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:22.0px;
	vertical-align: middle;
	text-align:left;
	padding-left: 10px;
}

td.combine-centered {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:22.0px;
	vertical-align: middle;
	text-align:center;
	padding-left: 0px;
}

td.combine-hidden {
	display:none;
}


.tooltip {
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    font-size:12px;
    background-color: white;
    color: #181818;
    text-align: left;
    padding: 5px 5px 5px 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    border: 1px solid #404040;
    border-radius: 2px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}


th.gmaward-h1 {
	font-family:bevanregular;
	font-size:18px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:30px;
	color: white;
	text-align: center;
	vertical-align: middle;
	background-color:black;
}

th.gmaward-h2 {
	font-family:bevanregular;
	font-size:18px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:30px;
	color: black;
	text-align: center;
	vertical-align: middle;
}

th.gmaward {
	font-family:bevanregular;
	font-size:16px;
	font-weight:400;
	letter-spacing:.025em;
	line-height:17.5px;
	background-color: black;
	color: white;
	text-align:center;
	vertical-align: middle;
}

th.empty-white{
	line-height:17.5px;
	background-color: white;
}

td.gmaward {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:left;
	padding-left: 20px;
}

tr.draft {
	height: 80px;
}


td.gmaward-centered {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:center;
	padding-left: 0px;
}


td.gmaward-file {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:center;
}


p.divder {
	font-family:Open Sans script=all rev=1;
	font-size:24px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:20.0px;
	vertical-align: middle;
	text-align:center;
}

td.gmaward-gray-bckg {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:.025em;
	line-height:15.0px;
	text-align:center;
	vertical-align: middle;	
	background-color: #383838;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
}

td.ff-gray-bckg {
	font-family:Open Sans script=all rev=1;	
	font-size:20px;
	font-weight:bold;
	letter-spacing:.025em;
	line-height:15.0px;
	text-align:center;
	vertical-align: middle;	
	background-color: #383838;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	max-height: 0px;
	max-width: 50px;
	min-width: 50px;
}

td.gmaward-bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: 383838;
	letter-spacing:.025em;
	line-height:16px;
	text-align:left;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
}

td.draft-team {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: 383838;
	letter-spacing:.025em;
	line-height:16px;
	text-align:left;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
}

td.ff-lottery-center {
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color: 383838;
	letter-spacing:.025em;
	line-height:16px;
	text-align:center;
	vertical-align: middle;
	padding-left: 0px;
	padding-right: 0px;
	min-width: 200px;
}

td.placeholder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:300;
	color: white;
	letter-spacing:.025em;
	line-height:15.0px;
	vertical-align: middle;
	text-align:left;
}

a.gmaward {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:300;
	letter-spacing:.025em;
	line-height:15.0px;
}


a img.logos-draft {   
    border-radius: 50%;
    border-style: outset;
    border-color: white;
    border-width: 2px;
    background: white;
    height: 50px;
    width: 50px;
    background: white;
    vertical-align: middle;
    margin: 0 auto;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

img.players-draft {
    border-radius: 25%;   
    height: 50px;
    width: 36px;
    background: white;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
    float: left;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 12px;
  height: 12px;;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  vertical-align: middle;
  margin-bottom: 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* 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: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

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

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

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

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

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

.starthidden {
    visibility: hidden;
}

.container-draft #countdown {
	
	font-family: 'Roboto', sans-serif;
	font-size:20px;
	font-weight:bold;
	color: 383838;
	letter-spacing:.025em;
	line-height:16px;
	text-align:center;
	vertical-align: middle;
}

#overlay-page {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 92vw; /* Full width (cover the whole page) */
    height: 40vh; /* Full height (cover the whole page) */
    top: 24%; 
    left: 1.5%;
    background-color: #333; /* Black background with opacity */
    border-style: solid;
    border-color: #fff;
    z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlay-text{
    position: absolute;
    top: 50%;
    left: 45%;
    font-size: 60px;
    text-align: center;
    line-height:110px;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    text-shadow: 4px 4px 4px #000;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
 
}

#overlay-text img {
    vertical-align: middle;
}




/*------------------------- Footer -------------------------*/
.footer {
	background:none #2b2c2d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height:67px;
	min-width: 1050px;
	max-width: 1050px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 1%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)	
}


.footer div:first-child {
	float:left;
	margin:0 0 0 20px;
	overflow:hidden;
}
.footer div:first-child ul {
	list-style:none;
	margin:0;
	overflow:hidden;
	padding:10px 0 0;
}
.footer div:first-child ul li {
	color:#026593;
	float:left;
	font-size:11px;
}
.footer div:first-child ul li:first-child a {
	padding-left:0;
}
.footer div:first-child ul li a {
	color:#026593;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:11px;
	line-height:30px;
	padding:0 13px;
	text-decoration:none;
	text-transform:uppercase;
}
.footer div:first-child ul li a:hover, .footer div:first-child ul li.selected a {
	color:#ff7500;
}
.footer div:first-child p {
	color:#026593;
	display:block;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:11px;
	line-height:11px;
	margin:-2px 0 0;
	text-decoration:none;
	text-transform:uppercase;
}
.footer div.connect {
	float:right;
	padding:20px 20px 0;
}
.footer div.connect span {
	color:#ff7500;
	float:left;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:11px;
	line-height:12px;
	text-transform:uppercase;
}
.footer div.connect a {
	float:left;
	height:22px;
	margin:0 0 0 7px;
	text-indent:-99999px;
	width:23px;
}
.footer div.connect a#fb {
	background:url(../images/icons.png) no-repeat 0 -184px;
}
.footer div.connect a#fb:hover {
	background:url(../images/icons.png) no-repeat 0 -207px;
}
.footer div.connect a#twitter {
	background:url(../images/icons.png) no-repeat 0 -230px;
}
.footer div.connect a#twitter:hover {
	background:url(../images/icons.png) no-repeat 0 -253px;
}
.footer div.connect a#googleplus {
	background:url(../images/icons.png) no-repeat 0 -276px;
}
.footer div.connect a#googleplus:hover {
	background:url(../images/icons.png) no-repeat 0 -299px;
}
.footer div.connect a#contact {
	background:url(../images/icons.png) no-repeat 0 -322px;
}
.footer div.connect a#contact:hover {
	background:url(../images/icons.png) no-repeat 0 -345px;
}