﻿@import '../Scripts/bootstrap/3.3.1/version/dist/css/bootstrap-theme.css';
@import '../Scripts/bootstrap/3.3.1/version/dist/css/bootstrap.css';
/*@import '../Scripts/bxslider/jquery.bxslider.css';*/
@import url('../font-awesome/css/font-awesome.min.css');
@import url('../Font/sport/flaticon.css');

/*@import 'less/custom.css';*/


@media print  {

    body {
        font-family:Arial, sans-serif !important;
        -webkit-print-color-adjust:exact;
        background-image:none !important;
        font-size:20px;
    }

    header {
        background-image:none !important;
    }

    .printOnlyNewsPrimary {
        display:block !important;
    }

    .prev-next, .multimedia, footer, .row.social-grid, .news-gallery .gallery, .container.top-search, .hideOnPrint {
        display:none !important;
    }

    header {
        background-color:#cccccc !important;
    }
    
    .panel-collapse, .compact {
        max-height:none !important;
        height:auto !important;
        overflow:hidden !important;
    }
    
    .printHeader {
        height:auto;
        overflow:hidden;
        width:100%;
        padding-bottom:10px;
        border-bottom:1px solid #cccccc;
        margin-bottom:10px;
    }

    .printHeader img {
        width:300px;
        height:auto;
        float:none;
    }

    .printHeader .eventInfo {
        float:right;
        width:250px;
        text-align:right;
    }

    .printHeader .eventInfo img, .about-cen-bg-img img {
        width:150px;
        height:auto;
    }

    .printHeader .eventInfo h3 {
        display:block;
        margin:0px 0px 0px 0px;
    }

    
    h1, h2, h3 {
        margin:0px;
        padding:0px;
    }
    
    h1 {
        font-size:27px;
    }

    h2 {
        font-size:25px;
    }

    h3 {
        font-size:23px;
        margin-top:20px;
        text-transform:uppercase;
    }

    a {
        font-weight:bold;
        text-decoration:none;
        font-style:italic;
    }

    a[href^="/"]:after, a[href^="http"]:after, a[href^=""]:after {
        content: "";
    }
    
    table.records-table {
        margin-bottom:30px; width:100%;
    }

    table.records-table tr {
        border-bottom:1px solid #cccccc;
    }

    table.records-table td, table.records-table th {
        font-weight:100; text-align:left;
        vertical-align:middle; white-space: nowrap; /*QUESTION*/
    }

    table.records-table tr th {
        border-bottom:2px solid #000000;
    }
    
    table.records-table tr th {
        padding:15px;
    }

    table.records-table tr td {
        border-bottom:1px solid #cccccc;
        padding:15px;
    }

    table.records-table td .tableflag {
        margin-right:5px;
    }

    table.records-table td:nth-child(even), table.records-table th:nth-child(even) {
        background-color: #fafafa !important;
        -webkit-print-color-adjust: exact;
    }

    table.records-table td:first-child, table.records-table th:first-child {
        padding-left:0px;
    }

    table.records-table td:last-child, table.records-table th:last-child {
        padding-right:0px;
    }

    table.series-table img.athlete-profile-img {
        height: 40px;
        margin-right: 10px;
        width: 40px;
        display:none; /*QUESTION*/
    }


}


