/*Main Styling*/


body {
	/*padding-top: 170px;*/
	padding-bottom: 170px;
	margin-top: 50px;
	background-color: #222222;
	color: #fff;
}

/*.container {
	padding-top: 170px;
}*/

.navbar-inverse .navbar-nav li a {
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav li a:hover {
	color: #ddd;
}

.navbar-inverse {
	background:rgb(90,91,92,1);
	background-size: cover;
	background-position: 100px;
	border-color: #E0E2DB;
}

.navbar-brand img {
	height: 100%;
	margin: 0px !important;
	padding: 0px !important;
}

.nav-login form input {
	float: left;
	width: 140px;
	height: 22px;
	border: none;
	background-color: #ccc;
	font-family: arial;
	font-size: 14px;
	margin-top: 12px;
}

.navbar-form input {
	color: black;
}

.divide-nav{
  height: 50px;
  background-color: #428bca;
}

.divide-text{
    color:#fff;
    line-height: 20px;
    font-size:20px;
    padding: 15px 0;
}

.affix {
  top: 50px;
  width:100%;
}

.filler{
  min-height: 2000px;
}

.btn-bid {
	background-image: linear-gradient(to bottom right, rgb(241,143,1), rgb(247,182,67));
	margin-top: 12px;
	font-size: 16px;
	height: 22px;
	padding: 0 5px;
	border: none;
	margin-right: 3px;
	color: #000;
	border-color: #1A181B;
	border-width: 3px;
}

.btn-bid:hover {
	background-image: linear-gradient(to bottom right, rgb(247,182,67), rgb(241,143,1));
}

.btn-sponsor {
	background-image: linear-gradient(to bottom right, rgb(241,143,1), rgb(247,182,67));
	margin-top: 12px;
	font-size: 30`px;
	padding: 0 5px;
	border: none;
	margin-right: 3px;
	color: #000;
	border-color: #1A181B;
	border-width: 3px;
}

.btn-sponsor:hover {
	background-image: linear-gradient(to bottom right, rgb(247,182,67), rgb(241,143,1));
}

.login {
	margin-right: 5px;
}

.signup-form {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

.signup-form input {
	display: block;
	margin: auto;
	width: 90%;
	height: 40px;
	padding: 0px 5%;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 40px;
}

.signupform {
	display: block;
	margin: auto;
	width: 90%;
	margin-top: 10px;
}

.errortitle {
	text-align: center;
	color: #cc0000;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.errormsg {
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
}

.minilogo {
	width: 25px;
}

.resetpwd {
	display: block;
	margin: auto;
	color: black;
	width: 25%;
}

.resetmsg {
	color: #ee0000;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
}

.resetpassbtn {
	display: block;
	margin: auto;
}

.resetpwdemail {
	display: block;
	margin-left: 5%;
	color: black;
	width: 30%;
}

.resetpwdemailbtn {
	display: block;
	margin-left: 5%;
	margin-top: 5px;
}

.login-form {
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
}

.login-form input {
	display: block;
	margin: auto;
	width: 90%;
	height: 40px;
	padding: 0px 3%;
	margin-bottom: 4px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 40px;
}

.sidenav {
  height: auto; /* Full-height: remove this if you want "auto" height */
  min-width: 50px; /* Set the width of the sidebar */
  max-width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  bottom: 0;
  left: 0;
  background:linear-gradient(0deg,rgba(90,91,92,0.77),rgba(90,91,92,0.77));
  border-right: 1px solid white;
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: scroll;
  padding-top: 20px;
  margin-top: 50px;
}

/* The navigation menu links */
.sidenav a {
	font-size: 18px;
	text-transform: uppercase;
	font-family: arial;
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	color: #fff;
	display: block;
}

.main-content {
	margin-left: 200px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

.forgotpasslink {
	margin-left: 17.8%;
	color: #fff;
}

.signup-login {
	margin-left: 5%;
}

.loginmsg {
	color: #ee0000;
	font-weight: bold;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	text-align: center;
}

.adminform {
	display: inline;
}

.userhr {
	margin: 2px;
}

.finalizeForm {
	margin-top: 30px;
	margin-left: 46%;
	color: white;
	font-size: 30px;
}

.roster {
	margin-left: 5%;
	margin-right: auto;
}

.roster td, .roster th{
	padding: 0 10px 0 10px;
	border: 3px outset #333;

}

.roster-head {
	background-color: #333;
	font-weight: bold;
}

.info tr:nth-child(even) {
	background-color: #555;
}

.info tr:nth-child(odd) {
	background-color: #777;
}

td.release {
	border: none;
	background-color: #41495A !important;
}

.bid-box {
	width: 50px;
	color: #000;
}

.mark-bid-box {
	width: 75px;
	height: 20px;
	color: #000;
}

.playerlink {
	color: #fff;
}

.playerlink:hover {
	color: #ccc;
	text-decoration: none;
}

.team-logo {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.league-banner {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	filter: drop-shadow(3px 3px 3px #222);
}

.team-logo-area {
}

.team-sponsor {
	border-bottom: 1px solid white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
}

.btn-cta-index {
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 75px;
	border-color: #1A181B00;
	background-image: linear-gradient(to bottom right, rgb(51,122,183), rgb(51,122,183));
	color: #fff;
	font-size: 40px;
	border-width: 3px;
	border-radius: 75px/40px;
	text-transform: uppercase;
}

.btn-cta-index:hover {
	background-image: linear-gradient(to bottom right, rgb(51,122,183), rgb(51,122,183));
	color: #fff;
}

.signup-cta {
	height: 60px;
}

.moveit {
	margin-top: 50px;
}

.change-header {
	font-family: cambria;
	text-transform: uppercase;
}

.change-header-date {
	font-family: cambria;
	font-style: italic;
}

.changes {
	font-family: cambria;
}

.sponsor-select-area {
	border: 2px solid gray;
	margin-bottom: 5px;
	padding: 5px;
}

.sponsor-title {
	display: inline;
	padding-left: 12px;
	font-size: 20px;
	font-weight: bold;
}

.sponsor-tagline {
	font-style: italic;
	padding-left: 30px;
	font-size: 12px;
}

.sponsor-immbenefits {
	padding-left: 30px;
}

.sponsor-dailybenefits {
	padding-left: 30px;
}

.sponsor-gamebenefits {
	padding-left: 30px;
}

.btn-set {
	background-color: #444;
	color: #ccc;
	border: none;
	margin-top: 10%;
	padding: 3px;
	display: block;
}

.trainform {
	color: #000;
}

.cur-train {
	text-transform: capitalize;
}

/* Tooltip container */
.mfgstooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.mfgstooltip .mfgstooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -150px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.mfgstooltip .mfgstooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mfgstooltip:hover .mfgstooltiptext {
  visibility: visible;
  opacity: 1;
}

/* Tooltip text */
.mfgstooltip .mfgstooltiptextbot {
  visibility: hidden;
  width: 300px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  top: 125%;
  left: 50%;
  margin-left: -150px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.mfgstooltip .mfgstooltiptextbot::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.mfgstooltip:hover .mfgstooltiptextbot {
  visibility: visible;
  opacity: 1;
}

.dropdown-menu {
	background-color: #000000;
}

.dropdown-menu > li > a:hover {
	background-image: none;
	background-color: #333333;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}

.image-container {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin: auto;
}

.image-overlay {
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.image-container:hover .image-overlay {
    bottom: 0;
    height: 100%;
}

.image {
    width: 100%;
    height: auto;
    display: block;
}

.sports-splash > a > img {
	width: 75%;
}

.portrait-left {
	width: 200px;
	float: left;
	margin-right: 10px;
}

.portrait-right {
	width: 200px;
	float: right;
	margin-left: 10px;
}

.footer {
	margin-top: 100px;
}

.footerText {
	text-align: center;
	color: #777;
}

.footer hr {
	opacity: 0.5;
	width: 100%
}

.sponsorIMG {
	width: 300px;
}

.well {
	background-color: #4D4E4F;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .ticker {
    display: none !important;
  }
}

.headersort {
	color: inherit;
}

.headersort:hover {
	color: #ccc;
	text-decoration: inherit;
}

.main-page {
	background-image: url('../images/WebHeader.png');
	background-repeat: no-repeat;
	background-size: 100% auto;
	font-family: Oswald;
	text-align: center;
}

input[type="text"], input[type="password"], input[type="number"]
{
	background:#5A5B5C;
	color: #ffffff;
}

input[type="text"]::placeholder, input[type="password"]::placeholder, input[type="number"]::placeholder
{
	color: #ffffff;
	opacity: 0.5;
}