﻿@import url('../fonts/icofont/css/icofont.css');
@import url('animate.css');

/*@media (max-width: 500px) {
    .pitch {
        text-align: center;
        background-image: url('/img/pitchhalf.png');
        background-repeat: no-repeat;
        background-position: top;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 3%;
        padding-top: 3%;
    }

    .shirt {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }

    .Shadow {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }

    .Shadowtext {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        background-color: grey;
    }
}*/
/*@media (min-width: 501px) {*/
    .pitch {
        text-align: center;
        background-image: url('/img/pitch.png');
        background-repeat: no-repeat;
        background-position: top;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 3%;
        padding-top: 3%;
    }
     .shirt {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }
     
    .Shadow {
        width: 77px;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
    }
     .Shadowtext {
        width: 100px;
        margin-left: auto;
        margin-right: auto;
        color: white;
        background-color: grey;
    }

/*}*/

body{
	font-family: "lato", sans-serif;
	background-color: #000;
	overflow-x: hidden;
} 

.s {
      width: 25px;
      height: 25px;
      -webkit-border-radius:20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: red;
    }

.xs {
      width: 15px;
      height: 15px;
      -webkit-border-radius:10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      background: red;
    }

.PlayerSelected {
    background-color:red !important;
    color:white;
}

.modal-dialog{
      overflow-y: initial !important
}
.modal-body-2{
  height: 250px;
  overflow-y: auto;
}

/*Bootstrap Override*/
.navbar-default {
    background-color: rgba(0,0,0,0);
    border: 0;
}
.navbar-default .navbar-nav>li>a {
    color: rgba(255,255,255,.5);
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
}
.navbar-default .navbar-nav>li>a.active {
    font-weight: 600;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.navbar-default .navbar-nav a.active:hover {
    border-bottom: 0px;
}
.nopadding{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.nomargin{
	margin-left: 0px!important;
	margin-right: 0px!important;
}
.clear{
	clear: both;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #cc2222;
}
.dropdown-menu {
    background-color: #cc2222!important;
    border: 0px;
    color: #fff!important;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0.175);
    box-shadow: 0 0px 0px rgba(0,0,0,0.175);
}
.dropdown-menu>li>a {
    color: #fff!important;
}
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
    color: #fff!important;
    background-color: #971313!important;
}
.btn-info {
    color: #fff;
    background-color: #00464e;
}
.btn {
    font-size: 14px;
    font-weight: normal;
    border: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-toggle {
    border: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #cc2222;
    color: #fff;
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*Bootstrap Override*/

/*NAV tabs try override*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
} 

@font-face {
    font-family: JACKPORT COLLEGE;
    src: url('/fonts/JACKPORT COLLEGE NCV.ttf');
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color:#00464E !important;
  color:white;
  margin:0 !important;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
   
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: white;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border:none; 
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  padding:0 !important;
  background-color:white;
  
  
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0 0 0 0; 
  color:black;
}

 .click:hover {
    background-color:#00464E;
    cursor:pointer;
    color:white;
}

.nav-tabs > li > a:hover {
  border-color: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: white !important;
  cursor: default;
  background-color:#00464E !important;
  margin:0 !important;
  /*border: 1px solid #ddd;
  border-bottom-color: transparent;*/
}
/*End Nav tabs Override*/


.content .header-img{
    position: relative;
    z-index: 1;
    margin-bottom: -5px;
}
.container-fluid.content{
	background: url(../img/bg.jpg) top center no-repeat fixed;
	background-size: cover;
}
.content div.content {
	background-color: rgba(255,255,255,0.9);
    border: 2px solid #00464e;
    margin-bottom: 20px;
    overflow: auto;
}
.content div.content ul {
    margin-bottom: 0;
}
.content div.content ul li {
	min-height: 30px;
    font-size: 18px;
    padding: 9px;
    /*border-bottom: 1px solid #00464e;*/
}
.content div.content ul li:last-child {
    border-bottom: 0;
}
.content div.content ul li {
	min-height: 30px;
    font-size: 18px;
    padding: 10px 10px 10px 20px;
}
.content div.content ul li:before {
	font-family: 'IcoFont' !important;
    /*content: "\f0e2";*/
    color: #00464e;
    font-size: 6px;
    padding-right: 10px;
    bottom: 5px;
    position: relative;
}
.content div.content ul li:nth-child(even) {
	background-color: rgba(0,70,78,0.05);
}
.content div.content ul li:nth-child(odd) {
	background-color: rgba(0,70,78,0.1);
}
.content div.title {
	background-color: #00464e;
	    overflow: auto;
}
.content div.title h1{
	color: #fff;
    font-family: "Lato",sans-serif;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    vertical-align:middle;
}

.More:hover {
    background-color:#00464E;
    cursor:pointer;
}

.Fontsmall {
    font-size:small;
}

.matchAbridged {
    background: #fff;
    
    display: block;
    text-decoration: none;
     color:black;
    transition: all .2s;
    line-height: 24px; 
    font-size: 1.2rem;
    padding:2%;
}

.resultWidget { 
    text-align:center;
} 

.label {
color:black;
}

.score {
    background-color:red;
    padding:5px 10px;
    color:white;
}
.teamName {
    padding:5px;
}

.time {
    background-color:grey;
    padding:5px;
    color:white;
} 

.tabContent {
    display:none;
}

    .content div.title h4 {
        color: #fff;
        font-family: "Lato",sans-serif;
        font-weight: normal;
        margin-top: 5px;
        margin-bottom: 15px;
        text-transform: uppercase;
        vertical-align: middle;
    }

.boxscore {
    height: 200px; 
    line-height: 200px; 
    white-space: nowrap;
    color:white;
 
}

/* Working method */
.tinted-image {
    background:
    /* top, transparent red, faked with gradient */
    linear-gradient(rgba(255, 0, 0, 0.45), rgba(255, 0, 0, 0.45) ),
    /* bottom, image */
    url("/img/pitch.jpg");
    background-repeat:no-repeat;
    background-size:100% 100%;
}

    .table .expandable {
    text-align: left;
    background: #fff;
  
    display: none;
    z-index: 500;
}

footer {
    margin-bottom: 20px;
    color: #8b8b8b;
    padding-top: 10px;
}
footer p {
    margin: 0 0 -4px;
}
footer a {
    color: #8b8b8b;
}
footer a:hover {
    color: #fff;
}
footer img{
	position: relative;
    top: -25px;
}

thead{
	background-color: #cc2222;
	color: #fff;
}
.table {
    margin-bottom: 0px;
}
.table-bordered>thead>tr>th, 
.table-bordered>thead>tr>td {
    border-bottom-width: 0px;
    text-transform: uppercase;
}
.table-bordered>thead>tr>th, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>tfoot>tr>td {
    border: 0px solid #ddd;
}
.table-bordered {
    border: 0px;
}
.table-bordered td:last-child{
    border-right: 0px;
}
.table-bordered td:first-child{
    border-left: 0px;
}
.table-bordered tbody tr td:nth-child(1),
.table-bordered tbody tr td:nth-child(2),
.table-bordered tbody tr td:nth-child(3){
    width: 20%;
}
.table-bordered tbody tr td:last-child(){
    width: 40%;
}

.table-bordered.results tbody tr td:nth-child(1){
    width: 10%;
}
.table-bordered.results tbody tr td:nth-child(2),
.table-bordered.results tbody tr td:nth-child(3),
.table-bordered.results tbody tr td:nth-child(4),
.table-bordered.results tbody tr td:nth-child(5),
.table-bordered.results tbody tr td:nth-child(6),
.table-bordered.results tbody tr td:nth-child(7){
    width: 15%;
}

form{
    margin: 20px 0;
    overflow: auto;
}

.form-control {
    border: 1px solid #00464e;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.floating-bottom-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: .9em;
    color: white; 
    z-index: 14;
    line-height: 1em;
    text-align: center;
    padding: .4em 0;
    letter-spacing: .04em;
    color: white;
    font-size: larger;
    padding: 10px;
}
    .floating-bottom-banner a {
    color:white;
    text-decoration:none;
    }
