﻿
.tblbgresults {
    background: url('../Images/BGResults.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 60%;
    height: 500px;
    border-radius: 10px;
    border-collapse: collapse;
}

@media screen and (min-width: 768px) {
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    .tblresultsmain {
        border-collapse: collapse;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding:5px;
    }

    .tblresultsmain2 {
        border-collapse: collapse;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 20px;
/*        background-size: cover;
        background-repeat: repeat;
        background: linear-gradient(45deg, rgba(250,253,255,0.6), rgba(63,131,147,0.6));
        background-size: 400% 400%;
        -webkit-animation: SNDBDBG 5s ease infinite;
        -moz-animation: SNDBDBG 5s ease infinite;
        -o-animation: SNDBDBG 5s ease infinite;
        animation: SNDBDBG 5s ease infinite;*/
    }

    @-webkit-keyframes SNDBDBG {
        0% {
            background-position: 0% 99%
        }

        50% {
            background-position: 100% 2%
        }

        100% {
            background-position: 0% 99%
        }
    }

    @-moz-keyframes SNDBDBG {
        0% {
            background-position: 0% 99%
        }

        50% {
            background-position: 100% 2%
        }

        100% {
            background-position: 0% 99%
        }
    }

    @-o-keyframes SNDBDBG {
        0% {
            background-position: 0% 99%
        }

        50% {
            background-position: 100% 2%
        }

        100% {
            background-position: 0% 99%
        }
    }

    @keyframes SNDBDBG {
        0% {
            background-position: 0% 99%
        }

        50% {
            background-position: 100% 2%
        }

        100% {
            background-position: 0% 99%
        }
    }


    .tblsinglerow {
        border-collapse: collapse;
        /*border: 2px solid red;*/
    }

    .lnkrow {
    text-decoration:none;
    }

    .tblbgresults {
        background: url('../Images/BGResults.png');
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 500px;
        border-radius: 10px;
        border-collapse: collapse;
    }

    .tblresultsline {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background: url('../Images/ResultsLine.png');
        border-radius: 10px;
    }

    .TitleBGResults {
    color:white;
    font-size:4.0vw;
    font-weight:600;
    }

    .BGResultsDescription {
        color: white;
        font-size: 2.0vw;
        font-weight: 400;
        border-collapse: collapse;
    }

    .entermobilelbl {
        color: #2A3254;
        font-size:2.5vw;
    }
    .txtPhone {
    width:90%;
    height:50px;
    border-radius:10px;
    font-size:2.5vw;
    text-indent:20px;
    }

    .btnShowResults {
    width:300px;
    height:60px;
    padding:5px;
    border-radius:10px;
    background-color: #2A3254;
    color:white;
    font-size:2.5vw;
    cursor:pointer;
    }
        .btnShowResults:hover {
            background-color: #2E4F58;
        }

    .lblNoResults {
    font-size:3.0vw;
    color:#2E4F58;
    }

    .lblTitleHeader {
        font-size: 2.4vw;
        font-weight:600;
    }

    .lblValueDate {
        text-align:left;
        direction:ltr;
        font-size: 1.5vw;
        font-weight: 400;
        color: black;
    }

    .lblValueTitle {
        font-size: 2.2vw;
        font-weight: 500;
        color: #666666;
    }

    .lblValue {
        font-size: 1.8vw;
        font-weight: 400;
        color:black;
    }
    .tblResults {
    border-collapse:collapse;
    }
    .TREven {
        background-color: #B6CFD6;
    }
    .btnDisplay {
    display:block;
    cursor:pointer;
    background-color:#2A3254;
    color:white;
    font-size:2.0vw;
    font-weight:600;
    border-radius:5px;
    padding:10px;
    text-decoration:none;
    }

    .btnDisplay:hover {
    background-color:#2E4F58;
    }

    .btnDisplayDisabled {
        display: block;
        /*pointer-events: none;
        cursor: default;*/
        background-color: #666666;
        color: white;
        font-size: 2.0vw;
        font-weight: 600;
        border-radius: 5px;
        padding: 10px;
        text-decoration: none;
    }


    .drp_form {
        width: 98%;
        text-indent: 20px;
        height: 55px;
        border-radius: 10px;
        font-size: 1.5vw;
        background-color: white;
        opacity: 1.0;
        -webkit-appearance: none;
        appearance: none;
        background-image: url("../Images/DropDownBG.png");
        background-size: 15px;
        background-repeat: no-repeat;
        background-position: calc(0% + 12px) center;
        cursor: pointer;
    }

    .icncopy {
        color:#2A3254;
        font-size:2.5vw;
    }
        .icncopy:hover {
        color: #2E4F58;
        }
    
    }
