/*!**************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./Content/site-style.css ***!
  \**************************************************************************/
html, body {
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #8DA547;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-image: url(../assets/bg.jpg);
}

h1, h2, h3, h4 {
    font-family: 'PT Sans Narrow', sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    background: bottom right no-repeat;
}

/* Make containers responsive while preserving max layout width */
.container,
.container-non-responsive {
    max-width: 1040px !important;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .container-non-responsive {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

@media (max-width: 1040px) {

    body {
        background-size: 1040px auto; /* Force the image to its minimum width */
    }
}


.bg-players {
    clear: both;
}

.navbar-custom {
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: none;
}

.logo-center {
    float: left;
    padding: 0 6px;
}

.navbar-custom .container-non-responsive {
    padding-left: 0;
    padding-right: 0;
}

.navbar-custom .navbar-menu {
    background-color: #E92D1F;
}

    .navbar-custom .navbar-menu > ul {
        margin: 0;
        padding: 0;
        width: 475px;
        line-height: 2.5;
    }

        .navbar-custom .navbar-menu > ul > li {
            display: inline;
        }

            .navbar-custom .navbar-menu > ul > li > a {
                color: white;
                text-transform: uppercase;
                font-weight: bold;
                padding: 9px 9px;
                text-decoration: none;
                font-size: 15px;
            }

                .navbar-custom .navbar-menu > ul > li > a:hover {
                    background-color: #282F80;
                }

/* Mobile navigation styling */
.mobile-logo {
    height: 48px;
    width: auto;
}

.mobile-nav {
    background-color: #E92D1F;
}

.mobile-nav a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-nav a:hover {
    background-color: #282F80;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .logo-title {
        font-size: 24px;
    }
}

.article {
    background-color: white;
    margin-bottom: 15px;
    padding: 2px 15px;
    padding-bottom: 10px;
}

    .article h2 a {
        margin: 0;
        padding: 0;
        color: #333333;
        font-weight: bold;
    }

    .article .link-detail {
        padding: 15px 0;
    }

        .article .link-detail a, .player .link-detail a {
            color: #E92D1F;
            text-transform: uppercase;
            font-weight: bold;
            text-decoration: underline;
            margin-right: 5px;
        }

    .article .article-match img {
        width: 100%;
        margin-bottom: 5px;
    }

    .article .article-image img {
        width: 260px;
        min-height: 150px;
        float: left;
        margin-right: 15px;
    }

    .article .article-content {
        font-size: 15px;
    }

    .article .article-match table td {
        vertical-align: top;
    }

    .article .article-match .stats table {
        margin: auto;
        max-width: 100%;
        width: 100%;
        table-layout: fixed;
    }

        .article .article-match .stats table td {
            vertical-align: middle;
            word-break: break-word;
        }

    .article .article-match .stats {
        background-color: #DDDDDD;
        font-weight: bold;
        font-size: 22px;
        text-align: center;
    }

    .article .article-match .score {
        font-size: 32px;
        padding: 0 50px;
        text-align: center;
        /* default desktop keep on one line */
        white-space: nowrap;
    }

/* Improve article image layout on small screens */
@media (max-width: 767.98px) {
    .article .article-image img {
        width: 100%;
        float: none;
        margin-right: 0;
        min-height: auto;
    }
}

/* Make match stats responsive on small screens */
@media (max-width: 575.98px) {
    .article .article-match .stats {
        font-size: 18px;
    }
    .article .article-match .stats table {
        width: 100%;
        table-layout: fixed;
    }
    .article .article-match .stats table td {
        word-break: break-word;
        padding: 6px 4px;
    }
    /* set explicit column widths on mobile */
    .article .article-match .stats table td:nth-child(1),
    .article .article-match .stats table td:nth-child(3) {
        width: 35%;
    }
    .article .article-match .stats table td:nth-child(2) {
        width: 30%;
    }
    .article .article-match .score {
        font-size: 24px;
        padding: 0 8px;
        /* allow wrapping in the score cell when needed */
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-all;
        text-align: center;
    }
}

.sidebar {
}

    .sidebar .widget {
        background-color: white;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

        .sidebar .widget .widget-title {
            font-family: 'PT Sans Narrow', sans-serif;
            text-align: center;
            padding: 3px;
            background-color: #2D2783;
            color: white;
            font-weight: bold;
            font-size: 22px;
        }

        .sidebar .widget .widget-content {
            padding: 10px;
            font-size: 12px;
        }

        .sidebar .widget table {
            border-bottom: 1px solid #CDCDCD;
        }

            .sidebar .widget table th {
                border-bottom: 1px solid #CDCDCD;
            }

        .sidebar .widget .table > thead > tr > th, .sidebar .widget .table > tbody > tr > td {
            border-bottom: 1px solid #CDCDCD;
            padding: 5px;
        }

.bg-logo {
    position: relative;
    top: -10px;
}

.logo-title {
    font-size: 35px;
    text-transform: uppercase;
    color: #2D2783;
    font-weight: bold;
}

.player {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    min-height: 340px;
}

    .player h2 a {
        font-size: 18px;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
        position: absolute;
        top: 15px;
        left: 160px;
        color: #333333;
    }

    .player img {
        float: left;
        width: 120px;
        margin-right: 10px;
    }

    .player .player-description {
    }

    .player .player-other-info {
        clear: both;
        padding: 10px 0;
    }

    .player .link-detail {
        position: absolute;
        bottom: 25px;
        right: 20px;
    }

/* Player card tweaks for mobile */
@media (max-width: 767.98px) {
    .player {
        min-height: auto;
    }
    .player h2 a {
        position: static;
        display: block;
        white-space: normal;
    }
    .player .link-detail {
        position: static;
        margin-top: 10px;
    }
}

.pagerLink {
    color: white;
    font-size: 14px;
    padding: 5px;
    font-weight: normal;
}

.pagerLinkActive {
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 5px;
}

.pagerLinkButton {
    color: white;
    font-size: 16px;
    padding: 5px;
    border: solid 1px white;
}

.pagerLink a:hover {
    color: white;
}

.footer {
    color: white;
    font-size: 12px;
}

    .footer a {
        color: white;
    }

.clear {
    clear: both;
}

