
#Div1 img {
    border: none; /*float: left;*/
    padding: 0;
    margin: 0;
    width: 88px !important;
    height: 50px !important; /*max-width: 100%;*/
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.block {
    display: block;
}

/*home page
 css*/


.contain {
    float: left;
    width: 100%;
    border: 10px solid #f29b18;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    margin-top: 25px;
}

.connection {
    float: left;
    margin-right: 10px;
}

    .connection a {
        float: left;
        font-size: 14px;
        color: Black;
        font-weight: bold;
        padding: 10px;
        background: #0099FF;
        border-radius: 5px;
        height: 20px;
        margin: 0px 0px 0px 5px;
    }

        .connection a.active {
            color: White;
            background: #0099FF;
            border-radius: 5px 5px 0px 0px;
            padding: 10px;
            height: 21px;
        }

.conection-info {
    float: left;
}
/*.mobile
{
    width: 100px;
    float: left;
}*/
.mobile a {
    float: right;
}

.inner-info {
    float: left;
    width: 100%;
    height: 350px;
    padding-top: 25px;
}

    .inner-info dl {
        float: left;
    }

        .inner-info dl dt {
            font-size: 14px;
            font-family: "Times New Roman", Times, serif;
            color: #000000;
            float: left;
            padding: 5px 0;
        }

        .inner-info dl dd {
            float: left;
        }

            .inner-info dl dd input[type="text"] {
                float: left;
                width: 295px;
                border: 1px solid #b9d7a4;
                padding: 5px 10px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .inner-info dl dd input[type="text"]:hover, .inner-info dl dd input[type="text"]:focus {
                    -webkit-box-shadow: 0 0 2px 0 #b9d7a4;
                    box-shadow: 0 0 2px 0 #b9d7a4;
                }

            .inner-info dl dd select {
                float: left;
                width: 315px;
                border: 1px solid #b9d7a4;
                padding: 5px 10px;
                -webkit-border-radius: 4px;
                border-radius: 4px;
            }

                .inner-info dl dd select:hover, .inner-info dl dd select:focus {
                    -webkit-box-shadow: 0 0 2px 0 #b9d7a4;
                    box-shadow: 0 0 2px 0 #b9d7a4;
                }

.btn {
    float: left;
    width: 23 0px;
    margin: 25px 0 0px 40px;
}

    .btn a {
        background: #35b1f6; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1YjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzE5N2VkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzU1YzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #35b1f6 0%, #197ede 44%, #0355c9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#35b1f6), color-stop(44%,#197ede), color-stop(100%,#0355c9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #35b1f6 0%,#197ede 44%,#0355c9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #35b1f6 0%,#197ede 44%,#0355c9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #35b1f6 0%,#197ede 44%,#0355c9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #35b1f6 0%,#197ede 44%,#0355c9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35b1f6', endColorstr='#0355c9',GradientType=0 ); /* IE6-8 */
        border: 1px solid #165c92;
        float: left;
        padding: 14px 35px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 24px;
        color: #fff;
    }

        .btn a:hover {
            background: #b4ef64; /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0ZWY2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2E5ZTQ1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NGNlNDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #b4ef64 0%, #a9e45a 40%, #94ce45 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b4ef64), color-stop(40%,#a9e45a), color-stop(100%,#94ce45)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #b4ef64 0%,#a9e45a 40%,#94ce45 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #b4ef64 0%,#a9e45a 40%,#94ce45 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #b4ef64 0%,#a9e45a 40%,#94ce45 100%); /* IE10+ */
            background: linear-gradient(to bottom, #b4ef64 0%,#a9e45a 40%,#94ce45 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ef64', endColorstr='#94ce45',GradientType=0 ); /* IE6-8 */
            color: #000;
        }



.sec {
    float: right;
}


.form_block {
    width: 335px;
    height: auto;
    float: left;
    padding-left: 15px;
}

.form_block2 {
    width: 235px;
    height: 65px !important;
    float: left;
    padding-bottom: 10px;
    padding-left: 0px;
}

@media (max-width:480px) {
    .clear {
        clear: none !important;
    }

    .form_block2 {
        width: 335px;
        height: 65px !important;
        float: left;
        padding-bottom: 10px;
        padding-left: 0px;
    }

    .txt {
        width: 300px;
        height: 15px;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: black;
    }

    .txtMobile {
        width: 280px;
        height: 30px !important;
        float: left;
    }

    .txtfield2 {
        width: 300px;
        height: 30px !important;
        float: left;
    }

    .form_block {
        padding-left: 29px;
        margin-top: -50px;
    }

    #toPopup {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 10px solid #fff;
        border-radius: 3px 3px 3px 3px;
        color: #333333;
        display: none;
        font-size: 14px;
        left: 50%;
        margin-left: -402px;
        position: fixed;
        top: 5% !important;
        width: 100% !important;
        z-index: 999999;
    }
}

.heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #666; /* padding: 10px 0 10px 0;*/
}

.txtfield {
    width: 100%;
    height: auto;
    float: left;
}

.txtfield2 {
    width: 100%;
    height: 38px;
    float: left;
    border: 1px solid #cccccc;
    margin-bottom: 13px;
    padding-left: 10px;
    color: #000;
    outline: none;
}

.icon {
    width: 310px;
    height: 38px;
    float: left;
    border: 1px solid #cccccc;
    padding-top: 6px;
    padding-left: 10px;
    color: #000;
    background: url(../img/line.jpg) repeat;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF;
}

.txt {
    width: 310px;
    height: auto;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
}

.txt1 {
    width: 310px;
    height: auto;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

.ppx .nineOne {
    left: 10%;
    position: absolute;
    top: 18% !important;
    font-size: 22px;
    font-weight: bold;
    color: #AAA; /*left: 277px; position: absolute; top: 24px; font-size: 22px; font-weight: bold; color: #AAA;*/
}

.txtMobile {
    width: 100%;
    height: 38px;
    float: left;
    border: 1px solid #cccccc;
    color: #AAA;
    outline: none;
    font-size: 22px;
    font-weight: bold;
    padding: 2px 10px 0px 55px;
    border-radius: 5px;
}

    .txtMobile:Active {
        border: 1px solid #0093DD;
    }

.txtMobileL {
    width: 100%;
    height: 38px;
    float: left;
    border-radius: 8px;
    border: 1px solid #cccccc;
    color: #AAA;
    outline: none;
    font-size: 22px;
    font-weight: bold;
}

.txtfield2L {
    width: 100%;
    height: 38px;
    float: left;
    border-radius: 8px;
    border: 1px solid #cccccc;
    color: #AAA;
    outline: none;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
}

.WebRupee {
    font-family: "WebRupee";
}

.pp2 .nineOne {
    /*left: 10px;     position: absolute;     top: 7px;     font-size: 22px;     font-weight: bold;     color: #AAA;*/
    left: 277px;
    position: absolute;
    top: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #AAA;
}

.pp2 .WebRupee {
    /*font-family: 'WebRupee';*/
    font-family: "WebRupee";
    top: 122px !important;
    left: 269px !important;
}

.ppx .WebRupee {
    font-family: 'WebRupee'; /*font-family: "WebRupee"; top: 122px !important; left: 269px !important;*/
}



.pp4 .nineOne {
    /*left: 10px;     position: absolute;     top: 7px;     font-size: 22px;     font-weight: bold;     color: #AAA;*/
    left: 277px;
    position: absolute;
    top: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #AAA;
}

.pp4 .WebRupee {
    /*font-family: 'WebRupee';*/
    font-family: "WebRupee";
    top: 240px !important;
    left: 269px !important;
}


.pp5 .nineOne {
    /*left: 10px;     position: absolute;     top: 7px;     font-size: 22px;     font-weight: bold;     color: #AAA;*/
    left: 4px;
    position: absolute;
    top: 196px;
    font-size: 22px;
    font-weight: bold;
    color: #AAA;
}

.pp5 .WebRupee {
    /*font-family: 'WebRupee';*/
    font-family: "WebRupee";
    top: 240px !important;
    left: 269px !important;
}

.pp3 .nineOne {
    /*left: 10px;     position: absolute;     top: 7px;     font-size: 22px;     font-weight: bold;     color: #AAA;*/
    left: 277px;
    position: absolute;
    top: 24px;
    font-size: 22px;
    font-weight: bold;
    color: #AAA;
}

.pp3 .WebRupee {
    /*font-family: 'WebRupee';*/
    font-family: "WebRupee";
    top: 170px !important;
    left: 269px !important;
}

.ddl {
    cursor: pointer;
    padding: 8px;
    white-space: nowrap;
    border: 1px solid #cccccc;
    color: #AAA;
    width: 293px;
    font-size: 18px;
    font-weight: bold;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    height: 42px;
}

    .ddl option {
        padding: 1px 10px;
        color: #4B5468;
        cursor: pointer;
        transition: all 150ms ease-out;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out;
        border-bottom: 1px solid #CCC;
        border-radius: 5px;
        height: 20px;
        font-size: 14px;
    }

        .ddl option:hover {
            color: #fff;
            background-color: #017ACD;
        }

.rfv {
    position: absolute;
    padding-left: 2px;
}


.process_btn {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #da1727;
    border: none;
    font-weight: 600;
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 4%;
    cursor: pointer;
    border-radius: 4px;
    height: 42px;
}

    .process_btn:hover {
        background-color: #000;
    }


/*-------------------tabs css--------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0 none;
    font-size: 100%;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-tabs {
    border-radius: 10px;
    float: left;
    height: auto; /*width: 360px;*/
    background: #fff;
}

    .ui-tabs .ui-tabs-nav {
        /*border-bottom: 1px solid #CCCCCC;*/
        margin: 0;
        padding: 0;
    }
        /*.ui-tabs .ui-tabs-nav li
{
    border-bottom-width: 0;
    float: left;
    list-style: none outside none;
    margin: 1px 0.2em 0 0;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}*/
        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            color: #0088cc;
            float: left;
            font-size: 12pt;
            font-weight: bold;
            padding: 0 40px 0 0;
            text-decoration: none;
        }
        /*.ui-tabs .ui-tabs-nav li.ui-tabs-active
{
    background: url("../images/arrow-img.jpg") no-repeat scroll center bottom transparent;
    margin-bottom: -2px;
    padding-bottom: 3px;
}*/
        .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
            color: #fff;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
            cursor: text;
        }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    display: block;
    padding: 1em 1.4em;
    background-color: #fff;
    min-height: 295px;
}

/*---------------------End Tabs CSS-----------------------------*/

.TariffPlans {
    right: 40px;
    position: absolute;
    top: 7px;
    display: none;
}


.paytm_box {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #e4e4e4;
    color: #000;
    background: #fff;
    padding: 10px;
    margin: 0px 0 10px 0px;
}

.paytm_box_top {
    height: 60px;
    width: 278px;
    outline: 0px none;
    font-size: 22px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

    .paytm_box_top img {
        float: left;
    }

    .paytm_box_top b {
        float: right;
        padding: 15px 10px 0px 0px;
    }

.paytm_box_gray {
    background: none repeat scroll 0% 0% #3fa7ba;
    padding: 13px 10px 21px 25px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    margin: 1px;
    color: #fff;
    align-content: left;
    text-align: left;
}

.paytm_box_middle {
    background: none repeat scroll 0% 0% rgb(243, 243, 243);
    padding: 13px 10px 15px 19px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    border-bottom: 1px dotted rgb(0, 0, 0);
}

.paytm_box_down {
    background: none repeat scroll 0% 0% rgb(243, 243, 243);
    padding: 13px 10px 15px 25px;
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 13px;
    font-size: 13px;
    height: 40px;
}

.proceed_btn {
    width: 100%;
    height: 90px;
    padding: 40px 0 0 18px;
}

.paytm_box_span {
    float: left;
    width: 260px;
}



.middle {
    height: auto;
    margin-top: 15px;
    margin-left: 12px;
}

.middle_left {
    height: auto;
    width: 280px;
    float: left;
}

.middle_left_up {
    width: 280px;
    height: auto;
    border-bottom: 1px dotted rgb(0, 0, 0); /*padding-bottom: 25px;*/
    border: solid 1px #ffcccc;
    margin-top: 0px;
    background: #fff;
}

.inner {
    height: auto;
    width: 130px;
    float: left;
    padding: 10px;
}

.inner_right {
    height: 30px;
    width: 81px;
    float: left;
    margin-top: 75px;
    color: rgb(74, 74, 74);
    font-size: 17px !important;
    font-weight: 700;
}

.middle_left_down {
    height: 156px;
    width: 280px;
    border-top: 2px dotted #CCC;
}

.middle_left_down1 {
    height: 50px;
    width: 280px;
    color: rgb(74, 74, 74);
    font-size: 17px !important;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10px 0px;
}

.middle_left_down2 {
    height: 50px;
    width: 280px;
}

.middle_left_down3 {
    height: 50px;
    width: 280px;
    padding: 33px 0 0 10px;
}

.middle_left_bottom {
    height: auto;
    width: 280px;
    border: solid 1px #ffcccc;
    margin-top: 15px;
}

.bottom_up {
    height: 40px;
    width: 260px;
    color: rgb(74, 74, 74);
    font-size: 17px !important;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10px 10px;
    border-bottom: 1px dotted rgb(0, 0, 0);
}

.bottom_up1 {
    height: 40px;
    width: 260px;
    color: rgb(74, 74, 74);
    font-size: 13px !important;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10px 10px;
    border-bottom: 1px dotted rgb(0, 0, 0);
}



.middle_right {
    height: auto;
    float: right;
    border: solid 1px #ffcccc;
    width: 73%;
    padding-bottom: 20px;
}

.middle_upper {
    height: auto;
    width: 720px;
    padding: 10px;
}

.middle_head {
    height: auto;
    width: 583px;
    color: rgb(74, 74, 74);
    font-size: 17px !important;
    font-weight: 700;
    line-height: 50px;
    border-bottom: solid 1px #ffcccc;
}

.feild {
    height: auto;
    width: 600px;
    margin-top: 20px;
}

.feild1 {
    height: 30px;
    width: 120px;
    padding: 10px 0 0 10px;
    float: left;
    color: rgb(74, 74, 74);
    font-size: 14px !important;
    font-weight: 700;
}

.feild2 {
    height: 30px;
    width: 400px;
    float: left;
    padding-top: 10px;
}

.middle_down {
    width: 700px;
    float: left;
}

.change_pass {
    height: auto;
    width: 435px;
    color: rgb(74, 74, 74);
    font-size: 17px !important;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 10px 10px;
    float: left;
    margin-top: 20px;
    border-bottom: 2px dotted #CCC;
}

.changepwd {
    float: left;
    width: 420px;
}

.pass {
    height: auto;
    width: 400px;
    padding-left: 10px;
}

.pass1 {
    height: 30px;
    width: 350px;
    float: left;
    color: rgb(74, 74, 74);
    font-size: 14px !important;
    font-weight: 700;
    margin: 20px 0 0 20px;
}

.pass2 {
    height: 30px;
    width: 500px;
    float: left;
    margin: 10px 0 0 20px;
}






/*--------List Page Start--------*/
.ListPageArea {
    float: left;
    border-top: 0px solid #dddddd;
    margin-top: 1px;
    background: #FFF;
    width: 100%;
}

.GridViewStyle {
    border: 1px solid #dddddd;
    border-collapse: collapse;
    table-layout: auto;
    font-size: 12px;
    text-align: left;
}

.HeaderStyle {
    background-image: url(../image/HeaderWhiteChrome.jpg);
    border-bottom: #DDD 1px solid;
    background-color: #3fa7ba;
    background-repeat: repeat-x;
    background-position: center 50%;
    font-weight: bold;
}

.PagerStyle {
    background-image: url(../image/HeaderWhiteChrome.jpg);
    border-bottom: #DDD 1px solid;
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: center 50%;
}

.HeaderStyle TH {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    padding-top: 5px;
    border-left: 1px solid #DDD;
    border-bottom: none;
    border-right: none;
    border-top: none;
    text-align: left;
}

.HeaderStyle A {
    text-align: left;
    display: block;
    color: #333;
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
}

.FooterStyle {
    background: #e7f2cd url(../image/HeaderWhiteChrome.jpg) repeat-x center 50%;
    border-bottom: none;
    border-top: #DDD 1px solid;
    border-left: #DDD 1px solid;
    border-right: #DDD 1px solid;
}

    .FooterStyle A {
        color: #1941a5;
        font-weight: bold;
        padding: 2px 5px 2px 5px;
        text-decoration: none;
        cursor: pointer;
    }

        .FooterStyle A:HOVER {
            color: #db4530;
            font-weight: bold;
            padding: 2px 5px 2px 5px;
            text-decoration: none;
            cursor: pointer;
        }

    .FooterStyle TD {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
        color: #333;
        border-bottom: none;
        border-top: none;
        border-left: #DDD 1px solid;
        border-right: #DDD 1px solid;
    }

.PagerStyle TABLE {
    text-align: center;
    margin: auto;
    border-bottom: none;
    border-top: none;
    border-left: none;
    border-right: none;
}

    .PagerStyle TABLE TD {
        border-bottom: none;
        border-left: 0px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        border-top: 0px;
        border-right: 0px;
        padding-top: 5px;
    }

.PagerStyle TD {
    border-top: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
    border-top: #DDD 1px solid;
    border-left: #DDD 1px solid;
    border-right: #DDD 1px solid;
}

.PagerStyle A {
    border-bottom: #DDD 1px solid;
    border-left: #DDD 1px solid;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    border-top: #DDD 1px solid;
    border-right: #DDD 1px solid;
    text-decoration: none;
    padding-top: 2px;
}

.PagerStyle SPAN {
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding-top: 2px;
}

.RowStyle TD {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #DDD;
    border-bottom: none;
    border-left: 1px solid #DDD;
    border-right: none;
    color: #000;
}

tr.RowStyle {
    background-color: #FFF;
}

    tr.RowStyle:hover {
        cursor: pointer;
        background-color: #ffba87;
    }

tr.AltRowStyle {
    background-color: #F2F2F2;
}

    tr.AltRowStyle:hover {
        cursor: pointer;
        background-color: #ffba87;
    }

.RowStyle TD A {
    text-decoration: none;
    cursor: pointer;
}

    .RowStyle TD A:HOVER {
        color: #db4530;
    }

.AltRowStyle TD {
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #DDD;
    border-bottom: none;
    border-left: 1px solid #DDD;
    border-right: none;
}

    .AltRowStyle TD A {
        text-decoration: none;
        cursor: pointer;
    }

        .AltRowStyle TD A:HOVER {
            color: #db4530;
        }

.SelectedRowStyle TD {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #DDD 1px solid;
    padding-top: 5px;
}

.EditRowStyle TD {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: #DDD 1px solid;
    padding-top: 5px;
}

    .EditRowStyle TD A {
        text-decoration: none;
        cursor: pointer;
    }

.SelectedRowStyle TD {
    background-color: #ff9;
}

.EmptyDataTemplate {
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: Maroon;
    padding-top: 20px;
}

/*--------List Page End--------*/

.ManagePageArea {
    width: 600px;
    border: 1px solid #FFCCCC;
    padding: 10px 700px 0px 10px;
    height: auto;
}

.ui-borderBottom {
    font-size: 18px;
    font-family: Verdana;
    color: #F8F0EF;
    background-color: #ff9306;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
@media (max-width:768px)
{ 
.pay
{
    margin-top:385px !important;
}
    .popup {
        margin-left: -50% !important;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .ppx .nineOne {
        left: 0px;
        top: 0px !important;
    }
    /*.txtfield {
        width:70%;
    }*/


    .form_block2 {
        width: 235px;
        height: 65px !important;
        float: left;
        padding-bottom: 10px;
        padding-left: 0px;
    }
.txtfield {
	width: 210px;
	height: 32px;
	float: left;
	position: relative;
}
    .heading {
        margin-top:5px;
    }
    .txt {
        font-size:12px;
    }
}
