﻿
/*Print*/
.IncludeInPrint {
    display: none;
}

.NotIncludeInPrint {
    /*display: block;*/
}
/*.NotIncludeInPrint th, .NotIncludeInPrint td {
        display: table-cell;
    }*/


@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}


    /*table {
        border-collapse: collapse;*/ /* Essential for single, clean borders */
    /*}

    table, th, td {
        border: 1px solid black !important;*/ /* Force borders to appear */
        /*padding: 0.5em; Adjust as needed */
    /*}*/

    @media print {

        .td_AwardList2 {
            border: none;
            text-align: center;
            margin: 0 auto;
        }

            .td_AwardList2 tr:nth-child(1) {
                border: none;
                background-color: white;
                text-align: center;
                margin: 0 auto;
            }

            .td_AwardList2 tr:nth-child(2) {
                border: solid 1px black;
                font-size: large;
                height: 35px;
                padding: 3px;
                padding-left: 7px;
                color: black;
                text-align: left;
            }

            .td_AwardList2 tr:nth-child(3) {
                border: solid 1px black;
                padding: 3px;
                
                color: black;
                padding-left: 7px;
                padding-right: 5px;
            }

            .td_AwardList2 tr:nth-child(4) {
                height: 35px;
                padding: 3px;
                color: black;
                text-align: center;
            }

            .td_AwardList2 tr:nth-child(n+5) td:nth-child(4) {
                text-align: left;
                padding-left: 5px;
            }

            .td_AwardList2 tr:nth-child(n+5):nth-child(odd) {
                
                color: black;
            }

            .td_AwardList2 tr:nth-child(n+5):nth-child(even) {
                color: black;
            }

            .td_AwardList2 tr:nth-child(n+2) td {
                border: 1px solid black;
                font-weight: bold;
                font-size: medium;
            }

            .td_AwardList2 tr:last-child td:first-child {
                border: none;
                padding: 0px;
                margin: 0px;
                text-align: right;
            }

        .td_AwardList1_Top {
            border: none;
            text-align: center;
            margin: 0 auto;
        }

        .td_AwardList1 {
            border: 1px solid black;
            text-align: center;
            margin: 0 auto;
        }

            .td_AwardList1 tr:first-child {
                font-size: medium;
                font-weight: bold;
                padding: 5px;
                margin: 0 auto;
            }

            .td_AwardList1 tr:not(:nth-child(1)):nth-child(-n+8):nth-child(odd) {
                color: black;
            }

            .td_AwardList1 tr:not(:nth-child(1)):nth-child(-n+8):nth-child(even) {
                color: black;
            }

            .td_AwardList1 tr:not(:nth-child(1)):nth-child(-n+8) td {
                font-weight: bold;
                text-align: left;
                font-size: small;
                border: 1px solid black;
                padding: 3px;
                padding-left: 5px;
            }

            .td_AwardList1 tr:nth-child(9) {
                height: 35px;
                padding: 3px;
                color: black;
                font-weight: normal;
                font-size: x-small;
                text-align: center;
            }

            .td_AwardList1 tr:nth-child(9) {
                border: 1px solid black;
            }

            .td_AwardList1 tr:nth-child(n+10) {
                font-weight: normal;
                font-size: small;
            }

                .td_AwardList1 tr:nth-child(n+10):nth-child(odd) {
                    color: black;
                }

                .td_AwardList1 tr:nth-child(n+10):nth-child(even) {
                    color: black;
                }

                .td_AwardList1 tr:nth-child(n+10) td {
                    border: 1px solid black;
                    padding: 3px;
                }

                    .td_AwardList1 tr:nth-child(n+10) td:nth-child(3) {
                        text-align: left;
                        padding-left: 5px;
                    }

            .td_AwardList1 tr:last-child {
                border: none;
            }

                .td_AwardList1 tr:last-child td {
                    border: none;
                    font-style: italic;
                    text-align: right;
                }

        .td_AwardList3 {
            border: none;
            text-align: center;
            margin: 0 auto;
        }

            .td_AwardList3 tr:first-child {
                border: none;
                text-align: center;
                margin: 0 auto;
            }

            .td_AwardList3 tr:nth-child(2) {
                border: solid 1px black;
                font-size: large;
                height: 35px;
                padding: 3px;
                padding-left: 7px;
                color: black;
                text-align: left;
            }

            .td_AwardList3 tr:nth-child(3) {
                border: solid 1px black;
                font-size: medium;
                color: black;
                padding-left: 3px;
                padding-right: 3px;
            }

            .td_AwardList3 tr:nth-child(4) {
                height: 35px;
                padding: 3px;
                color: black;
                text-align: center;
            }

            .td_AwardList3 tr:nth-child(n+5) td:nth-child(4) {
                text-align: left;
                padding-left: 5px;
            }

            .td_AwardList3 tr:not(:nth-last-child(-n+2)):nth-child(n+5):nth-child(odd) {
                color: black;
            }

            .td_AwardList3 tr:not(:nth-last-child(-n+2)):nth-child(n+5):nth-child(even) {
                color: black;
            }

            .td_AwardList3 tr:not(:last-of-type):nth-child(n+4) td {
                border: 1px solid black;
                font-weight: bold;
                font-size: medium;
            }

            .td_AwardList3 tr:nth-last-child(2) {
                color: black;
            }

            .td_AwardList3 span {
                float: right;
            }

            .td_AwardList3:last-of-type {
                border: none;
                font-weight: normal;
                font-size: x-small;
                padding-top: 13px;
                margin-top: 30px;
            }

        .td_AwardList4 {
            border: none;
            text-align: center;
            margin: 0 auto;
        }

            .td_AwardList4 tr:first-child {
                border: none;
                text-align: center;
                margin: 0 auto;
            }

            .td_AwardList4 tr:nth-child(2) {
                border: solid 1px #5D7B9D;
                font-size: X-large;
                height: 35px;
                padding: 2px;
                padding-left: 7px;
                color: black;
                text-align: left;
            }

            .td_AwardList4 tr:nth-child(3) {
                border: solid 1px #5D7B9D;
                padding: 3px;
                color: black;
                padding-left: 7px;
                padding-right: 5px;
            }

            .td_AwardList4 tr:nth-child(4) {
                height: 35px;
                padding: 2px;
                color: black;
                text-align: center;
            }

            .td_AwardList4 tr:nth-child(9) {
                height: 35px;
                padding: 2px;
                color: black;
                text-align: center;
            }

            .td_AwardList4 tr:nth-last-child(8) {
                height: 35px;
                padding: 2px;
                color: black;
                text-align: center;
            }

            .td_AwardList4 tr:nth-child(-n+8):nth-child(n+4) td {
                font-weight: normal;
                font-size: small;
            }

                .td_AwardList4 tr:nth-child(-n+8):nth-child(n+4) td:nth-child(1) {
                    text-align: right;
                    padding-right: 5px;
                    font-weight: bold;
                }

            .td_AwardList4 tr:nth-child(-n+8):nth-child(n+5) td:nth-child(1) {
                color: black;
            }

            .td_AwardList4 tr:nth-last-child(-n+8):nth-child(n+4) td {
                font-weight: normal;
                font-size: small;
            }

                .td_AwardList4 tr:nth-last-child(-n+8):nth-child(n+4) td:nth-child(1) {
                    text-align: right;
                    padding-right: 5px;
                    font-weight: bold;
                }

            .td_AwardList4 tr:nth-last-child(-n+7):nth-child(n+4) td:nth-child(1) {
                color: black;
            }

            .td_AwardList4 tr:not(:nth-last-child(-n+8)):nth-child(n+10) td:nth-child(4) {
                text-align: left;
                padding-left: 5px;
            }

            .td_AwardList4 tr:nth-child(9) td:nth-child(5) {
                text-align: left;
                padding-left: 5px;
            }

            .td_AwardList4 tr:not(:nth-last-child(-n+8)):nth-child(n+9) td:nth-child(n+1):nth-child(-n+3) {
                padding-left: 5px;
                font-size: x-small;
                font-weight: normal;
            }

            .td_AwardList4 tr:not(:last-of-type):nth-child(n+4) td {
                border: 1px solid black;
                padding: 1px;
            }

        .td_AwardList4c1 {
            border: none;
            text-align: center;
            margin: 0 auto;
        }

            .td_AwardList4c1 tr:first-child {
                border: none;
                text-align: center;
                margin: 0 auto;
            }

            .td_AwardList4c1 tr:nth-child(2) {
                border: solid 1px #5D7B9D;
                font-size: X-large;
                height: 35px;
                padding: 2px;
                padding-left: 7px;
                color: black;
                text-align: left;
            }

            .td_AwardList4c1 tr:nth-child(3) {
                border: solid 1px #5D7B9D;
                padding: 3px;
                color: black;
                padding-left: 7px;
                padding-right: 5px;
            }

            .td_AwardList4c1 tr:nth-child(4) {
                height: 35px;
                padding: 2px;
                color: black;
                text-align: center;
            }

            .td_AwardList4c1 tr:nth-child(7) {
                height: 35px;
                padding: 2px;
                color: black;
                text-align: center;
            }

            .td_AwardList4c1 tr:nth-child(-n+6):nth-child(n+4) td {
                font-weight: normal;
                font-size: small;
            }

                .td_AwardList4c1 tr:nth-child(-n+6):nth-child(n+4) td:nth-child(1) {
                    text-align: right;
                    padding-right: 5px;
                    font-weight: bold;
                }

            .td_AwardList4c1 tr:nth-child(-n+6):nth-child(n+5) td:nth-child(1) {
                color: black;
            }

            .td_AwardList4c1 tr:nth-child(7) td:nth-child(2) {
                text-align: left;
                padding-left: 5px;
            }

            .td_AwardList4c1 tr:nth-child(n+7) td:nth-child(n+1):nth-child(-n+2) {
                padding-left: 5px;
                font-size: x-small;
                font-weight: normal;
            }

            .td_AwardList4c1 tr:not(:last-of-type):nth-child(n+4) td {
                border: 1px solid black;
                padding: 1px;
            }


        .IncludeInPrint {
            display: block;
            margin: auto 0px;
            vertical-align: top;
            color: black !important;
        }

        .mytable {
            border: none !important;
            /*border: 1px solid black;*/
            border-collapse: collapse !important;
            /* -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;*/
        }

            .mytable table {
                border: none !important;
                -webkit-box-shadow: none !important;
                -moz-box-shadow: none !important;
                box-shadow: none !important;
                overflow: hidden !important;
            }

            .mytable thead:first-child tr th {
                color: black;
                /*border: 1px solid #c1dad7 !important;*/
                /*border: none !important;*/
                border: 1px solid black;
                border-collapse: collapse !important;
                /* -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;*/
            }

            .mytable td {
                font-size: small !important;
                color: black;
                border: 1px solid black;
                border-collapse: collapse !important;
            }



        .mytablediv {
            border: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }


            .mytablediv table, .mytablediv th, .mytablediv td {
                border: 1px solid black;
                border-collapse: collapse !important;
            }

        .NotIncludeInPrint {
            display: none !important;
        }
    }

    @media print {
        .DataList_Border {
            border: black solid 1px;
            white-space: nowrap;
            width: 100%;
            border-collapse: collapse !important;
            border-spacing: 0px;
        }

        .DataList_Border-th {
            border: black solid 1px !important;
            border-collapse: collapse !important;
        }

        .CellBorder {
            border: black solid 1px;
            border-collapse: collapse !important;
            white-space: nowrap !important;
        }

        .Topmytable {
            border: none !important;
            color: black !important;
        }

        #DataList_Div1 {
            background-color: white !important;
            color: black !important;
            height: 35px;
            padding: 5px;
            border: none;
            /*color: #1874CD;*/
            /* background-color: red !important;
        border-bottom: #bbbbbb 1px solid;*/
            font-weight: bold !important;
            font-size: xx-large !important;
            /*        text-decoration: underline;*/
            white-space: nowrap;
            text-align: left;
            padding-left: 7px;
            padding-right: 7px;
        }

        #DataList_Div2 {
            background-color: white !important;
            /*background-color:rgb(224, 224, 228);*/
            height: 35px;
            padding: 5px;
            /*display: none;*/
            /* color: red;*/
            /*border: red 5px solid !important;*/
            /*border-bottom: #bbbbbb 1px solid;*/
            font-weight: normal;
            /*text-decoration: underline;*/
            font-size: xx-large !important;
            text-align: left;
            padding-left: 10px;
            padding-right: 7px;
        }

            #DataList_Div2 > span {
                background-color: white !important;
                color: black !important;
                /*text-decoration: underline;*/
                font-weight: normal;
                font-size: xx-large !important;
                text-align: left;
            }

        /*  #DataList_Div2 > .child *:not(img) {
            background-color: red !important;
        }*/


        .DataList_Div3 {
            min-width: 100%;
            background-color: rgb(224, 224, 228);
            height: 35px;
            padding: 5px;
            display: none;
            color: orangered;
            border-bottom: #bbbbbb 1px solid;
            border-collapse: collapse !important;
            font-weight: normal;
            font-size: large;
            text-align: left;
            padding-left: 10px;
            padding-right: 7px;
        }

        .DataList_Div4 {
            height: 35px;
            padding: 5px;
            color: #fff;
            font-size: 11px;
            border-bottom: #bbbbbb 1px solid;
            border-collapse: collapse !important;
            font-weight: bold;
            font-size: large;
            margin-bottom: 20px;
            /*white-space: nowrap;*/
            text-align: left;
            padding-left: 10px;
            background: #395870;
            background: linear-gradient(#49708f, #293f50);
        }
    }


    /*.print_data{
    color:black !important;
    background-color:white !important;
}

.MyPrint {
    border-collapse: collapse;*/
    /*text-align: center;*/
    /*margin: 0 auto;
    border-radius: 20px;
    border: 1px solid black;
}

    .MyPrint tr:first-child td {
        height: 35px;
        padding: 5px;
        border: 1px solid black;
        font-weight: bold;
        font-size: medium;
        text-align: center;
    }

    .MyPrint tr td {
        font-weight: normal;
        font-size: medium;
        padding: 3px;
        vertical-align: middle;
        border: black 1px solid;
    }

.tb_PrintVersion {
    border-collapse: collapse;*/
    /*text-align: center;*/
    /*margin: 0 auto;
}

    .tb_PrintVersion tr:first-child td {
        height: 35px;
        padding: 5px;
        border: 1px solid black;
        font-weight: bold;
        font-size: medium;
        text-align: center;
    }

    .tb_PrintVersion tr td {
        font-weight: normal;
        font-size: small;
        padding: 3px;
        vertical-align: middle;
        border: black 1px solid;
    }*/
