@charset "utf-8";
/* CSS Document */
/* ******** DEFAULT ...starts ******** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-size: 12px;
    font-family: verdana,arial,helvetica,sans-serif;
    color: #000;
    background: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-spacing: 0;
    page-break-inside: avoid !important;
}

caption 
{
    text-align: left;
    font-size: large;
    color: #1a478c;
}
/* Addition/Modifications ...starts*/
input {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #c02425;
}
/* nu */
a:not(.noDecor):hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0 8px 0 0;
    padding: 0;
}

input[type="button"] {
    cursor: pointer;
}

tr, th, td {
    vertical-align: top !important;
}

strong {
    font-weight: bold;
}

p {
    line-height: 18px;
    padding-bottom: 7px;
}
/* nu */
/* Addition/Modifications ...ends*/
/*** Nudge down to get to 13px equivalent for these form elements */
select, input, button, textarea, p {
    font: 99% "Segoe UI", Arial, Helvetica, sans-serif;
    color: #646363;
}
/*** To help tables remember to inherit */
table {
    font-size: inherit;
    font: 100%;
}
/*** Bump up IE to get to 13px equivalent for these fixed-width elements */
pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}
/* ******** Global ...starts ******** */
table td {
    line-height: 15px;
    padding: 5px 2px;
}

.pgbrk
{
    page-break-after: always; /* For inserting page break after table in Rotativa(pdf) */
}

.clear {
    clear: both;
}

.flt_lft {
    float: left;
}

.flt_rgt {
    float: right;
}

.txt_cntr {
    text-align: center;
}

.txt_rgt {
    text-align: right;
}

.txt_lft {
    text-align: left !important;
}

.txt_upr {
    text-transform: uppercase;
}

.dsp_blk {
    display: block;
}

.dsp_inlblk {
    display: inline-block;
}

.dsp_nne {
    display: none;
}

.wdth_ful {
    width: 100%;
}

.pdd_nne {
    padding: 0 !important;
}

.padd_tp {
    padding-top: 10px;
}

.padd_tp_twnty {
    padding-top: 20px;
}

.padd_lft_tn {
    padding-left: 10px;
}

.padd_lft_twnty {
    padding-left: 20px;
}

.padd_fiv {
    padding: 5px;
}

.padd_two {
    padding: 2px;
}

.mrgn_lft {
    margin-left: 20px;
}

.mrgn_lft_nne {
    margin-left: 0 !important;
}

.mrgn_top3 {
    margin-top: 3px;
}

.mrgn_top8 {
    margin-top: 8px;
}

.mrgn_top20 {
    margin-top: 20px;
}

.mrgn_top24 {
    margin-top: 24px;
}

.mrgn_top24_hdn {
    margin-top: 24px; /* Moz too */
}

.mrgn_a24 {
    margin: 24px auto !important;
}

.mrgn_top10 {
    margin-top: 10px !important;
}

.mrgn_top42 {
    margin-top: 42px;
}

.mrgn_top82 {
    margin-top: 82px;
}

.mrgn_lft10 {
    margin-left: 10px;
}

.mrgn_lft17 {
    margin-left: 17px;
}

.mrg_l_fv {
    margin-left: 5px;
}

.mrgn_rgt10 {
    margin-right: 10px;
}

.mrg_r_fv {
    margin-right: 5px;
}

.mrgn_btm_fiv {
    margin-bottom: 5px;
}

.mrgn_btm_ten {
    margin-bottom: 10px !important;
}

.mrgn_btm_trty {
    margin-bottom: 30px;
}

.lne_hgt_trty {
    line-height: 30px;
}

.mrgn_nn {
    margin: 0px !important;
}

.pos_rel {
    position: relative;
}

.fnt_bld {
    font-weight: bold;
}

.fnt_itlc {
    font-style: italic;
}

.fnt_nrml {
    font-style: normal !important;
}

.fnt_unbld {
    font-weight: 400 !important;
}

.fnt_twlv {
    font-size: 12px;
}

.fnt_elvn {
    font-size: 11px;
    font-style: italic;
}
/* nu */
.brdr_btm_nne {
    border-bottom: 0 !important;
}
/* nu */

.rnded_crnrs {
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* ******** wapper Section ...start ******** */
.main {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
    width: 1000px;
}

.main_dash {
    /*width: 100%;*/
    overflow: hidden;
    margin: 0px auto;
    /*width: 1141px;*/
    width: 1000px;
}

.container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* ******** left Section ...start ******** */
.left {
    width: 35%;
    /*min-height:1458px;*/
    min-height: 1545px;
    float: left;
    background: #c3dbfc;
}
/* Moz too */

.left_menu {
    margin: 20px 0px 0px 10px;
}

.left_menu li {
    font-size: 11px;
}

.left_menu li a {
    padding: 7px 5px;
    text-align: left;
    margin-right: 5px;
    color: #000000;
    background: #ffffff;
    display: block;
    border-bottom: 2px solid #c3dbfc;
    width: 97%;
    min-height: 30px;
}

.left_menu li a:link {
    text-decoration: none;
    float: left;
}

.left_menu li.selected a {
    background: #1d498b;
    color: #ffffff;
    z-index: 1;
}

.selected1, li:hover a span.selected_arr {
    border-bottom: 23px solid transparent;
    border-left: 22px solid #1D498B;
    border-top: 21px solid transparent;
    font-size: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: -22px;
    top: 0;
    width: 0;
    z-index: 1000;
}

.left_menu li a:hover {
    background: #1d498b;
    color: #ffffff;
    z-index: 1;
}


/* ******** right Section ...start ******** */

.right {
    width: 65%;
    float: left;
    background: #ffffff;
    position: relative;
    min-height: 1433px;
    z-index: 100px;
}

.right_inner {
    width: 98%;
    position: relative;
    left: 10px;
    right: 20px;
}

.lgn_reg_form {
    margin: 20px auto;
    width: 40%;
}

.right_Details, .right_Details_admn {
    width: 91%;
    position: relative;
    left: 25px;
    right: 20px;
    border: 1px solid #a1b6e1;
    padding: 10px;
    margin: 40px 0px 0px 0px;
}

.right_Details_admn {
    left: 0;
    right: 0;
    margin: 30px 0 0;
}

.right_heading {
    background: #FFFFFF;
    color: #003399;
    font-size: 18px;
    left: 15px;
    padding: 0 5px;
    position: absolute;
    top: -13px;
}


.right_lb_inpt {
    color: #3a3a3a;
    overflow: hidden;
    margin: 10px 0px 10px 35px;
}

.editor-label {
    color: #3a3a3a;
    float: left;
    width: 30%;
    padding: 5px 0 0;
    margin: 0px 0px 0px 30px;
    font-size: 11px;
    clear: both;
}

/* Adding the cshtml equi */
.editor-field input {
    border: 1px solid #D0D0D0;
    color: #5b5b5b;
    font-size: 11px;
    padding: 2px 2px 3px;
    position: relative;
    width: 57%;
    float: left;
    margin: 5px 0px 5px 10px;
}

.editor-field-txt {
    color: #5b5b5b;
    font-size: 11px;
    padding: 4px 9px 3px;
    float: left;
    width: 57%;
}

textarea {
    min-width: 57.7%;
    max-width: 57.7%;
    min-height: 80px;
    border: 1px solid #D0D0D0;
    margin: 5px 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea {
        min-width: 57%;
    }
}


.right_lb_inpt label {
    color: #3a3a3a;
    float: left;
    width: 30%;
    padding: 2px 0 0;
}


.right_lb_inpt .inputtxt {
    border: 1px solid #D0D0D0;
    color: #5b5b5b;
    font-size: 11px;
    padding: 2px 2px 3px;
    position: relative;
    width: 40%;
    float: left;
}

.chekbx1 {
    position: relative;
    top: 2px;
}

.right_lb_inpt textarea {
    border: 1px solid #D0D0D0;
    color: #5b5b5b;
    font-size: 11px;
    padding: 2px 2px 3px;
    position: relative;
    min-width: 40%;
    height: 100%;
    float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .right_lb_inpt textarea {
        left: -2px;
    }
}

.one-edge-shadow {
    -webkit-box-shadow: -4px -1px 4px -4px #a2a2a2;
    -moz-box-shadow: -4px -1px 4px -4px #a2a2a2;
    /*box-shadow: -4px -1px 4px -4px #a2a2a2;*/
    box-shadow: -4px 1px 4px -4px #a2a2a2;
}


.ryt_button {
    left: 26px;
    position: relative;
    top: 170px;
    z-index: 1;
}


.btn {
    background: #1d498b;
    color: #ffffff;
    padding: 5px 15px; /* Moz too */
    font-size: 16px;
    border: 1px solid #c3dbfc;
}

#yourBtn {
    position: relative;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 2px 2px 3px #ffffff;
    -webkit-box-shadow: inset 2px 2px 3px #ffffff;
    box-shadow: inset 2px 2px 3px #ffffff;
    border: 1px solid #8f8f8f;
    text-align: center;
    background-color: #DDD;
    cursor: pointer;
    background-color: #e87244; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 20%, #d1d1d1 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, #f0f0f0 20%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 20%,#d1d1d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 20%,#d1d1d1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 20%,#d1d1d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
    vertical-align: middle !important;
    overflow: hidden;
    cursor: pointer;
}



.check-box {
    width: 10px !important;
    overflow: hidden;
}

.contry_rect {
    margin: 10px 0px 0px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #PopupUploadXml {
        /*top: 425px;*/
        position: relative;
        z-index: 0;
    }
}

#PopupUploadXml {
    top: -10px;
    margin-bottom: 35px;
}
/*.bgDiv {
	left: 34px;
    position: absolute;
    top: -880px;
    width: 89.5%;
    height: 96px;
}
*/

#XmlUpload {
    /*width:100%;
    position: none;
    left: 0px;
    right: 0px;
    border: 1px solid #a1b6e1;

    
    */ margin: 0px;
    padding: 20px 10px 10px;
    top: -15px;
}

#UploadXml {
    left: 100px;
    position: relative;
}

#lblUploadXml {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #003399;
    font-size: 18px;
    /*left:15px;*/ left: 39px;
    padding: 0 5px;
    position: absolute;
    top: -5px;
    z-index: 1000;
}

#frmReqAttach {
    padding: 10px 0px;
}

/* Status Page ...starts*/
.rnded_crnrs {
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tp_lft_rgt_rnd_brdr {
    /* Border Radius Left Top & Right Top only ...starts*/
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    /* Border Radius Left Top & Right Top only ...ends*/
}

.btm_lft_rgt_rnd_brdr {
    /* Border Radius Left Top & Right Top only ...starts*/
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    /* Border Radius Left Top & Right Top only ...ends*/
}

.tp_lr_rnd_brdr_big {
    /* Border Radius Left Top & Right Top only ...starts*/
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    /* Border Radius Left Top & Right Top only ...ends*/
}

.tp_r_rnd_brdr_big {
    /* Border Radius Left Top & Right Top only ...starts*/
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    /* Border Radius Left Top & Right Top only ...ends*/
}

.btm_lr_rnd_brdr_big {
    /* Border Radius Left Top & Right Top only ...starts*/
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    /* Border Radius Left Top & Right Top only ...ends*/
}

/* ******** Custom CSS for Select Dropdownbox ...starts ******** */

/* My Select DropDown ...starts*/

/* Countries DropDown ...starts*/
.main_slct_box {
    background: #3a6bb7;
    border: 1px solid #9db7de;
    color: #fff;
    font-size: 12px;
    width: 162px;
    cursor: pointer;
    height: 22px;
    padding: 1px 5px 0;
}

.myslct_dd_arr {
    background: url(images/my_slct_dd_arw.png) no-repeat center right;
    width: 27px;
    height: 22px;
    display: inline-block;
    position: relative;
    right: -7px;
}


#frmReqAttach {
    padding: 10px 0px;
}

.dd_content {
    float: left;
    width: 83%;
    display: inline-block;
    text-align: left;
    line-height: 20px;
}

.slct_sub_box {
    /*background: #3a6bb7;*/
    background: #fff;
    position: absolute;
    top: 24px; /*left:13%;*/
    /*height: 120px;*/
    padding: 0;
    width: 172px;
    border: 1px solid #9db7de;
    z-index: 101;
}

.slct_sub_box li span { /*padding:5px 2px 4px 6px;color: #fff;*/
    color: #000;
    cursor: default;
    line-height: 18px;
    text-align: left;
    padding: 0 5px;
    font-size: 11px;
    border-bottom: 1px solid #E0E0E0;
    background: #f1f1f1;
}

li#opRegion span {
    border-bottom: 0;
}

.slct_sub_box li li span {
    padding: 0 10px 0 22px;
    border-bottom: 1px solid #eee !important;
    background: url(images/arrow-rgt.gif) 10px 5px no-repeat;
}

.slct_sub_box li span {
    display: block;
}

.slct_sub_box li span:hover {
    background: #39f;
    color: #fff;
}

#opRegion span:hover { /*background:none;*/
    background: #f1f1f1;
    color: #000;
}

.ulRegions li span:hover { /*background: #39f !important;*/
    background: #39f url(images/arrow-rgt-hover.png) 10px 5px no-repeat !important;
    color: #fff !important;
}
/* Countries DropDown ...ends*/


/* Rectification DropDown ...starts*/
#rectfctn_dd { /*width:75%*/
    width: 70%;
}

#rectfctn_dd .main_slct_box {
    font-size: 11px;
    color: #1d498b;
    padding: 0 2px 1px 6px;
    border: 1px solid #b7b6b6; /*width:400px;width:315px;height:26px;margin-bottom:10px;font-size:12px; */
    width: 340px;
    line-height: 19px;
    height: 22px;
    cursor: pointer;
    background: none;
    overflow: hidden;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#rectfctn_dd .myslct_dd_arr {
    background: url(images/slct_dd_arw.png) no-repeat center right; /*width:33px; height:27px;right: -14px;*/
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
    right: -12px;
    top: -1px;
}

#rectfctn_dd .dd_content {
    width: 90%;
    display: inline-block;
    position: relative; /*width:89%;top:-6px;line-height:26px*/
    letter-spacing: 0;
    line-height: 22px;
}

#rectfctn_dd .slct_sub_box {
    position: absolute;
    top: 29px; /*height:96px;*/
    padding: 0;
    width: 410px;
    height: 0; /*border:1px solid #eee*/
    border: 0;
    background: #fff;
}

#rectfctn_dd .sub_dd_up_arw {
    background: url(images/sub_dd_up_arw.png) no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative;
    /*left: 271px;*/ left: -33px;
    top: 4px;
}

#rectfctn_dd .slct_sub_box ul { /*width:326px */
    width: 323px;
}

#rectfctn_dd .slct_sub_box li {
    padding: 8px 2px 8px 6px;
    background: #f6f6f6;
    color: #515151;
    cursor: default;
    line-height: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
}

#rectfctn_dd .slct_sub_box li:hover {
    background: #1d498b;
    color: #fff;
}
/* Rectification DropDown ...ends*/

/* Popup DropDown ...starts*/
/*#ppup_dd{ left: 225px; }*/
#ppup_dd .main_slct_box {
    font-size: 12px;
    color: #1d498b;
    padding: 0 2px 1px 6px;
    border: 1px solid #b7b6b6;
    width: 210px;
    line-height: 19px;
    height: 22px;
    margin-bottom: 10px;
    cursor: pointer;
    background: none;
    overflow: hidden;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ppup_dd .myslct_dd_arr {
    background: url(images/slct_dd_arw.png) no-repeat center right; /*width:33px; height:27px;*/
    width: 25px;
    height: 24px;
    display: inline-block;
    position: relative;
    right: -12px;
    top: -1px;
}

#ppup_dd .dd_content {
    width: 84%;
    display: inline-block;
    position: relative; /*top:-6px;*/
    letter-spacing: 0;
    line-height: 22px;
}

#ppup_dd .slct_sub_box {
    position: absolute;
    top: 29px; /*height:96px;width:410px;*/
    padding: 0;
    width: 216px;
    height: 0; /*border:1px solid #eee*/
    border: 0;
    background: #fff;
}

#ppup_dd .sub_dd_up_arw {
    background: url(images/sub_dd_up_arw.png) no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    position: relative;
    left: 171px;
    top: 3px;
}

#ppup_dd .slct_sub_box ul {
    width: 217px;
    border: 1px solid #eee;
    /*--CSS3 Rounded Corners--*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#ppup_dd .slct_sub_box li span {
    padding: 8px 2px 8px 6px;
    background: #f6f6f6;
    color: #515151;
    cursor: default;
    line-height: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
}

#ppup_dd .slct_sub_box li span {
    display: block;
}

#ppup_dd .slct_sub_box li span:hover {
    background: #1d498b;
    color: #fff;
}
/* Popup DropDown ...ends*/


/* My Select DropDown ...ends*/


/* ******** Custom CSS for Select Dropdownbox ...ends ******** */

/* ******** ScrollBar ...starts ******** */
/* Scroll Css ...starts*/
#scrollbar1, #scrollbar2, #scrollbar3, #scrollbar_rat, #scrollbar_ppup { /*width:440px; margin: 30px 0 10px;*/
    width: 100%;
    float: left;
    margin: 8px 0;
    border: 1px solid #e7dede;
}

#scrollbar2, #scrollbar3 {
    border: 0;
    margin: 0 /*margin-top:22px */;
}

#scrollbar_rat {
    width: 82%;
    margin: 17px 0 0;
}

#scrollbar_ppup {
    margin: 0;
}

#scrollbar1 .viewport, #scrollbar2 .viewport, #scrollbar3 .viewport, #scrollbar_rat .viewport, #scrollbar_ppup .viewport { /*width: 440px;height: 587px;*/
    height: 582px;
    overflow: hidden; /*position:absolute; width:25.8%;FOR THIS PROJECT*/
    position: relative;
    /*width: 96.1%;*/
    width: 94.6%;
}

#scrollbar2 .viewport, #scrollbar3 .viewport { /*width: 98.4%;height:410px*/
    width: 97.8%;
    height: 490px;
}

#scrollbar_rat .viewport { /*width: 97%;*/
    width: 95.8%;
    height: 334px;
}

#scrollbar_ppup .viewport { /*width: 95.3%;*/
    width: 93.5%;
    height: 334px;
}

#scrollbar1 .overview, #scrollbar2 .overview, #scrollbar3 .overview, #scrollbar_rat .overview, #scrollbar_ppup .overview {
    list-style: none; /*width: 440px;width:27.9%*/
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
}

#scrollbar1 .scrollbar, #scrollbar2 .scrollbar, #scrollbar3 .scrollbar, #scrollbar_rat .scrollbar, #scrollbar_ppup .scrollbar {
    background: transparent url(images/bg-scrollbar-track-y.png) no-repeat 0 0;
    position: relative;
    background-position: 0 0;
    float: right;
    width: 14px;
    z-index: 100;
}

#scrollbar1 .track, #scrollbar2 .track, #scrollbar3 .track, #scrollbar_rat .track, #scrollbar_ppuo .track {
    background: transparent url(images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
    height: 100%;
    width: 14px;
    position: relative;
    padding: 0 1px;
    z-index: 100;
}

#scrollbar1 .thumb, #scrollbar2 .thumb, #scrollbar3 .thumb, #scrollbar_rat .thumb, #scrollbar_ppup .thumb {
    background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
    height: 20px;
    width: 12px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 100;
}

#scrollbar1 .thumb .end, #scrollbar2 .thumb .end, #scrollbar3 .thumb .end, #scrollbar_rat .thumb .end, #scrollbar_ppup .thumb .end {
    background: transparent url(images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
    overflow: hidden;
    height: 5px;
    width: 12px;
    z-index: 100;
}

#scrollbar1 .disable, #scrollbar2 .disable, #scrollbar3 .disable, #scrollbar_rat .disable, #scrollbar_ppup .disable {
    display: none;
}
/* Scroll Css ...ends*/

/* Scroll Inside Content ...starts*/
.overview {
    overflow: auto;
}
/* Scroll Inside Content ...ends*/
/* ******** ScrollBar ...ends ******** */

.lft_inr {
    width: 26.2%;
    float: left;
    padding-left: 7px;
    margin-right: 18px;
}

.rgt_inr {
    width: 70.6%;
    float: right;
    padding-right: 7px;
    position: relative;
    z-index: 0;
}

h4 {
    font-size: 12px;
    color: #707070;
    margin-bottom: 9px;
}

h2 {
    font-size: 15px;
    font-weight: 700;
    color: #1a478c;
    text-transform: uppercase;
    padding-bottom: 6px;
}
/*h2.main_hdin{
    background:#062671; color:#fff; text-transform:none; display:inline-block; padding:4px 16px 5px; font-weight: 400; margin-bottom:4px;
	/*--CSS3 Box Shadows--*
	-webkit-box-shadow: 2px 2px 3px #4b4a4e;
	-moz-box-shadow: 2px 2px 3px #4b4a4e;
	box-shadow: 2px 2px 3px #4b4a4e;    
}*/
h2.unbld {
    font-weight: 400;
    color: #1a478c;
    text-transform: none;
}

ul.lgn_bx {
    float: left;
    margin-top: 6px;
    margin-left: 3px;
}

ul.lgn_bx li {
    float: left;
    cursor: pointer;
}

.lgn_bx_mrn, .lgn_bx_stl_blu, .lgn_bx_orng, .lgn_bx_nvy_blu, .lgn_bx_ppup, .lgn_bx_map {
    margin-left: 4px;
    width: 12px;
    height: 11px;
    display: inline-block;
}

.lgn_bx_ppup { /*width:30px*/
    width: 19px;
}

.lgn_bx_map {
    width: 45px;
    height: 18px;
}

.cntry_lgn_bx {
    width: 40px;
}

/* Country List ...starts*/
ul.ulCountries {
    padding: 1px 0 0;
}

ul.ulCountries li {
    font-size: 11px;
    padding: 5px 8px;
    border-bottom: 1px solid #fff;
}

.bg_cl_lgt_orng {
    background: #ffeed5;
}

.bg_cl_lgt_blu {
    background: #e3edfc;
}

.bg_cl_lgtst_blu {
    background: #eff5ff;
}
/* Country List ...ends*/

ul.icn_list {
    position: relative;
    top: -10px;
}

ul.icn_list li {
    float: left;
    margin-left: 9px;
}

ul.icn_list li a {
    display: block;
    color: #777;
    font-size: 10px;
    position: relative;
    top: 6px;
}

ul.lgnd_lst { /*position:absolute; bottom:40px; right:0*/
    position: relative;
    top: -54px;
    left: 374px;
}

ul.ppup_lgnd_lst { /*margin-left:141px; margin-top:15px*/
    left: 246px;
    position: absolute;
    top: 31px;
}

ul.lgnd_lst li, ul.ppup_lgnd_lst li {
    float: left;
    color: #363636;
}

.lgnd_txt {
    /*padding: 0 24px 0 10px;*/ padding: 0 11px 0 3px;
    font-size: 10px;
}

.rat_cntry_lgnd_lst_hdn {
    margin: 0 0 2px 3px;
}

ul.rat_cntry_lgnd_lst li {
    display: inline;
}

.lgnd_rat_txt, .lgnd_cntry_txt {
    padding: 0 3px 0 3px;
    position: relative;
    top: -2px;
}

.lgnd_cntry_txt {
    padding: 0 0 0 3px;
    font-size: 11px;
}

.dtd_hdn_sep {
    border-top: 1px dashed #ccc;
    position: relative;
    top: -3px;
}
/* Moz too */
/* Status Page ...ends*/


/* Hatch Section ...starts*/
.hatch_sec {
    width: 36%; /*position: absolute; right: 37px; top: 12px*/
    float: right;
}

.hatch_img_one, .hatch_img_two {
    background: url(images/imgIndividualCom.png) no-repeat;
    width: 30px;
    height: 14px;
    display: inline-block; /*position: relative; top: 9px;*/
    margin-right: 10px;
    cursor: pointer;
}
/*.hatch_img_one:active, .hatch_img_two:active, .hatch_img_one.btnPressed, .hatch_img_two.btnPressed{ border:2px solid #5e5e5e }*/
.hatch_img_two {
    background: url(images/ImgInquiryProc.png) no-repeat;
}

.hatch_txt {
    width: 75%;
    color: #5e5e5e;
    font-size: 11px;
    font-weight: 400;
    margin-right: 10px;
    line-height: 13px;
}

.i_icon {
    background: url(images/qus.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}
/* Hatch Section ...ends*/
.lgnd_lst_main {
    float: left; /*width:59%*/
    width: 62%;
}

.lgnd_lst {
    /*position: absolute;*/
    margin-top: -4px;
    margin-left: 5px;
}

lgnd_lst text {
    font-size: 11px;
}

.clr {
    clear: both;
}

input[type="number"]::-webkit-calendar-picker-indicator, input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

fieldset select {
    margin: 5px 10px;
    padding: 2px;
    min-width: 57.7%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    fieldset select {
        margin: 5px 10px;
        padding: 2px;
        min-width: 58%;
    }
}


.top_cntrt {
    position: relative !important;
    top: 123px !important;
}

#container_listRegions li {
    cursor: pointer;
    padding: 3px 5px;
}

#Ratification_RatificationName {
    min-height: 50%;
}

/* Ellipsis */
.ellipsis.multiline {
    white-space: normal;
}


.btnPressed {
    border: 2px solid #000;
}

#google2dmap {
    margin-bottom: 5px;
}

.map_container {
    border: 0 !important;
}

.map_main {
    border: 1px solid #d3d3d3;
    padding: 3px;
}

.topmenu table td {
    padding: 0 !important;
    line-height: 0 !important;
}


/* Expand Collapse Text Description ...starts*/
.expnd_icn, .colpsd_icn, .info_icn {
    background: url(images/expand_icon.png) 0 -1px no-repeat;
    height: 16px;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
}

.colpsd_icn {
    background: url(images/collapse_icon.png) 0 -1px no-repeat;
}

.info_icn {
    background: url(images/info_icon.png) 0 0 no-repeat;
    margin-left: 5px;
    padding-left: 17px;
}
/* Expand Collapse Text Description ...ends*/
.desc_main {
    width: 10%;
}

.desc_txt {
    color: #00a3e9;
    font-size: 11px;
    line-height: 13px;
    position: relative;
    top: -2px;
}

/* Tabs Popup ...starts*/
.ppup_main {
    position: absolute;
    z-index: 104; /*background: #fff;width:68%;*/
    width: 700px;
}

ul.ppup_tabs {
    position: absolute; /*top: 1px;*/
    top: -3px;
    z-index: 1;
}
/* Moz too */
ul.ppup_tabs li {
    float: left;
    border: 1px solid #bfbfbf;
    background: #fff; /*font-size:11px;padding:2px 9px 2px;margin-right:9px*/
    font-size: 12px;
    color: #707070;
    padding: 3px 19px 4px;
    margin-right: 2px;
    cursor: pointer;
}
/* Moz too */
ul.ppup_tabs li.slctd {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.ppup_cntnt_main, .desc_cntnt_main {
    border: 1px solid #bfbfbf;
    width: 94%;
    padding: 20px;
    position: relative;
    top: 19px;
    background: #fff;
    height: 585px;
    /*--CSS3 Box Shadows--*/
    -webkit-box-shadow: 3px 3px 10px #bfbfbf;
    -moz-box-shadow: 3px 3px 10px #bfbfbf;
    box-shadow: 3px 3px 10px #bfbfbf;
}

.desc_cntnt_main {
    width: 50%;
    height: auto;
    left: 41%;
    font-size: 11px;
    position: absolute;
    z-index: 1;
    display: none;
}

ul.ppup_icns {
    position: absolute;
    top: 24px;
    right: 18px;
}

ul.ppup_icns li {
    float: left;
    cursor: pointer;
    margin-left: 6px;
}

.twtr_ppup_icn, .fcbk_ppup_icn, .plus_ppup_icn, .close_ppup_icn {
    background: url(images/popup_sprite.png) 0 0 no-repeat;
    width: 20px;
    height: 22px;
}

.pdf_ppup_icn, .pdf_printmap_icn { /*width:26px*/
    width: 16px;
    height: 16px;
    background: url(images/PDF-icon.png) no-repeat;
}

.excl_icn { /*width:26px*/
    cursor: pointer;
    display: block;
    width: 123px;
    position: absolute;
    margin-left: 602px;
    height: 16px;
    background: url(images/excelIco.png) no-repeat;
}

.twtr_ppup_icn {
    background: url(images/popup_sprite.png) -32px 0 no-repeat;
}

.fcbk_ppup_icn {
    background: url(images/popup_sprite.png) -55px 0 no-repeat;
}

.plus_ppup_icn {
    background: url(images/popup_sprite.png) -78px 0 no-repeat;
}

.close_ppup_icn {
    background: url(images/close_popup.png) no-repeat;
    position: absolute;
    top: -15px;
    right: -14px;
    cursor: pointer;
    width: 27px;
    height: 27px;
}

.addthis_button {
    position: relative;
    top: 4px;
    right: 8px;
}

.ppup_tbl td {
    font-size: 10px; /*border-bottom:1px solid #d9d9d9; text-align:center;*/
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    padding: 8px 7px 7px !important;
}

.hdr_td td {
    color: #1d498b;
    text-align: center;
    font-size: 12px;
    padding: 10px 0 8px;
    background: #f0f0f1;
    background: -moz-linear-gradient(top, #ffffff 20%, #f0f0f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 20%,#f0f0f1 100%);
    background: -o-linear-gradient(top, #ffffff 20%,#f0f0f1 100%);
    background: -ms-linear-gradient(top, #ffffff 20%,#f0f0f1 100%);
    background: linear-gradient(to bottom, #ffffff 20%,#f0f0f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f1',GradientType=0 );
    vertical-align: middle !important;
    overflow: hidden;
}
.hdr_td_bdr td {
    border: 1px solid #bcbdbd;
}
.ppup_tbl_td_l {
    border-left: 1px solid #d0d1d1;
}

.ppup_tbl_td_r {
    border-right: 1px solid #d0d1d1;
}

.three_clmn_frst { /*width:178px*/
    width: 30%;
}

td.ppup_row_even {
    background: #f2f2f3;
}

td.tbl_rulr_gw, td.tbl_rulr_wg {
    border-left: 1px solid #d0d1d1;
    border-right: 2px solid #d0d1d1;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #fff;
    padding: 0;
}

td.tbl_rulr_wg {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #d9d9d9;
}

.brdr_rl_nne {
    border-left: 0 !important;
    border-right: 0 !important;
}

.brdr_l_nne {
    border-left: 0 !important;
}

#graph_tab_ar {
    position: relative;
    top: -14px;
}

#list_tab_ar, #dr_tab_ar { /*overflow-y:scroll; */
    height: 450px;
}

/* Grid ...starts*/
.style1 {
    width: 35.3%;
}

.style2 {
    width: 53%;
    /*width: 333px;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-right-style: none;
    border-right-color: inherit;
    border-right-width: 0;*/
}

.style3 { /*width: 318px*/
    width: 54%;
}

.style4 {
    width: 46.8%;
}
/* Moz & Chrome too */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .style4 {
        width: 46.5%;
    }
}

.style5 {
    width: 30.5%;
}

#tblCntryStat td.style3 {
    padding-right: 13px !important;
}

#tblDeclarations td.style3 {
    padding-right: 23px !important;
}
/* Grid ...ends*/
/* Tabs Popup ...ends*/

#lastSynced { /*display: inline-block; position: absolute; left: 118px;margin: 11px 0 0 5px; width: 36%;*/
    font-style: italic;
    font-size: 9px;
    margin: 0 0 0 5px;
    position: relative;
    top: -6px;
    height: 3px;
    display: inline-block;
    width: 25%;
}
/* Moz too */
.rat_desc_main {
    height: 49px;
}

#ratHeading {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

#ratDescription {
    padding-top: 3px;
}


/* Login User Description ...starts*/
#login {
    float: right;
    width: 13%;
    font-size: 11px;
    margin: 5px 0;
}

.username {
    color: #1D49DA;
}
/* Login User Description ...ends*/

.validation-summary-errors {
    color: #f00;
}

/* Map TimeSeries and play modifications ...starts*/
.timePlay {
    margin-top: -10px !important;
}

.timePlayText {
    position: relative;
    top: -12px;
}
/* Map TimeSeries and play modifications ...ends*/


/* For Gecko Browsers ...starts*/
.win.gecko .mrgn_top24_hdn {
    margin-top: 26px;
}

.win.gecko .left {
    min-height: 1563px;
}

.win.gecko ul.ppup_tabs li {
    padding: 3px 19px 4px;
}

.win.gecko ul.ppup_tabs {
    top: -5px;
}

.win.gecko .btn {
    padding: 2px 15px;
}

.win.gecko .dtd_hdn_sep {
    top: -6px;
}

.win.gecko #lastSynced {
    top: -7px;
}

.win.gecko .style4 {width: 48%;}

/* For Gecko Browsers ...ends*/
/*** List ***/
#scrollbar3 .viewport
{ }
td.ppup_tbl_wdth
{ border-right: 1px solid #BCBDBD;
    width: 38.7%;}
	

/*** Declarations ***/
.bg_tdw_lft
{width: 36%; border-left: 1px solid #bcbdbd;}
.bg_tdw_rgt
{width: 65%; border-right: 1px solid #bcbdbd;}
.bdr-clps{border-collapse: collapse;}
.wdth_clm tr
{ width:95%}
td.hdr_blnk
{width:2% !important; border:none !important; background:none !important; border-bottom:1px solid #fff !important;}
.algn_pdf1 {
    width: 51.4%;
}
.algn_pdf2
{ width: 40.9%;}
.algn_pdf3
{ width: 19%; }
.bdr-lft{ border-left:none !important;}
.bdr-rgt{ border-right:none !important;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
td.ppup_tbl_wdth
{width:40.5%; border-right:1px solid #BCBdbd;}

.win.gecko .style4 {width: 46.5%;}
.bg_tdw_lft
{width: 37.4%; border-left: 1px solid #bcbdbd;}
.algn_pdf1
{ width: 47.4%;}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
/* IE10-specific styles go here */  
	.algn_pdf1 { width: 47.4%;}
	.algn_pdf2{ width:38.6%;}
	
 .style4 {
    width: 47.5%;
}
} 
