﻿html {
    background: url('../img/site/background_ice.jpg') no-repeat center center fixed; 
    background-size: cover;
    height: 100%;
    min-height: 100%;
}

body {
    background: 0 none;
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100%;
    min-height: 100%;
}
    div.growlUI h1, div.growlUI h2 {
        color: white;
        padding: 5px 5px 5px 75px;
        text-align: left
    }
    div.growlUI h1.yellow {
        color: yellow;
    }

a {
    text-decoration: none;
    color: #0052cc;
}
    a:focus {
        text-decoration: none;
        outline: none;
    }

.row {
    padding: 0 15px;
}


element.style {
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.statistics th:first-child, .statistics td:first-child, .statistics th:nth-child(n+5), .statistics td:nth-child(n+5) {
    text-align: center !important;
    width: 35px;
}

.table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}
table.dataTable thead th {
    white-space: nowrap;
}

table.dataTable tbody th, 
table.dataTable thead th, 
table.dataTable tbody td {
    padding: 8px 10px;
}

table.dataTable, table.dataTable th, table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.table > :not(caption) > * > * {
    border: 0 none;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}
.left-align {
    text-align: left!important;
}
.right-align {
    text-align: right!important;
}
.center-align {
    text-align: center!important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    border: 1px solid white;
    background: #ddd;
    min-height: 800px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa;
}
    .body-content h2 {
        margin: 10px 0;
    }
    .body-content.team {
        background: 0 none;
    }

table, table.table, .table {
    background-color: #ddd;
    border: 1px solid #fff;
    border-top: 0 none;
    margin: 0px 0px 1px;
}
    table.table th, .table th,
    table.table td, .table td {
        background-color: #ddd;
    }

.highlight-hover .table tr:hover td {
    background-color: rgb(115, 126, 255);
    color: white;
}
.highlight-hover .table tr:hover td a{
    color: white;
}


html.team {
    background: #eaeaea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTclIiBzdG9wLWNvbG9yPSIjYjdiN2I3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #000000 0%, #000000 5%, #b7b7b7 17%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(5%,#000000), color-stop(17%,#b7b7b7), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#000000 5%,#b7b7b7 17%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#000000 5%,#b7b7b7 17%,#eaeaea 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom,  #000000 0%,#000000 5%,#b7b7b7 17%,#eaeaea 100%); /* W3C */
    background-repeat: no-repeat;
}

h2 {
    /*white-space: nowrap;
    border: 1px solid #FFF;
    background-color: #B00;
    color: #FFF;
    font-size: 1.5em;
    padding: 5px 15px;*/
    text-shadow: 1px 1px 1px #fff;
}

h5 {
    font-size: 1em;
    font-weight: normal;
}

a, span {
    white-space: nowrap;
}

.right {
    float: right;
}

.root > div {
    margin: 0 0 10px;
    padding: 0;
}

.table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.navbar {
    padding:0;

}

.nav.navbar-nav {
    background: -moz-linear-gradient(center top, rgba(33, 33, 33, 0.85) 0%, rgba(11, 11, 11, 0.89) 200px) repeat scroll 0% 0% transparent;
    background: #212121; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMjEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjBiMGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(center top, rgba(33, 33, 33, 0.85) 0%, rgba(11, 11, 11, 0.89) 200px) repeat scroll 0% 0% transparent; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33, 33, 33, 0.85)), color-stop(200px,rgba(11, 11, 11, 0.89))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(33, 33, 33, 0.85) 0%, rgba(11, 11, 11, 0.89) 200px) repeat scroll 0% 0% transparent; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(33, 33, 33, 0.85) 0%, rgba(11, 11, 11, 0.89) 200px) repeat scroll 0% 0% transparent; /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(33, 33, 33, 0.85) 0%, rgba(11, 11, 11, 0.89) 200px) repeat scroll 0% 0% transparent; /* W3C */
    margin: 0px -15px;
}


.show > .nav > li {
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.13) inset;
    border-top: 1px solid #000;
}
    .show > .nav > li:first-child {
        border-top: none;
    }
    .nav > li > a {
        padding-left: 11px;
        padding-right: 12px;
    }
.show .nav > li > a {
    line-height: 30px;
}

.navbar-dark .navbar-nav > li > a {
    color: white;
    font-size: 16px;
    font-family: Arial;
}
    .navbar-dark .navbar-nav > li.user > a,
    .navbar-dark .navbar-nav > li > a:hover {
        color: yellow;
    }

    .navbar-brand {
        padding: 5px 15px 5px 0;
    }
        .navbar-brand img {
            height: 41px;
        }



/* Set width on the form input elements since they're 100% wide by default */
input[type="text"],
input[type="password"] {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*table {
    background-color: #e3e3e3;
}*/

table.dataTable {
    border: none;
}

.dataTable .sorting {
    background-image: none!important;
}

    .dataTable .sorting_1,
    .dataTable .sorting:hover,
    .dataTable .sorting_asc,
    .dataTable .sorting_desc {
        background: #d0d0d0!important;
    }

.dataTable tr:last-child .sorting_asc,
.dataTable tr:last-child .sorting_desc {
    border-bottom: none;
}

.dataTable .sorting_1 {
    border-top: 1px solid #fff;
}

.statistics a {
    white-space: normal;
}

.statistics th:first-child,
.statistics td:first-child,
.statistics th:nth-child(n+5),
.statistics td:nth-child(n+5) {
    text-align: center!important;
    width: 35px;
}

.statistics.tools {
    margin: 0;
    padding: 0 0 10px 0;
    width: 100%;
}

    .statistics.tools > div,
    .statistics.tools > div > div {
        margin: 0;
        padding: 0;
    }

table th,
table td {
    padding: 1px 4px!important;
}

    table th span,
    table td span {
        white-space: nowrap;
    }

.standings th:nth-child(n+3),
.standings td:nth-child(n+3) {
    text-align: center!important;
    width: 55px;
}

.standings th:first-child,
.standings td:first-child {
    text-align: center!important;
    width: 35px;
}

.standings td:nth-child(2) {
    min-width: 135px;
    white-space: nowrap;
}

.standings th:nth-child(10),
.standings td:nth-child(10) {
    border-top: 1px solid #fff;
    background: #d0d0d0!important;
}

.standings th:nth-child(10) {
    border-bottom: 1px solid #fff;
}

.tools {
    margin: 0;
    padding: 0 0 10px;
}

    .tools > div {
        display: table;
    }

        .tools > div > div:first-child {
            min-width: 70px;
            width: 70px;
        }

        .tools > div > div {
            display: table-cell;
            padding: 5px 0;
        }

.schedule .calendar {
    margin-top: 15px;
}

    .schedule .calendar:after {
        clear: both;
    }

#schedule_datepicker {
    float: right;
    font-size: 0.8em;
}

@media screen and (max-width: 320px) {
    .container {
        max-width: none;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: none;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: none;
    }

    #schedule_datepicker {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    #schedule_datepicker {
        float: left;
        font-size: 1em;
        width: 100%;
    }

        #schedule_datepicker > div {
            margin: auto;
        }
}

.schedule > .grouptitle {
    margin-top: 10px;
}
.schedule > i {
    margin-left: 1em;
}

.schedule.game.final th:nth-child(1),
.schedule.game.final th:nth-child(2),
.schedule.game.upcoming th:nth-child(1),
.schedule.game.upcoming th:nth-child(2) {
    width: 30%;
}

.schedule.game.inprogress th:nth-child(n+2):not(:nth-child(13)),
.schedule.game.inprogress td:nth-child(n+2):not(:nth-child(13)) {
    text-align: center;
}

.schedule.game.final th:nth-child(3) {
    width: 40%;
}

.schedule.game.upcoming th:nth-child(1),
.schedule.game.upcoming td:nth-child(1),
.schedule.game.upcoming th:nth-child(2),
.schedule.game.upcoming td:nth-child(2),
.schedule.game.upcoming.playoffs th:nth-child(3),
.schedule.game.upcoming.playoffs td:nth-child(3) {
    width: 20%;
}

.schedule.game.upcoming.playoffs th:nth-child(n+4),
.schedule.game.upcoming.playoffs td:nth-child(n+4),
.schedule.game.upcoming:not(.playoffs) th:nth-child(n+3),
.schedule.game.upcoming:not(.playoffs) td:nth-child(n+3) {
    width: 10%;
}

.schedule.game.upcoming th:last-child,
.schedule.game.upcoming td:last-child,
.schedule.game.final th:last-child,
.schedule.game.final td:last-child {
    width: 1%;
}

    .schedule.upcoming td:last-child > div,
    .schedule.game.final td:last-child > div {
        width: 88px!important;
    }

.teamschedule th,
.teamschedule td {
    text-align: left;
}

.teamschedule.game.final th:first-child,
.teamschedule.game.final th:nth-child(3),
.teamschedule.game.final th:nth-child(4),
.teamschedule.game.final th:nth-child(7) {
    width: 100px;
}

.teamschedule.game.final th:nth-child(2),
.teamschedule.game.final th:nth-child(5),
.teamschedule.game.final th:nth-child(6) {
    width: 20%;
}

.teamschedule.game.upcoming th:first-child,
.teamschedule.game.upcoming th:last-child {
    width: 100px;
}

.teamschedule.game.upcoming th {
    width: 20%;
}

.teamstats tr:first-child th,
.teamstats th:nth-child(n+2),
.teamstats td:nth-child(n+2) {
    text-align: center;
}

.teamplayerstats tr:first-child th,
.teamplayerstats th:nth-child(n+3),
.teamplayerstats td:first-child,
.teamplayerstats td:nth-child(n+3) {
    text-align: center;
}

.teamroster th:first-child,
.teamroster th:nth-child(3),
.teamroster td:first-child,
.teamroster td:nth-child(3) {
    text-align: center;
}

.teamplayerstats th:nth-child(3),
.teamplayerstats th:nth-child(4),
.teamplayerstats td:nth-child(3),
.teamplayerstats td:nth-child(4) {
    display: none;
}

.printer_friendly table td {
    padding: 0 5px;
}

.player_details > div.grouptitle,
.root > div.grouptitle,
.grouptitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 15px;
    border: 1px solid white;
    color: white;
    background-color: #222;
    padding: 5px 1em;
}

.three_stars {
    display: inline-block;
    padding-right: 5px;
    padding-top: 6px;
    text-align: right;
    width: 55px;
}

.team.list > div:not(.grouptitle) {
    display: table;
}

    .team.list > div:not(.grouptitle) > div {
        display: table-cell;
        padding: 1em 0px 1em 1em;
        vertical-align: middle;
    }

.team.list a {
    font-size: 0.9em;
    text-shadow: 1px 1px 1px #fff;
}

    .team.list a.team_link,
    .team.list a.team_link:hover,
    .team.list a.team_link:active,
    .team.list a.team_link:visited {
        /*color: #0052cc;*/
        font-size: 1.4em;
        font-weight: bold;
        text-shadow: 1px 1px 1px #fff;
    }

.boxscore,
.boxscore > div {
    margin-top: 10px;
}
.boxscore > div:not(.grouptitle) {
    padding-left: 0px!important;
    padding-right: 0px!important;
}


    .boxscore.title {
        background: #000000; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjZiNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #000000 0%, #6b6b6b 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#6b6b6b)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #000000 0%,#6b6b6b 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #000000 0%,#6b6b6b 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #000000 0%,#6b6b6b 100%); /* W3C */
        color: #fff;
        font-size: 1em;
        font-weight: bold;
        padding: 10px 15px;
        margin: 3px -15px;
    }

        .boxscore.title > div {
            margin: 0;
            white-space: nowrap;
        }

        .boxscore.title > div > i {
            font-weight: normal;
            padding: 0 15px;
            white-space: nowrap;
        }

        .boxscore.title .details {
            font-weight: normal;
            text-align: right;
        }

        .boxscore.title span {
            padding: 0 15px;
        }

    .boxscore .grouptitle {
        border: none;
        clear: both;
        font-weight: bold;
        font-size: 1.2em;
    }

    .boxscore div {
        vertical-align: top;
    }

    .boxscore.line1 > div > div {
        display: inline-block;
    }

    .boxscore.line2 th,
    .boxscore.line2 td {
        text-align: center;
        width: 10%;
    }

        .boxscore.line2 td:first-child {
            text-align: left;
            width: 50%;
        }

    .boxscore.line2 p {
        margin: 0;
    }

        .boxscore.line2 p > span {
            white-space: nowrap;
        }

    .boxscore .scoring th:nth-child(3) {
        width: 20%;
    }

    .boxscore .scoring th:nth-child(1),
    .boxscore .scoring td:nth-child(1),
    .boxscore .scoring th:nth-child(2),
    .boxscore .scoring td:nth-child(2) {
        text-align: center;
        width: 5%;
    }

    .boxscore .scoring th:nth-child(5),
    .boxscore .scoring td:nth-child(5),
    .boxscore .scoring th:nth-child(6),
    .boxscore .scoring td:nth-child(6) {
        text-align: center;
        width: 10%;
    }

    .boxscore .penalties th:nth-child(1),
    .boxscore .penalties td:nth-child(1) {
        text-align: center;
        width: 5%;
    }

    .boxscore .penalties th:nth-child(2) {
        width: 25%;
    }

    .boxscore .roster th,
    .boxscore .roster td {
        text-align: center;
        width: 8%;
    }

        .boxscore .roster th:nth-child(1),
        .boxscore .roster td:nth-child(1) {
            text-align: left;
            width: 28%;
        }

    .boxscore .goalies th,
    .boxscore .goalies td,
    .boxscore .shootout th,
    .boxscore .shootout td,
    .boxscore .shots th,
    .boxscore .shots td {
        text-align: center;
        width: 10%;
    }

        .boxscore .goalies th:nth-child(1),
        .boxscore .goalies td:nth-child(1),
        .boxscore .shots th:nth-child(1),
        .boxscore .shots td:nth-child(1) {
            text-align: left;
            width: 50%;
        }

        .boxscore .shootout th:nth-child(1),
        .boxscore .shootout td:nth-child(1) {
            text-align: left;
            width: 30%;
        }

        .boxscore .shootout th:nth-child(2),
        .boxscore .shootout td:nth-child(2) {
            text-align: left;
            width: 40%;
        }

    .boxscore.summary th {
        background: #f4f4f4; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWMxYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #f4f4f4 0%, #c1c1c1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f4f4f4 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f4f4f4 0%,#c1c1c1 100%); /* Opera 11.10+ */
        background: linear-gradient(to bottom, #f4f4f4 0%,#c1c1c1 100%); /* W3C */
        vertical-align: middle;
    }

.filters.top {
    background: #f2f2f2; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f2f2 0%, #999999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#999999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f2f2 0%,#999999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f2f2 0%,#999999 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #f2f2f2 0%,#999999 100%); /* W3C */
    color: #000;
    font-size: 1.1em;
    padding: 10px 15px;
    margin: 3px -15px;
    text-align: center;
}

    .filters.top > div {
        white-space: nowrap;
        text-align: center;
    }

/*        .filters.top > div:first-child {
            text-align: left;
        }

        .filters.top > div:nth-last-child(2) {
            text-align: right;
        }*/

    .filters.top select {
        background: none repeat scroll 0% 0% transparent;
        border: 1px solid #f2f2f2;
        color: #000;
    }

        .filters.top select option {
            color: #000;
        }

.player_banner {
    margin-top: 15px;
}

    .player_banner > div {
        margin: 0;
        padding: 0 0 15px;
    }

        .player_banner > div > div {
            margin: 0;
            padding: 0;
        }

    .player_banner img {
        margin: auto;
    }

    .player_banner .playerimage {
        min-width: 165px;
    }

    .player_banner .teamlogo {
        text-align: right;
    }

@media screen and (max-width: 480px) {
    .player_banner .playerimage,
    .player_banner .teamlogo {
        float: none;
        text-align: center;
    }
}

.player_banner .playerimage img {
    background: #ddeeff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYWJiZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ddeeff 0%, #aabbff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddeeff), color-stop(100%,#aabbff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ddeeff 0%,#aabbff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ddeeff 0%,#aabbff 100%); /* Opera 11.10+ */
    background: linear-gradient(to bottom, #ddeeff 0%,#aabbff 100%); /* W3C */
    border: 2px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2) inset, 0px 0px 2px rgba(0, 0, 0, 0.3);
    height: 150px;
    width: 150px;
}

.player_banner .teamlogo img {
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.player_banner hr {
    margin: 2px 0;
}

.player_banner h2,
.player_banner h5 {
    margin-top: 0;
    text-transform: uppercase;
}

    .player_banner h5 span {
        margin-left: 20px;
    }

.player_details > div {
    margin: 0;
    padding: 0;
}

.player_details .season_summary th:nth-child(n+2),
.player_details .season_summary td:nth-child(n+2) {
    text-align: center;
    width: 6%;
}

.career_statistics th:nth-child(n+4),
.career_statistics td:nth-child(n+4) {
    text-align: center;
    width: 5%;
}

.gamelog th:nth-child(n+3),
.gamelog td:nth-child(n+3) {
    text-align: center;
    width: 6%;
}

.manpower_statistics th,
.manpower_statistics td {
    text-align: center;
    width: 6%;
}

    .manpower_statistics tr:nth-child(2) th:nth-child(1),
    .manpower_statistics tr:nth-child(2) th:nth-child(5),
    .manpower_statistics tr:nth-child(2) th:nth-child(9),
    .manpower_statistics tr:nth-child(2) th:nth-child(13),
    .manpower_statistics td:nth-child(1),
    .manpower_statistics td:nth-child(5),
    .manpower_statistics td:nth-child(9),
    .manpower_statistics td:nth-child(13) {
        border-right: 1px solid #aaa;
    }

.versus_team th:nth-child(n+3),
.versus_team td:nth-child(n+3) {
    text-align: center;
    width: 5%;
}

.versus_team tr:nth-child(2) th:nth-child(2),
.versus_team tr:nth-child(2) th:nth-child(6),
.versus_team tr:nth-child(2) th:nth-child(10),
.versus_team tr:nth-child(2) th:nth-child(14),
.versus_team td:nth-child(2),
.versus_team td:nth-child(6),
.versus_team td:nth-child(10),
.versus_team td:nth-child(14) {
    border-right: 1px solid #aaa;
}

.versus_team.goalie th:nth-child(2),
.versus_team.goalie td:nth-child(2) {
    text-align: center;
    width: 5%;
}

.versus_team.goalie td {
    border: none;
}

.team_page {
    margin: 15px 0;
    vertical-align: middle;
}
    .team_page > div {
        margin: 0;
        padding: 0;
    }
    .team_page > .grouptitle {
        padding-left: 15px;
    }
    .team_page h1 {
        color: White;
        font-size: 4em;
        font-weight: bold; 
        font-style: italic;
        text-shadow: 2px 2px 15px #114eb2;
    }
    .team_page h4 {
        color: #000;
        font-size: 1.2em;
        font-weight: bold;
        text-shadow: 1px 1px 1px white;
    }
    .team_page h1,
    .team_page img {
        margin: 0;
        padding: 0;
        vertical-align: middle;
    }
    .team_page .filter {
        margin: 0;
        padding: 10px 0 0;
    }
    .team_page > div:nth-child(2) {
        text-align: right;
    }

.team_player_stats th:nth-child(n+2),
.team_goalie_stats th:nth-child(n+2) {
    text-align: center;
}

.team_player_stats td:nth-child(n+2) {
    text-align: center;
    width: 7%;
}
.mobile {
    display: none;
}
.team_goalie_stats td:nth-child(n+2) {
    text-align: center;
    width: 5%;
}

.summary td h5 {
    margin: 0;
}

.summary td i {
    font-size: 12px;
}

div.clear {
    clear: both;
}

/* bootstrap overrides */

hr {
    border-color: #fff;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, 
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
}

.table thead > tr > th {
    border: none;
}

.table thead > tr:last-child > th {
    border-bottom: 1px solid #DDD;
}

table.dataTable tbody tr {
    background-color: transparent;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label  {
    color: black;
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: black !important;
}

.new-user .fields > div {
    display: inline-block;
    vertical-align: top;
    width: 32%;
}

/********  VALIDATION  ********/

.validation-error-message {
    color: red;
    font-size: 1.2em;
    font-weight: bold;
}



/********  FIELDS  ********/

.fields {
    display: table;
    width: 100%;
}
    .fields > div {
        display: table-cell;
    }
    .fields > div:not(:last-child) {
        padding-right: 0.835em;
    }
    .fields > div:not(:first-child) {
        padding-left: 0.835em;
    }
    .fields input[type=password],
    .fields input[type=text],
    .fields .input-type-text,
    .fields select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .fields div.medium {
        width: 35%;
    }
    .fields p.large {
        width: 75%;
    }
    .fields p.medium {
        width: 50%;
    }
    .fields p.short {
        width: 120px;
    }

.radio-button {
    color: black;
    display: table;
    float: left;
    position: relative;
    width: 33%;
}
    .radio-button.half {
        width: 50%;
    }
    .radio-button > div {
        display: table-cell;
        vertical-align: middle;
    }
        .radio-button > div:first-child {
            background: url('../img/site/bullet_off.png') no-repeat center left;
            background-size: 40px 40px;
            height: 45px;
            width: 45px;
        }
    .radio-button.on > div:first-child {
        background: url('../img/site/bullet_on.png') no-repeat center left;
        background-size: 40px 40px;
    }

.champions {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-repeat: repeat-y;
    background-size: contain;
    background-image: url(../img/champions/stanleycup.jpg);
    color: #fff;
    font-weight: bold;
}
.champions .season h1 {
    color: #fff;
    text-shadow: #000 1px 1px 1px;
}
.champions .season .team {
    text-align: left;
    -webkit-box-shadow: #000 0px 0px 7px;
    -moz-box-shadow: #000 0px 0px 7px;
    box-shadow: #fff 0px 0px 9px, #000 0px 0px 15px inset;
}
.champions .season .team-name h5 {
    white-space: nowrap;
}
/*.champions h1 {
    font-size: 3em;
}*/
    .champions + hr {
        display:none;
    }
    .champions .season {
        background-position: center center;
        background-repeat: repeat-y;
        background-size: auto;
        background-repeat: repeat-y;
        background-size: contain;
        background-image: url(../img/champions/stanleycup.jpg);
        padding-bottom: 20px;
    }

.champions .season .team-picture {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 426px;
}
.champions .season .team.row {
    padding: 0;
}
.champions .season .team {
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
    margin: 0 15px 15px 15px;
    border: 1px solid #fff;
}
.champions .season .team-name {
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0) 100%);
    height: 426px;
}
.champions .season .team-name h4 {
    font-size: 1.5em;
}

.champions .season .team-name h5 {
    margin: 5px 0 0 0;
}

.humpday .photo {
    background-size: cover;
    margin-bottom: 1em;
    margin-top: 1em;
    height: 440px;
    width: 100%;
}
.humpday .players {
    margin-bottom: 250px;
}
.humpday .players span {
    margin-right: 1em;
}

/* jQuery UI overrides */
table.ui-datepicker-calendar {
    background-color: white;
}
.ui-datepicker td a {
    text-align: center;
}

    .ui-datepicker td a.ui-state-active {
        background: #aaa;
        border: 1px solid #0073ea;
        color: #fff;
        font-weight: bold;
    }

.ui-datepicker-calendar td {
    padding: 1px!important;
}


