/* FONTS */

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	src: url("../../webpublish/fonts/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "Montserrat ExtraBold";
	font-style: bold;
	font-weight: 900;
	src: url("../../webpublish/fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

/* BODY */

body {
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-rendering: optimizeLegibility;
}

.bold {
	font-weight: 900;
}

.red, tr.blue td.red, td.red, tr.red td {
	color: #e60000;
}

.blue, tr.blue td {
	color: #0d6efd;
}

.green, tr.blue td.green, td.green, tr.green td {
	color: #009900;
}

.grey {
	color: #ddd !important;	
}

.black, td.black {
	color: #000;
}

.hide {
	display: none !important;
}

.pointer {
	cursor: pointer;
}

.markup {
	background-color: #000;
	color: #fff;
	padding: 4px 4px 2px 4px;
	margin-right: 4px;
}

.goalie {
	background-color: #8b8788;
}

/* HEADER */

header {
	height: 45px;
	background-color: #01203f;
	color: #fff;
	line-height: 3em;
}

header a {
	color: #fff;
	text-decoration: none;
}

header a.current {
	color: #fff;
	text-decoration: underline;
}

header a:hover {
	color: #fff;
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.live {
	color: #fff;
	font-family: Montserrat ExtraBold, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	animation: blinker 3s linear infinite;
	font-style: italic;
}

@keyframes blinker {  
  50% { opacity: 0; }
}

/* LOGIN */

.login {
	border: 1px solid #ccc;
	padding: 1.25em;
	margin-top: 50px;
}

.login h4 {
	color: #01203f;
	font-family: 'PT Sans', sans-serif;
	font-weight: 900;
	font-size: 1.4em;
}

.login form {
	padding-left: .9375em;
	padding-right: .9375em;
}

.login label {
	margin-top: 7px;
	padding-left: 0;
}

.login .button {
	background: #01203f;
	border: none;
	border-radius: 4px;
	color: #fff;
	padding: .5625em 1.125em .625em;
	font-size: 1.2em;
	margin-top: 10px;
}

.login .message {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 0;
}

input[type=text], input[type=password]{
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	font-size: 1.1em;
	margin: 0 0 1em;
	padding: .5em;
}

/* NAVI TABS */

ul.games {
	background-color: #01203f;
	padding: 0;
	margin-right: 20px;
	display: inline;
}

ul.games li {
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 12px 8px;
}

ul.games li:hover {
	background-color: #fff;
	color: #01203f;
}

ul.games li.current {
	background-color: #fff;
	color: #01203f;
}

.list-inline > li {
  display: inline-block;
}

/* PROGRESSBAR */

.progress-bar {
	height: 10px;
	background: #fff;
	padding: 3px 0;
	display: none;
	width: 100%;
}

.progress-bar-fill {
	display: block;
	height: 6px;
	background: #01203f;
	border-radius: 3px;
}

/* TABLE */

table tr td a {
	color: #01203f;
	font-weight: bold;
}

table tr td a:hover {
	text-decoration: underline;
}

.table {
	margin-bottom: 20px;
}

.table-sortable > thead > tr > th {
	cursor: pointer;
}

.table > tbody > tr > td.text-left, .table > tfoot > tr > td.text-left {
	text-align: left;
}

.table > tbody > tr > td.text-right, .table > tfoot > tr > td.text-right {
	text-align: right;
}

.table > tbody > tr > td {
	text-align: center;
}

.table > thead > tr > th, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 2px;
	vertical-align: top;
}

.table > thead > tr > th {
	text-align: center;
}

.table > tbody > tr.bold {
	font-weight: bold;
}

.table > tfoot > tr > td {
	background-color: #e5e5e5;
	font-weight: 700;
	text-align: center;
}

.table.matches tbody tr td:first-child {
	padding: 3px;
}

.table.standing tbody tr td:first-child {
	padding: 2px 0;
}

.table.table_inner tbody tr td  {
	background-color: #ddd;
	margin-bottom: 0;
}

.table_inner tbody tr:first-child td {
	border-top: none;
}

.table-striped > tbody > tr.deferred {
	background-color: rgba(255,133,0,.6);
}

.table-striped > tbody > tr.deferred:nth-of-type(2n+1) {
	background-color: rgba(255,198,136,.6);
}

.hover {
	background-color: #f2dede !important;
	color: #e60000;
}

/* STANDING */

ul.standings, ul.historic_stats, ul.season_stats, ul.home_last_matches, ul.away_last_matches, ul.goalie_a_stats, ul.goalie_b_stats, ul.player_a_stats, ul.player_b_stats {
	background-color: #e0e0e0;
	padding: 0;
	margin: 0;
}

ul.standings li, ul.historic_stats li, ul.season_stats li, ul.home_last_matches li, ul.away_last_matches li, ul.goalie_a_stats li, ul.goalie_b_stats li, ul.player_a_stats li, ul.player_b_stats li, ul.nav_history {
	padding: 5px;
}

/* SECTIONS STATISTICS*/

section#statistics {
  font-size: 13px;
}

div.arena {
	margin-top: -44px;
	text-align: right;
	line-height: 2;
}

div.arena h1 {
	color: #fff; 
	font-size: 20px;
	line-height: 2;
}

div.arena h1 span.small {
	color: #fff; 
	font-size: 18px;
}

div#result {
	background-color: #000;
	color: #fff;
	font-family: Montserrat ExtraBold;
	font-size: 14px;
	padding: 10px 0;
}

div#row_result {
	background-color: #000;
	margin-bottom: 10px;
	padding: 10px;
	color: #fff;
}

img.img-fluid {
	max-width: 100%;
	height: auto;
}

h1 {
	font-family: Montserrat ExtraBold;
	margin: 0;
}

span.coach {
	color: #8b8788;
}

h2 {
	font-family: Montserrat ExtraBold;
	font-size: 80px;
	line-height: 64px;
	margin: 0;
}

span.thirds {
	font-family: Montserrat ExtraBold;
	font-size: 18px;
}

span.thirds.show{
	display: inline !important;
}

h3 {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 10px 0;
}

h4 {
	font-family: Montserrat ExtraBold;
	font-size: 30px;
	padding-top: 3px;
	text-transform: uppercase;
}

h2 span.show_ot {
	text-transform: none;
}

/* SHOT TRACKER */

ul.nav_st > li {
	display: inline-block;
	list-style: none;
	padding: 0;
	border: 1px solid #e5e5e5;
	float: left;
	margin-bottom: -1px;
	background-color: #fff;
	font-weight: bold;
	width: 100%;
}

ul.nav_st > li.active {
	background-color: #01203f;
	border: 1px solid #01203f;
}

ul.nav_st > li.active > a:hover, ul.nav_st > li.active > a:focus {
	background-color: #01203f;
	color: #fff;
}

ul.nav_st > li > a {
	color: #6d6d6d;
}

ul.nav_st > li > a:hover {
	background-color: #fff;
	color: #01203f;
}

ul.nav_st > li.active > a {
	color: #fff;
}

table.shottracker {
	width: 100%;
}

table.shottracker tbody {
	display: block;
	width: 100%;
	height: 402px;
	overflow: scroll;
}

table.shottracker thead tr, table.shottracker tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

table.shottracker > thead > tr > th {
	background-color: #000;
	color: #fff;
	text-align: center;
}

.table-hover>tbody>tr.highlighted, table.table-hover>tbody>tr:hover {
	background-color: #047AE9;
	color: #01203f;
}

div.filter {
	margin-top: 20px;
}

circle.SOG {
	fill: #ffde00;
}

circle.GOAL {
	fill: green;
}

circle.MISS {
	fill: red;
}

circle.BLOCK {
	fill: #403e3e;
}