@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

	.banner-img {
		height: 450px;
		background-position: 50% 25%;
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.nav-group-name {
		padding: 15px 0px;
	}

    .breadcrumbs {
       font-size: 11px;
    }
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
}

.banner-buffer {
	margin-top: -200px !important;
}

.banner-img {
	height: 600px;
	background-position: 50% 25%;
	background-size: cover;
}

.base-container {
	margin-bottom:100px;
	margin-top:80px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-color:white;
	border-radius: 5px;
}

.footer-space {
	margin-bottom: 200px;
}

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

#home-header-link {
	color: white;
}

#home-header-link:focus {
	text-decoration: None;
}

.custom-responsive-img {
	height: 100px;
	width: 100px;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.nav-group-name {
	color: #fff !important;
}

.navbar-fixed-top
.navbar-collapse {
	max-height: 300px;
}

a:hover {
 cursor:pointer;
}

.required label:after {
	content:"*";
}

.panel-default {
  border-color: grey;
}

.game-nibblet {
	padding: 5px;
}

.game-nibblet tr td.game-title {
	text-align: center;
}

.game-nibblet tr td.team-name {
	padding-right: 10px;
}

.game-nibblet tr td.team-score {
	text-align: right;
}

.navbar{
	border-radius: 0px;
}

.jumbotron{
	/*background-color:#2196F3;*/
	margin-bottom:20px;
	margin-top:40px;
	color: black;
	padding-bottom:15px;
	padding-top:15px;
}

.top_5_table{
	width:100%;
	margin-top:15px;
	margin-right:20px;
}

ul.messages li {
	text-align:center;
	list-style-type: none;
	padding: 15px;
}

.page-header {
	margin-top:0px;
}
.accent {
	font-weight: bold;
	padding-left:10px;
	border-left:4px solid #F44336;
}
.header-accent {
	display: inline;
	font-weight: bold;
	padding-left:10px;
	border-left:4px solid #F44336;
}

.btn-primary {
  color: #fff;
  /*
  background-image: none;
  background-color: #2196F3;
  border-color: #2196F3;
  */
}

.clickable {
	color: blue;
}
.clickable:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* Editing plays */
.play-item {
	transition:0.5s linear all;
	margin: 5px 0px;
	padding: 0px 0px 5px 10px;
	position: relative;
}
.play-item.ng-leave {
	opacity: 1;
}
.play-item.ng-leave.ng-leave-active {
	opacity: 0;
}

.play-item.ng-enter {
	opacity: 0;
}
.play-item.ng-enter.ng-enter-active {
	opacity: 1;
}

.play-wizard-button {
	margin-top: 5px;
	margin-bottom: 5px
}

.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width:500px;
  height:350px;
}

.tableFixHead          { overflow: auto; height: 900px;}
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }

@media screen and (min-width: 375px) and (max-width: 768px) {
	.tableFixHead {
		height: 600px;
	}
}

@media screen and (max-width: 768px) {
	.custom-responsive-img {
	    height: 76px !important;
			width: 76px !important;
	}

	.banner-img {
		height: 450px;
		background-position: 50% 25%;
		background-size: cover;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.custom-responsive-img {
	    height: 95px !important;
			width: 95px !important;
	}

	.banner-img {
		height: 450px;
		background-position: 50% 25%;
		background-size: cover;
	}
}

.fade-out.ng-hide {
	opacity: 0;
}

.fade-out.ng-hide-add {
	transition: all linear 0.5s;
}

.seek-message {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5em;
	color: white;
	z-index: 999;
}


table[id="team-comparison"] td[data-stat] {
  text-align: center;
}
table[id="team-comparison"] td[data-stat].strong-weight {
	font-weight: bold;
	background-color: #d9edf7;
}
table[id="team-comparison"] td[data-stat].strongest-weight {
	font-weight: bold;
	background-color: #7fc7f7;
}
