body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background: #484747;
    font-weight: normal;
    min-width: 1320px;
}

h1, h2, h3, h4, h5, h6, p, a {
    /*font-weight:normal*/
}

a, img {
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

/* set ip location page css start */
.setiplogin {
    padding: 20px !important;
    width: 97% !important;
    position: relative;
}

    .setiplogin input {
        padding: 0px !important;
        margin: 0px !important;
    }

#ContentPlaceHolder1_Panel1 tr {
    line-height: 40px;
}

#ContentPlaceHolder1_Panel2 tr {
    line-height: 40px;
}

#ContentPlaceHolder1_Panel2 select {
    margin: 0px !important;
}

.setiplogin_check input {
    border: 0px !important;
    width: 15px !important;
    -webkit-box-shadow: none !important;
}

.setiplogin select {
    margin: 0px !important;
}

.setiplogin_btn {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), 1px 1px 1px rgba(255, 255, 255, 0.44) inset;
    color: White !important;
    cursor: pointer;
    display: inline-block;
    font: bold 13px/25px Tahoma;
    height: 30px !important;
    margin: 0 0 10px 10px;
    padding: 10px 4px 5px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
    top: 0;
    transition: all 0.15s ease 0s;
    background: none repeat scroll 0 0 #6B0604;
    width: 85px !important;
}

/* set ip location page css end */
.margin-align {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
}

.mid-margin-left {
    margin-left: 8px !important;
}

.full-width {
    width: 100% !important;
}

.align-center {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: left;
}

.float {
    float: left;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear {
    clear: both;
}

.margin-top-large {
    margin-top: 10px !important;
}

.headerWrapper {
    width: 100%;
    height: 119px;
    margin: 0px;
    padding: 0px;
    background: url(../images/header-bg.jpg) repeat-x;
    float: left;
}

.innerWrapper {
    width: 98%;
    margin: 0 auto;
    padding: 0;
}

.logo {
    width: 249px;
    height: 104px;
    margin: 12px 0 0 0;
    padding: 0;
    float: left;
}

.head_label {
    width: auto;
    margin: 68px 10px 0 0;
    padding: 0px;
    float: right;
}

.head_labelTxt {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .head_labelTxt h2 {
        width: auto;
        margin: 0px;
        padding: 0px;
        float: left;
        font-size: 14px;
        color: #FFF;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .head_labelTxt a {
        width: auto;
        margin: 0 0 0 5px;
        padding: 4px 0px;
        float: left;
        font-size: 14px;
        color: #FFF;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .head_labelTxt span {
        width: auto;
        margin: 4px 0 0 10px;
        padding: 0px;
        float: left;
    }

.content-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}
/* Menu style ************************************************** */
ul.nav {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    height: 39px;
    background: url(../images/menu-bg.jpg) repeat-x;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#282a2d));
       background: -moz-linear-gradient(top,  #000, #282a2d);*/
    display: block;
    float: left;
    border-left: 1px solid #7b7d7f;
    border-right: 1px solid #7b7d7f;
    -moz-border-radius: 0 0px 0 0;
    -webkit-border-radius: 0 0px 0 0;
    border-radius: 0 0px 0 0;
    position: relative;
}

    ul.nav li {
        display: inline;
        position: relative;
        float: left;
    }

        ul.nav li a {
            font: bold 14px Tahoma, Geneva, sans-serif;
            line-height: 39px;
            color: #fff;
            text-decoration: none;
            margin: 0;
            padding: 0 30px;
            border-left: 1px solid #bf8a1e;
            border-right: 1px solid #bf8a1e;
            text-shadow: 2px 1px #0000;
            /*background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#282a2d));
       background: -moz-linear-gradient(top,  #000, #282a2d);*/
        }

        ul.nav .current a, ul.nav li:hover > a {
            color: #000;
            text-decoration: none;
            background: url(../images/nav-drop-bg.jpg) repeat-x;
            /*background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#ededed));
       background: -moz-linear-gradient(top,  #cacaca, #ededed);*/
        }
    /* Sub Menu style ************************************************** */

    ul.nav ul {
        display: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #000;
        position: absolute;
        left: 0;
        z-index: 999;
        top: 100%;
        background: #FFF;
        box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.6);
    }

    ul.nav li:hover > ul {
        display: block;
    }

.nav li ul li {
    display: block;
    float: none;
}

    .nav li ul li a {
        border: none !important;
        color: #000;
        /*background:url(../images/header-bg.jpg) no-repeat;*/
        background-position: right center;
        background-size: 2px 14px;
        float: none;
        display: block;
        white-space: nowrap;
        font-weight: normal;
        font-size: 13px;
        line-height: 30px;
    }

/*.menushow ul
{
position: absolute !important;
       display: block !important;
       width: 98%;
       color:#000 !important;
       margin: 39px 0 0 0!important;
       background:url(../images/nav-drop-bg.jpg) repeat-x;
       background-color:activeborder;
       padding-bottom:9px;
}*/



/*ul.nav li:hover > ul li  {
       float: left;
       margin: 0;
       padding:0px;
       
}

ul.nav li:hover > ul li:last-child a
{
       border:none;
}
ul.nav li:hover > ul li a:hover {
       text-decoration: none;
       color:#854d07
}*/

ul.nav li:hover {
    color: #000;
    text-decoration: none;
    background: url(../images/nav-drop-bg.jpg) repeat-x;
}

.gridWrapper {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0px;
    float: left;
}

.grid-head {
    width: 100%;
    height: 39px;
    margin: 0px;
    padding: 0px;
    background: url(../images/grid-head-bg.jpg) repeat-x;
    float: left;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.grid-label {
    width: 880px;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .grid-label h2 {
        width: 248px;
        /*width:300px;*/
        margin: 0 0 0 20px;
        padding: 0px;
        float: left;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        font-family: Tahoma, Geneva, sans-serif;
        height: 39px;
        line-height: 39px;
    }

    .grid-label h3 {
        width: 580px;
        /* width:530px;*/
        margin: 0 0 0 10px;
        padding: 0px;
        float: left;
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        font-family: Tahoma, Geneva, sans-serif;
        height: 39px;
        line-height: 39px;
    }

.div-sorting {
    width: 300px;
    float: left;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    font-family: Tahoma, Geneva, sans-serif;
    margin-top: 7px;
}

    .div-sorting select {
        min-width: 150px;
    }

.view-list {
    width: auto;
    margin: 8px 10px 0 0;
    padding: 0;
    float: right;
}

    .view-list a {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
        background: url(../images/arrow-icon.png) no-repeat left center;
        margin: 0px;
        padding: 0 0 0 20px;
        float: left;
        height: 39px;
        line-height: 39px;
    }

.grid-content {
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    float: left;
}

.headLabel {
    width: 100%;
    margin: 50px 0 0 0;
    padding: 0px;
    float: left;
}

.headLabel-strip {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0px;
    background: url(../images/head-label-bg.jpg) repeat-x;
    float: left;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.headLabel-txt {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

    .headLabel-txt h2 {
        width: 248px;
        margin: 0 0 0 20px;
        padding: 0px;
        float: left;
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        font-family: Tahoma, Geneva, sans-serif;
        height: 40px;
        line-height: 40px;
    }

.fieldset-container {
    width: auto;
    padding: 20px;
    margin: 0px;
    float: left;
}


/*Updated By ravi kumar2 Feb 11 2014*/
.grid-content fieldset {
    padding: 5px 20px 10px;
    width: 95%;
    margin: 10px auto;
    border: 1px solid #a4a3a3;
    text-align: left;
    clear: both;
}

    .grid-content fieldset legend {
        font: bold 13px Tahoma;
        padding: 0 10px;
    }

.form-wrapper {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.form-section {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.form-section-Center {
    width: 500px;
    margin: 0px;
    padding: 0px;
    float: none;
    height: auto;
}

.form-section-left {
    width: 500px;
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.form-section-right {
    width: 500px;
    margin: 0 0 0 0;
    padding: 0px;
    float: left;
}

.form-section label {
    width: 200px;
    text-align: right;
    margin: 4px 20px 0 0;
    padding: 0px;
    float: left;
    font-size: 14px;
    color: #750605;
    font-family: Tahoma;
	height: 17px;
}

.label {
    width: auto;
    text-align: right;
    margin: 4px 0px 0 0;
    padding: 0px;
    float: right;
    font-size: 14px;
    color: #750605;
    font-family: Tahoma;
}

.textBox {
    /* width:190px;
    margin: 0px 0px 20px 0;
    padding:0 5px;
    float:left;
    font-size:12px;
    color:#333333;
    padding:0 5px;
    margin: 0 0px 20px 0;
    font-family:Tahoma;
    font-size:15px;
    font-family:Tahoma; */
    width: 190px;
    height: 25px;
    color: #333;
    line-height: 25px;
    margin: 4px 0px 0px 0px;
    padding: 0px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}


.form-section label i {
    margin-right: 0px \9 !important;
}

.form-section .label1 {
    width: 170px;
    text-align: right;
    margin: 4px 20px 0 0;
    padding: 0px;
    float: left;
    font-size: 14px;
    color: #750605;
    font-family: Tahoma;
}

.form-section label1 .text-label {
    *width: 170px;
    *text-align: right;
    *margin: 2px 10px 0 0;
    *padding: 0px;
    *float: left;
    *font-size: 14px;
    *color: #750605;
    *font-family: Tahoma;
}

.form-section .label1 i {
    font-size: 14px;
    color: Red;
    margin: 0 2px 0 0;
    /*vertical-align:middle;*/
    font-style: normal;
}

.form-section textarea {
    width: 190px;
    margin: 0px 0px 20px 0;
    padding: 0 5px;
    float: left;
    font-size: 12px;
    color: #333333;
    font-family: Tahoma;
    height: 95px;
}

.form-section label span {
    font-size: 14px;
    color: #750605;
    margin: 0 0 0 0;
    vertical-align: middle;
}

.form-section label i {
    font-size: 14px;
    color: Red;
    margin: 0 2px 0 0;
    vertical-align: middle;
    font-style: normal;
}

.form-widthCoin {
    margin-right: 0 !important;
    width: 154px !important;
}

.form-section input {
    width: 190px;
    height: 25px;
    color: #333;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 0px 20px 0;
    padding: 0 5px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}

.input-radio {
    width: 20px !important;
}

    .input-radio > input {
        width: 20px !important;
    }

    .input-radio > label {
        width: auto;
        color: #333;
    }

.form-section select {
    width: 200px;
    height: 25px;
    color: #333;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 0px 20px 0;
    padding: 0px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}


.form-section .btn-right-align1 {
    width: 270px;
    *margin-left: 0px;
    float: left;
}

    .form-section .btn-right-align1 .button2 {
        display: inline-block;
        position: relative;
        margin: 0px 10px 10px 0px !important;
        padding: 0px 5px 5px !important;
        *padding: 0px 0 2px;
        text-align: center;
        *text-align: center;
        text-decoration: none;
        text-shadow: 1px 1px 1px rgba(255,255,255,.22);
        font: bold 13px/25px Tahoma;
        *font: bold 12px Tahoma;
        float: left;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        behavior: url(/pie/PIE.htc);
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
        -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
        box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
        -webkit-transition: all 0.15s ease;
        -moz-transition: all 0.15s ease;
        -o-transition: all 0.15s ease;
        -ms-transition: all 0.15s ease;
        transition: all 0.15s ease;
        cursor: pointer;
        width: auto !important;
        *width: auto !important;
        color: White !important;
        height: 32px;
    }

        .form-section .btn-right-align1 .button2:hover {
            -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
            -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
            box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        }

        .form-section .btn-right-align1 .button2:active {
            -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
            -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
            box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        }

.form-section .btn-right-align {
    width: auto;
    margin-left: 208px;
    *margin-left: 80px;
    float: left;
    top: 0px !important;
    text-align: left;
}

    .form-section .btn-right-align .button2 {
          display: inline-block;
    /* position: relative; */
    margin: 0px 0px 10px 10px;
    padding: 4px 19px 9px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,.22);
    font: bold 13px/25px Tahoma;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
    width: auto !important;
    color: White !important;
    height: 35px;
    top: 0px;
    left: 0px;
    border: none;
    }

        .form-section .btn-right-align .button2:hover {
            -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
            -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
            box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        }

        .form-section .btn-right-align .button2:active {
            -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
            -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
            box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        }




.dob-width {
    width: 173px !important;
}

.button-container {
    width: auto;
    float: right;
    margin: 0 10px 0 0;
}

.button {
    display: inline-block;
    position: relative;
    margin: -2px 0px 10px 10px;
    padding: 6px 8px;
    *padding: 0px 0px 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(255,255,255,.22);
    font: bold 13px/25px Tahoma;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}

    .button:hover {
        -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
        box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
    }

    .button:active {
        -webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        -moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
        box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
    }

.red {
    color: #fff;
    background: #6b0604; /* Old browsers */
    background: -moz-linear-gradient(top, #6b0604 0%, #930808 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b0604), color-stop(100%,#930808)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6b0604 0%,#930808 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6b0604 0%,#930808 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6b0604 0%,#930808 100%); /* IE10+ */
    background: #6b0604; /* W3C */
    border: #643b16;
    top: 0px;
}

.gray {
    color: #fff;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top, #333333 0%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #333333 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #333333 0%,#cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #333333 0%,#cccccc 100%); /* IE10+ */
    background: #333333; /* W3C */
    border: #000000;
    top: 0px;
    left: 0px;
}

/*grid css*/
.mGrid {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-size: 10pt;*/
    font-size: 11px !important;
    width: 100%;
    _width: 100%;
    width: 100%;
    background-color: #fff;
    /*margin: 5px 0 10px 0; */
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        height: auto;
        border: solid 1px #c1c1c1;
        color: #000;
        font-weight: normal;
        padding: 5px 5px 5px 5px;
        word-break: break-word;
    }

        .mGrid td.alignRight {
            text-align: right; 
        }

        /*.mGrid td a {
            float: left;
            text-align:center;
        }*/

    .mGrid th {
        color: #000;
        background: url(../images/table-head-bg-y.jpg) repeat-x left top;
        /*background: #f09c15;
            background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
            background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
            filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');*/
        border-left: solid 1px #AA7917;
        font-weight: bold;
        height: 30px !important;
        font-size: 11px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
        text-align: center;
        padding: 0 5px;
    }

    .mGrid .alt {
        background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dadad9) );
        background: -moz-linear-gradient(-90deg, #f5f5f5, #dadad9);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f5f5f5', EndColorStr='#dadad9');
    }

    .mGrid tr.alt td {
        color: #000;
    }

    .mGrid .pgr {
        background: #03437f;
        text-align: left;
    }

.mGridEvent {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 99%;
    _width: 97%;
    *width: 97%;
    background-color: #fff;
    /*margin: 5px 0 10px 0;*/
    /*border: solid 1px #525252;*/
    border: solid 0px #fff;
    /*border-collapse:collapse;*/
}

    .mGridEvent td {
        height: 16px;
        /*border: solid 1px #c1c1c1;*/
        color: #000;
        font-weight: normal;
    }

    .mGridEvent th {
        color: #fff;
        background: #3398CC;
        /*background: #03437f url(../Images/grd_head.png) repeat-x top; #fff;*/
        /*border-left: solid 1px #03437f;*/
        /*border-color:#e8e8e8;*/
        text-align: left;
        /*vertical-align:bottom;*/
        /*background:#fff;*/
        font-weight: bold;
        height: 22.5px !important;
        line-height: 20px !important;
        font-size: 12px !important;
        font-family: Verdana, Arial, Helvetica, sans-serif !important;
    }

    .mGridEvent .alt {
        background: #e8e8e8;
    }

    .mGridEvent .pgr {
        /*background: #03437f;*/
        text-align: left;
    }

        .mGridEvent .pgr a {
            color: #699999;
            text-decoration: none;
        }

            .mGridEvent .pgr a:hover {
                color: #FF0000;
                text-decoration: none;
            }

        .mGridEvent .pgr table {
            margin: 2px 0px !important;
        }

        .mGridEvent .pgr td {
            border-width: 0px;
            padding: 0px 2px !important;
            /*border-left: solid 1px #666;*/
            font-weight: bold;
            color: #000;
            height: 16px !important;
            line-height: 16px;
            font-size: 12px;
        }

.mGrid .pgr table {
    margin: 2px 0px !important;
}

.mGrid .pgr td {
    border-width: 0px;
    padding: 0px 6px !important;
    border-left: solid 1px #666;
    font-weight: bold;
    color: #FA0717;
    height: 16px !important;
    line-height: 16px;
    font-size: 12px;
}

.mGrid .pgr a {
    color: #fff;
    text-decoration: none;
}

    .mGrid .pgr a:hover {
        color: #FF0000;
        text-decoration: none;
    }
/*grid css*/
/*footer css*/
.footer {
    width: 100%;
}

.footer-txt {
    float: left;
    margin: 10px 0;
    width: 100%;
    text-align: center;
}

    .footer-txt p {
        font-size: 12px;
        color: #e1e1e1;
    }

        .footer-txt p a {
            font-size: 12px;
            color: #e1e1e1;
            text-decoration: underline;
        }
/*footer css*/
.welcome-msg {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0px;
    float: left;
    min-height: 180px;
}

    .welcome-msg h2 {
        margin: 10px 0;
        padding: 0px;
        float: left;
        text-align: center;
        font-size: 18px;
        width: 100%;
    }

    .welcome-msg h3 {
        margin: 20px 0;
        padding: 35px 0 0 0;
        float: left;
        text-align: center;
        font-size: 24px;
        width: 100%;
    }

.right-align {
    padding-left: 34%;
}

.red-align {
    color: Red;
    padding-left: 180px;
    margin: 3px 0 0 0;
    float: left;
    clear: both;
}

.login-screen {
    width: 50px;
    margin: 0px !important;
}

.align-top {
    padding-top: 10%;
}

.red-align-user {
    color: Red;
    line-height: 18px;
    padding-left: 180px;
    padding-bottom: 1%;
    margin: 3px 0 0 0;
    float: left;
}

.change-pwd {
    width: 42% !important;
    margin-left: 32%;
}

.button_alignment {
    text-align: left;
    margin-left: 52%;
    width: auto;
}

.change-password {
    color: Red;
    text-align: left;
    padding-left: 44%;
    font-size: 12px;
}

.change-passwordN {
    color: Red;
    padding-left: 32%;
    text-align: left;
    font-size: 12px;
    float: left;
}

.button-orange {
    background: #f09c15;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
    background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
    border: 1px solid #aa7917;
    cursor: pointer;
}

    .button-orange:hover {
        background: #f8c939;
        background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) );
        background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
    }

    .button-orange:active {
        background: #f09c15;
    }

.button_select {
    background: #f09c15;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8c939), to(#f09c15) );
    background: -moz-linear-gradient(-90deg, #f8c939, #f09c15);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f8c939', EndColorStr='#f09c15');
    border: 1px solid #aa7917;
    cursor: pointer;
    margin: 5px;
    padding: 2px 4px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/pie/PIE.htc);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    cursor: pointer;
}

    .button_select:hover {
        background: #f8c939;
        background: -webkit-gradient(linear, left top, left bottom, from(#f09c15), to(#f8c939) );
        background: -moz-linear-gradient(-90deg, #f09c15, #f8c939);
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#f09c15', EndColorStr='#f8c939');
    }

    .button_select:active {
        background: #f09c15;
    }

.validation {
    font-size: 12px;
    margin: 10px 0 2% 20px;
    float: left;
    color: #FF3300;
    text-align: left;
}

.redalignChangepwd {
    font-size: 12px;
    color: Red;
    line-height: 18px;
    padding-left: 120px;
    padding-bottom: 2%;
    margin: 3px 0 0 0;
    float: left;
}

.editUser {
    width: 19px;
    height: 19px;
    margin: 0px;
    padding: 0px;
    float: left;
    background: url(../images/edit-user.gif) no-repeat;
}

.deleteUser {
    width: 19px;
    height: 19px;
    margin: 0px;
    padding: 0px;
    float: left;
    background: url(../images/delete-user.gif) no-repeat;
}

.select_btnContainer {
    margin: 140px 0 0 0;
    padding: 0px;
    float: left;
    width: 75px;
    text-align: center;
}

.select_width {
    width: 280px !important;
}

.select-form-wrapper {
    width: 75%;
    margin: 0 auto;
    padding: 0;
}

.select_margin_left {
    margin-left: 5%;
}

.select_label {
    width: 130px !important;
}
/*login page classes*/
.login-container {
    width: 465px;
    margin: 0 auto;
    padding: 0px;
}

.login-head {
    width: 465px;
    height: 52px;
    margin: 0px;
    padding: 0px;
    background-image: url(../images/login-head-bg-full.png);
    background-repeat: no-repeat;
    float: left;
}

    .login-head h4 {
        background: url(../images/login-icon.png) no-repeat left;
        padding-left: 45px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 30px;
        color: #FFF;
        line-height: 53px;
    }

.login-wrapper {
    width: 465px;
    margin: 0px;
    padding: 0 0 20px 0;
    float: left;
    background: #fff;
}

.login-error {
    float: left;
    margin: 20px 0 0 180px;
}

.pad-40px-bot {
    padding-bottom: 40px !important;
}
/*login page classes*/

/*shorting up and down icon on grid view column*/
.iceCmdSrtHdrAsc {
    display: block;
    padding: 0 4px 0 15px;
    background-image: url("D://Projects/ParadiseGaming-P1\Gaming.Web.Admin\Admin\Icon\down-icon.png");
}

.iceCmdSrtHdrDesc {
    display: block;
    padding: 0 4px 0 15px;
    background-image: url("D://Projects/ParadiseGaming-P1\Gaming.Web.Admin\Admin\Icon\up-icon.png");
}
/*shorting up and down icon on grid view column*/



/* bonus type css*/

.form-section2 {
    width: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}

.form-section-left2 {
    width: 500px;
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
}

.form-section-right2 {
    width: 500px;
    margin: 0 0 0 0;
    padding: 0px;
    float: left;
}

.form-section-middle {
    width: 390px;
    margin: 0 0 0 0;
    padding: 0px;
    float: left;
    color: #750605;
    font-family: Tahoma;
    font-size: 14px;
}

.dropdownlist2 {
    width: 50px;
    *width: 50px;
    _width: 50px;
    float: left;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    /*margin-bottom:5px;*/
    /*background: #f4f3f3 url(../images/text-box-bg.jpg) repeat-x;*/
    border: 1px solid #7f9db9;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.form-section2 input {
    width: 10px;
    height: 15px;
    color: #333;
    line-height: 25px;
    padding: 0 5px;
    margin: 0 5px 20px 0;
    padding: 0 5px;
    float: left;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}

.close_btn {
    width: 28px;
    height: 28px;
    background: url(../images/close_btn.png) no-repeat;
    border: 0px;
    cursor: pointer;
    position: absolute;
    right: -13px;
    top: -12px;
}

.txt-width {
    width: 110px !important;
    margin-right: 8px !important;
}

.value-width {
    width: 70px !important;
}
/* bonus type css end*/


/*#ContentPlaceHolder1_divgameData .grid-head .grid-label h3 { width:63% !important; margin:0px 0px 0px 35% !important; position:absolute !important; }*/

#ImgBtnshow {
    background: url(../Images/screenshot.png) no-repeat;
    border: 0px;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    cursor: pointer;
}

.fieldsetStyle legend span.label {
    margin-top: -8px;
}

#ctl00_ContentPlaceHolder1_gvGamefeedBackReport th:nth-child(3) {
    width: 30%;
}
/*Reel Deatails page CSS*/
#ContentPlaceHolder1_PanelMainReelGrid div table {
    width: 90%;
    margin: 10px auto;
}

#ContentPlaceHolder1_PanelBonusGrid div table {
    width: 90%;
    margin: 10px auto;
}

#ContentPlaceHolder1_PanelSubReelGrid div table {
    width: 90%;
    margin: 10px auto;
}

#ContentPlaceHolder1_GridViewMain tbody tr {
    color: #000;
    text-align: center;
    font-size: 14px;
}

#ContentPlaceHolder1_GridViewSub tbody tr {
    color: #000;
    text-align: center;
    font-size: 14px;
}

#ContentPlaceHolder1_btnSubmit {
    float: right;
    margin-right: 86px;
}

#ContentPlaceHolder1_btnUpdate {
    float: right;
    margin-right: 86px;
}

.msg-div {
    width: 100%;
    clear: both;
    margin: 0 0 0 196px;
    color: green;
    font-size: 14px;
    font-weight: 500;
}

.reel-header {
    color: #fff;
    line-height: 41px;
    font-weight: 600;
    margin-left: -53px;
}
.tblrecord
{
    width:100%;   
    color: #fff;
    width: 100%;
    padding: 0px 10px 4px 10px;
    width: 100%;
    /* height: 39px; */
    margin: 10px 0px;
    /* padding: 10px; */
    background: url(../images/grid-head-bg.jpg) repeat-x;
    float: left;
    -moz-border-radius: 5px 5px 0 0;
    /* -webkit-border-radius: 5px 5px 0 0; */
    /* border-radius: 5px 5px 0 0; */
}
