body
{
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    color: #666666;
    text-rendering: optimizeLegibilit;
    position: relative;
}

.mainwrapper
{
    /*padding-top:40px;*/
    padding-top: 30px;
}
.r-info
{
    padding-left: 40px;
}
.sitewidth
{
    width: 940px;
    margin: auto;
    position: relative;
}

.lleft
{
    width: 665px;
    float: left;
}
.lright
{
    width: 240px;
    float: right;
}

.mobilemenusection, .mmenuicon
{
    display: none;
}
.prabut, .secbut
{
    border: none;
    display: inline-block;
    padding: 6px 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
}
.secbut
{
   background:none;
   color:#98272a !important;
}
.secbut:hover
{
   color:#98272a !important;
    text-decoration:underline !important;
}

.prabut, .prabut:hover {
    background: #98272a;
}
.paynow .secbut{font-weight:normal !important;}





/******************************** Layout ********************************/
/*logo*/
.topsection
{
    background: #fff;
    height: 80px;
}
.topsection.topnone
{
    display: none;
}
.logo
{
    width: 160px;
    float: left;
    position: relative;
    padding-top: 17px;
}
.topright
{
    float: right; /*width:600px;*/
    padding-top: 25px;
}
.comanyname
{
    font-size: 22px;
    color: #98272A;
    line-height: 16px;
    text-align: right;
    display: block;
}
.comanyname b
{
    font-size: 11px;
    line-height: 11px;
}
.topnoti
{
    float: right;
    padding-top: 26px;
}
.toptotimenu li
{
    float: left;
    margin-left: 8px;
    position: relative;
    line-height: normal;
}
.toptotimenu li.usernav
{
    border-left: #cccccc 1px dotted;
    padding: 0px 20px 0px 10px;
    background: url(../images/userdownarrow.png) no-repeat 98% 15px;
}
.toptotimenu img
{
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}
.mobilenav
{
    display: none;
}

/*Notification  Menu*/
.notonav
{
    position: relative;
}
.notonav .noof
{
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #FFF;
    background: #ab218e;
    top: -4px;
    left: -6px;
    z-index: 2;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
.notisub:after{top: -11px; content: ""; right:10px; position: absolute;background:url(../images/tip_toparrow.png) no-repeat;width:14px;height:11px;z-index:2;}
.notisub
{
    background:#fff;display:none;position:absolute; top:26px; right:-12px;width:250px;-webkit-box-shadow:0 0 2px 1px #B9B9B9;box-shadow: 0 0 2px 1px #B9B9B9;border-radius:3px;z-index:99999;
    padding:10px;
}

.notisub-empty
{
    /*padding-top: 95px;*/
    text-align: center;
    display: block;
    width: 100%;
}
.notisub-empty
{
    padding:20px 0px;
    }
.notisubfix 
{ height:380px;
  overflow:auto;
   }
.notlogout li .notisublist li
{
    border-bottom: #cccccc 1px solid;
    padding: 10px 0px;
    display:block;
    color: #999;
    float:none;
}
.notlogout li .pre-action a
{ padding:6px;}
.notisublist li:last-child
{
    border-bottom: none;
}
.pre-name
{
    color: #0e4ea4;
}
.pre-date
{
    color: #01a4f1;
}
.pre-action
{
    padding-top: 10px;
}
.pre-action a
{
    display: block;
    padding: 2px 5px;
    color: #fff;
    background: #0e4ea4;
    width: 60%;
    margin: auto;
    text-align: center;
}

/*User Seeting Menu*/
.logout
{
    border-left: #CCC 1px dotted;
    padding: 0 10px;
}


/*Main Menu*/
.header
{

    min-height: 42px;
    color: #FFF;
    background:#98272a !important ;
}
.header.headerfixed
{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}
.logo2
{
    float: left;
    padding-top: 8px;
    width: 180px;
    display: none;
}
.header.headerfixed .logo2
{
    display: block;
}
.mainmenu
{
    float: left;
}
.mainmenu li
{
    float: left;
}
.mainmenu li a
{
    display: block;
    line-height: 42px;
    padding: 0px 20px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}
ul.mainmenu .active a {
    background: #d15256 !important;
}
.mainmenu li a:hover {
    background: #d15256;
}

.notlogout
{
    float: right;
    padding-top: 12px; /*margin-top:-38px;*/
}
/*.header.headerfixed .notlogout{margin-top:0;}*/
.notlogout li
{
    float: left;
    margin-left: 10px;
    position: relative;
    line-height: normal;
}
.notlogout li a
{
    color: #fff;
}
.notonav .notify
{
    background: url(../images/notify.png) no-repeat bottom left;
    width: 15px;
    height: 16px;
    text-indent: -99999px;
    display: block;
}
.logout .settingicon
{
    background: url(../images/setting.png) no-repeat bottom left;
    width: 16px;
    height: 16px;
    text-indent: -99999px;
    display: block;
}

/*.header.headerfixed .notonav .notify{background-position: bottom left;}
.header.headerfixed .logout .settingicon{background-position: bottom left;}*/

.settings-flyout:before
{
    top: -11px;
    content: "";
    right: 10px;
    position: absolute;
    background: url(../images/tip_toparrow.png) no-repeat;
    width: 14px;
    height: 11px;
    z-index: 2;
}
.settings-flyout
{
    background: #fff;
    /*border: 1px solid #B9B9B9;*/
    display: none;
    position: absolute;
    top: 26px;
    right: 0px;
    width: 150px;
    -webkit-box-shadow: 0 0 2px 1px #B9B9B9;
    box-shadow: 0 0 2px 1px #B9B9B9;
    border-radius: 3px;
    z-index: 99999;
}

.settings-flyout li
{
    float: none;
    position: static;
    margin-left: 0;
}
.settings-flyout li a
{
    border-bottom: 1px solid #ccc;
    padding: 8px 15px;
    display: block;
    color: #98272a !important;
    font-size:12px;
}

.settings-flyout li.last a
{
    border-bottom: none;
}


/*************** Footer ***************/
.footersection
{
    padding: 30px 0px;
    font-size: 10px;
}
.fnav
{
    float: left;
    width: 810px;
    color: #98272A;
    font-weight: bold;
    font-size: 9px;
    padding-top: 5px;
}
.fnav li
{
    float: left;
    border-right: #CCC 1px solid;
    line-height: 10px;
}
.fnav a
{
    color: #98272A;
    padding: 0px 3px;
}
.fnav li:last-child
{
    border-right: none;
}
.classfnavright
{
    float: right;
    width: 100px;
    font-size: 8px;
}
.fnavright
{
    float: right;
}
.fnavright li
{
    float: left;
    padding-left: 6px;
}
.fnavright li.feeback a
{
    background: #cccccc;
    color: #333333;
    padding: 4px 6px;
}
.fs2
{
    padding: 20px 0px;
}
.flogo
{
    float: left;
}
.social_wrap
{
    display: none;
    float: left;
    padding-left: 35px;
    padding-top: 14px;
}
.social_wrap ul li
{
    padding: 0 3px;
    background: none;
    float: left;
}
.social_wrap ul li a
{
    display: block;
    width: 21px;
    height: 21px;
}
.social_wrap ul li a.ft
{
    background: url(../images/social_logo.gif) no-repeat;
}
.social_wrap ul li a.twt
{
    background: url(../images/social_logo.gif) no-repeat -27px;
}
.social_wrap ul li.select_wrap
{
    background: url("../images/select_bg.gif") no-repeat scroll 0 0;
    color: #FFFFFF;
    font-size: 1.1em;
    height: 19px;
    margin-left: 3px;
    margin-top: -1px;
    padding-left: 8px;
}
.social_wrap select
{
    border: #CCC 1px solid;
    padding: 2px;

    color: #FFF;
}
.disclaimer
{
    /*width: 450px;*/
    float: right;
    color: #999999;
    text-align: justify;
    line-height: 14px;
}
.disclaimer a {color:#98272A !important}

.vesilogo
{
    text-align: right;
    padding: 5px 0px;
}


/*********************************************************** Steps Wizard ***********************************************/
.pagebre
{
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 15px;
}
.pagebre li
{
    float: left;
    color:#98272a !important;
    font-size: 20px;
    font-weight: bold;
}
.pagebre li a
{
    background: url(../images/page-arrow.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 10px;
}

.stepswizard
{
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
}
.stepswizard li
{
    float: left;
}
.stepswizard li a
{
    color: white;
    text-decoration: none;
    padding: 0px 0 0px 40px;

    font-size: 30px;
    line-height: 40px;
    position: relative;
    display: block;
    float: left;
    height: 40px;
    width: 140px;
    text-align: center;
    font-weight: bold;
}
.stepswizard li a span
{
    line-height: 22px;
    font-size: 15px;
    position: relative;
    top: -5px;
}
.stepswizard li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 40px solid transparent;

    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 100%;
    z-index: 2;
}
.stepswizard li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 40px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    margin-left: 2px;
    left: 100%;
    z-index: 1;
}
.stepswizard li:first-child a
{
    padding-left: 20px;
}
.stepswizard li.active a
{
    background: #ac208e;
}
.stepswizard li.active a:after
{
    border-left-color: #ac208e !important;
}



/***********************  All Forms ************************/
/*Forms Basic Styles*/
input[type='text']
{
    border: #cccccc 1px solid;
    padding: 8px;
    color: #666; /* min-width:60%*/
}

select
{
    border: #cccccc 1px solid;
    padding: 8px;
    border-radius: 3px;
    color: #666;
}

.prabut:focus, .secbut:focus
{
    border: none;
}
/*Forms Row*/
.formsection
{
}
.formrow
{
    margin: 10px 10px 10px 0px;
}
.formh5
{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 16px;
}
.formlable
{
    width: 160px;
    float: left;
    position: relative;
}
.editcuaddress .formlable
{
    margin-top: 4px;
}

.forminputs
{
    width: 350px;
    float: left;
    position:relative;
}
.forminputs .ui-datepicker-trigger
{
    position:relative;
    top:3px;
    }
.forminputs input
{
    border: #cccccc 1px solid;
    padding: 5px 8px;
    width: 67%;
    margin-bottom: 5px;
    border-radius: 3px;
    color: #666;
}
.forminputs .radio input, .forminputs .checkbox input
{
    width: auto;
}
.formrideroleft li
{
    float: left;
    width: 150px;
    margin: 0px 0px 10px 0px;
}
.fbluetext
{
    color: #CC9;
    margin-bottom: 15px;
}
.formactions
{
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0px;
}


.cuaddress  input#Text2 { margin-top:3px;}
/*upload Button*/
.fileUpload
{
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 84px;
    text-align: center;
}
.fileUpload input.upload
{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/***********************  Table Styles ************************/
/*All Table Styles*/
.ts
{
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    font-size: 12px;
}
/*.ts tr:nth-of-type(even)
{
    background: #f7f7f7;
}*/
.ts th
{
    background: #f7f7f7;

    font-weight: bold;
    padding: 10px 15px;
}
.ts td
{
    padding: 20px 15px;
}
.ts td, .ts th
{
    border-bottom: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
    word-wrap:break-word;
}

/*All Table Styles2*/
.ts2
{
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    border-bottom: none;
    font-size: 12px;
}
.ts2 tr:nth-of-type(even)
{
    background: #f7f7f7;
}
.ts2 th
{
    background: #f7f7f7;
    font-weight: bold;
    padding: 10px 10px;
    font-size:11px;
    line-height:16px;
}
.ts2 td
{
    padding: 10px 10px;
}
.ts2 td, .ts2 th
{
    border-bottom: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
}


/*********************************************************** Home Page***********************************************/
.pro_serv
{
    padding-bottom: 0;
}
.profiletimeline li:before
{
    border-left: 1px solid #98272a;
    bottom: 0;
    content: "";
    left: 81px;
    margin-left: -10px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.profiletimeline li.last:after
{
    border-left: none;
    bottom: 0;
    content: "";
    left: 13%;
    margin-left: -10px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.policy-title
{
    display: block;
    color: #696a6d;
    width: 140px;
    float: left;
    text-align: center;
    background: #fff;
}
.policy-title span
{
    background: #FFF;
}
.policy-title .icon-policy, .policy-title .icon-funds, .policy-title .icon-services
{
    width: 54px;
    margin: auto;
    height: 54px;
    display: block;
}
.policy-title .icon-policy
{
    background: url(../images/timeline-policies.png) no-repeat center center;
}
.policy-title .icon-funds
{
    background: url(../images/timeline-funds.png) no-repeat center center;
}
.policy-title .icon-services
{
    background: url(../images/timeline-services.png) no-repeat center center;
}
.prof_left
{
    position: relative;
}
.policy_numbers, .funds, .myactivity
{
    float: left;
    width: 515px;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 20px 10px;
}

/*Welcome*/
.userwelcomesection
{
    border-bottom: #ccc 1px dotted; /*padding-bottom:30px; margin-bottom:30px;*/
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.weluser
{
    width: 96px;
    height: 96px;
    margin: auto;
    position: relative;
}
.weluser .mainuser
{
    width: 96px;
    height: 96px;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}
.imgupload
{
    position: absolute;
    bottom: -9px;
    left: 6px;
    display: none; /*background:#fff;opacity:0.8;filter: alpha(opacity = 80);width:110px;height:110px; margin:auto;-webkit-border-radius:110px;-moz-border-radius:110px;border-radius:110px;*/
}
.imgupload span
{
    background: none;
}
.weluser:hover .imgupload
{
    display: block;
}
.yourdetail
{
    padding: 5px 0px 0px 0px;
    color: #666;
}
.yourdetailicons
{
    width: 120px;
    margin: auto;
    margin-top: 10px;
}
.yourdetailicons li
{
    width: 40px;
    text-align: center;
    float: left;
    position: relative;
}
.yourdetailicons li span
{
    background: url(../images/ydetails.png) no-repeat;
    width: 24px;
    height: 20px;
    display: block;
    text-indent: -99999px;
}
.yourdetailicons li span.book
{
    background-position: 0 0;
}
.yourdetailicons li a:hover span.book
{
    background-position: 0 -20px;
}
.yourdetailicons li span.mobile
{
    background-position: -24px 0;
}
.yourdetailicons li a:hover span.mobile
{
    background-position: -24px -20px;
}
.yourdetailicons li span.msg
{
    background-position: -48px 0;
}
.yourdetailicons li a:hover span.msg
{
    background-position: -48px -20px;
}

.book-flyout:before, .mobile-flyout:before, .msg-flyout:before
{
    background: url("../images/tip_toparrow.png") no-repeat right top;
    content: "";
    height: 11px;
    left: 24px;
    position: absolute;
    top: -11px;
    width: 14px;
}
.book-flyout
{
    padding: 15px;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 280px;
    z-index: 999;
    font-size: 12px;
    background: #FFFFFF;
    /*border: 1px solid #B9B9B9*/;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #B9B9B9;
    display: none;
}
.book-flyout .td1
{
    width: 85px;
}
.book-flyout .td2, .mobile-flyout .td2, .msg-flyout .td2
{
    width: 10px;display:none;
}
.book-flyout .td3, .mobile-flyout .td3, .msg-flyout .td3
{
    padding-right: 25px;
}
.book-flyout .addressedit, .mobile-flyout .addressedit, .msg-flyout .addressedit
{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 15px;
    right: 10px;
}
.mobile-flyout, .msg-flyout
{
    padding: 15px;
    position: absolute;
    top: 30px;
    left: -20px;
    width: 210px;
    z-index: 999;
    font-size: 12px;
    background: #FFFFFF;
   /* border: 1px solid #B9B9B9;*/
    border-radius: 3px;
    box-shadow: 0 0 2px 1px #B9B9B9;
    display: none;
}
.mobile-flyout .td1
{
    width: 130px;
}
.msg-flyout .td1
{
    width: 50px;
}



.profile-dets
{
    float: left;
    width: 515px;
    margin-left: 10px;
}
.welcome {
    font-size: 25px;
    line-height: 24px;
    margin: 20px 0px 6px 0px;
    color: #98262a !important;
}
.welcome span
{
    font-weight: bold;
}
.today
{
    color: #333;
    /*margin-top: 4px;*/
    font-size:12px;
}
.today span{
    color:#98262a !important;
}
.lastlogin
{
    /*color:#034da2;*/
}
.profile-dets h3 strong
{
    font-weight: bold;
}
.payalert
{
    background: #fff;
    border: #d3d3d3 1px solid;
    padding: 10px 15px;
    margin-top: 20px;
    line-height: 20px;
    position: relative;
}
.payalert .paynow span { display:block; margin-bottom:10px;text-align:left !important;}

.payalert .paynow .ml10 { margin-left:0px; margin-right:10px;}
.alert
{
    color: #ab218e;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.alert img
{
    vertical-align: bottom;
    margin-right: 6px;
}

.paynow
{
    margin-top: 10px;
}
.usertimeline
{
    position: relative;
}

/*Profile Policy*/
.poltitle
{
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 15px 150px;
}
.gppoltitle
{
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    border-top: 1px solid #ccc;
    padding: 20px 0 15px 0;
}
.policylistbox
{
    width: 663px;
    border: 1px solid #ccc;
    padding-top: 15px;
    margin-bottom: 20px;
}
.polnameandnum
{
    position: relative;
    /*padding-bottom: 15px;*/
}

.polname
{
    padding: 0px 15px 6px 15px;
    font-weight: bold;
    color: #98272A;
    font-size: 15px;
    line-height: 15px;
}
.polname a:hover
{
    text-decoration: underline;
}
.poldnum
{
    padding: 0px 15px 0px 15px;
    color: #666;
    font-size: 12px;
    line-height: 12px;
    margin-bottom:5px;
}
.poltellus
{
    display: none;
}
.policytel
{
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 5px 15px;
    cursor: pointer;
    text-decoration: underline;
}


.policycomments:after
{
    position: absolute;
    top: 32px;
    left: -11px;
    content: "";
    background: url(../images/lft-arr.png) no-repeat top right;
    width: 11px;
    height: 14px;
}
.policycomments
{
    padding: 15px;
    position: absolute;
    top: -24px;
    left: 214px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    -webkit-box-shadow: 0 0 3px 2px #b9b9b9;
    box-shadow: 0 0 3px 2px #b9b9b9;
    z-index: 10;
    width: 170px;
    display: none;
}
.policycomments textarea
{
    border: 1px solid #b7b7b7;
    width: 95%;
    height: 60px;
    resize: none;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    padding: 5px;
}
.maxcha
{
    font-size: 12px;
    color: #666;
}
.pcposab
{
    top: -16px;
}
.poltellus
{
    position: relative;
}
.policymeans
{
    background: #f7f7f7;
    border-top: #d2d2d2 1px solid;
    min-height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    position: relative;
    margin-top: 8px;
    color: #333;
    font-size: 12px;
}
.policymeans p
{
    margin-right: 50px;
}
.policymeansupdate
{
    position: absolute;
    top: 0px;
    right: 15px;
    border-bottom: #91a5ca 1px solid;
}
.policymeansupdate:hover
{
    text-decoration: underline;
}

.policyupdates:after
{
    position: absolute;
    top: 27px;
    right: -11px;
    content: "";
    background: url(../images/rgt-arr.png) no-repeat top right;
    width: 11px;
    height: 14px;
}
.policyupdates
{
    padding: 15px;
    position: absolute;
    top: -20px;
    right: 65px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    -webkit-box-shadow: 0 0 3px 2px #b9b9b9;
    box-shadow: 0 0 3px 2px #b9b9b9;
    z-index: 10;
    width: 170px;
    display: none;
}
.policyupdates textarea
{
    border: 1px solid #b7b7b7;
    width: 95%;
    height: 60px;
    resize: none;
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    padding: 5px;
}

.polsummary
{
    position: relative;
    height: 150px;
    border-top: #d2d2d2 1px solid;
}
.polsummary input{border:none;}
.polsummarybg
{
    position: absolute;
    z-index: 1;
    width: 663px;
    height: 150px;
    overflow: hidden;
    
}

.polsummarybg img
{
    height: 150px;
    width: 100%;
}

.polsummarytable, .polsummarytablehome
{
    width: 254px;
    padding: 15px;
    background: rgba(256, 256, 256, .9);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 120px;
    z-index: 2;
}
.polsummarytablehome td
{
    padding: 2px;
    font-size: 11px;
}
.polsummarytable td
{
    padding: 3px 2px;
    font-size: 12px;
    line-height: 18px;
}
.polsummarytable .td1, .polsummarytablehome .td1
{
    width: 140px;
    color: #707170;
}
.polsummarytable .td2, .polsummarytablehome .td2
{
    width: 10px;
    color: #707170;
    display:none;
}
.polsummarytable .td3, .polsummarytablehome .td3
{
    color: #666666;
    font-weight: bold;
}
.polsummarytable .td3 a
{
    color: #98272A;
}
.polsummarytable .td3 a:hover
{
    text-decoration: underline;
}

.polactions
{
    border-top: #cccccc 1px solid;
    background: #f7f7f7;
    padding: 0px;
}
.polactionsleft
{
    float: left;
    width: 622px;
}
.polpadduedates
{
    float: left;
    width: 50%;
    padding: 10px 0 8px 15px;
	font-size:12px;
}
.polpadduedates a
{
    color: #666;
    font-size: 12px;
}
.polpaddueactions
{
    float: right;
    width: 45%;
    text-align: right;
    padding: 7px 8px 0px 0px;
    position: relative;
}

.praupdown
{
    float: right;
    width: 40px;
    border-left: #cccccc 1px solid;
    background: #f7f7f7;
}
.praupdown a
{
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-indent: -999999px;
    background: url(../images/ic_dropdown.png) no-repeat center center;
}
.praupdown.down
{
    background: #ababae;
}
.praupdown.down a
{
    background: url(../images/ic_dropdown_hover.png) no-repeat center center;
}
.polotheractions
{
    background: #ababae;
    padding: 15px;
    display: none;
    color: #fff;
}
.polotheractions li
{
    float: left;
    width: 200px;
    font-size:12px;
    padding: 6px 0px;
}
.polotheractions li a
{
    color: #FFF;
}

.prof_left .policylistbox
{
    width: auto;
    margin-bottom: 20px;
}
.prof_left .polsummarybg
{
    width: 513px;
    height: 150px;
    overflow: hidden;
}
.prof_left .policymeans
{
    /*font-size:11px;*/
}

.prof_left .polactionsleft
{
    float: none;
    width: auto;
}
.prof_left .polpadduedates
{
    width: 280px;
}
.prof_left .polpaddueactions
{
    width: 215px;
}
.prof_left .polpaddueactions
{
    padding: 8px 15px 0px 0px;
}
.prof_left .prabut, .prof_left .secbut
{
    padding: 5px 10px;
    font-size: 12px;
}

/*Profile Funds*/
.funds-list li
{
    padding-bottom: 20px;
}
.policy-funds .fnumber
{
    font-size: 12px;
}
.policy-funds .fnumber strong
{
    font-weight: bold;
    font-size: 18px;
}
.policy-funds .fname
{
    font-size: 15px;
    font-weight: bold;
    color: #98272A;
    line-height: 15px;
}
.policy-funds .fvalue
{
    padding-top: 10px;
    margin-bottom: 2px;
    font-size: 12px;
}
.policy-funds .finvst
{
    font-size: 12px;
}

.policy-funds .fcost
{
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 2px;
}
.fup
{
    background: url(../images/icon-up.png) no-repeat right center;
    padding-right: 30px;
}

/*My Activity*/
.pro_serv .myactivity
{
    margin-bottom: 0px;
}
.myactivity ul
{
    border: 1px solid #ccc;
    border-bottom: none;
}
.myactivity li
{
    /*border-bottom: 1px solid #ccc;*/
    padding: 10px 15px;
    overflow: hidden;
    min-height: 45px;
}
.myactivity li span
{
    width: 25px;
    height: 24px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    border-bottom: none;
    background: url(../images/my-activityicons.png) no-repeat;
}
.myactivity li span.paid-premium
{
    background-position: left top;
}
.myactivity li span.charngeaddress
{
    background-position: -25px top;
}
.myactivity li span.fundswitch
{
    background-position: -50px top;
}
.myactivity li span.gen-statement
{
    background-position: -77px top;
}
.activityname
{
    margin-top: -2px;
}
.activityname a i
{
    color: #98272A;
}
.activityname a:hover
{
    text-decoration: underline;
}
.policynum
{
    margin: 0 0 0 33px;
    line-height: 16px;
    font-size: 12px;
}
.activitydate
{
    font-size: 10px;
    line-height: 10px;
    color: #999;
    float: right;
}
.loadmore
{
    background: #eaeaea;
}
.loadmore a
{
    color: #7f7f7f;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    background: #f7f7f7;
    border:1px solid #ccc;
    border-bottom:none;
}

/*********************************************************** Policy Details ***********************************************/
.policysummary
{
    margin-bottom: 20px;
}
.pstitle
{
    display: block;
    padding: 14px 20px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.policydetails
{
    width: 97%;
    font-size: 14px;
    margin: 5px 10px 20px;
}
.policydetails td
{
    padding: 16px 10px 0;
}
.policydetails .td1
{
    width: 160px;
}
.policydetails .td2
{
    width: 10px;
    padding: 10px 0 0;
}
.policyinner
{
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
}
.policyinner a
{
    text-decoration: underline;
}
.policyinner a:hover
{
    color: #03448f;
    text-decoration: none;
}

.beforemat
{
    float: left;
    width: 50%;
}
.aftermat
{
    float: left;
    width: 50%;
}
.mattitle
{
    font-weight: bold;
    font-size: 16px;
}
.matlist
{
    margin: 0 0 0 20px;
}
.matlist li
{
    list-style-type: decimal;
    margin-top: 10px;
}

.patimeline
{
    position: relative;
    margin: 20px 0;
}
.patimeline li
{
    overflow: hidden;
    padding-bottom: 40px;
}

.patimeline li:before
{
    border-left: 1px dotted #01a4f1;
    bottom: 0;
    content: "";
    left: 165px;
    margin-left: -10px;
    position: absolute;
    top: 0;
    z-index: -1;
}

.patimeline li.last
{
    padding-bottom: 0;
}
.patdates
{
    float: left;
    text-align: center;
    width: 100px;
    padding: 8px 0 0;
    line-height: 18px;
}
.patimage
{
    float: left;
    width: 50px;
    margin: 0 30px;
}

.patimage p
{
    width: 50px;
    height: 50px;
    display: block;
}
.patimage .calender
{
    background: url(../images/calendar.png) no-repeat;
}
.patimage .editor
{
    background: url(../images/edit.png) no-repeat;
}
.patdetails
{
    float: left;
    border: 1px solid #ccc;
    padding: 5px 20px;
    width: 230px;
    line-height: 18px;
    margin-top: 6px;
}
.firstpatdetails
{
    background: #ececec;
}

.poldetsection
{
    margin-bottom: 10px;
}
.poldetbox
{
    border: #2e3192 1px solid;
    background: url(../images/policy-details-picture.jpg) no-repeat;
    height: 128px;
    background-size: cover;
}
.poldetboxtitle
{
    padding: 10px 15px 10px 15px;
    background: url(../images/policybg.png) repeat-y;
}
.poldetboxtitle h3
{
    color: #98272A;
    font-size: 20px;
    margin: 0;
}
.policyno
{
    font-size: 18px;
}
.poldetboxactions
{
    padding: 10px 15px;
    text-align: right;
}
.poldetsection .policymeq
{
    padding-left: 0px;
}
.policybtns
{
    padding: 15px 0 0 0;
}
.moreservices
{
    display: none;
}


/*********************************************************** Funds Details ***********************************************/
.funddetailstable tr.last td strong
{
    font-weight: bold;
}

.funddetailstable  td,.funddetailstable th{padding:10px 5px;}

.betterfval
{
    background: #f7f7f7;
    border: #cccccc 1px solid;
    margin-top: 20px;
}
.betterfval .text
{
    padding: 10px 15px;
}
.betterfval .poldetboxactions.mt20
{
    margin-top: 0px;
}
.fundsinvest
{
    width: 100%;
    margin-bottom: 20px;
}
.fundbreak
{ font-size:16px;
    font-weight: bold;
    }
.fundsinvesttitle
{
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}
.descp
{
    color: #333;
    font-size: 16px;
    padding: 20px;
}

.ulplan
{
    float: left;
    border-right: 1px solid #999;
    font-size: 16px;
    padding: 10px 20px 5px 0;
    margin: 15px 20px 12px 0;
}
.totalfund
{
    float: left;
    margin: 15px 0 0;
    font-weight: bold;
}
.tfund
{
    font-size: 16px;
    line-height: 16px;
}
.tfvalue
{
    font-size: 36px;
    line-height: 40px;
}

.fundsdetails
{
    width: 254px;
    background: rgba(256, 256, 256, .9);
    position: absolute;
    right: 0px;
    top: 0px;
    height: 120px;
    z-index: 2;
    padding: 15px;
}
.fundsdetails table
{
    width: 100%;
}
.fundsdetails td
{
    padding: 3px 2px;
    font-size: 12px;
}
.fundsdetails .td1
{
    width: 125px;
    line-height: 15px;
}
.fundsdetails .td2
{
    width: 10px;
}
.fundsdetails .td3
{
    font-weight: bold;
}

.fundtype
{
    font-size: 11px;
    margin: 0 0 8px 2px;
}
.fundtype a
{
    text-decoration: underline;
}
.fundtype a:hover
{
    text-decoration: none;
}

.btmbtn
{
    border-top: 1px solid #ccc;
    padding: 8px 0px 8px 0px;
    font-size: 11px;
    line-height:16px;
    position: absolute;
    lepxft:10;
    bottom: 0;

    width: 254px;
}
.polsummary .btmbtn input
{
    float:right;
 }


.switchdate
{
    color: #ccc;
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 11px;
}

/*********************************************************** My Services ***********************************************/
.leftservices
{
    width: 48%;
    float: left;
}
.rgtservices
{
    width: 48%;
    margin-left: 4%;
    float: left;
}

.servicesblock
{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}
.servtitle
{
    padding: 15px;
    font-weight: bold;
    font-size: 16px;
    color:#98272a !important;
}
.servicesblock .cplist
{ padding:0 15px 15px 15px;
    }
.servtitle a
{
    color: #98272a;
}
.servtitle img
{
    margin-right: 10px;
    vertical-align: middle;
}
.serviceslist
{
    border-top: 1px solid #ccc;
}
.serviceslist li
{
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    margin: 0 15px;
}
.serviceslist li:last-child
{
    border-bottom: none;
}
.serviceslist li a
{
    padding: 10px 0px;
    display: block;
}

.serviceslist li.last
{
    border-bottom: none;
}
/*Service Request History*/
.srhtitle
{
    margin-bottom: 20px;
}
.sereq
{
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 15px;
}

.sortby
{
    margin-bottom: 20px;
}
.sortby p
{
    padding-right: 15px;
    vertical-align: middle;
    position: relative;
    float: left;
}
.sortby p .ui-datepicker-trigger { margin:5px 0 0 5px;vertical-align:middle;cursor:pointer;}
.sortby #sortbydatepicker{float:left;width:120px;}
#sortbydatepicker { /*width:125px;*/border-radius:3px;padding:6px 8px !important;}

.servicerequesthistorytable .strg{ font-weight:normal; font-size:12px;}

.estoptions input#tbxFromDate,.estoptions input#tbxToDate,.estoptions input#tbxDateOfBirth
{

    width:70px;
}

.estoptions .ui-datepicker-trigger
{ position:relative;
  top:4px;
    }
.sertype
{
    width: 100%;
}
.sertype th
{
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #ccc;
}
.sertype th, .sertype td
{
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

/***************************** Disclaimer ********************************/
.disclaimersection { margin-top:30px;}
.disclaimersection .ppodesc { overflow:auto; height:300px; font-size:11px;}
.disctables { width:940px;}
.table1 { width:200px; float:left; margin-right:11px;}
.table2{ width:700px; float:left;}
.disclaimertable{width: 100%;border-collapse: collapse;border:#cccccc 1px solid;font-size:10px;}
.ts tr:nth-of-type(even) {background: #f7f7f7;}
.disclaimertable th {background:#f7f7f7;font-weight: bold; padding:5px;}
.disclaimertable td {padding:5px;}
.disclaimertable td,.disclaimertable th {border-bottom:#cccccc 1px solid;text-align: left;vertical-align:middle;}
.disclamviewtab { margin:20px 0px;}
.disclamlistitems { font-size:10px; margin-left:10px;}
.disclamlistitems li { list-style-type:circle; margin-bottom:0px;}

/*********************** Pay Online ************************/
.payonlinetext
{
    font-size: 16px;
}
.payonlineimg
{
    margin-bottom: 20px;
}
.payonlineimg img
{
    border: 1px solid #eaeaea;
    width: 100%;
}
.payonlinetable li
{
    margin-bottom: 15px;
}
.polabel
{
    width: 120px;
    float: left;
    margin: 6px 20px 0 0;
    position: relative;
}
.polabel:after
{
    content: " ";
    display: block;
    width: 10px;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.pooptions
{
    float: left;
}
.pooptions .dk_options_inner li
{
    margin-bottom: 0;
}
.pooptions select
{
    width: 310px;
}
.pooptions .dk_toggle{width:300px !important;}
.selectedpolicy
{
    font-weight: bold;
    font-size: 16px;
    margin: 6px 0 10px;
    line-height: 16px;
}
.dobpolicydetails li
{
    margin-bottom: 10px;
}
.preamount
{
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 16px;
}
.preamount span
{
    line-height: 28px;
    font-weight:bold;
}
.agreeconditios
{
    margin: 20px 0 8px 0px;
    font-size: 14px;
}
.agreeconditios a
{
    text-decoration: underline;
}
.agreeconditios a:hover
{
    text-decoration: none;
}

/*Pay Online Options Tabs*/
.payonlinestep2, .pickchequestep2
{
    display: none;
}
.payonlineprocced
{
    margin-bottom: 10px;
}

.cdtype
{
    float: left;
    width: 50%;
}
.cdtype label
{
    float: left;
    width: 89px;
    margin: 0 20px 0 0;
    position: relative;
}
.cdtype1 label
{
    width: 140px;
}
.editcuaddress .cdtype label
{
    margin-top: 4px;
}
.cdtype label:after
{
    content: " ";
    display: block;
    width: 10px;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
    color: #8f8f8f;
}
.cdtype p
{
    width: 150px;
    float: left;
}
.cdtype select
{
    width: 100px;
}
.chdform
{
    margin-bottom: 20px;
}
.chdlabel
{
    width: 150px;
    float: left;
    margin: 0 5px 0 0;
    position: relative;
}
.chdlabel:after
{
    content: " ";
    display: block;
    width: 10px;
    color: #8f8f8f;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.chddetails
{
    float: left;
}
.chdselect select
{
    width: 150px;
}
.chthr
{
    width: 100px;
    float: left;
}
.chthr select
{
    width: 50px;
    margin-right: 10px;
}
.pucf
{
    background: #f7f7f7;
    padding: 15px;
    border: #c2c2c2 1px solid;
    margin: 15px 0px;
    width: 300px;
}
.pucf p
{
}
.pucfname
{
    font-size: 16px;
    font-weight: bold;
}
.cdtypesection, .chdetailsform, .chaddress, .chtimeanddate, .chdaction
{
    border-top: #CCC 1px solid;
    padding: 20px 0;
}
.chpickconform
{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.chdetailsform .dk_toggle{width:213px !important;}
.chdetailsform #txtdate{width:233px !important; }
.payamountconform
{
    background: #f7f7f7;
    padding: 10px;
    border: #c2c2c2 1px solid;
}
.payamountconform span
{
    font-size: 25px;
    font-weight: bold;
}
.creditcardstep3 .src-trakser, .deditcardstep3 .src-trakser, .pickchequestep3 .src-trakser
{
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 0px;
}
.chpickconform
{
    border-top: #CCC 1px solid;
    padding-top: 30px;
    margin-top: 30px;
}

.tabrights
{
    text-align:right;
   }
/*********************************************************** Profile Pages  ***********************************************/
.lgtuser
{
    float: left;
}
.rgtuser
{
    float: right;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 20px 0 0;
}
.updatepic
{
    display: block;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;
    width: auto !important;
    margin: 0;
}
.updatepic:hover
{
    text-decoration: none;
}
.newmemberdetailssection
{
    position: relative;
}
.memimgupload
{
    width: 150px;
    position: absolute;
    top: 58px;
    right: 0px;
}
.uploadedimg
{
    width: 130px;
    height: 126px;
    background: url(../images/uploadimg.gif) no-repeat center center;
    display: block;
    border: #CCC 1px solid;
}
.newmemberdetailssection select
{
    width: 210px;
}

.lgtuser .cud
{
    width: 320px;
}

/**************** Change Address ****************/
.currentaddress
{
    margin-bottom: 30px;
}
.profiletitles
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.profiletitles2
{
    color: #666;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
}
.profiletitles3
{
    color: #666;
    font-size: 15px;
    font-weight: bold;
}
.profiletitles4
{
    font-size: 16px;
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 10px;
}

.cuaddress li
{
    margin-bottom: 10px;
}
.cuaddress li:last-child
{
    margin-bottom: 0;
}
.cul, .ddecslabel
{
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    font-size: 14px;
}
.cul:after, .ddecslabel:after
{
    content: "";
    display: block;
    width: 10px;
    color: #8f8f8f;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.cul .mandatory, .mandatory
{
    color: #ac208e;
}
.cud
{
    float: left;
    width: 340px;
}
.cud input
{
    border: #cccccc 1px solid;
    padding: 5px 8px;
    width: 90%;
    border-radius: 3px;
    color: #666;
    font-size: 13px;
}
.cud input[type="radio"]
{
    width: auto;
}

.cud select
{
    width: 283px;
}
.cudwidth
{
    width: 200px;
}
.ddecslabel
{
    width: 240px;
}
.cud textarea
{
    border: #cccccc 1px solid;
    width: 180px;
    height: 100px;
    resize: none;
    border-radius: 3px;
    padding: 8px;
    color: #666;
}
.cud2
{
    float: left;
    margin: 6px 0 0 20px;
    font-size: 12px;
}
.cud2 img
{
    vertical-align: middle;
    margin-right: 5px;
}
.confirmlist
{
    margin-left: 24px;
    list-style: decimal;
}
.confirmlist li
{
    margin-bottom: 10px;
}
.editcuaddress .cul, .editcuaddress .ddecslabel
{
    margin: 6px 20px 0 0;
}
.cuaddress .dk_options_inner li
{
    margin-bottom: 0;
}

/**Step 1*/
.cadd-step4
{
    display: none;
}
.cadd-step2
{
    display: none;
}
.cadd-step3
{
    display: none;
}
.cadd-step5
{
    display: none;
}
.newaddform
{
    border-bottom: #e1e1e1 1px solid;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
    margin-top:30px;
}
.newaddformactions
{
    margin-bottom: 20px;
}
.formstatusmessage
{
    clear: both;
    background: #f7f7f7 url(../images/process.png) no-repeat 10px center;
    border: #ccc 1px solid;
    padding: 10px;
    margin-top: 20px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 12px;
}
.date_select
{
    margin: 15px 0 0 0;
}

.src-status
{
    color: #50b849;
    font-weight: bold;
    background: url(../images/checked-green.png) no-repeat 10px center;
    margin: 15px 0px 20px 0px;
    padding-left: 40px;
    font-size: 15px;
}
.src-dec
{
    margin-bottom: 20px;
}
.src-dec a
{
    color: #ab218e;
}
.src-trakser
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
}
.src-trakser a
{

    text-decoration: underline;
}
.src-trakser a:hover
{
    text-decoration: none;
}
.optdec
{
    margin-bottom: 20px;
}

/**************** Name Correction ****************/
.namecorr li
{
    margin-bottom: 10px;
}
.nclabel
{
    width: 160px;
    float: left;
    margin: 6px 20px 0 0;
    position: relative;
}
.nclabel:after
{
    content: "";
    display: block;
    width: 10px;
    color: #8f8f8f;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.ncinputs
{
    float: left;
    width: 260px;
}
.ncinputs .dk_toggle
{
    width: 210px !important;
}
.ncinputs2
{
    float: left;
    font-size: 12px;
    width: 223px;
}
.ncinputs2 .dk_toggle
{
    width: 180px !important;
}
.egtext
{
    /*text-overflow:ellipsis;white-space:nowrap;overflow:hidden;*/
    padding: 6px 0;
}
.ncinputs input
{
    border: #cccccc 1px solid;
    padding: 5px 8px;
    width: 90%;
    border-radius: 3px;
    color: #666;
}

.namecorr .dk_options_inner li
{
    margin-bottom: 0;
}
.editcuaddress .nclabel
{
    margin: 0 20px 0 0;
}

.uploadfile
{
    margin: 20px 0 0;
}
.uploadfile input[type="file"]
{
    z-index: 999;
    line-height: 0;
    font-size: 50px;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "alpha(opacity=0)";
    cursor: pointer;
    _cursor: hand;
    left: 0;
    display: none;
}
.uploadfile input[type="text"]
{
    border: none;
    margin-left: 20px;
    width: 80%;
    color: #949494;
    padding-left: 30px;
    height: 18px;
    background: url(../images/upload.png) no-repeat left 7px;
}

.alertbox
{
    background: #F7F7F7;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 12px;
    margin: 20px 0 0 0;
}
.alertbox span
{
    color: #ac208e;
}
.alertactions
{
    float: right;
    margin-top: 10px;
}

.alertactions a:hover, .alertactions a.active
{
    color: #ac208e;
}

/**************** Date of Birth ****************/
.dobpolicydetails
{
    float: left;
}
.dobpolicydetails .cul
{
    margin: 0 20px 0 0;
    width: 170px;
}
.dobpolicydetails .cud
{
    width: 300px;
}
.dobselpolicy
{
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin: 6px 0 10px 0;
}

.dobenternew li
{
    margin-bottom: 10px;
}
.doblabel
{
    width: 190px;
    float: left;
    margin: 6px 20px 0 0;
    position: relative;
}
.doblabel:after
{
    content: "";
    display: block;
    width: 10px;
    color: #8f8f8f;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.dobinputs
{
    float: left;
}
.dobinputs input
{
    width: 60px;
    margin: 0 15px 0 0;
    border: #cccccc 1px solid;
    padding: 5px 8px;
    border-radius: 3px;
    color: #666;
}

.dobselect select
{
    float: left;
    width: 230px;
}
.dobenternew .dk_options_inner li
{
    margin-bottom: 0;
}
.editcuaddress .dobinputs
{
    margin: 6px 5px 0 0;
}

/*********************************************************** E-Statement Pages  ***********************************************/
/**************** Notice Letter ****************/
.estatementform li
{
    margin-bottom: 10px;
}
.estlabel
{
    width: 150px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}
.estlabel:after
{
    content: "";
    display: block;
    width: 10px;
    color: #8f8f8f;
    right: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.estoptions, .estoptions1
{
    float: left;
}
.estoptions .dk_toggle
{
    width: 280px !important;
}
.estoptions1 .dk_toggle
{
    width: 320px !important;
}
.estto
{
    margin: 6px 15px 0;
    float: left;
}
.editcuaddress .estlabel
{
    margin: 6px 20px 0 0;
}
.estatementform .dk_options_inner li
{
    margin-bottom: 0;
}
.estoptions input
{
    border: #cccccc 1px solid;
    padding: 5px 8px;
    width: 242px;
    border-radius: 3px;
    color: #666;
}

.dob
{
    width: 30px !important;
    margin-right: 5px;
}
.estyears .dk_toggle
{
    width: 62px !important;
}
.estoptions .radio input
{
    width: auto;
    padding: 0;
}

.note
{
    margin-top: 20px;
}
.estatedic
{ font-size:10px;
  line-height:14px;
  color:#999;
  text-align:justify;
    }
/*.note span{color:#f15922;}*/
#MainContent_MobileMailAlert1_UpdatePanel1 a, #MainContent_MobileMailAlert1_UpdatePanel2 a
{
  height:18px;
  display:inline-block;
    }
    
    
#MainContent_MobileMailAlert1_UpdatePanel1 p , #MainContent_MobileMailAlert1_UpdatePanel2 p
{
  height:18px;
  line-height:18px;
  display:inline-block;
    }
    
#MainContent_MobileMailAlert1_UpdatePanel1 label, #MainContent_MobileMailAlert1_UpdatePanel2 label
{ padding-left:5px;
 
    }
.orangetext
{
    color: #f15922;
    margin: 20px 0;
}
.servicetext span
{
    /*color: #034DA2;*/
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*********************************************************** Change Password  ***********************************************/
.cppad
{
    margin-top: 6px;
}
.cpalerts
{
    background: url(../images/checked.png) no-repeat;
    width: 16px;
    height: 15px;
    float: left;
    margin: 5px 10px 10px 0;
}

/*********************************************************** Policy Servicing   ***********************************************/
/**************** Add/Delete Rider  ****************/
.rideroptions
{
    border-top: 1px solid #E1E1E1;
    padding-top: 20px;
}
.rideroptions li
{
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}

.riderpolicies
{
    border: 1px solid #E1E1E1;
    margin-top: 20px;
}
.riderpolicyname
{
    font-size: 15px;
    font-weight: bold;
    padding: 10px 0 0 15px;
    line-height: 15px;
}
.riderpolicyno
{
    font-size: 12px;
    padding: 0 0 10px 15px;
}
.ridpolicydetails
{
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    padding: 15px;
}

.addriderpolicy
{
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    padding-top: 10px;
}
.addriderpolicy .riderpolicyname, .addriderpolicy .riderpolicyno
{
    padding-left: 0;
}

/**************** Future Premium Allocation  ****************/
.allocateinput
{
    position: relative;
}
.allocateinput span
{
    position: absolute;
    left: 65%;
    top: 20%;
}
.allocateinput input
{
    width: 50%;
}

.fpalabel
{
    width: 160px;
}

/**************** Re-installment  ****************/
.reinstall
{
    margin-bottom: 20px;
}
.policyissed td
{
    font-size: 14px;
    padding: 10px 0 0;
}
.policyissed .td1
{
    width: 170px;
}
.policyissed .td2
{
    width: 350px;
}

.bmhwidth
{
    width: 120px;
}
.allwgl
{
    float: left;
    margin-left: 30px;
}
.quesans li
{
    border-bottom: 1px dotted #E1E1E1;
    padding: 15px 0;
}
.quesans li.last
{
    border-bottom: none;
}
.leftquesans
{
    float: left;
    width: 90%;
}
.rgtcheck
{
    float: right;
    margin: 0 20px 0 0;
}
.numbering
{
    color: #ab218e;
    font-weight: bold;
    margin-right: 5px;
}
.valignmid
{
    margin: 20px 0 0;
}
.valignmid img
{
    vertical-align: middle;
    margin-left: 20px;
}

/**************** Refund Excess Premium  ****************/
.pmetran
{
    margin-top: 6px;
}
.replist li
{
    margin: 15px 0 0;
}

.reqform
{
    margin: 20px 0;
}
.reqform img
{
    vertical-align: middle;
}

/**************** Direct Debit & ECS  ****************/
.ecsnotapplicable
{
    padding: 10px 0 10px 15px;
}
.preduedate
{
    float: left;
    padding: 13px 0 10px 15px;
}

.officeaddress
{
    background: #f7f7f7;
    padding: 20px;
    width: 300px;
    margin: 20px 0 0 0;
}

.ecsbottomlist li:before
{
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    display: block;
    z-index: 2;
}
.ecsbottomlist li
{
    margin-bottom: 15px;
    position: relative;
    padding-left: 5px;
}


/**************** Fund Switch ****************/
.fspolname
{
    color: #98272A;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 15px;
}
.fspoldnum
{
    font-size: 12px;
}
.fspoltype
{
    font-size: 12px;
    margin-bottom: 20px;
}


.fundswitchtable input
{
    width: 17px;
    padding: 2px 5px;
}
.fundswitchallocatesactions
{
    border-top: 1px solid #E1E1E1;
    margin-top: 20px;
    padding-top: 20px;
}
.fundswitchtable
{
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    font-size: 12px;
}
.fundswitchtable tr:nth-of-type(even)
{
    background: #f7f7f7;
}
.fundswitchtable th
{
    background: #f7f7f7;
    font-weight: bold;
    padding: 10px 15px;
}
.fundswitchtable th, .fundswitchtable td
{
    border-bottom: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
    padding: 12px 4px;
}
.fst-head
{
    width: 100%;
    border-collapse: collapse;
    border: #cccccc 1px solid;
    font-size: 12px;
    border-bottom: none;
}
.fst-head th
{
    background: #f7f7f7;
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: none;
}

/**************** Change Premium Frequency  ****************/
.cpfpolicys
{
    border-top: #CCC 1px solid;
    padding: 20px 0px;
}

.cpfaddress
{
    background: #f7f7f7;
    border: #CCC 1px solid;
    padding: 15px;
    margin-top: 20px;
    font-size: 12px;
}
.cpfactionright
{
    text-align: right;
    margin-top: 10px;
}
.chthr.cpf
{
    width: 130px;
}
.chthr.cpf select
{
    width: 80px;
}
.cpfpdtable
{
    margin-top: 10px;
}
.cpfpdtable td
{
    padding-bottom: 9px;
}
.cpfpdtable .td1
{
    width: 120px;
}
.cpfpdtable .td2
{
    width: 10px;
}
.cpfbluetext
{
    padding: 20px 0px;
}
.cpfaccounttype select
{
    width: 218px;
}

.billinglist li
{
    margin-bottom: 10px;
}
.billinglist li.last
{
    margin-bottom: 0;
}
.bmctype
{
    color: #444;
}

/****************  Premium Contribution  ****************/
.preconttable td
{
    padding: 10px 15px;
}

/* Transation Summary */
.transummy td, .transdet td
{
    padding: 10px 15px;
}

/*********************************************************** Health Portal   ***********************************************/
/**************** My Health Account ****************/
.pydetails td
{
    padding: 10px 15px;
}

.tpacuslist
{
    margin-left: 14px;
}
.tpacuslist li
{
    list-style-type: disc;
}
.tpacuslist li a
{
    color: #666;
    padding: 0 0 10px 10px;
    display: block;
}

/**************** Contact Us ****************/

.emailusat a:hover
{
    text-decoration: underline;
}

/**************** Health Calculator ****************/
.hmeterlist li a
{
    background: url(../images/custom-radio.png) no-repeat left top;
    padding-left: 25px;
    margin-bottom: 15px;
    display: block;

    line-height: 14px;
    height: 14px;
}
.hmeterlist li a:hover, .hmeterlist li a.active
{
    background-position: left -14px;
}

.radiolabel
{
    float: left;
    width: 110px;
    margin-top: 4px;
}
.inpwidth
{
    width: 80px !important;
}

.lifestyle td
{
    padding: 5px 0 0;
    font-size: 12px;
}
.lifestyle .td2
{
    padding: 0 5px;
}

/*********************************************************** Download   ***********************************************/
.downloadforms a
{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 25px 15px 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
    display: block;
    color:#98272a !important;
}
.mtminus5
{
    margin-top: -5px;
}
.mtminus3
{
    margin-top: -3px;
}
.downloadforms a:hover
{
    background: #e2e2e2;
}
.bottomtext
{
    margin: 0px 20px 0;
    padding: 10px;
    border-top: 1px dotted #ccc;
}

/**************** FAQ  ****************/
.faqtitle
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.faqlist
{
    border: 1px solid #ccc !important;
    border-bottom: none !important;
}
.faqlisttitle
{
    border-bottom: 1px solid #ccc !important;
    background: url(../images/plus.png) no-repeat 97% center;
    padding: 10px 15px !important;
    display: block;
    font-size: 15px !important;
    font-weight: bold;
}
.faqlisttitle.ui-state-active
{
    color: #fff;
}
.faqlistcontent
{
    padding: 15px !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 12px;
}
.faqques
{
    font-weight: bold;
    margin-bottom: 5px;
}
.faqmpara
{
    font-weight: bold;
    margin: 15px 0 5px;
}
.listalpha li
{
    list-style-type: upper-alpha;
    margin-left: 20px;
}
.listnumeric li
{
    list-style-type: decimal;
    margin-left: 20px;
}

/*Application Form*/
.applicationform tr td:first-child,.applicationform tr tf:first-child{
	width:60px;
}
.applicationform td, .investupdate td, .policyserform td
{
    padding: 10px 15px;
}
.applicationform td img, .investupdate td img, .policyserform td img
{
    margin: 0 2px;
}
.policyserform td .dk_container
{
    font-size: 12px;
}
.policyserform td .dk_toggle
{
    padding: 2px 30px 2px 10px;
}

/*Service Request Form*/
.srfpagination
{
    text-align: right;
    margin-top: 20px;
}
.srfpagination span
{
    font-size: 20px;
    padding: 0 3px;
    vertical-align: top;
}
.srfpagination a
{
    color: #666;
    font-size: 12px;
}


/***********************************************************  Anonymous Login  ***********************************************/
.topsectionnew
{
    background: #fff;
    height: 85px;
}
.phonelogin
{
    margin-top: 15px;
}
.phonelogin li
{
    padding: 0 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    float: left;
}
.phonelogin li.first
{
    border-left: none;
}
.phonelogin li.last
{
    padding-right: 0;
}

.headernew
{
    color: #fff;
    background: url(../images/header-bg.png) repeat-x;
}

.leftmenu
{
    float: left;
}
.rgtmenu
{
    float: right;
}

.leftmenuicon, .rgtmenuicon
{
    display: none;
}

.leftmenu li
{
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
}
.leftmenu li a
{
    background: url(../images/right-arrow.png) no-repeat right center;
    padding-right: 20px;
    margin-right: 10px;
}

.rgtmenulist
{
    float: right;
    margin-top: 14px;
}
.rgtmenulist li a
{
    color: #fff;
    padding: 0 20px;
    display: block;
    border-right: 1px dotted #fff;
    line-height: 14px;
}

.crgtmenu
{
    margin-top: 20px;
}
.rgtmenulist li, .crgtmenu li
{
    float: left;
    font-size: 12px;
}
.crgtmenu li a
{
    color: #333;
    border-right: 1px dotted #333;
    padding: 0 20px;
    display: block;
    line-height: 14px;
}
.rgtmenulist li.last a, .crgtmenu li.last a
{
    border-right: none;
    padding-right: 0;
}
.rgtmenulist li a:hover, .crgtmenu li a:hover
{
    text-decoration: underline;
}

.notmem, .almem
{
    float: left;
    width: 250px;
}
.almem
{
    margin-left: 30px;
}
.notmem .faqtitle, .almem .faqtitle
{
    margin-bottom: 10px;
}
.parahe
{
    min-height: 60px;
    margin-bottom: 20px;
}
.ppotable th, .ppotable td
{
    padding: 10px 5px;
}
.ppotable .secbut
{
    white-space: nowrap;
    padding: 6px 10px;
}

.ppoqueries
{
    margin: 10px 0 20px;
}

.ppoqueries a:hover
{
    text-decoration: underline;
}
.ppodis
{
    border: 1px solid #ccc;
    border-bottom: none;
    background: #eee;
    color: #666666;
    padding: 6px 10px;
     font-weight:bold;
}
.ppodesc
{
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    height: 200px;
    overflow:auto;
}
.ppodesc p
{
    margin-bottom: 10px;
}


/*********************************************************** Right Panel ***********************************************/
.rbox
{
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
/*Update your Profile*/
.updateprofile
{
    margin: 0 0 20px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.up-title
{
    padding: 10px 15px !important;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.up-title.bbn
{
    border-bottom: none;
}
.up-title img
{
    vertical-align: text-top;
    margin-right: 10px;
}
.profileinner
{
    padding: 10px 15px;
}
.progressBarClass span
{
    text-align: center;
    display: block;
    margin: 10px 0 20px;
}
.altno
{
}
.entertext
{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 95%;
    margin: 8px 0 15px 0;
}
.textarea
{
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    width: 94%;
    height: 65px;
    resize: none;
    color: #666666;
    margin: 8px 0 15px 0;
}
.bluebtn
{
    color: #fff;
    font-weight: bold;

    padding: 5px 20px;
    border-radius: 3px;
    border: none;
    display: inline-block;
}
.bluebtn:hover
{
    background: #03448f;
}
.skip
{
    font-weight: bold;
    text-decoration: underline;
    margin-left: 20px;
}
.skip:hover
{
    text-decoration: none;
}
.addfamily
{
    color: #fff;
    font-weight: bold;
    background: #98272a !important;
    padding: 5px 0 5px 15px;
    border-radius: 4px;
    margin: 20px 0 5px;
    display: block;
}
.addfamily:hover
{
    background: #03448f url(../images/generate-arrow.png) no-repeat 95% center;
}
/*Set Premium Alert*/
.rgtaccordion
{
    border: 1px solid #ccc !important;
    border-bottom: none !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
}
.rgtaccordion .acctitle
{
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 10px 15px !important;
    display: block;
    font-weight: bold;
}

.accinner
{
    border-bottom: 1px solid #ccc !important;
    background: #fff;
    font-size: 12px;
    padding: 10px 15px !important;
}
/* E-Statement */
.estate
{
    position: relative;
    font-size: 12px;
}
.estate li
{
    background: url(../images/left-arrow.png) no-repeat 94% center;
    border-bottom: 1px solid #ccc;
}
.estate li:hover, .estate li.active
{
    background-color: #eaeaea;
}
.estate li a
{
    padding: 10px 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 195px;
}
.estate li.last
{
    border-bottom: none;
}
/*List of My Policies*/
.estate li.selpolicy
{
    background: none;
    padding: 10px 15px;
}
.estate li.selpolicy:before
{
    background: url(../images/rgt-arrow.png) no-repeat;
    width: 14px;
    height: 19px;
    top: 45px;
    content: "";
    left: -14px;
    position: absolute;
    z-index: 1;
}
.blueno
{
    font-weight: normal;
    margin-top: -4px;
    font-size: 12px;
    color: #666;
}
.saveins
{
    font-weight: normal;
    font-size: 12px;
    color: #666;
}
.premdate
{
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
/*We Recommend */
.toprecomm
{
    position: relative;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
    line-height: 1px;
}
.tlook
{
    padding: 8px 0 8px 15px;
    background: url(../images/whitebg90.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 94%;
    line-height: 18px;
}
/*.toprecomm img { line-height:1px;}*/
.benefits li
{
    display: block;
    padding: 5px 0 0;
}
.strong
{
    font-weight: bold;
    font-size: 15px;
}
.seewhatisnew
{
    border-bottom: 1px solid #ccc;
    height: 120px;
}
/* Pay Online */
.estate li a span
{
    height: 22px;
    width: 22px;
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}
.estate li a span.viacard
{
    background: url(../images/ic_card.png) no-repeat;
}
.estate li a span.netbank
{
    background: url(../images/ic_netBanking.png) no-repeat;
}
.estate li a span.cheque
{
    background: url(../images/ic_cheque.png) no-repeat;
}
/*A New Suggestion for you*/
.newsug
{
    margin-top: 5px;
}
.newsug span
{
    color: #00b3f0;
    font-weight: bold;
    font-size: 18px;
}
/*Talk to Agent*/
.agentimg
{
    float: left;
    margin-right: 20px;
}
.agentimg img
{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #9b9b9b;
}
.agentno
{
    margin: 3px 0;
}
.agentno img
{
    margin-right: 10px;
    vertical-align: middle;
}
.agentemail img
{
    margin-right: 5px;
    vertical-align: middle;
}
.agentemail a
{
    text-decoration: underline;
}
.agentemail a:hover
{
    text-decoration: none;
}
/*Get in Touch*/
.rgtbox .up-title
{
    padding: 10px 15px;
    margin-bottom: 0px;
}
.rgtgettouch li
{
	border-bottom:1px solid #ccc;font-size:11px;padding:10px 15px;display:block;word-wrap:break-word;
}
.rgtgettouch li:hover
{
    background-color: #eaeaea;
}

.rgtgettouch li:last-child
{
    border-bottom: none;
}
.rgtgettouch li a
{
    display: block;
    word-wrap: break-word;
}
.rgtgettouch li.last
{
    border-bottom: none;
}
.loctor, .advisor
{
    background: url(../images/left-arrow.png) no-repeat 100% center;
}
/*Services  Status*/
.servicestatus li
{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 5px 15px;
    display: block;
    line-height: 20px;
}
.ssdate
{
    color: #999;
}
.servicestatus li.last
{
    border-bottom: none;
}
.pending
{
    color: #f15922;
}
.success
{
    color: #4db848;
}
.failed
{
    color: #c00000;
}
.loadpre
{
    text-align: center;
    color: #666;
    background: #f7f7f7;
    padding: 5px 0;
    display: block;
    font-weight: bold;
    font-size: 12px;
}
.btmline
{
    border-bottom: 1px solid #ccc;
}
/*My Activity*/
.rgtmyactivity li
{
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 25px 12px;
    overflow: hidden;
    position: relative;
}
.rgtmyactivity li span
{
    width: 25px;
    height: 24px;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    background: url(../images/my-activityicons.png) no-repeat;
}
.rgtmyactivity li span.paidpre
{
    background-position: left top;
}
.rgtmyactivity li span.changeadd
{
    background-position: -25px top;
}
.rgtmyactivity li span.fundsw
{
    background-position: -50px top;
}
.rgtmyactivity li span.genstate
{
    background-position: -77px top;
}
.rgtactname a
{
    font-weight: bold;
    color: #98272a !important;
}
.rgtactname a:hover
{
    text-decoration: underline;
}
.rgtpolicynum, .rgtactname
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
    line-height: 18px;
}
.rgtactdate
{
    font-size: 11px;
    color: #999;
    position: absolute;
    bottom: 5px;
    right: 10px;
}
/* Add/Delete Rider */
.adrider li
{
    background: url(../images/dot.png) no-repeat 12px 20px;
    padding: 10px 10px 10px 23px;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
/* ECS Notice */
.ecsnotices
{
    margin-left: 28px;
}
.ecsnotices li
{
    list-style-type: decimal;
    margin: 10px 10px 10px 0;
}
.thanksdec 
{
     margin-top:30px;}

/**************** Form Validation ****************/
form.cmxform label.error, label.error
{
    color: red;
    display: block;
    font-size: 12px;
}
div.error
{
    display: none;
}
/*input.error{ border: 1px dotted red !important; }*/


.tandc strong
{
    color: #000;
    font-weight: 600;
}
.tandc p
{
    margin-bottom: 20px;
}
.tandclist
{
    margin: 0px 0px 20px 20px;
}
.tandclist li
{
    list-style-type: decimal;
}

/*Policy Details Accordion*/
#policydetailsaccordion > .ui-accordion-icons{ padding:10px 15px;border-bottom:1px solid #ccc; background:#fff;}
#policydetailsaccordion > .ui-accordion-icons.ui-state-active{  background:#f3f1f1;border-bottom:1px solid #e7e5e5; font-weight:bold;}

#policydetailsaccordion > .ui-accordion-content {border-bottom:1px solid #ccc;padding:10px 15px;}
#policydetailsaccordion > .ui-accordion-content.ui-accordion-content-active {background:#f3f1f1;}

#policydetailsaccordion  table  { border-collapse:collapse;}
#policydetailsaccordion  table td{ padding:3px 0px}
    /*Responsive table
    .rtable, .rtable thead, .rtable tbody, .rtable th, .rtable td, .rtable tr
    {
        display: block;
    }*/
   #spanNewPass_ChangePass { font-size:11PX;; height:24px; line-height:24px;}
   
.compol-list{ margin-bottom:20px;}
.compol-bold { font-weight:bold;}
.estoptions .radio{margin-right:20px;}

.gfpalltable2 input[type='text'],.funddetailstable input[type='text']{ width:40px; }

.gfpalltable2.ts2 th
{ padding:15px 10px;
  font-size:12px;
    }
    
.gfpalltable2 th:first-child,.gfpalltable2 td:first-child{ width:115px;}
.gfpalltable2 th:last-child,.gfpalltable2 td:last-child{ width:86px;}
    
.rtable a img { margin-right:5px;}
.tabright { float:right;}
@media screen and (max-width:800px){
/*logo*/
.topsection, .topsectionnew {display:none;}
.header {  min-height:42px;color:#FFF;position:fixed; top:0px; width:100%; z-index:99999;}
.mainwrapper { padding-top:60px;}
.logo2 { display:block; width:150px;}
.sitewidth { width:96%; margin:auto;}
.mainmenu li a {padding:0px 8px; font-size:15px;}
.notlogout{margin-top:0px;}
.notonav .notify{background:url(../images/notify.png) no-repeat bottom left;}
.logout {padding: 0 0 0 10px;}
.logout .settingicon{background:url(../images/setting.png) no-repeat bottom left;}
.lleft,.lright { float:none; width:auto;}
.lleft { margin-bottom:20px;}

/* Footer*/
.footersection {/* width:96%;*/ margin:auto;width:100%;}
.fnav { float:none; width:100%;}
.fw { display:none;}
.fnavright{ display:none;}
.flogo { display:none; }
.groups_companies { display:none; }
.disclaimer { float:none; width:100%;}
.footer_products { position:relative;}
.social_wrap { float:none; position:absolute; right:0px; top:-36px; padding:0px;}

.policylistbox { width:auto;}
.polsummarybg { width:100%;}

.polactionsleft{width:89%;}
.polpadduedates { float:none; width:auto; padding-left:10px; }
.polpaddueactions {float:none; width:auto; text-align:left; padding:6px 0px 0px 10px;}
.polpadduedates a { padding-left:0px;}
.praupdown a { height:85px;}

.estate li.selpolicy:before{display:none;}
.estate li a, .rgtpolicynum, .rgtactname{width:auto;}
.rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li{background-position:97% center;}

.toprecomm{display:none;}

.almainwrapper .mainwrapper{padding-top: 30px;}
.headernew{min-height:42px;}
.leftmenu{margin-left:20px;}
.rgtmenuicon{display:block;margin-top:12px;float:right;}
.rgtmenuflyout{display:none;}
.mrgtview .rgtmenuflyout { position:fixed; top:42px; z-index:99999; width:160px; right:2%; display:block; }
.rgtmenuflyout li, .rgtmenuflyout .rgtmenulist, .rgtmenuflyout .crgtmenu { float:none; display:block;margin:0}
.rgtmenuflyout li a{color:#fff;border-right:none;padding:10px;}
.rgtmenuflyout li a:hover{background:#01a4f1;text-decoration:none}
}

@media screen and (max-width:640px){
.totalmainwrapper { overflow:hidden;height:100%; width:100%;}
.notlogout li.mmenuicon { display:block; border-right:1px dotted #CCCCCC; padding-right:10px;}
.notlogout li.mmenuicon a{ display:block; height:16px; width:16px;}

.mainwrapper { width:100%; display:block; height:100%;transform:translate3d(0px, 0px, 0px);-webkit-transform:translate3d(0px, 0px, 0px);-moz-transform:translate3d(0px, 0px, 0px);}
.mainmenusection  { display:none}
.mview .mainmenusection { position:fixed; top:42px; z-index:99999; width:200px;  right:80px; display:block; }
.mainmenusection .mainmenu { float:none;}
.mainmenusection li { float:none; display:block;}
.mainmenusection li a { text-align:left;background: #98272a !important;}
/*logo*/
.topsection {display:none;}
.logo2 { display:block; width:150px;}
.sitewidth { width:96%; margin:auto;}
.notlogout{margin-top:0px;}
.notonav .notify{background:url(../images/notify.png) no-repeat bottom left;}
.logout .settingicon{background:url(../images/setting.png) no-repeat bottom left;}

/*Responsive table*/
.rtable, .rtable thead, .rtable tbody, .rtable th, .rtable td, .rtable tr{display: block;}
.rtable thead tr {position: absolute;top:-9999px;left:-9999px;}
.rtable td{border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 50%;}
.rtable td:before {position: absolute;top:10px;left: 6px;width: 45%;padding-right: 10px; white-space: nowrap;}

/*All Table Styles*/
.ts td {padding:10px 6px 10px 50%;min-height:22px; }
.ts td:last-child{border-bottom:none;}

/*All Table Styles2*/
.ts2 td {padding:0px 0px;}
.polsummarybg {  display:none;}
.fundsdetails{width:auto;position:static;}
.btmbtn{width:96%;}
/*Fund Switch Table 1*/
.fundswitchtable td:nth-of-type(1):before { content: "Fund Code"; }
.fundswitchtable td:nth-of-type(2):before { content: "No. of Units"; }
.fundswitchtable td:nth-of-type(3):before { content: "NAV"; }
.fundswitchtable td:nth-of-type(4):before { content: "NAV Date"; }
.fundswitchtable td:nth-of-type(5):before { content: "Fund Value"; }
.fundswitchtable td:nth-of-type(6):before { content: "ZEND"; }
.fundswitchtable td:nth-of-type(7):before { content: "ZENG"; }
.fundswitchtable td:nth-of-type(8):before { content: "ZETT"; }
.fundswitchtable td:nth-of-type(9):before { content: "ZGLT"; }
.fundswitchtable td:nth-of-type(10):before { content: "ZIFT"; }
.fundswitchtable td:nth-of-type(11):before { content: "ZMCP"; }
.fundswitchtable td:nth-of-type(12):before { content: "ZMKT"; }
.fundswitchtable td:nth-of-type(13):before { content: "ZPEQ"; }

/*Service Request History*/
.servicerequesthistorytable td:nth-of-type(1):before { content: "Service Type"; }
.servicerequesthistorytable td:nth-of-type(2):before { content: "Details"; }
.servicerequesthistorytable td:nth-of-type(3):before { content: "Transaction ID"; }
.servicerequesthistorytable td:nth-of-type(4):before { content: "Date"; }
.servicerequesthistorytable td:nth-of-type(5):before { content: "Status"; }

/*fund allocation*/ 
.fundallocationtable td:nth-of-type(1):before { content: "Fund Type"; }
.fundallocationtable td:nth-of-type(2):before { content: "Fund Allocation"; }
.fundallocationtable td:nth-of-type(3):before { content: "No. of Units"; }
.fundallocationtable td:nth-of-type(4):before { content: "Current Fund Value"; }
.fundallocationtable td:nth-of-type(5):before { content: "Allocate"; }

/* Application Form, Product Brochure, Service Request Form */
.applicationform td:nth-of-type(1):before, .policyserform td:nth-of-type(1):before, .investupdate td:nth-of-type(1):before{ content: "Serial No."; }
.applicationform td:nth-of-type(2):before, .policyserform td:nth-of-type(2):before, .investupdate td:nth-of-type(2):before{ content: "Name of the Form"; }
.applicationform td:nth-of-type(3):before { content: "Size"; }
.applicationform td:nth-of-type(4):before, .policyserform td:nth-of-type(4):before { content: "Download"; }

/* Investment Update */
.investupdate td:nth-of-type(3):before { content: "Retail Customers"; }
.investupdate td:nth-of-type(4):before {content:"Group Customers";}

/* Policy Servicing Form */
.policyserform td:nth-of-type(3):before { content: "Language"; }

/* My Health Account */
.pydetails td:nth-of-type(1):before { content: "Client ID"; }
.pydetails td:nth-of-type(2):before { content: "Policy Number"; }
.pydetails td:nth-of-type(3):before { content: "TPA Name"; }

/*  Premium Contribution */
.preconttable td:nth-of-type(1):before { content: "Transaction Date"; }
.preconttable td:nth-of-type(2):before { content: "Premium Amount (Rs.)"; }

/* My Transactions */
.transummy td:nth-of-type(1):before { content: "Policy No"; }
.transummy td:nth-of-type(2):before { content: "Regular / Single Contribution"; }
.transummy td:nth-of-type(3):before { content: "Top Up"; }
.transummy td:nth-of-type(4):before { content: "Total"; }
.transummy td:nth-of-type(5):before { content: "Withdrawal"; }

.transdet td:nth-of-type(1):before { content: "Policy No"; }
.transdet td:nth-of-type(2):before { content: "Policy Name"; }
.transdet td:nth-of-type(3):before { content: "Transaction Description"; }
.transdet td:nth-of-type(4):before { content: "Date"; }
.transdet td:nth-of-type(5):before { content: "Amount"; }

/* Anonymous Login*/
.ppotable td:nth-of-type(1):before { content: "Client ID"; }
.ppotable td:nth-of-type(2):before { content: "Client Name"; }
.ppotable td:nth-of-type(3):before { content: "Policy Number"; }
.ppotable td:nth-of-type(4):before { content: "Contract Status"; }
.ppotable td:nth-of-type(5):before { content: "Premium"; }
.ppotable td:nth-of-type(6):before { content: "Last Premium Date"; }
.ppotable td:nth-of-type(7):before { content: "Next Premium Date"; }
.ppotable td:nth-of-type(8):before { content: "Payment"; }

.mainmenu select { width:100%; padding:6px; border:none; margin:5px auto;}
.policy-title {width:auto;float:none;text-align:left; clear:both; min-height:65px;}

.weluser{ width:50px; height:50px; margin:0; float:left;}
.weluser .mainuser {width:50px;height:50px; margin:0;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;}
.imgupload{ bottom: -15px;left: -24px;}
.yourdetail {padding:5px 0px 0px 15px;float:left;}

.profile-dets {float:none;width:auto;margin-left:0px; padding-top:15px;}
.paynow span { display:block;margin-bottom:6px;}
.paynow .ml10{margin-left:0;}
.userwelcomesection {margin-bottom:30px;}

.yourdetail p { display:none;}
.yourdetailicons { margin-top:12px;}
.policy_numbers, .funds, .myactivity { border-bottom:none;}
.funds-list li { padding-bottom:0px;}
.policy-title .icon-policy,.policy-title .icon-funds,.policy-title .icon-services {margin:0; display:inline-block;margin-bottom:0px;}
.profiletimeline li:before {border-left:none;bottom: 0;left:0px; position:static;margin-left:0;}
.profiletimeline .policy-title span  { line-height:54px; font-size:18px; display:inline-block; position:relative; top:-20px;left:10px;}
.policy_numbers,.funds,.myactivity{float:none;width:auto;margin-left:0;}
.poltitle{margin-left:0;}

.prof_left .polsummarybg {width:100%;overflow:hidden; display:none;}
.polactionsleft {/*width:93%;*/margin-bottom:10px;}

/*.prof_left .polpadduedates { float:none; display:block; width:100%;text-align:center;padding-left:0;}
.prof_left .polpaddueactions { float:none; display:block;  width:100%; text-align:center; padding:0px 0px 10px 0}*/

.loadmore{border-bottom:1px solid #ccc;}

.moreservices{display:inline-block;}

/* Service Request History Responsive table */
.sertype table, .sertype thead, .sertype tbody, .sertype th, .sertype td, .sertype tr { 
	display: block; 
}
.sertype thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.sertype tr { border: 1px solid #ccc;margin:10px 0; }
.sertype td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
}
.sertype td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
}

.formstatusmessage {width:auto;}

.leftservices{width:auto;float:none;}
.rgtservices{width:auto;float:none; margin-left:0px;}

.uploadfile input[type="text"]{width:50%;}
.rgtuser{float:none; width:130px; margin:0px 0 30px 0;}

.cud2{float:none;}
.ncinputs2{margin-left:180px;}
.ncinputs2 .dk_toggle{width:210px !important;}
.ddecslabel{width:210px;}

.downloadforms a{margin-bottom:20px;}
}


@media screen and (max-width:480px){
.toprecomm{display:block;width:100%;overflow:hidden;}	
.toprecomm img{height:170px;width:100%;}
.tlook{width:96%;}

.policymeansupdate{border-bottom:none;top:30%;}
.polactionsleft { float:none; width:auto; border-right:none;}
.praupdown { float:none; width:auto; height:24px; border-top:#ccc 1px solid;border-left:none;}
.praupdown a{height:24px; line-height:24px; width:auto;}

.policycomments:after{ display:none;}
.policycomments{top:24px;left:5%;}

.servtitle{padding:10px 15px;}

.lgtuser { float:none; width:auto;}
.policybtns .prabut { margin-bottom:10px;}
.fundbreak { font-size:16px; font-weight:bold; }
.fundsinvesttitle { font-size:22px;}
.ulplan{ float:none; border-right:none; padding:0px; margin:15px 0px 0px 0px;}
.tfvalue { font-size:30px;}
.fundsinvest { margin-bottom:40px;}

.mview .mainmenusection {width:100%; right:0px;}
.policydetails,.policyinner { font-size:12px;}
.policydetails .td1{width:100px;}
.beforemat { float:none; width:100%;}
.aftermat{ float:none; width:100%; margin-top:20px;}
.patdates { float:none; width:auto; text-align:left;}
.patimeline li:before { border-left:none;}
.patimage { display:none;}
.patimeline li {padding-bottom:20px}
.patdetails { width:auto; float:none;}
.poldetboxactions { padding-top:10px; text-align:center;}
.poldetboxactions a{ margin:3px 0px;}
	
.leftquesans{width:87%;}
.rgtcheck{margin:0;}
	
.memimgupload{left:0;}
.formsection{margin-top:230px;}
.dk_container{float:none !important}
.cdtype{float:none; width:auto;}

.cul, .nclabel, .doblabel,.estlabel, .formlable, .cdtype label, .ddecslabel { float:none; width:auto; display:block; color:#999;}
.cul:after, .nclabel:after, .doblabel:after, .estlabel:after, .formlable:after, .cdtype label:after, .ddecslabel:after{content: "";}	
.cud, .ncinputs, .ncinputs2, .cud2, .estoptions, .forminputs, .cdtype p{ float:none;width:auto; display:block;}
.cud textarea{width:90%;}
.ncinputs2, .cud2{margin-left:0;}
.estoptions, .estoptions1{float:none;}
.cud .dk_toggle, .ncinputs .dk_toggle, .ncinputs2 .dk_toggle, .estoptions .dk_toggle, .estoptions1 .dk_toggle, .forminputs .dk_toggle, .formrow .forminputs .dk_toggle, .cdtype p .dk_toggle{width:85% !important;}
.estoptions input{width:90%;}
.estto{margin:3px 0 6px;float:none;}
.formrow {margin:0 0 10px 0;}
.forminputs .chthr .dk_toggle{width:50% !important;}
.formrow .forminputs input{width:90% !important;}
.formrow .forminputs .radio input , .formrow .forminputs .checkbox input{width:auto !important;}
.policyserform td .dk_container{background:none;}
	
.fundswitchallocates{right:-22px;}
	
#sortbydatepicker{width:130px;}
.sortby .third{padding-left:74px;margin-top:10px;}
.sortby .third .dk_toggle{width:105px !important;}
	
.stepswizard li a span { display:none; }
.stepswizard li a{width:66px;}
	
.cdtypesection .cdtype{margin-bottom:10px;}
	
.rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li{background-position:96% center;}
	
.switchdate{display:none;}

.book-flyout{width:210px;}
.mobile-flyout{width:175px;}
.msg-flyout{width:135px;}
.msg-flyout .td1{width:38px;}
.msg-flyout .td3{word-wrap: break-word;display:block;width:85px;}

.notmem, .almem{float:none;}
.almem{margin:20px 0 0;}
.parahe{min-height:0;}

.leftmenuicon{display:block;border-right: 1px dotted #CCCCCC;padding-right:10px;float:left;margin:12px 10px 0 0;height:17px;}	
.leftmenu{display:none;}
.mleftview .leftmenu { position:fixed; top:42px; z-index:99999; width:100%; right:0; display:block; }
.mleftview .leftmenu li{ float:none;padding:5px 10px;display:block;}
.mleftview .leftmenu li a{margin-right:0;}
.mleftview .leftmenu li:hover{background:#01a4f1;text-decoration:none}
}

@media screen and (max-width:320px){
.stepswizard li a{width:40px;}

.policymeans{line-height:20px;}

.pooptions .dk_container .dk_toggle{width:250px !important;}

/*.estoptions1 .dk_toggle{width:254px !important;}*/
.pucf{width:275px;}

.rgtaccordion .acctitle.ui-state-active, .rgtaccordion .acctitle, .loctor, .advisor, .estate li{background-position:94% center;}
}
	