﻿body {
}

@media only screen and (min-width:1600px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
}

@media only screen and (min-width:1366px) and (max-width:1599px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
}

@media only screen and (min-width:1280px) and (max-width:1365px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
}

@media only screen and (min-width:1024px) and (max-width:1279px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
         .navbar-nav {
    
    margin: 0px !important;
}
}

@media only screen and (min-width:640px) and (max-width:767px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
         .navbar-nav {
    
    margin: 0px !important;
}
}

@media only screen and (min-width:480px) and (max-width:639px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
         .navbar-nav {
    
    margin: 0px !important;
}
}

@media only screen and (min-width:360px) and (max-width:479px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
         .navbar-nav {
    
    margin: 0px !important;
}
}

@media only screen and (min-width:320px) and (max-width:359px) {
    .aclass
        {
            color: #B92829;
            text-decoration: none;
        }

            .aclass:hover
            {
                text-decoration: underline;
            }

        .search_textbox, .search_textbox1
        {
            width: 160px;
            font-weight: normal;
        }

        .search_textbox2
        {
            width: 118px;
            font-weight: normal;
        }

        .popup
        {
            border-radius: 0px;
            background-color: #fff;
            max-width: 800px;
            border: 3px solid rgb(228, 217, 192);
        }

        .popup-bg
        {
            background-color: #000;
            opacity: 0.6;
        }

        .popuperrorscroll
        {
            overflow: auto;
            height: 450px;
        }

        .pagination-ys
        {
            /*display: inline-block;*/
            padding-left: 0;
            margin: 20px 0;
            border-radius: 0px;
        }

            .pagination-ys table > tbody > tr > td
            {
                display: inline;
            }

                .pagination-ys table > tbody > tr > td > a,
                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    color: #333333;
                    background-color: #ffffff;
                    border: 1px solid #e1cba0;
                    margin-left: -1px;
                }

                .pagination-ys table > tbody > tr > td > span
                {
                    position: relative;
                    float: left;
                    padding: 8px 12px;
                    line-height: 1.42857143;
                    text-decoration: none;
                    margin-left: -1px;
                    z-index: 2;
                    color: #333333;
                    background-color: #e1cba0;
                    border-color: #e1cba0;
                    cursor: default;
                }

                .pagination-ys table > tbody > tr > td:first-child > a,
                .pagination-ys table > tbody > tr > td:first-child > span
                {
                    margin-left: 0;
                    border-bottom-left-radius: 4px;
                    border-top-left-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td:last-child > a,
                .pagination-ys table > tbody > tr > td:last-child > span
                {
                    border-bottom-right-radius: 4px;
                    border-top-right-radius: 4px;
                }

                .pagination-ys table > tbody > tr > td > a:hover,
                .pagination-ys table > tbody > tr > td > span:hover,
                .pagination-ys table > tbody > tr > td > a:focus,
                .pagination-ys table > tbody > tr > td > span:focus
                {
                    color: #333;
                    background-color: #e1cba0;
                    border-color: #dddddd;
                }

        h4
        {
            color: #B92829;
            padding: 20px 0px 0px 13px;
        }

        /*.titleheading
        {
            float: left;
            font-family: Verdana;
            background-image: url(../img/titlebg.png);
            background-repeat: repeat;
            height: 60px;
            min-width: 1024px;
        }*/

        td
        {
            padding: 2px;
        }

        .vieweff, .vieweff1
        {
            float: left;
            color: #B92829;
        }

            .vieweff:hover
            {
                border-bottom: 1px solid #B92829;
                border-bottom-width: 1px;
            }

        .newh4
        {
            padding: 5px 0 5px 0;
        }

        .panel
        {
            margin-bottom: 20px;
            background-color: #fff;
            border: 1px solid #F8F5E6;
            border-radius: 0px;
            -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
            box-shadow: 0 1px 1px rgba(0,0,0,.05);
        }

        .panel-default > .panel-heading
        {
            color: #333;
            background-color: #F8F5E6;
            border-color: #F2EFDE;
        }

        .panel-heading
        {
            padding: 10px 15px;
            border-bottom: 1px solid transparent;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        }

        .panel-body
        {
            padding: 15px;
        }

        .panel-body
        {
            border: 0px solid #F8F5E6;
        }

        .panel-footer
        {
            padding: 10px 15px;
            background-color: #fff;
            border-top: 1px solid #F8F5E6;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
            height: 40px;
        }

        .panel-footer1
        {
            padding: 10px 14px;
            background-color: rgba(233, 225, 208, 0);
            border-top: 1px solid #E9E1D0;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .MyTable
        {
            border: 1px solid #F3F0E1;
            width:100%;
        }

            .MyTable > tbody > tr > th
            {
                color: #D42323;
                float: left;
                font-family: Verdana;
                background-image: url(../img/titlebg.png);
                background-repeat: repeat;
                height: 60px;
                /*min-width: 1022px;*/
                color: #B92829;
                padding: 17px 0px 0px 18px;
                font-size: 18px;
                font-weight: normal;
                   margin-top: 59px;
            }

        .noresult
        {
            text-align: center;
        }
         .navbar-nav {
    
    margin: 0px !important;
}
}