/* STICKY FOOTER STYLES
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 201px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 201px;
}


/* GLOBAL STYLES
-------------------------------------------------- */

/* Padding below the footer and lighter body text */
body {
	color: #5a5a5a;
}

.terror {
	color: #CD0A0A;
	border: 1px solid #CD0A0A;
	background: #FEF1EC;
	text-align: center;
}

#tBracket table, th, td {border: 1px solid #555; border-collapse: collapse; color: #000; cursor: default;}
#tBracket tr {border-bottom: 2px solid #000;}
#tBracket th, #tBracket td {padding: 5px;}
#tBracket th {background-color: #0C3B62; color: #fff; text-align: center; overflow: hidden; width: 74px; max-width: 74px;}
#tBracket tr.c1 {background-color: #377EFF;}
#tBracket tr.c2 {background-color: #7BB1F9;}
#tBracket td.w1 {background-color: #da0;}
#tBracket td.w2 {background-color: #ccc;}

.highlight {
	background: yellow;
}

.status {
	padding: 10px;
	background: #88C4FF;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	display: none;
	width: 90%;
	position: absolute;
	z-index: 1;
	top: 53px;
}

.tableStats {margin: auto;}
.tableStats th {text-align: center; color: #000;}
.tableStats td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	padding: 0.313em 0.938em;
	text-align: center;
	font-size: 1em;
}
.th1 {background-color: #4E9B89;}
.th2 {background-color: #9ED3CF;}
.td1 {background-color: #166956; color: #FFF;}
.td2 {background-color: #1CBAAE; color: #FFF;}
.tdn {background-color: #FFF9C0; color: #000; text-align: left !important;}

.findList {
	display: none;
	position: absolute;
	z-index: 1031;
	background-color: #FFF;
	max-height: 125px;
	overflow: auto;
}

.findList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.findList ul  li {
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
}

.findList ul  li:hover {
	background-color: #879FFD;
}

.friendList {
	background-color: #FFF;
	overflow: auto;
}

.friendList ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.friendList ul  li {
	padding: 5px 10px;
	cursor: pointer;
	color: #000;
}

.friendList ul  li:hover {
	background-color: #879FFD;
}

.hard {
	padding: 0;
}

h2 {
	font-size: 35px;
	font-weight: 600;
	color: #666;
	letter-spacing: 2px;
}

h3 {
	font-weight: 300;
}

.about-game,
.view-tournament,
.container.about-league,
.container.about-founders,
.container.leaderboards,
.container.schedule,
.container.teams,
.container.players,
.container.sign-in,
.container.contact,
.container.protected,
.container.manage-tournament,
.container.user-tournament,
.container.terms-of-service,
.container.reset-password,
.container.change-password {
		margin-top: 80px;
}

.container.about-founders,
.container.teams {
	padding-bottom: 80px;
}

.about-game,
.about-league {
    font-size: 20px;
    line-height: 2em;
}

ul {
	list-style: none;
}

/*.btn {
    border-color: #f0ad4e;
    border-radius: 0;
    text-transform: uppercase;
}*/

.text-muted {
	word-wrap: break-word;
}

/* tab styles */
.nav-tabs>li>a {
    border-radius: 0;
    background-color: #e5e5e5;
    margin: 0;
    color: #555;
}

.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    border-color: transparent;
    background: #fff;
}

.tab-pane {
    background: #fff;
    padding: 20px 0;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* override bootsrap */
.navbar-default {
    background-color: #29bab2;
}

/* override bootstrap */
.navbar-default .navbar-brand {
    color: #fff;
	font-size: 20px;
	font-weight: 900;
}

/* override bootstrap */
.navbar-default .navbar-brand:hover {
    color: #fff;
}

/* override bootstrap */
.navbar-default .navbar-nav > li > a {
    color: #fff;
}

/* override bootstrap */
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}

/* override bootstrap */
.navbar-default .navbar-toggle {
    border-color: #29bab2;
}

/* override bootstrap */
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: #29bab2;
}

/* override bootstrap */
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}



/* INDEX
-------------------------------------------------- */
#intro {
    background: #f5f5f5;
    padding: 120px 0 30px;
}

.index .nav-tabs>li {
    width: 50%;
}

.index form {
    background: #fff;
}

.index .tab-content input {
	margin-bottom: 10px;
}

.index .form-control {
    border-radius: 0;
    box-shadow: none;
}

.remember {
    font-weight: 300;
    padding: 6px 0 7px;
}

/* override link and hover color */
.panel-body li a,
.panel-body li a:hover {
	color: #5A5A5A;
}

/* ABOUT-GAME
-------------------------------------------------- */
.about-game #navtabs-wrapper {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.about-game .nav-tabs {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
    border-bottom: none;
}

.about-game .nav-tabs li:last-child {
    border-right: 1px solid #ddd;
}

.about-game .nav-tabs>li>a {
    background: inherit;
    border-left: 1px solid #ddd;
    padding: 20px;
    font-size: 20px
}

.about-game .nav-tabs > li.active > a, 
.about-game .nav-tabs > li.active > a:hover, 
.about-game .nav-tabs > li.active > a:focus {
    border-left: 1px solid #ddd;
}

.about-game .nav-tabs>li>a:hover {
    border-color: #fff #fff #fff #ddd;
}

/* active arrow */
.about-game .nav-tabs .active:after, 
.about-game .nav-tabs .active:before {
	top: 127%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.about-game .nav-tabs .active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 35px;
	margin-left: -35px;
}

.about-game .nav-tabs .active:before {
	border-color: rgba(153, 153, 153, 0);
	border-width: 36px;
	margin-left: -36px;
}

.about-game .tab-pane {
    padding-top: 50px;
    background-color: #f5f5f5;
}

.about-game ul {
	list-style: square;
}

/* ABOUT-FOUNDERS & TEAMS
-------------------------------------------------- */
.profile-card .list-inline > li {
	padding: 0 20px 0 10px;
}

.profile-card i {
	color: #29bab2;
}

.profile-card img {
	border-radius: 50%;
}

.profile-card ul {
	margin: 20px 0 0 0;
}


/* LEADERBOARDS
-------------------------------------------------- */
.leaderboards-stats {
	background: #29BAB2;
	padding: 40px 0 20px;
}

/* SIGN-IN (SIGN-IN CLASS IS FOR SIGN-IN PAGE)
-------------------------------------------------- */



/* PROTECTED PAGE
-------------------------------------------------- */



/* MANAGE-TOURNAMENT PAGE
-------------------------------------------------- */
/* TEMP STYLES UNTIL I FIGURE OUT THE LAYOUT */
.mod-del tr {
	display: inline;
}

.manage-tournament .panel-heading:hover {
	background: #E5E5E5;
}

#nestedAccordion .panel-default {
	border: none;
}

.mod-del tr td {
	border: none;
}

.mod-del tr td a {
	padding: 5px;
	border: 1px solid #000;
}

.mod-del tr td a:hover {
	background-color: #FFBB44;
	color: #fff;
	text-decoration: none;
}

.error {
	color: #F00;
	margin-bottom: 5px;
}

/* FOOTER
-------------------------------------------------- */
footer {
	background: #454545;
	font-size: 11px;
	padding: 20px 0 30px;
	text-align: center;
}

footer,
footer a,
footer a:hover {
	color: #E2E2E2;
}

.left-top ul li {
	padding: 6px 0;
	text-transform: lowercase;
}

.follow {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}

.hashtag {
	font-size: 16px;
}

.copyright {
	font-size: 10px;
	color: #B3B3B3;
}

.back-to-top {
	text-transform: uppercase;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

/* XS ONLY */
@media (max-width: 767px) {
	.profile-card img{
		display: block;
		margin:  20px auto;
	}

	.profile-card ul {
		width: 100%;
		text-align: center;
	}
}

/* SMALL */
@media (min-width: 768px) {

	/* Navbar positioning foo */
	.navbar-wrapper {
		margin-top: 20px;
	}
	.navbar-wrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-wrapper .navbar {
		padding-right: 0;
		padding-left: 0;
	}
	
	/* The navbar becomes detached from the top, so we round the corners */
	.navbar-wrapper .navbar {
		border-radius: 4px;
	}
	
	/* override .navbar-nav foat left */
	.navbar-nav {
		float: right;
	}
	
	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 20px;
		font-size: 21px;
		line-height: 1.4;
	}
	
	.about-game,
	.view-tournament,
	.container.about-league,
	.container.about-founders,
	.container.leaderboards,
	.container.schedule,
	.container.teams,
	.container.players,
	.container.sign-in,
	.container.contact,
	.container.protected,
	.container.manage-tournament,
	.container.user-tournament,
	.container.terms-of-service,
	.container.reset-password,
	.container.change-password {
		margin-top: 120px
	}

	.forgot {
		margin-bottom: 40px;
	}
}

/* MEDIUM */
@media (min-width: 992px) {
    .navbar-default .navbar-brand {
        font-size: 25px;
    }
	
	footer {
		text-align: left;
	}
}

/* LARGE */
@media (min-width: 1200px) {
	.profile-card .panel-body {
		padding: 50px 30px;
	}
}