﻿/*********************************************** 
						Font Style
				***********************************************/

@font-face {
    font-family: "reliance-sales";
    src: url("../fonts/reliance-sales.eot");
    src: url("../fonts/reliance-sales.eot?#iefix") format("embedded-opentype"), url("../fonts/reliance-sales.woff") format("woff"), url("../fonts/reliance-sales.ttf") format("truetype"), url("../fonts/reliance-sales.svg#reliance-sales") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Medium';
    src: url('../fonts/Helvetica.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.ttf')format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 100%;
    padding-bottom: 36px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0px;
    padding: 0px;
}

body,
html {
    font-family: Helvetica-medium;
    font-size: 14px;
    background-color: #ebebeb;
    color: #565656;
}

body {
    padding-top: 50px;
}

    body.login-bg {
        background: url(../Images/Login_bg_desktop.jpg) no-repeat top left fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

ul,
li {
    margin: 0px;
    padding: 0;
    list-style: none;
}

.label {
    color: #999;
}

a:hover, a:focus {
    text-decoration: none;
}

a {
    color: #97282a;
    text-decoration: none;
    cursor: pointer;
}

strong {
    font-weight: normal;
    font-family: 'Helvetica-Bold';
}

.btn.focus,
.btn:active.focus,
.btn.active.focus,
select:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
    outline: none;
}

a:focus, a:active,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.select2-container .select2-selection--single:focus {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

h6 {
    font-weight: normal;
    font-family: "Helvetica-Bold";
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

.no-gutter {
    padding-left: 0;
    padding-right: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.wrapper {
    margin: 10px 0px;
}

.mainwrapper {
    margin: 20px 0px 0px;
}

.mgb {
    margin-bottom: 0px !important;
}

.form-heading {
    border-bottom: 4px solid;
    color: #97282a;
    display: inline-block;
    /*font-family: Helvetica-bold;*/
    font-weight: bold;
    font-family: Arial;
    line-height: 16px;
    margin: 0px 0px 14px;
    padding-bottom: 6px;
}

.form-heading2 {
    color: #565656;
    display: inline-block;
    /*font-family: Helvetica-bold;*/
    font-weight: bold;
    font-family: Arial;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.plan-heading {
    color: #565656;
    font-size: 16px;
    display: inline-block;
    margin-left: 20px;
    font-family: helvetica-Bold;
}

.form-heading .edit {
    position: absolute !important;
    right: 35px;
    color: #97282a;
    top: 24px;
    font-family: Helvetica-Medium;
}
/*********************************************** 
						Bootstrap
				***********************************************/
.btn {
    padding: 7px 10px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

    ol > li {
        list-style-type: decimal;
    }

.alert {
    padding: 10px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.mobile-hide {
    display: inline-block;
}

.mobile-hide-block {
    display: inline-block;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    padding: 20px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel1 {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.renewaldesktop .panel1 {
    margin: 20px 0px 10px;
}

    .renewaldesktop .panel1:first-child {
        margin-top: 0px;
    }

.label {
    color: #565656;
    font-size: 14px;
    font-weight: normal;
    margin: 0px !important;
    padding: 0px;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.mainwrapper > .container {
    position: relative;
}

.rgroupemp, .rgroupemp1, .pro-permaadd, .lanotsame-hide, .permaadd, .nomineeadd, .familyhis, .lifefimalhis, .lyfstyle1, .lyfstyle2, .lyfstyle3, .lyfstyle3-1, .lyfstyle3-2, .lyfstyle3-3, .lyfstyle3-4, .lyfstyle3-5, .lyfstyle4, .lyfstyle5, .lyfstyle6, .lyfstyle7, .lyfstyle8, .lyfstyle9, .lyfstyle10, .lyfstyle11, .vernacu, .lifetobeassured, .incomeproposer, .lyfstyle-chew, .hide-e-insurance, .e-account-no, .listyle4, .lyfstyle4-1, .lyfstyle4-2, .lyfstyle4-3, .lyfstyle4-4, .lyfstyle3-7, .incomeproposer, .disability, .personalive-no, .goodhealth, .single, .mailingaadd, .appointeeadd, .same_nominee, .nomineeadd1, .appointeeadd1, .appointeeadd11, .add_nomineeadd, .secondNom, .riderDetials, .naminate_depedent, .nominee-1-address, .familyhis-d1 {
    display: none;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #97282a;
    border-color: #97282a;
}

.btn-primary {
    color: #97282a;
    background-color: #ffffff;
    border-color: #97282a;
}

.uploading-opn .btn-primary {
    color: #565656;
    border-color: #d8d8d8;
}

    .uploading-opn .btn-primary:hover {
        color: #ffffff;
    }

.btn-secondary {
    color: #ffffff;
    background-color: #97282a;
    border-color: #97282a;
}

.secondary-btn {
    color: #FFF;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    min-width: 90px;
    padding: 7px 12px;
    margin-right: 4px;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
    color: #cccccc;
}

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control[disabled]::-webkit-inner-spin-button,
.form-control[disabled]::-webkit-calendar-picker-indicator,
.form-control[disabled]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
}

#accordion i.zmdi, #accordion1 i.zmdi {
    float: right;
    margin-top: 1px;
    font-size: 18px;
}

#accordion td i.zmdi, #accordion1 td i.zmdi {
    float: none;
    margin-top: 0px;
    font-size: inherit;
}

#grid tr:hover {
    background-color: #dedddd;
}

/*.form-group input[type="date"]::-webkit-inner-spin-button,
.form-group input[type="date"]::-webkit-calendar-picker-indicator,
.form-group option {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/

.panel > .table-responsive > .table-bordered {
    border: 1px solid #d8d8d8 !important;
}
/***********************************************
						BI Summary Sticky
				***********************************************/
.stickit {
    margin-left: 780px;
    position: fixed;
    top: 50px;
}

.stickit-end {
    bottom: 0px;
    position: absolute;
    right: 0;
}

.stickem-container {
    position: relative;
}

.timeline-tab + div {
    max-height: 600px;
    overflow-y: auto;
}
/*************************************************
                Scrollable Visible
                ************************************************/
::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 6px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 6px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(86, 86, 86, 0.47);
    border-radius: 10px;
    border: 1px solid #ffffff;
    opacity: 0.9;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
/*********************************************** 
						Forms 
				***********************************************/

label {
    display: inline-block;
    font-weight: 400;
    margin: 0px;
    color: #9d9d9d;
}

    label.input-focus {
        color: #97282a;
    }

.form-control input {
    color: #ccc;
}

.pending {
    color: #f9a840 !important;
}

.approved {
    color: #8ac45f !important;
}

.rejected {
    color: #D04949 !important;
}

.in-process {
    color: #5db2de !important;
}

.all-application {
    color: #565656 !important;
}

.login {
    color: #97282a !important;
}

.traget {
    color: #d8d8d8;
}

.form-control {
    height: 30px;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-border-bottom: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .form-control:focus {
        border: none;
        border-bottom: 1px solid #97282a;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

select:focus {
    border: none;
    border-bottom: 1px solid #97282a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container {
    height: 30px;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #CCC;
}

.form-group span.select2 {
    width: 100% !important;
}

.male, .female, .education, .marriage {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.camera, .gallery, .browse {
    width: 23px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px;
}

.male {
    background: url("../img/male.png") no-repeat center center;
    vertical-align: baseline;
}

.female {
    background: url("../img/female.png") no-repeat center center;
    vertical-align: baseline;
}

.education {
    background: url("../img/education-gray.png") no-repeat center center;
    vertical-align: middle;
}

.marriage {
    background: url("../img/marriage-gray.png") no-repeat center center;
    vertical-align: middle;
}

.ui-radio > input[type=radio]:checked + label .education {
    background: url("../img/education-white.png") no-repeat center center;
    vertical-align: middle;
}

.ui-radio > input[type=radio]:checked + label .marriage {
    background: url("../img/marriage-white.png") no-repeat center center;
    vertical-align: middle;
}

.camera {
    background: url("../img/Camera_Grey.png") no-repeat center center;
}

.gallery {
    background: url("../img/Gallery_Grey.png") no-repeat center center;
}

.browse {
    background: url("../img/Folder_grey.png") no-repeat center center;
}

.fileUpload:hover .camera {
    background: url(../img/camera_White.png) no-repeat;
}

.fileUpload:hover .gallery {
    background: url(../img/Gallery_Blue.png) no-repeat;
}

.fileUpload:hover .browse {
    background: url(../img/Folder_White.png) no-repeat;
}

input[type=radio] {
    display: none;
}

input[type=checkbox] {
    display: inline;
}

.male-femail {
    padding-top: 0px;
}

.select2-dropdown {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    border-radius: 0px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9990;
    top: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}

.select2-search--dropdown {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f9f9f9;
    color: #97282a;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f9f9f9;
    color: #97282a;
}

.select2-results__options li {
    border-bottom: 1px solid #ebebeb;
}

    .select2-results__options li:last-child {
        border-bottom: none;
    }

.select2-results__option {
    padding: 10px;
}

.btn-switch {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 72px;
}

.btn-switch__radio {
    display: none;
}

.btn-switch__label {
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

.btn-switch__txt {
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 1.5em;
    opacity: 1;
    pointer-events: none;
    line-height: 18px;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes .btn-switch__txt,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no .btn-switch__txt {
    opacity: 0;
}

.btn-switch__label:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 4px;
    right: 0px;
    bottom: 4px;
    left: 0px;
    background: rgb(157, 157, 157);
    border-radius: 1.5em;
    box-shadow: inset 0 .0715em .3572em rgba(43,43,43,.05);
    transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -ms-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label:before {
    background: #97282a;
}

.btn-switch__label_no:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: .5em;
    bottom: .5em;
    left: .5em;
    width: 16px;
    background: #fff;
    border-radius: 1em;
    pointer-events: none;
    box-shadow: 0 .1429em .2143em rgba(43,43,43,.2), 0 .3572em .3572em rgba(43,43,43,.1);
    transition: left .2s ease-in-out, background .2s ease-in-out;
    -webkit-transition: left .2s ease-in-out, background .2s ease-in-out;
    -moz-transition: left .2s ease-in-out, background .2s ease-in-out;
    -ms-transition: left .2s ease-in-out, background .2s ease-in-out;
    -o-transition: left .2s ease-in-out, background .2s ease-in-out;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_no:after {
    /*	left: calc(100% - 2.5em);*/
    left: 50px;
    background: #fff;
}

.btn-switch__radio_no:checked ~ .btn-switch__label_yes:before,
.btn-switch__radio_yes:checked ~ .btn-switch__label_no:before {
    z-index: 1;
}

.btn-switch__radio_yes:checked ~ .btn-switch__label_yes {
    color: #FFF;
    position: absolute;
    margin-left: 5px;
    transition: none;
}

label.required::after {
    content: "*";
    color: #D04949;
    margin-left: 1px;
}

.form-group h5 {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    margin: 0px;
}

.calendar {
    background: transparent url("../img/calendar.png") no-repeat center right;
}

.rupee {
    background: transparent url("../img/rupees.png") no-repeat center right;
}

.search {
    background: #ffffff url("../img/search.png") no-repeat 97% center;
}

.percentage {
    background: transparent url("../img/percentage.png") no-repeat center right;
}

.yrs {
    background: transparent url("../img/yrs.png") no-repeat center right;
}
/********* checkbox and radiobox *********/
.custom-checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: transparent url("../img/Checkbox_Sprite.png") no-repeat;
    vertical-align: top;
    background-position: 0px 0px;
}

    .custom-checkbox:hover {
        background-position: -18px 0px;
    }

    .custom-checkbox.selected {
        background-position: -36px 0px;
    }

    .custom-checkbox input[type="checkbox"] {
        margin: 0;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

.custom-radio {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: transparent url("../img/radio_buttons.png") no-repeat scroll 0px 0px;
    float: right;
    margin: 2px 0px;
}

    .custom-radio:hover {
        background-position: -16px 0px;
    }

    .custom-radio.selected {
        background-position: -32px 0px;
    }

    .custom-radio input[type="radio"] {
        margin: 1px;
        position: absolute;
        z-index: 2;
        cursor: pointer;
        outline: none;
        opacity: 0;
        /* CSS hacks for older browsers */
        _noFocusLine: expression(this.hideFocus=true);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -khtml-opacity: 0;
        -moz-opacity: 0;
    }

input[type="radio"] {
    margin: 4px 0px 0px;
    line-height: normal;
    display: none !important;
}
/*********************************************** 
						Header Section 
				***********************************************/
.headersection {
    background: #97282a;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    padding: 8px 0px;
    text-shadow: none;
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0%;
    z-index: 9999;
}

.dekstop-hide {
    display: none !important;
}

.headersection .navtab-content {
    max-height: 200px;
    overflow: auto;
}

.headersection .syncBox-body {
    background-color: #f1f1f1;
}

    .headersection .syncBox-body > li h4 {
        color: #9d9d9d;
        font-size: 49px;
    }

        .headersection .syncBox-body > li h4 small {
            font-size: 16px;
            color: #9d9d9d;
            text-transform: uppercase;
        }

    .headersection .syncBox-body > li p {
        font-size: 15px;
        color: #565656;
        text-transform: capitalize;
        margin: 0px;
    }

    .headersection .syncBox-body > li {
        margin: 0px 11px;
    }
/*********************************************** 
.						Footer Section 
				***********************************************/
footer {
    /*position: absolute;*/
    position: fixed;
    /*position: relative;*/
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
}

.footersection {
    background: #97282a;
    color: #fff;
    text-align: center;
    padding: 3px;
}

    .footersection li {
        display: inline-block;
    }

        .footersection li::after {
            content: "|";
            margin: 0px 5px;
        }

        .footersection li:last-child:after {
            display: none;
        }

        .footersection li a {
            color: #fff;
        }

            .footersection li a:after {
                border-left: 1px solid #fff;
            }
/*****************	Header Left Section	*****************/

.brand {
    position: absolute;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.headersection .back {
    color: #FFF;
    font-weight: 400;
    font-size: 24px;
    float: left;
    padding: 0px 14px;
}

    .headersection .back:hover {
        color: #fff;
    }

.pagetitle {
    font-size: 16px;
    font-family: "Helvetica-Bold";
    position: relative;
    float: left;
    border-left: 1px solid #FFF;
    padding: 5px 14px;
}

    .pagetitle.homet {
        font-size: 16px;
        font-family: "Helvetica-Bold";
        position: relative;
        float: left;
        border-left: 0 none;
        padding: 5px 0px 5px 16px;
    }

.home-page {
    font-family: "Helvetica-Bold";
    font-size: 16px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.left-nav-sticky {
    position: fixed;
    top: 52px;
}

.renwal-left-nav-sticky {
    position: fixed;
    top: 132px;
}
/*****************	Header Right Section	*****************/
.tophead-right .dropdown-menu {
    left: auto;
}

.tophead-right {
    float: right;
    width: auto;
}

.tophead-left {
    float: left;
    width: auto;
}

.tophead-right > ul > li {
    float: left;
    position: relative;
}

    .tophead-right > ul > li > a {
        display: block;
        color: #FFF;
        padding: 0px 14px;
        font-size: 24px;
        font-weight: normal;
    }

        .tophead-right > ul > li > a:hover {
            color: #FFF;
        }

.count {
    background: #D04949 none repeat scroll 0% 0%;
    text-align: center;
    position: absolute;
    top: 4px;
    font-size: 10px;
    border-radius: 5px;
    padding: 0px 3px;
    right: 8px;
}

.mobile-noti, .desk-noti, .profile-dropdown, .add-section, .desk-sync {
    position: absolute;
    top: 43px;
    padding: 0px;
    color: #565656;
    z-index: 99;
    background: #fff;
    border: #CCC 1px solid;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

    .add-section:before {
        content: "\a ";
        border-style: solid;
        border-width: 7px 9px 11px;
        border-color: transparent transparent #FFF;
        position: absolute;
        top: -18px;
        right: 6px;
    }
/********	Notification Dropdown	********/

/****	Desktop Dropdown	****/
.top-noti.open .desk-noti {
    display: block;
    width: 420px;
    max-height: 400px;
    right: -37px;
}

.top-sync.open .desk-sync {
    display: block;
    width: 420px;
    max-height: 400px;
    right: -122px;
}

.desk-noti .navtab-links li {
    float: left;
    text-align: center;
    position: relative;
    width: 21%;
    margin: 0px 6.1%;
}

    .desk-noti .navtab-links li a, .mobile-noti .navtab li a {
        text-decoration: none;
    }

    .desk-noti .navtab-links li.active {
        border-bottom: 4px solid #97282a;
    }

        .desk-noti .navtab-links li.active h1 {
            color: #97282a;
        }

    .desk-noti .navtab-links li h1 {
        font-size: 48px;
        line-height: 50px;
        font-weight: 400;
        color: #9D9D9D;
        margin: 10px 0px;
    }

    .desk-noti .navtab-links li p {
        font-size: 16px;
        line-height: 14px;
        font-weight: 400;
        color: #565656;
    }

.desk-noti .navtab-links, .mobile-noti .navtab {
    background-color: #F1F1F1;
}
/*.desk-noti .navtab-content p{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0px;
	line-height: 16px;
	margin-bottom: -5px;
}*/
#generalnoti .personrenewalrefer.btn-primary {
    padding: 3px 10px;
    float: right;
    font-size: 12px;
    margin: 10px 0;
}

.desk-noti .navtab-content li, .desk-sync .navtab-content li {
    border-top: 1px solid #EBEBEB;
    padding: 10px 6px;
    background-color: #fff;
}

.view-all a {
    text-align: center;
    background-color: #F1F1F1;
    box-shadow: none;
    color: #97282a;
    border-top: 1px solid #E0E0E0;
    border-radius: 0px;
    padding: 10px;
    display: block;
    text-decoration: none;
}

.desk-noti:before {
    content: "\a ";
    border-style: solid;
    border-width: 7px 9px 11px;
    border-color: transparent transparent #F1F1F1;
    position: absolute;
    top: -18px;
    right: 49px;
}

.desk-sync:before {
    content: "\a ";
    border-style: solid;
    border-width: 7px 9px 11px;
    border-color: transparent transparent #F1F1F1;
    position: absolute;
    top: -18px;
    right: 134px;
}

.call-action img {
    margin: 8px 5px;
    vertical-align: middle;
}

/********	profile Dropdown	********/
.top-profile.open .profile-dropdown {
    display: block;
    width: 360px;
    right: 6px;
}

.top-m-profile.open .profile-dropdown {
    display: block;
    width: 360px;
    right: 6px;
    z-index: 999; /*PR12794*/
}

.profile-dropdown ul li {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}

    .profile-dropdown ul li:last-child {
        border-bottom: none;
    }

.pd-left {
    width: 90px;
    float: left;
}

.check-status-btn {
    margin-top: 28px;
    margin-bottom: 10px;
}

.pd-left img {
    width: 74px;
    vertical-align: middle;
    margin: 6px 0px;
    border-radius: 50px;
}

.profile-dropdown a {
    padding: 10px 16px;
    display: block;
    color: #565656;
    text-decoration: none;
    font-size: 14px;
}

.profile-dropdown i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    text-align: center;
}

.profile-dropdown::before {
    content: "\a ";
    border-style: solid;
    border-width: 7px 9px 11px 9px;
    border-color: transparent transparent #FFF transparent;
    position: absolute;
    top: -18px;
    right: 6px;
}

.profile-dropdown h6 {
    font-family: Helvetica-bold;
    font-size: 14px;
    margin: 0px 0px 8px;
    color: #565656;
    font-weight: normal;
}

.profile-dropdown p {
    color: #565656;
    font-size: 14px;
    font-weight: normal;
    margin: 0px !important;
    padding: 0px;
}

.profile-dropdow .pd-right p span {
    color: #565656;
    font-size: 14px;
    font-weight: normal;
    margin: 0px !important;
    padding: 0px;
}

.profile-dropdown a:hover {
    color: #97282a;
    background: #f8f8f8 none repeat scroll 0% 0%;
}

/***********************************************
                        Add Section
				***********************************************/
.top-create.open .add-section {
    display: block;
    max-height: 400px;
    width: 176px;
    right: -82px;
}

.add-section:before {
    content: "\a ";
    border-style: solid;
    border-width: 7px 9px 11px;
    border-color: transparent transparent #FFF;
    position: absolute;
    top: -18px;
    right: 93px;
}

#teamlogin small {
    font-size: 75%;
}
/*********************************************** 
						Tabs Styles 
				***********************************************/

.top-filtersection {
    background: #FFF;
    padding: 20px 15px 0px;
}

.nav-tabsection {
    overflow: auto;
    white-space: nowrap;
}

    .nav-tabsection li {
        float: left;
        margin-right: 40px;
        padding-bottom: 10px;
    }

        .nav-tabsection li:last-child {
            margin-right: 0px;
        }

        .nav-tabsection li a {
            display: block;
        }

        .nav-tabsection li.active {
            border-bottom: 4px solid #97282a;
        }


            .nav-tabsection li.active a h1 {
                color: #97282a !important;
            }

        .nav-tabsection li a h1.disabled {
            color: #DEDEDE;
        }

.bi-tab-nav li h1 {
    color: #9D9D9D;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin: 0px;
    padding-right: 10px;
    font-family: Helvetica-medium;
}

.bi-tab-nav li p {
    color: #565656;
    display: inline-block;
    font-size: 16px;
    margin: 0px;
    text-align: left;
}

.counternum li h1 {
    color: #9D9D9D;
    font-size: 50px;
    line-height: 50px;
    margin: 0px;
    display: block;
    font-family: Helvetica-medium;
    text-align: center;
}

.counternumsmallfont li h1 {
    color: #9D9D9D;
    line-height: 50px;
    margin: 0px;
    display: block;
    font-family: Helvetica-medium;
    text-align: center;
}

.counternum li p, .product li p {
    color: #565656;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0px;
}

.timeline-tab {
    margin-bottom: 20px;
    display: inline-block;
}

    .timeline-tab li a {
        display: block;
        padding: 7px 20px;
        color: #565656;
    }

    .timeline-tab li {
        float: left;
        text-align: center;
        border-right: 1px solid #CCC;
    }

.coc li {
    width: 50%;
}

.timeline-tab li:last-child {
    border-right: none;
}

.timeline-tab li.active a {
    background-color: #97282a;
    color: #ffffff;
}

.timeline-tab ul {
    border: 1px solid #cccccc;
    border-radius: 2px;
    float: left;
}

.nav-tabsection.counternum .navtab-links {
    float: left;
}

.track-btn, .new-aplication, .add-lead {
    text-align: right;
    background: #97282a none repeat scroll 0% 0%;
    color: #FFF;
    margin-top: 0px;
    padding: 8px 20px;
    position: relative;
    border-radius: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.57);
}

.new-aplication {
    display: inline-block;
    float: right;
}

.track-btn {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 20px;
}

    .track-btn a {
        color: #fff;
    }

    .track-btn:hover a, .new-aplication:hover, .add-lead:hover {
        color: #FFF;
    }

.tab {
    display: none;
}

    .tab.active {
        display: block;
    }

/*PDC Steps*/
.pdc-step-page-title {
    display: none;
}

.pdcnavsteps {
    border-bottom: 1px solid #EBEBEB;
}

    .pdcnavsteps a {
        text-align: left;
        font-size: 14px;
        display: block;
        border-top: 1px solid #EBEBEB;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        color: #666;
    }

    .pdcnavsteps li.active a, .pdcnavsteps li:hover a {
        background-color: #f9f9f9;
        color: #97282a;
        text-decoration: none !important;
    }

    .pdcnavsteps a.done {
        background: transparent url("../img/GrrenTick.png") no-repeat scroll 96% 50%;
    }

    .pdcnavsteps a.incomplete {
        background: transparent url("../img/Alert.png") no-repeat scroll 96% 50%;
    }

.incomplete {
    background: transparent url("../img/Alert.png") no-repeat scroll 96% 50%;
}

.done {
    background: transparent url("../img/GrrenTick.png") no-repeat scroll 100% 50%;
}
.doc_verify .done {
    background: transparent url("../img/GrrenTick.png") no-repeat scroll 100% 50%;
}
.NotReaded {
    background: #fff url("../img/OrangeTick.png") no-repeat scroll 96% 50% !important;
}

.CFRRaised {
    background: #fff url("../img/RedTick.png") no-repeat scroll 96% 50%;
}


.pdcnavsteps a b {
    font-weight: 400;
}

.pdcnavsteps .ord-no {
    margin-right: 5px;
    text-decoration: none !important;
}

.form-button i.zmdi {
    float: none !important;
    margin-top: 0px;
    font-size: inherit !important;
}

/*********************************************** 
						Benefit Illustrator 
				***********************************************/
.user-details {
    margin-bottom: 24px;
}

    .user-details ul li {
        float: left;
    }

        .user-details ul li::after {
            content: "|";
            margin: 0px 8px;
        }

        .user-details ul li:last-child:after {
            display: none;
        }

.panel.cust-details li label {
    width: 34%;
}

.panel.cust-details span.filed {
    width: 66%;
}

.plan-sum p {
    font-size: 14px;
    margin: 0px;
    color: #9D9D9D;
    line-height: 18px;
}

.plan-sum h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 24px;
    font-family: Helvetica-medium;
}

.plan-sum li {
    padding: 8px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.plan-sum ul {
    margin-bottom: 10px;
}

.plan-sum li:last-child {
    border-bottom: 0px none;
}

.plan-sum li:first-child {
    padding-top: 0px;
}

.summary-panel {
    overflow: auto;
}

.content p {
    margin: 0px 0px 10px;
    font-size: 14px;
    color: #565656;
    line-height: 20px;
}

.hide-selection {
    display: none;
}

label.riderckblabel {
    padding-left: 30px;
    margin: 15px 0px;
}

.riderckblabel .custom-checkbox {
    position: absolute;
    left: 10px;
}

.pickmylocation {
    margin: 15px 0px;
}

.raiderCollaps {
    display: none;
}

.more-opn {
    color: #9D9D9D;
    display: inline-block;
    font-size: 42px;
    margin: 0px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 12px;
}
/*********************************************** 
						checkstatus 
				***********************************************/
.extraFilterSection.check-status {
    border-top: 0px none;
}

table#check-status > tbody > tr > td:first-child {
    color: #333333;
}
/*********************************************** 
						Upload Doccument 
				***********************************************/
.pdc-steps {
    margin: 0px -20px -20px;
}

.offline-detail label {
    display: block;
    margin: 0px 0px 8px;
}

.confirm-pament {
    display: none;
}

.select-repo {
    display: block;
}

.policy-detils {
    border: 1px solid #DDD;
    border-radius: 2px;
    margin-bottom: 16px;
}

    .policy-detils > p {
        padding: 10px;
        background-color: #F1F1F1;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #d8d8d8;
    }

    .policy-detils .extrapreplan-details, .policy-detils img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        width: 47%;
        margin-left: 2%;
    }

.alert .close {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 14px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.r-tab > .nav-pills > li.active > a {
    border-color: transparent;
    background-color: #97282a;
    border-radius: 0px;
    color: #FFFFFF;
}

.r-tab > .nav-pills > li > a {
    margin-left: 0px;
}

.r-tab > .nav > li > a {
    position: relative;
    display: block;
    padding: 7px 20px;
    color: #565656;
}

.r-tab > ul {
    border: 1px solid #CCC;
    border-radius: 2px;
    display: inline-block;
}

.r-tab > .nav-pills > li > a:hover {
    border-color: transparent;
    border-radius: 0px;
}

.r-tab > .nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
}

.r-tab > .nav-pills > li {
    margin-left: 0px;
    border-right: 1px solid #ccc;
}

    .r-tab > .nav-pills > li:last-child {
        border-right: 0px none;
    }

.success-msg {
    display: none;
    width: 100%;
    background-color: #d0fac9;
    border: 1px solid #8ad57d;
    border-radius: 2px;
    padding: 10px;
    position: relative;
}

.warning-close {
    position: absolute;
    top: -1px;
    right: 14px;
}

.success-close {
    font-size: 20px;
    top: 6px;
    position: absolute;
    right: 10px;
    color: #565656;
}

.lifestyle-sction {
    margin-left: 18px;
}

    .lifestyle-sction .form-group > label strong {
        position: absolute;
        font-family: Helvetica-Medium;
        margin-left: -24px;
    }
/**********************************************
                      Summery And Submit
				************************************************/
#summarysubmit .panel li {
    padding: 6px 0px;
}

.summary-block .panel {
    min-height: 280px;
    max-height: 440px;
    overflow: auto;
}

.panel li label {
    display: inline;
    color: #565656;
    vertical-align: top;
}

.panel span.filed {
    display: inline;
    color: #565656;
}

.btn-otp {
    color: #97282a;
    background-color: #FFF;
    border-color: #97282a;
    display: inline-flex;
    margin-top: 20px;
    vertical-align: super;
}

.otp-chckbox {
    margin-top: 30px;
}

.select-opn {
    margin-bottom: 10px;
}

    .select-opn .btn-group {
        position: relative;
        width: 100%;
        vertical-align: middle;
        margin: 6px 0px;
    }

.r_table td i, .upd_cfr td i {
    font-size: 16px;
    margin-left: 4px;
    color: #97282a;
    text-align: center;
}

.upd_cfr td:last-child {
    text-align: center;
}

.upd td > img {
    border: 1px solid #cccccc;
}

.uploading-opn .btn-primary {
    width: 92px;
    padding: 8px 1px;
    text-align: center;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.btn-otp.otp {
    margin-right: 18px;
    padding: 6px 12px;
    text-align: center;
}

.trak-proposal {
    float: right;
}

/**********************************************
                      Form Button
				************************************************/
.btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-default {
    background-color: #fff;
    border-color: #97282a;
    color: #97282a;
}

    .btn-default:hover {
        color: #ffffff;
        background-color: #97282a;
        border-color: #97282a;
    }

.form-button a.back-link {
    color: #97282a;
    background-color: #FFF;
    border-color: #FFF;
    padding: 6px 0px;
    float: left;
}

.form-button a.read-disclaimer {
    color: #97282a;
    padding: 8px;
    float: left;
}

.inner-btn {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    min-width: 90px;
    box-shadow: 0px 1px 2px #6C6B6B;
    margin-top: 13px;
}

.popup-button {
    /*background-color: #EBEBEB;
    margin: 10px -20px -20px;
    padding: 20px;*/
    text-align: right;
}

.process-button {
    padding: 20px 0px;
    text-align: right;
}

.popup-button .btn-save {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    min-width: 90px;
}

.form-button .btn-submit {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    box-shadow: 0px 1px 2px #6C6B6B;
    ;
    min-width: 90px;
    float: right;
}

.popup-button .btn-cancel {
    color: #FFF;
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    min-width: 90px;
}

.form-button .btn-cancel {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    min-width: 90px;
    float: right;
}

.form-button .btn-next {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    min-width: 90px;
    box-shadow: 0px 1px 2px #6C6B6B;
    float: right;
    margin: 0px;
}

.form-button .btn-generate-pdf {
    color: #FFF;
    background-color: #97282a;
    border-color: #97282a;
    box-shadow: 0px 1px 2px #6C6B6B;
    float: left;
    margin: 0px;
    margin-right: 8px;
}

.btn-process {
    color: #FFF;
    background-color: #97282a;
    min-width: 90px;
}

.form-button .btn-save {
    color: #FFF;
    background-color: #9D9D9D;
    border-color: #9D9D9D;
    min-width: 90px;
    margin: 0px;
    box-shadow: 0px 1px 2px #6C6B6B;
    ;
    float: right;
}

.hide {
    display: none;
}

/**********************************************
                      Modal BOX styles
				************************************************/
.modal-footer {
    background-color: #EBEBEB;
    padding: 15px;
}

.close-popup {
    color: #FFF;
    font-size: 18px;
    padding: 7px;
    width: 30px;
    text-align: center;
    height: 30px;
    position: absolute;
    vertical-align: middle;
    top: 7px;
    right: 6px;
}

    .close-popup:hover {
        color: #fff;
    }

.modal-body {
    position: relative;
    padding: 20px;
    max-height: calc(77vh - 150px);
    overflow-y: auto;
    /* for IE */
    content: 'viewport-units-buggyfill; max-height: calc(100vh - 200px);';
}

.close {
    float: right;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.syncbutton {
    font-size: 20px;
    line-height: 1;
    color: rgb(255, 255, 255);
    text-shadow: none;
    opacity: 1;
    padding: 0px;
    cursor: pointer;
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    margin-right: 18px;
    float: right;
}

.modal-wide .modal-body {
    overflow-y: auto;
    padding: 15px;
}

.modal-dialog {
    margin: 70px auto;
    padding: 0px 16px;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.modal-header {
    border: 0 none;
    background: #97282a;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
}

.modal-header-white {
    border: 0 none;
    background: #FFF;
    box-shadow: none;
    padding: 4px 15px;
}

    .modal-header-white button.close {
        color: #565656;
        width: 34px;
        height: 34px;
        position: absolute;
        right: 14px;
        top: 10px;
    }

.modal-title {
    margin: 0px;
    line-height: 1.42857;
    font-size: 14px;
    font-weight: 500;
    color: #FFF;
    font-family: Helvetica-Bold;
}
/************* PDC Mobile Menu ***********/
#more-nav {
    display: inline-block;
    width: 145px;
    position: absolute;
    right: 0px;
    top: 70px;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #9d9d9d;
    border-radius: 2px;
    box-shadow: 1px 2px 6px RGBA(0, 0, 0, 0.36);
}

    #more-nav::before {
        content: "\a ";
        border-style: solid;
        border-width: 7px 9px 11px 9px;
        border-color: transparent transparent #9d9d9d;
        position: absolute;
        top: -19px;
        right: 10px;
    }

    #more-nav li.active a {
        border-bottom: 0px solid #97282a;
        padding-bottom: 0px;
    }

.subfilter {
    padding-left: 0;
}

#nav-bar-filter {
    padding-left: 0;
}

.subfilter {
    display: block;
}

#more-nav li {
    float: left;
    padding: 0px 9px;
    margin-right: 0px;
}


/************** Application **************/
.pg-application label, .pg-cfr-list label, .pg-leadmanag label, .pg-renewal label, .pg-application .form-control, .pg-cfr-list .form-control, .pg-leadmanag .form-control, .pg-renewal .form-control {
    font-size: 12px;
}

.text-wrap-none {
    text-overflow: initial !important;
    overflow: initial !important;
    white-space: initial !important;
}

.extraFilterSection label {
    margin-bottom: 2px;
}

.listview li {
    background: #FFF;
    margin-bottom: 10px;
    padding: 10px 0px;
    border: 1px solid #d8d8d8;
}

.list-head {
    position: relative;
    border-bottom: #f2f2f2 1px solid;
    margin-bottom: 10px;
}

.lhl-title, .lhl-type {
    display: inline-block;
}

.lhl-title {
    padding-right: 6px;
    border-right: 1px solid #666;
    line-height: 14px;
}

.lhl-type {
    padding-left: 3px;
}

.list-head-left {
    float: left;
}

.list-head-right {
    float: right;
    margin-bottom: 10px;
}

.one, .two, .three, .four, .four, .five, .six, .seven {
    float: left;
}

.success {
    color: #339933;
}

.appca-approved-list .one {
    width: 30%;
}

.appca-approved-list .two {
    width: 15%;
}

.appca-approved-list .three {
    width: 15%;
}

.appca-approved-list .four {
    width: 15%;
}

.appca-approved-list .five {
    width: 15%;
}

.appca-approved-list .six {
    float: right;
}

.six a img {
    float: right;
    margin-left: 8px;
    margin-bottom: 6px;
}

.appca-approved-list .seven {
    width: 20%;
}

.alertcrf .one {
    width: 20%;
}

.alertcrf .five {
    width: 25%;
}

.extraFilterSection {
    border-top: 1px solid #d8d8d8;
    font-size: 12px;
    padding-top: 10px;
    position: relative;
}

    .extraFilterSection li {
        border-left: 1px solid #d8d8d8;
    }

        .extraFilterSection li:first-child {
            border-left: 0px none;
        }

    .extraFilterSection .form-group {
        margin: 0px;
    }

    .extraFilterSection .td-team-sorting {
        width: 40%;
        height: auto;
        background: #f8f8f8;
        border: 1px solid #d8d8d8;
        font-size: 12px;
    }

        .extraFilterSection .td-team-sorting .select2-container {
            border-bottom: 0px solid #CCC;
            width: 100% !important;
            padding: 0px 8px;
            height: 28px;
        }

.renewls-filter .searchfieldsec {
    width: 50% !important;
}

.renewls-filter .td-team-sorting {
    width: 50% !important;
}

.extraFilterSection .searchfieldsec {
    width: 60%;
}

    .extraFilterSection .searchfieldsec input {
        height: 30px;
        padding: 0px 10px;
        border: solid #d8d8d8;
        border-width: 1px 1px 1px 0px;
    }

.status.hidden-xs {
    position: absolute;
    text-align: right;
    right: 54px;
    top: 12px;
}

.list-header > div.contact-opn {
    right: 4px;
    top: 10px;
}
/* Upload Button Styling */
.file-Upload {
    position: relative;
    overflow: hidden;
    border: solid 1px #97282a;
    color: #97282a;
    float: right;
    margin-top: 6px;
}

    .file-Upload:hover {
        background: #97282a;
        color: #fff;
        border: 1px solid #97282a;
    }

.uploadicon {
    width: 14px;
    height: 14px;
    background: url(../img/UploadIcon.png) no-repeat;
    display: inline-block;
}

.file-Upload:hover .uploadicon {
    background: url(../img/UploadIcon_W.png);
}

.file-Upload span i {
    margin-right: 8px;
}

.file-Upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

li.divider-line {
    float: left;
    border-left: 1px dotted #CCC;
    height: 70px;
}

.nav-tabsection.counternum li.last {
    margin-left: 50px;
}

/****** Lead Management****/
.lead-mnt li p {
    margin-bottom: 10px;
}

.lead-mnt .one p, .lead-mnt .two p, .lead-mnt .three p, .lead-mnt .four p, .lead-mnt .five p, .lead-mnt .six p {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
}

.text-nowrap {
    white-space: initial !important;
}

.dropdown-menu {
    min-width: 106px;
    padding: 0;
    border-radius: 0px;
}

    .dropdown-menu > li {
        margin: 0px !important;
        float: none !important;
    }

        .dropdown-menu > li > a {
            padding: 6px 15px;
            color: #565656;
            font-size: 14px;
        }

            .dropdown-menu > li > a > i {
                width: 16px;
                text-align: center;
                margin-right: 10px;
            }
/**********************************************
                     Advisor List
				************************************************/
.td-team-sorting {
    float: left;
    width: 20%;
    position: relative;
    background: #9d9d9d;
    height: 40px;
}

.team-selection i {
    float: right;
    line-height: 40px;
    font-size: 16px;
}

.team-selection {
    padding: 0 10px;
    margin: 0;
    cursor: pointer;
    color: #fff;
    line-height: 40px;
    display: block;
    font-size: 14px;
}

.searchsection {
    margin: 20px 0px 30px;
}

.searchfieldsec {
    position: relative;
    width: 80%;
    float: left;
}

    .searchfieldsec input {
        width: 100%;
        height: 40px;
        padding: 0px 100px 0px 10px;
        border: 1px solid #9d9d9d;
        -webkit-border-radius: 0px;
    }

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    line-height: 36px;
    width: 100px;
    border-radius: 0px;
    background: #97282a none repeat scroll 0% 0%;
    color: #FFF;
    border: 1px solid transparent;
}


.advisorperson {
    position: absolute;
    top: 10px;
    left: 20px;
}

    .advisorperson img {
        width: 78px;
        border: 2px solid #ededed;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
    }

.advisorcontent {
    padding-left: 120px;
}
/*********************** Pay Online ************************/
.payment-review li {
    color: #9d9d9d;
    margin: 15px 0px;
    width: 32.89%;
    display: inline-block;
    vertical-align: top;
}

.extra.payment-review li {
    width: 100%;
}

.payment-review li h3 {
    display: block;
    font-size: 18px;
    margin-bottom: -2px;
    line-height: 24px;
    font-family: Helvetica-medium;
    color: #565656;
    margin-top: 2px;
}

.payment-opn li:last-child {
    border-right: none;
}

.payment-opn li.active a {
    background-color: #97282a;
    color: #fff;
}

.c-confirm-payment, .c-comfirm-msg {
    display: none;
}

.d-confirm-payment, .d-comfirm-msg {
    display: none;
}

.confirm-payment li {
    padding: 6px 0px;
}

.comfirm-msg {
    display: none;
}

.c-confirm-payment li, .d-confirm-payment li {
    padding: 10px 0px;
}

/**********************************************
                      Extra Premium Payment
				************************************************/
#TPAs-list .modal-body li {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    #TPAs-list .modal-body li:last-child {
        border-bottom: 0px none;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #TPAs-list .modal-body li i {
        font-size: 18px;
        margin-left: 6px;
    }
/**********************************************
                      Responsive Table styles
				************************************************/
table {
    width: 100%;
    border: 1px solid #d8d8d8;
}

.r_table .table-bordered > thead > tr > th {
    font-family: 'Helvetica-Medium';
    vertical-align: top;
}

th {
    background: #f1f1f1 none repeat scroll 0% 0%;
    color: #565656;
    font-weight: normal;
}

td {
    padding: 6px;
    text-align: left;
    color: #9d9d9d;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-bottom: 1px solid #D8D8D8;
    border-width: 1px 0px 0px 1px;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 10px;
}
/**********************************************
                      New Notification styles
				************************************************/
.alert-container {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 10px;
    position: relative;
}

    .alert-container > ul {
        padding: 0 15px;
    }

        .alert-container > ul > li label {
            display: block;
        }

        .alert-container > ul > li {
            margin: 10px 0px;
        }

            .alert-container > ul > li, .alert-container > ul > li > label {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

.status-section {
    border-right: 1px solid #d8d8d8;
}

    .status-section > label {
        font-family: Helvetica-bold;
        font-size: 14px;
        line-height: 16px;
    }

    .status-section > em {
        color: #9d9d9d;
        font-size: 11px;
    }

.contact-opn {
    position: absolute;
    right: 10px;
    top: 16px;
    border-left: 1px solid #d8d8d8;
    vertical-align: baseline;
    width: 40px;
    text-align: center;
}

    .contact-opn a {
        color: #565656;
        font-size: 16px;
        vertical-align: middle;
        padding: 0px 14px;
    }

.news-update > label {
    font-size: 12px;
    color: #565656;
}

.news-update > em {
    color: #9d9d9d;
    font-size: 11px;
}

.form-heading3 a {
    font-size: 14px;
    margin-left: 8px;
}

.alert-container .btn-default {
    margin-top: 5%;
}

#applicationsnoti li > div > p, #renewals-noti li > div > p, #alert-noti li > div > p {
    margin: 0px;
}

#applicationsnoti li > div > em, #renewals-noti li > div > em, #alert-noti li > div > em {
    display: block;
    font-size: 12px;
    color: #9d9d9d;
    margin-bottom: 13px;
    text-align: right;
}

#applicationsnoti .form-heading3, #renewals-noti .form-heading3, #alert-noti .form-heading3, #renewals-noti {
    margin: 0px;
}

    #renewals-noti i {
        color: #565656;
        width: 40px;
        text-align: center;
        border-left: 1px solid #d8d8d8;
        height: 24px;
        padding: 5px 0px;
    }

.alert-container.birthday-section {
    border: 0px none;
    margin: 0px;
}

.userimg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.birthday-section > ul {
    border-bottom: 1px solid #d8d8d8;
    padding: 0px;
    margin: 0px;
    position: relative;
}

    .birthday-section > ul:last-child {
        border-bottom: 0px none;
    }

    .birthday-section > ul > li > label {
        font-size: 12px;
    }

.vcenter {
    float: none;
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
}

.alert-danger {
    color: #565656;
    background-color: #f6d1d1;
    border-color: #e28b8b;
}

.alert-success {
    color: #565656;
    background-color: #d0fac9;
    border-color: #8ad57d;
}
/**********************************************
                      Caluclator styles
				************************************************/
.calucltoricon {
    width: 14px;
    height: 15px;
    background: url(../img/calculator.png) no-repeat;
    display: inline-block;
    vertical-align: sub;
}

.caluclate {
    text-align: center;
    width: 100%;
    background: #d8d8d8;
    display: block;
    padding: 10px 0;
}

    .caluclate:hover {
        background: #97282a;
    }

        .caluclate:hover .calucltoricon {
            background: url(../img/calculator-white.png) no-repeat;
        }

        .caluclate:hover span {
            color: #fff;
        }

    .caluclate span {
        padding-left: 10px;
        color: #97282a;
    }

.calucltorcard {
    background: #fff;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}

    .calucltorcard h4 {
        padding: 0px 20px;
        color: #97282a;
        min-height: 50px;
        font-family: Helvetica-bold;
        font-size: 14px;
        line-height: 16px;
    }

    .calucltorcard p {
        padding: 0 20px;
        color: #9d9d9d;
        min-height: 100px;
    }

.humanlifeicon, .retirement, .costchild, .lifeplanner {
    width: 75px;
    height: 60px;
    display: block;
    margin: 20px auto 0;
}

.humanlifeicon {
    background: url(../img/humanlife.png) no-repeat center;
}

.retirement {
    background: url(../img/retirement.png) no-repeat center;
}

.costchild {
    background: url(../img/child-cal.png) no-repeat center;
}

.lifeplanner {
    background: url(../img/lifeplaner.png) no-repeat center;
}

.track-btn:focus {
    color: #fff;
}

.btn-group.uploading-opn > .btn:first-child {
    margin-left: 0px;
    border-width: 1px 1px 1px;
}

.humanlifevalue-icon {
    background: transparent url("../img/product-icons/humanlifevalue_g.png") no-repeat scroll center center;
}

.calculator li.active .humanlifevalue-icon {
    background: transparent url("../img/product-icons/humanlifevalue_b.png") no-repeat scroll center center;
}

.retirementcal-icon {
    background: transparent url("../img/product-icons/retirementcal_g.png") no-repeat scroll center center;
}

.calculator li.active .retirementcal-icon {
    background: transparent url("../img/product-icons/retirementcal_b.png") no-repeat scroll center center;
}

.childplancal-icon {
    background: transparent url("../img/product-icons/childplancal_g.png") no-repeat scroll center center;
}

.calculator li.active .childplancal-icon {
    background: transparent url("../img/product-icons/childplancal_b.png") no-repeat scroll center center;
}

.lifeplanner-icon {
    background: transparent url("../img/product-icons/Life-Planner_G.png") no-repeat scroll center center;
}

.Calculator li.active .lifeplanner-icon {
    background: transparent url("../img/product-icons/Life-Planner_B.png") no-repeat scroll center center;
}

.calculator-section {
    height: 259px;
    overflow: auto;
}

.cal-summery {
    min-height: 341px;
    overflow: auto;
    max-height: 341px;
}

    .cal-summery h2 {
        margin: 0px 0px 10px;
        font-size: 18px;
    }

    .cal-summery p {
        color: #9d9d9d;
    }

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(180, 180, 180, 0.5) 0%, rgba(0, 0, 0, .0001) 100%);
}

.carousel-control.right {
    background-image: linear-gradient(to left, rgba(180, 180, 180, 0.5) 0%, rgba(0, 0, 0, .0001) 100%);
}

#text-carousel, #text-carousel2, #text-carousel1 {
    background: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 15px 0px;
}

.carousel-content {
    display: flex;
    align-items: center;
}

.palnforyou li {
    border-left: 1px solid #d8d8d8;
}

    .palnforyou li:first-child {
        border-left: 0 none;
    }

.plan-detail-section > p {
    display: inline-block;
    width: 78%;
}

.plan-detail-section > button {
    display: inline-block;
    width: 20%;
    float: right;
}

/**********************************************
                          CFR Listing
                    ************************************************/
ul.cfrlistingtab {
    float: left;
    height: 40px;
    margin: 10px 20px 10px 0px;
}

.cfrlistingtab li {
    border: solid rgb(206, 206, 206);
    float: left;
    margin-right: 0px !important;
    border-width: 1px 0px 1px 1px;
    width: 92px;
    text-align: center;
}

    .cfrlistingtab li:last-child {
        border-width: 1px 1px 1px 1px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .cfrlistingtab li:first-child {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .cfrlistingtab li a {
        padding: 0 10px !important;
        color: #565656;
        line-height: 38px;
        display: block;
    }

    .cfrlistingtab li:hover {
        background: #F8F8F8;
    }

        .cfrlistingtab li:hover a {
            color: #97282a;
        }

    .cfrlistingtab li.active {
        background: #97282a;
        border-color: #97282a;
    }

        .cfrlistingtab li.active a {
            color: #fff;
            border-bottom: none;
        }

.disableflag {
    width: 12px;
    height: 17px;
    background: url(../img/Flag_Grey.png) no-repeat;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.enableflag {
    width: 12px;
    height: 17px;
    background: url(../img/Flag.png) no-repeat;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.flagcheckbox {
    float: left;
    border: solid 1px #cecece;
    padding: 9px 20px;
    margin: 10px 20px 20px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

    .flagcheckbox input {
        display: block;
        float: left;
    }

.flagcheck {
    float: right;
}

    .flagcheck i {
        margin-right: 5px;
    }

.policy-detils td img, .policy-detils td ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 44%;
}

.cust-info {
    margin-bottom: 8px;
}

    .cust-info li {
        padding: 10px;
    }

    .cust-info label {
        color: #565656;
    }

.cfr-list .one {
    width: 20%;
}

.cfr-list .two {
    width: 15%;
}

.cfr-list .six {
    width: 15%;
}

.cfr-list .four {
    width: 15%;
}

.cfr-list .five {
    width: 20%;
}

.cfr-list .three {
    width: 15%;
}

.crf-enableflag {
    width: 12px;
    height: 17px;
    background: transparent url("../img/Flag.png") no-repeat scroll 0% 0%;
    display: inline-block;
    margin-left: 10px;
    vertical-align: sub;
}

.cfr-date {
    float: right;
}

.upd_cfr_des, .upd_cfr {
    margin-bottom: 26px;
}

.cust-info li {
    padding: 4px 0px;
}

.pg-cfr-list .status.hidden-xs {
    right: 15px;
}
/**********************************************
                      Advisor Listing
				************************************************/
.advisorlist {
    width: 100%;
}

.advisorlistalphabates li {
    display: block;
    text-align: center;
}

.serachbyalphabet {
    display: none;
}

.advisorlistalphabates li a {
    text-transform: uppercase;
    color: #b8b8b8;
    padding: 2px 0;
    display: block;
}

    .advisorlistalphabates li a:hover {
        color: #333;
    }

.advisorlist .list-head {
    height: 30px;
}

.advisorlist .one {
    width: 40%;
    padding-right: 10px;
}

.advisorlist .two {
    width: 30%;
    padding-right: 10px;
}

.advisorlist .three {
    width: 20%;
    padding-right: 10px;
}

.advisorlist .six {
    float: right;
}
/**********************************************
                      Proposal Listing
				************************************************/
.arrowicon {
    width: 14px;
    height: 10px;
    background: url(../img/resume.png) no-repeat;
    display: inline-block;
}

.resumebtn {
    border: solid 1px #97282a;
    cursor: pointer;
    color: #97282a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 7px 10px;
    margin: 6px 0;
    display: block;
    width: 100px;
}

    .resumebtn i {
        margin-right: 10px;
    }

.searchpropasal {
    position: relative;
}

    .searchpropasal:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 8px;
        width: 16px;
        height: 16px;
        background: url(../img/search.png) no-repeat;
    }

    .searchpropasal input {
        border: none;
        border-bottom: solid 1px #9d9d9d;
        padding-right: 30px;
        line-height: 32px;
        width: 100%;
    }

.proposaltop {
    margin-bottom: 10px;
}

.alertop {
    margin: 20px 0px;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 120px;
}

.proposal-list .six {
    float: right;
    width: 102px !important;
}

.proposal-list .one {
    width: 60%;
}

.proposal-list .two {
    width: 20%;
}

.plan-sum > img {
    max-width: 300px;
    text-align: center;
}
/**********************************************
                      Renewal Listing
				************************************************/
.renewalpersondt {
    background: #fff;
    border: solid 1px #a0cfe8;
    padding: 0 20px;
}

.renewallist > div:after, .renewallist > div:after, .productlist li:after {
    content: "";
    position: absolute;
    right: -15px;
    width: 5px;
    height: 10px;
    background: url(../img/Side_Arrow.png) no-repeat;
    top: 50%;
    margin-top: -5px;
    display: none;
}

.renewallist > div {
    cursor: pointer;
    position: relative;
}

.renewallist .status-action {
    right: 0px;
}

.renewallist > div:hover, .renewallist > div.active, .productlist li:hover, .productlist li.active {
    border: solid 1px #a0cfe8;
}

#alertgeneral .renewallist li:hover {
    border: 1px solid #fff;
}

.renewallist > div.active:after, .productlist li.active:after {
    display: block;
}

.visible-xs .renewallist > div.active:after {
    display: none;
}

.personlabel {
    width: 100%;
}

.advisorcontent .personlabel {
    height: 30px;
}

.personlabel label {
    float: left;
    position: relative;
    color: #565656;
}

.pdtb20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.personlabel label:before {
    position: absolute;
    content: ":";
    right: -5px;
}

.persondetails {
    padding-left: 10px;
    float: left;
    position: relative;
}

.renewalrgt {
    border-top: dashed 1px #e5e5e5;
}

.personhead {
    color: #565656;
    font-family: 'Helvetica-Bold';
}

.renewalmobilesec {
    display: none;
}

    .renewalmobilesec .renewalpersondt {
        border: none;
        padding: 0;
        border-top: solid 1px #f2f2f2;
    }

    .renewalmobilesec .panel-heading a {
        color: #97282a;
    }
/*.collapse.in .panel{ background:#555;}*/
#accordion .panel.active, #accordion1 .panel.active {
    border: 0px none;
}

.panel.active {
    border: solid 1px #a0cfe8;
}

.panel-title {
    font-size: inherit;
}

.panel-heading {
    cursor: pointer;
    padding: 10px;
    border-radius: 0px;
}

.renewallist .two {
    width: 25%;
}

/**new renwals styls**/
.duedetails > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0px 10px 10px !important;
}

.viewBreakup {
    color: #97282a;
    font-size: 12px;
    margin-left: 20px;
}
/**user detals section**/
.r-user-details {
    background: #fff;
    border: solid 1px #a0cfe8;
    padding: 0 20px;
}

.m-user-details {
    background: #fff;
    padding: 0 10px 10px;
    border-top: 1px solid #d8d8d8;
}

    .r-user-details > ul, .m-user-details > ul {
        border-bottom: dashed 1px #e5e5e5;
        padding: 10px 0px;
    }

        .r-user-details > ul:last-child, .m-user-details > ul:last-child {
            border-bottom: 0px none;
        }

.r-user-top-section > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 20px 0px 0px !important;
}

    .r-user-top-section > li:last-child {
        margin-right: 0px;
    }

    .r-user-top-section > li .r-user-pic {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .r-user-top-section > li > .r-u-name {
        font-size: 18px;
        font-family: Helvetica-Bold;
    }

    .r-user-top-section > li > .propensity {
        font-size: 10px;
        line-height: 16px;
        text-transform: uppercase;
        color: #9d9d9d;
    }

    .r-user-top-section > li > .p-high {
        font-size: 12px;
        font-family: Helvetica-Bold;
        background-color: #97282a;
        color: #fff;
        display: inline-block;
        padding: 1px 14px;
        border-radius: 10px;
        margin-top: 4px;
        text-transform: uppercase;
    }

.r-user-details-section > li > label {
    font-size: 14px;
    color: #565656;
    display: inline-block !important;
    text-overflow: initial !important;
    overflow: initial !important;
    white-space: initial !important;
}

.r-user-details-section > li {
    line-height: 22px;
    margin: 0px !important;
}

.m-user-details > div.header {
    color: #565656;
    font-family: Helvetica-bold;
    line-height: 20px;
    margin: 10px 0px 0px;
}

.r-user-details-section > li i {
    margin-left: 8px;
}

.visible-xs .duedetails > div {
    width: 606px;
}

.visible-xs .duedetails {
    overflow: auto;
    margin: 0px 10px;
}

.duedetails > div > li {
    display: inline-block;
    margin-left: 10px;
}

    .duedetails > div > li:first-child {
        margin-left: 0px;
    }
/**********************************************
                      Cost of Child
				************************************************/
.calucltorheading {
    font-size: 24px;
    color: #97282a;
    font-family: 'Helvetica-Bold';
}

.totalcost {
    border-top: solid 1px #dbdbdb;
    padding-top: 20px;
}

    .totalcost label {
        color: #9d9d9d;
        margin-top: 4px;
    }

    .totalcost .persondetails {
        font-size: 18px;
    }

.expectingchild .ui-radio > label {
    width: 200px;
    height: 70px;
}

    .expectingchild .ui-radio > label span {
        line-height: 60px;
    }

.expecting {
    width: 26px;
    height: 48px;
    background: url(../img/expecting-grey.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.child {
    width: 26px;
    height: 48px;
    background: url(../img/child-grey.png) 0 3px no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.timeline-tab .child, .timeline-tab .expecting {
    display: block;
    margin: 0px auto;
}

li.active .expecting {
    background: url(../img/expecting-white.png) no-repeat;
    vertical-align: middle;
}

li.active .child {
    background: url(../img/child-white.png) 0 3px no-repeat;
    vertical-align: middle;
}

.informationcost li {
    float: left;
    line-height: 14px;
    border-right: solid 1px #565656;
    color: #565656;
    font-size: 14px;
    padding: 0 4px;
}

    .informationcost li:last-child {
        border-right: none;
    }

.mgt30 {
    margin-top: 30px;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt26 {
    margin-top: 26px;
}

.mgb26 {
    margin-bottom: 26px;
}

.deliverycost li {
    padding: 10px 0px;
    color: #9d9d9d;
    border-bottom: solid 1px #d8d8d8;
}

    .deliverycost li:last-child {
        border-bottom: none;
    }

    .deliverycost li p {
        margin: 0;
    }

.detailofcostlft {
    float: left;
    width: 62%;
}

.detailofamount {
    float: right;
    color: rgb(163, 150, 220);
    font-weight: bold;
    font-size: 18px;
    vertical-align: baseline;
}

.totalamountofdeleivery {
    height: 50px;
    width: 100%;
    background: #97282a;
}

    .totalamountofdeleivery p {
        color: #FFF;
        width: auto;
        margin: 0px;
        line-height: 50px;
        padding: 0px 10px;
        font-family: Helvetica-Bold !important;
        font-size: 18px;
    }

    .totalamountofdeleivery .detailofamount {
        font-size: 18px;
    }

.expecting-child-label {
    margin-bottom: 10px;
}

.already-clild {
    display: none;
}

.range-slider-section label {
    display: block;
    margin: 16px 0px 20px;
}

.range-slider-section .slider-value {
    font-size: 18px;
    color: #03B2F5;
    float: right;
    width: 15%;
    text-align: right;
    margin-top: -4px;
}

.range-slider-section .tooltip-inner {
    max-width: 200px;
    color: #565656;
    text-align: center;
    background-color: #9ADDF7;
    padding: 2px 10px;
    border: 1px solid #5DB2DE;
    border-radius: 2px;
}

.range-slider-section .tooltip.bottom .tooltip-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-width: 0px 5px 5px;
    border-bottom-color: #5DB2DE;
}

.informationcost li {
    line-height: 10px;
}
/**********************************************
                      Products
				************************************************/
.appli-tab-nav.counternum .navtab-links {
    white-space: nowrap;
    overflow: auto;
}

.productheading {
    color: #97282a;
    border-bottom: solid 2px #97282a;
    float: left;
    line-height: 34px;
    font-family: 'Helvetica-Bold';
}

.createillustration {
    border: solid 1px #97282a;
    color: #97282a;
    margin: 4px 0;
    float: right;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

    .createillustration:hover {
        background: #97282a;
        color: #fff !important;
    }

.lastsec {
    float: right;
}

.productlist .lhl-title {
    border-right: none;
}

.product-read {
    float: left;
}

.product-namesec {
    padding-left: 66px;
}

.productname {
    color: #97282a;
    font-size: 14px;
    margin-bottom: 0;
}

.updatingdate {
    color: #666;
    font-size: 12px;
}

.productsocial a {
    margin-right: 10px;
}

.productupdatelist li {
    padding: 10px 0;
    border-bottom: solid 1px #f2f2f2;
}

    .productupdatelist li:last-child {
        border-bottom: none;
    }

.videoproduct iframe {
    width: 100%;
    height: auto;
    z-index: -999;
}

.protection-icon {
    background: transparent url("../img/product-icons/Secure_G.png") no-repeat scroll center center;
}

.product li.active .protection-icon {
    background: transparent url("../img/product-icons/Secure_B.png") no-repeat scroll center center;
}

.investment-icon {
    background: transparent url("../img/product-icons/Savings_G.png") no-repeat scroll center center;
}

.product li.active .investment-icon {
    background: transparent url("../img/product-icons/Savings_B.png") no-repeat scroll center center;
}

.retirement-icon {
    background: transparent url("../img/product-icons/Retirement_g.png") no-repeat scroll center center;
}

.product li.active .retirement-icon {
    background: transparent url("../img/product-icons/Retirement_b.png") no-repeat scroll center center;
}

.linked-icon {
    background: transparent url("../img/product-icons/Linked_G.png") no-repeat scroll center center;
}

.product li.active .linked-icon {
    background: transparent url("../img/product-icons/Linked_B.png") no-repeat scroll center center;
}

.child-icon {
    background: transparent url("../img/product-icons/Child Plan_G.png") no-repeat scroll center center;
}

.product li.active .child-icon {
    background: transparent url("../img/product-icons/Child Plan_B.png") no-repeat scroll center center;
}

.health-icon {
    background: transparent url("../img/product-icons/Health_G.png") no-repeat scroll center center;
}

.product li.active .health-icon {
    background: transparent url("../img/product-icons/Health_B.png") no-repeat scroll center center;
}

.solutions-icon {
    background: transparent url("../img/product-icons/Group_Icon_G.png") no-repeat scroll center center;
}

.product li.active .solutions-icon {
    background: transparent url("../img/product-icons/Group_Icon_B.png") no-repeat scroll center center;
}

.product-img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0px auto;
}

.product ul {
    overflow: auto;
}

.plan-work {
    width: 100% !important;
}

.select-brochure {
    background: RGBA(62, 62, 62, 0.45) url("../img/GrrenTick.png") no-repeat scroll top 10px right 6px;
    width: 100%;
    height: 80%;
    position: absolute;
}

.product-accordion .lhl-title {
    width: 90%;
    margin-bottom: 6px;
}

.product-accordion i.zmdi {
    float: right;
    margin-top: 1px;
    font-size: 18px;
}

.product-accordion .panel1 {
    margin: 20px 0px 10px;
}

    .product-accordion .panel1.first {
        margin-top: 0px;
    }

.productbrochurelist li {
    display: inline-block;
    margin: 14px 22px;
    position: relative;
}

    .productbrochurelist li a.image:after {
        background-color: #000000;
    }

.expandPlan_img {
    position: absolute;
    top: 36px;
    right: 12px;
    padding: 1px 6px;
    font-size: 18px;
    color: #ffffff;
}

.product_aside {
    border: solid 1px #a0cfe8;
}

.plan-working {
    position: relative;
}

.form-heading3 {
    color: #333333;
    font-size: 16px;
}

.first {
    margin-top: 0px !important;
}

.last {
    margin-bottom: 0px !important;
}
/**********************************************
                      My Profile
				************************************************/
.advisor-profile-section {
    position: relative;
    margin-bottom: 30px;
}

    .advisor-profile-section > img {
        position: absolute;
    }

    .advisor-profile-section > ul {
        padding-left: 100px;
    }

    .advisor-profile-section > .ad-profile {
        width: 80px;
        height: 80px;
        border: 4px solid #ededed;
        border-radius: 50%;
    }

    .advisor-profile-section > ul > li.ad-name {
        font-size: 18px;
    }

    .advisor-profile-section > ul > li.ad-label {
        color: #9d9d9d;
    }

.advisor-details-section > li.ad-label-details > label {
    float: left;
    width: 30%;
    line-height: 18px;
    padding-right: 10px;
    color: #9d9d9d;
}

.advisor-details-section > li.ad-label-details > p {
    margin-left: 40%;
    line-height: 18px;
    width: 54%;
    overflow: hidden;
    margin-bottom: 0px;
}

    .advisor-details-section > li.ad-label-details > p:before {
        content: ':';
        position: absolute;
        margin-left: -14px;
        color: #9d9d9d;
        font-family: helvetica-bold;
    }

    .advisor-details-section > li.ad-label-details > p > span {
        display: block;
        font-size: 12px;
    }

    .advisor-details-section > li.ad-label-details > p > a {
        display: block;
        font-size: 14px;
        position: absolute;
        right: 0px;
        top: 10px;
    }

.advisor-details-section > li.ad-label-msg {
    background-color: #f0f0f0;
    padding: 10px;
    margin-bottom: 10px;
}

    .advisor-details-section > li.ad-label-msg > p {
        margin: 0px;
        padding-left: 40px;
    }

    .advisor-details-section > li.ad-label-msg > img {
        position: absolute;
        top: 20%;
    }

.advisor-details-section > li {
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    min-height: 47px;
}

.border-none {
    border: 0 none !important;
}

.clubs > label {
    display: inline-block;
    min-width: 68px;
    position: relative;
}

.clubs > p {
    display: inline-block;
    margin: 0px;
}

.clubs > label:after {
    content: ':';
    position: absolute;
    left: 58px;
    font-family: helvetica-bold;
}

.advisor-extra-section {
    margin-bottom: 20px;
}

.acc-details-section {
    margin-bottom: 20px;
}

.account-details h1 {
    font-size: 14px;
    font-family: Helvetica-bold;
}

.acc-details-section li {
    display: inline-block;
    padding: 0px 20px;
    border-left: 1px solid #ebebeb;
}

    .acc-details-section li:first-child {
        border: 0 none;
        padding-left: 0px;
    }

.acc-details-section > li > strong {
    font-size: 20px;
}

.acc-details-section > li > p {
    color: #999999;
    margin: 0px;
}

.adv-tab .tab-content {
    margin-top: 20px;
}

    .adv-tab .tab-content .r_table p {
        margin-top: 10px;
        margin-bottom: 4px;
    }

.adviser-tbl + div {
    color: #9d9d9d;
}

.adv-tab strong {
    margin-right: 20px;
}
/******star rating style******/
.star-rating {
    font-size: 0;
    color: #9d9d9d;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 11px;
    margin-top: 14px;
}

    .star-rating__wrap:after {
        content: "";
        display: table;
        clear: both;
    }

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #f3b02f !important;
}

    .star-rating__ico:last-child {
        padding-left: 0;
    }

.star-rating__input {
    display: none;
}

    .star-rating__input:checked ~ .star-rating__ico:before {
        content: "\f005";
    }

/**********************************************
                      HomePage Section 
			************************************************/
.homepage {
    margin: 5px -5px;
    background-color: #FFF;
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #FFFFFF;
}

.calculators-list a {
    color: #fff;
}

.h-small {
    height: 194px;
}

.h-title-section {
    text-align: left;
    background: rgba(11, 77, 161, 0.7) none repeat scroll 0% 0%;
    padding: 16px;
    width: 100%;
    height: 100%;
}

a.homepage {
    color: #fff;
}

.count-info {
    position: absolute;
    top: 14px;
}

    .count-info h2 {
        font-size: 42px;
        margin: 0px;
        display: inline-block;
        line-height: 42px;
    }

    .count-info span {
        font-size: 12px;
        margin: 0px;
    }

        .count-info span a {
            color: #fff;
        }

.h-title-section h1 {
    font-size: 18px;
    margin: 0px;
    position: absolute;
    bottom: 14px;
    max-width: 47%;
    font-family: Helvetica-Bold;
    line-height: 21px;
}

.h-title-section h3 {
    font-size: 16px;
    margin: 0px;
    position: absolute;
    right: 20px;
    bottom: 14px;
    max-width: 47%;
    font-family: Helvetica-Bold;
    line-height: 21px;
}

.h-title-section i {
    position: absolute;
    right: 20px;
    top: 16px;
    font-size: 25px;
}
/*navneet .login-section h1{font-size:14px; margin:0px; padding: 19px 20px 16px;}*/
.login-section h1 {
    font-size: 14px;
    margin: 0px;
    padding: 18px 20px 15px;
}

.login-section ul {
    /*navneet padding-bottom: 30px;*/
    padding-bottom: 20px;
    margin: 0px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}

    .login-section ul:last-child {
        border-bottom: 1px none;
        padding-bottom: 0px;
    }

.login-list h3 {
    margin: 0px;
    font-size: 14px;
}

.login-list p {
    margin: 0px;
}

.calculators-list {
    margin-top: 40px;
}

    .calculators-list li {
        display: block;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.40);
        padding: 10px 0px;
    }

.h-title-section .calculators-list i {
    position: relative;
    right: 0px;
    top: 3px;
    font-size: 18px;
}

.login-list li {
    display: inline-block;
    width: 48%;
}

.h-title-section .arrow {
    position: absolute;
    bottom: 4px;
    right: 20px;
    color: #fff;
}

.login-list li:first-child {
    border-left: 0px none;
}

.h_dashboard .h-title-section {
    background-color: rgba(11, 77, 161, 0.70);
}

.h_cfr .h-title-section {
    background: #6ebd7f;
}

.h_applications .h-title-section {
    background: #4ebf8b;
}

.h_proposals .h-title-section {
    background: rgba(55, 188, 155, 0.70);
}

.h_lead_management .h-title-section {
    background: #67beb1;
}

.h_mycandidate .h-title-section {
    /*background: #8900A6;*/
    background: #8b4747;
}

.h_products .h-title-section {
    background-color: #746dc2;
    background-image: url(../img/dashboard/Products.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top 14px;
}

.h_renewals .h-title-section {
    background: #49a5bc;
}

.h_candidate .h-title-section {
    /*background:#3330A3;*/
    background: #d3696a;
}

.h_offerrelease .h-title-section {
    background: #97282a;
}

.h_report .h-title-section {
    background: #97282a;
}

.h_candidateCFR .h-title-section {
    background: #6a4f50;
}

.h_BGV .h-title-section {
    background: #8f2e2f82;
}

.h_uploaddocument .h-title-section {
    background: #5d7bbe;
}

.h_adminmodule .h-title-section {
    background: #a91a1db5;
}

.h_RejectedCandidate .h-title-section {
    background: #a91a1db5;
}

.h_joiningdate .h-title-section {
    background: #97282a;
}

/*Start => Added By Bhavan for PR12231 */
.h_managectc .h-title-section {
    background: #ef4141;
}
/*End => Added By Bhavan for PR12231 */

.need_analysis .h-title-section {
    background: #8f68b9;
}

.news_update .h-title-section {
    background: #5179a6;
}


.h_dashboard { /*background-image: url(../img/dashboard/dashboard.jpg);*/
    height: 470px;
}
/*navneet 624px*/
.h_lead_management { /*background-image: url(../img/dashboard/leads.jpg);*/
    height: 145px;
}

.h_mycandidate { /*background-image: url(../img/dashboard/leads.jpg);*/
    height: 175px;
}

.h_proposals { /*background-image: url(../img/dashboard/proposals.jpg);*/
    height: 145px;
}

.h_calculators { /*background-image: url(../img/dashboard/calculators.jpg);*/
    height: 673px;
    background-position: center bottom;
}

.h_cfr { /*background-image: url(../img/dashboard/cfr.jpg);*/
    height: 145px;
}

.h_renewals { /*background-image: url(../img/dashboard/renewals.jpg);*/
    height: 145px;
}

.h_candidate {
    height: 175px;
}

.h_offerrelease {
    height: 175px;
}

.h_report {
    height: 175px;
}

.h_candidateCFR {
    height: 175px;
}

.h_BGV {
    height: 175px;
}

.h_uploaddocument {
    height: 175px;
}

.h_adminmodule {
    height: 175px;
}

.h_RejectedCandidate {
    height: 175px;
}

.h_joiningdate {
    height: 175px;
}

/*Start => Added By Bhavan for PR12231 */
.h_managectc {
    height: 175px;
}
/*End => Added By Bhavan for PR12231 */

.h_products { /*background-image: url(../img/dashboard/products.jpg);*/
    height: 161px;
}

.h_applications { /*background-image: url(../img/dashboard/applications.jpg);*/
    height: 160px;
}

.need_analysis, .news_update {
    height: 222px;
}

.dashboard-section {
    text-align: center;
    height: 50%;
    background-color: #4f70b8;
    position: relative;
}

.login-section {
    height: 50%;
    background-color: #5d7bbe;
}

ul.last-synced {
    position: absolute;
    bottom: 12px;
    right: 6px;
}

    ul.last-synced > li i {
        font-size: 25px;
    }

.last-synced li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
}

    .last-synced li:first-child {
        border-right: 1px solid #fff;
        line-height: 14px;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.79);
    }

.section-icon {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.leadmgt-icon {
    background-image: url(../img/dashboard/Lead%20Management.svg);
}

.eKYC-icon {
    background-image: url(../img/dashboard/eKYC.jpg);
}

.cfr-icon {
    background-image: url(../img/dashboard/CFR.svg);
}

.renewal-icon {
    background-image: url(../img/dashboard/Renewals.png);
}

.calculator-icon {
    background-image: url(../img/dashboard/Need%20Analysis.svg);
}

.applications-icon {
    background-image: url(../img/dashboard/Applications.svg);
}

.dashboard-section > img {
    width: 180px;
    margin: 40px auto 10px;
}

.dashboard-section > h1 {
    font-size: 18px;
    font-family: Helvetica-Bold;
    margin: 24px auto 0px;
}

.dash-selection {
    width: 130px;
    text-align: left;
    margin-top: 10px;
    margin-right: 10px;
}

.news-updates-container {
    height: 135px;
    overflow: auto;
    background-color: #fff;
    color: #565656;
    margin-top: 20px;
    padding: 0px 8px;
}

    .news-updates-container > li {
        position: relative;
        border-bottom: 1px solid #d8d8d8;
        padding: 8px 0px;
    }

        .news-updates-container > li > img {
            position: absolute;
            border-radius: 2px;
            top: 12px;
        }

        .news-updates-container > li > div {
            padding-left: 60px;
            font-size: 12px;
        }

            .news-updates-container > li > div > p {
                margin: 0px;
            }

.news-header {
    position: absolute;
    margin: 7px 0px;
    font-size: 18px;
    font-family: Helvetica-Bold;
    width: 100%;
    padding: 0px 16px;
}

    .news-header > a {
        color: #fff;
        font-size: 12px;
        margin-top: 8px;
    }

.welcome-header {
    font-size: 18px;
    margin: 0px 5px;
}

.dash-selection .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px;
}

.dash-selection .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.dash-selection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #ffffff transparent;
}
/**********************************************
                      Login page 
				************************************************/

.login-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

    .login-wrapper .content {
        height: 100%;
        width: 100%;
    }

.home {
    background-image: url("../img/login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.our-work {
    background-color: #003399;
    background: radial-gradient(#0059d4, #0059d4, #004095 );
}

.page.page-full {
    height: 100%;
}

.login-form {
    position: absolute;
    top: 50%;
    left: 79%;
    width: 270px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 30px;
}

.mtb13 {
    margin: 13px 0px;
}

.mtb10 {
    margin: 10px 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.btn-login {
    background-color: #97282a;
    border-radius: 2px;
    color: #FFF;
    font-size: 16px;
    width: 100% !important;
    margin-bottom: 20px;
}

.forgot-pass {
    color: #ffffff;
    margin-bottom: 30px;
    display: block;
}

.btn-facebook {
    background-color: #336699;
    color: #fff;
}

.btn-google {
    background-color: #996666;
    color: #fff;
}

.r-logo {
    background-image: url("../Images/rel-logo.png");
    height: 36px;
    width: 210px;
    margin: 0px auto 30px;
}

.login-left {
    padding: 30px;
}

    .login-left h2 {
        font-size: 26px;
        font-family: Helvetica-bold;
        color: #003399;
    }

    .login-left p {
        color: #666666;
    }

.has-error .select2-container .select2-selection--single {
    border-bottom: 1px solid #D04949;
}

/****************************
                 Validation Msg Style
				***************************/
span.ValidationErrors {
    display: inline-block;
    font-size: 12px;
    color: #D04949;
    padding-left: 0px;
    position: absolute;
    top: 50px;
    left: 10px;
    line-height: 15px;
}

.ErrorField {
    background: transparent url("../img/Alert.png") no-repeat center right;
    margin: 0px;
    border-color: #D04949;
}

    .ErrorField + span + span {
        border-bottom: 1px solid #D00 !important;
    }

/****************************
                 Help Desk
				***************************/
.help-desk .form-heading {
    margin-bottom: 30px;
}

.faq-help, .escallations, .online-helpdesk {
    width: 52px;
    height: 50px;
    position: absolute;
    background-position: center right;
    background-repeat: no-repeat;
    right: 32px;
    top: 12px;
}

.toll-free {
    background-color: #e6e6e6;
    color: #565656;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 10px;
}

.faq-help {
    background-image: url(../img/FAQs.svg);
}

.escallations {
    background-image: url(../img/escalations.svg);
}

.online-helpdesk {
    background-image: url(../img/online-helpdesk.svg);
}

.desk-title {
    font-family: Helvetica-bold;
    margin: 0px;
}

.help-desk .help-desk-panel {
    min-height: 198px;
}

.help-desk-accordion .panel {
    margin: 0px;
    padding: 0px;
    border: 1px solid #D9D9D9;
    border-top: 0px;
}

.help-desk-accordion .first-panel {
    border-top: 1px solid #D9D9D9;
}

.help-desk-accordion .panel-heading.active {
    background-color: #98272A;
    color: #ffffff;
}

.help-desk-accordion .panel-heading {
    background-color: #ffffff;
    color: #565656;
    position: relative;
}

    .help-desk-accordion .panel-heading > p > i {
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .help-desk-accordion .panel-heading > p {
        overflow: hidden;
        padding-right: 40px;
        margin: 0px;
        font-family: Helvetica-Bold;
    }

i.call-help {
    margin-left: 10px;
}

.faqques {
    font-family: 'Helvetica-Bold';
    margin-bottom: 5px;
    margin-left: 3px;
}

.faqmpara {
    font-family: 'Helvetica-Bold';
    margin: 15px 0 5px;
}

.listalpha li {
    list-style-type: upper-alpha;
    margin-left: 20px;
}

.listnumeric li {
    list-style-type: decimal;
    margin-left: 20px;
}

/*****************************
	new application list
	***************************************/
.top-filtersection-sticky {
    position: fixed;
    top: 49px;
    width: 100%;
    z-index: 99;
    background-color: #ebebeb;
    padding: 15px 0px;
    box-shadow: 1px 2px 3px RGBA(0, 0, 0, 0.24);
    -webkit-transform: translateZ(0);
}

.dropdown-menu h1 {
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    margin-right: 8px;
}

.dropdown-menu p {
    display: inline-block;
    margin: 0px;
}

.responsive-tabs h1 {
    color: #9D9D9D;
    font-size: 50px;
    line-height: 50px;
    margin: 0px;
    display: block;
    font-family: Helvetica-medium;
    text-align: center;
}

.responsive-tabs p {
    color: #565656;
    display: block;
    text-align: center;
    font-size: 16px;
    margin: 0px;
}

.navbar-nav {
    margin: 0px;
}

.alertpopup i {
    color: #D04949;
    font-size: 24px;
    position: absolute;
    left: 11px;
    top: 1px;
}

.alertpopup li {
    float: left;
}

    .alertpopup li:last-child {
        padding-left: 32px;
    }

.list-container {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    padding: 0 10px;
    margin-bottom: 10px;
    position: relative;
}

    .list-container li {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin: 10px 0px;
    }

.list-header li {
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}

.list-header {
    min-height: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.list-header, .list-body {
    padding: 0px 5px;
}

    .list-body li label {
        display: block;
    }

.list-container .applicantName {
    /*font-family: Helvetica-Bold;*/
    font-weight: bold;
    font-family: Arial;
    color: #565656;
}

.status-action {
    position: absolute;
    right: 15px;
}

    .status-action li {
        margin-right: 0px;
    }

    .status-action > li {
        margin: 8px 0px;
        padding: 0px 10px;
        border-left: 1px solid #d8d8d8;
    }

        .status-action > li > a {
            color: #565656;
            font-size: 16px;
        }

        .status-action > li:first-child {
            border-left: 0px none;
        }

a.more-action {
    padding: 0px 5px;
}

.status-action > li {
    overflow: visible;
}

.status-action .dropdown-menu li {
    float: none;
    overflow: visible;
}

.status {
    font-family: Helvetica-bold;
    font-size: 14px;
}

.issued, .inforce, .open-s, .green-alert {
    color: #97282a;
}

.re-open, .in-news {
    color: #179e7e;
}

.incomp, .lapsed {
    color: #70A1DE;
}

.payment {
    color: #E8BD55;
}

.docpend, .purpal-alert {
    color: #8F68B9;
}

.pendingissuance, .submitted, .blue-alert {
    color: #97282a;
}

.rejected, .surrendered, .closed, .red-alert {
    color: #97282a;
}

.total {
    color: #97282a;
}

.status-action .dropdown-menu {
    position: absolute;
    right: 5px;
    top: 35px;
    left: auto;
    z-index: 98;
    float: left;
    min-width: 100px;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .175);
}

    .status-action .dropdown-menu li {
        float: none;
        margin: 0px;
    }

        .status-action .dropdown-menu li a {
            padding: 10px;
            color: #565656;
        }

.right-action-btn li {
    display: block;
    float: unset;
    margin: 0px 10px;
}

    .right-action-btn li:last-child {
        margin-right: 10px;
        border-bottom: 0px none;
    }

.btn i {
    margin-right: 3px;
    font-size: 14px;
}

.extraFiltermobile .m-navtab-links > li {
    width: 33.33%;
    text-align: center;
    display: inline-block;
    margin-left: -3px;
    vertical-align: middle;
}

.extraFiltermobile .m-navtab-links {
    border-bottom: 0px none;
    position: relative;
}

.extraFiltermobile .m-nav-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px;
    color: #9d9d9d;
}

.m-navtab-links > li > a {
    position: relative;
    display: block;
    padding: 6px 0px;
    color: #9d9d9d;
}

.extraFiltermobile .m-navtab-links > li.active > a, .extraFiltermobile .m-navtab-links > li.active > a:hover, .extraFiltermobile .m-navtab-links > li.active > a:focus {
    color: #565656;
    cursor: default;
    background-color: #fff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}

.extraFiltermobile .m-navtab-content {
    position: absolute;
    width: 100%;
    margin: 0px 0px;
    z-index: 99;
    box-shadow: 0px 4px 3px RGBA(0, 0, 0, 0.21);
    top: 29px;
}

    .extraFiltermobile .m-navtab-content > div.tab {
        background: #fff;
        padding: 14px 0px;
    }

.width100 {
    width: 100% !important;
}

.width50 {
    width: 50% !important;
}

.width25 {
    width: 25% !important;
}

.width40 {
    width: 40% !important;
}

.width60 {
    width: 60% !important;
}

.color-blue {
    color: #97282a !important;
}
/************************
			Sync Page
			********************************/
.syncBox {
    margin: 10px 0px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    height: 100px;
}

.syncBox-head {
    border-bottom: 1px solid #d8d8d8;
    padding: 4px 10px;
}

    .syncBox-head h1 {
        font-family: Helvetica-bold;
        margin: 0px;
        font-size: 14px;
        line-height: 28px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 116px;
        width: 107px;
    }

.syncBox-body li {
    float: left;
}

.sync-datails li:last-child {
    border-right: 1px solid #d8d8d8;
    padding-right: 10px;
}

.syncBox-body {
    padding: 6px 10px;
}

    .syncBox-body li h4 {
        font-size: 24px;
        text-transform: uppercase;
        margin: 2px 0px;
    }

        .syncBox-body li h4 small {
            font-size: 12px;
            color: #565656;
            text-transform: uppercase;
        }

    .syncBox-body li p {
        font-size: 10px;
        color: #9d9d9d;
        text-transform: uppercase;
        margin: 0px;
    }

.synced {
    font-family: Helvetica-bold;
    color: #8ac45f;
}

.btn-stop {
    border-color: #d04949;
    color: #d04949;
    background-color: #fff;
}

.syncBox-head a i, #syncall i, #stopall i {
    font-size: 16px;
    margin-right: 3px;
}

.syncpanel {
    margin-bottom: 20px;
}

.syncBox-body .progress, .sync-all-progress-bar .progress {
    height: 12px;
    margin-bottom: 0px;
    overflow: hidden;
    background-color: #e6e6e6;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.progress-bar {
    -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 0px 0 rgba(0, 0, 0, .15);
}

.sync-all-progress-bar .progress {
    margin-top: 20px;
    width: 40%;
}

.sync-all-progress-bar .progress {
    margin-top: 20px;
}

.syncBox-body .progress-bar, .sync-all-progress-bar .progress-bar {
    font-size: 10px;
    line-height: 14px;
}

.sync-datails li, .sync-all-progress-bar li {
    float: right;
    margin-left: 14px;
}

    .sync-datails li h4 {
        font-size: 26px;
        color: #9d9d9d;
        margin: 0px;
        line-height: 22px;
    }

        .sync-datails li h4 small {
            font-size: 14px;
            color: #9d9d9d;
            margin: 0px;
        }

    .sync-datails li p {
        font-size: 12px;
        color: #565656;
        margin: 0px;
    }

@media only screen and (max-width: 760px) {
    /** Family Table Styles **/
    .r_table .table-bordered {
        border: none;
    }

    .r_table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        .r_table td:before {
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-family: Helvetica-bold;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .r_table td:before {
            content: attr(data-title);
        }
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}

/***********************
  			Dashboard Module
			********************************/
.dashboard {
    background-color: #FFF;
    min-height: 302px;
    margin-bottom: 20px;
    border: 1px solid #D8D8D8;
    display: block;
    color: #565656;
}

    .dashboard p {
        font-size: 16px;
    }

.dash-head {
    position: relative;
    background-color: #e6e6e6;
    border-bottom: 1px solid #D8D8D8;
    min-height: 42px;
}

    .dash-head > strong {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    .dash-head > ul {
        position: absolute;
        top: 4px;
        right: 20px;
    }

.d-last-sync > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    border-right: 1px solid #d8d8d8;
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d;
}

    .d-last-sync > li:last-child {
        padding: 0px 0px 0px 10px;
        border-right: 0px none;
        font-size: 20px;
        color: #565656;
    }

.dash-body .sandbox-container {
    margin-top: 0px;
}

.dash-body > .d-filters {
    background-color: #f8f8f8;
    padding: 6px 10px;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    margin-top: -1px;
}

.d-filters .form-group {
    margin-bottom: 0px;
}

.renewal-data > li {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

    .renewal-data > li p {
        margin: 0px;
        font-size: 30px;
        line-height: 36px;
    }

.renewal-data {
    padding: 15px 0px;
}

.dbtable-section {
    padding: 10px;
}

table.db {
    width: 100%;
    border: 1px transparent;
    margin-bottom: 0px;
}

    table.db th {
        font-family: helvetica-bold;
        color: #9d9d9d;
        background-color: transparent;
        padding: 6px;
        text-align: left;
    }

    table.db tr {
        border-bottom: 1px solid #e6e6e6;
    }

        table.db tr:last-child {
            border-bottom: 0px none;
        }

.lead-mgt-data {
    margin: 0px 10px;
}

    .lead-mgt-data > h2 {
        margin: 0px;
    }

    .lead-mgt-data > strong {
        display: block;
        margin-bottom: 10px;
    }

    .lead-mgt-data > li > strong {
        display: block;
        color: #9d9d9d;
    }

    .lead-mgt-data > li {
        display: table-cell;
        width: 1%;
    }

        .lead-mgt-data > li:first-child {
            margin-left: 0px;
        }

        .lead-mgt-data > li:last-child {
            margin-right: 0px;
        }

.dash-body > ul.lead-mgt-data:last-child {
    border-top: 1px solid #ebebeb;
}

.lm-table-section {
    height: 428px;
    overflow: auto;
    border-top: 1px solid #d8d8d8;
}

.lead-mgt-data h2 {
    margin: 10px 0px 0px;
}

.lead-divider {
    border-bottom: 1px solid #d8d8d8;
}

.my-business > ul {
    border-left: 1px solid #e6e6e6;
    margin: 10px 0px;
}

    .my-business > ul:first-child {
        border-left: 0px none;
    }

    .my-business > ul > strong {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .my-business > ul > li {
        float: left;
        text-align: center;
    }

        .my-business > ul > li > strong {
            color: #9d9d9d;
        }

.birthday-link img {
    width: 40px;
    margin-left: 10px;
}

.birthday-link span {
    margin-left: 10px;
}

.birthday-link i {
    position: absolute;
    right: 0px;
    top: 12px;
}

.birthday-link {
    color: #565656;
    position: relative;
}

.d-underwriting::before {
    content: "█";
    color: #70a1de;
    position: absolute;
    left: 12px;
    top: 18px;
    font-size: 10px;
}

.d-ftnr::before {
    content: "█";
    color: #cccccc;
    position: absolute;
    left: 32px;
    top: 18px;
    font-size: 10px;
}

.cfrgraph {
    width: 80%;
    max-width: 295px;
    margin: 0px 10%;
}

.dashboard-sm .lm-table-section {
    height: 284px;
}

.dashboard-fls .lm-table-section {
    height: 428px;
}

.d_commisions .rnb-table {
    margin: 14px;
}

    .d_commisions .rnb-table thead > tr > th {
        padding: 6px;
    }
/***********************
  			News And Update
			********************************/
span.read-more {
    cursor: pointer;
    color: red;
}

span.more {
    display: none;
}

.padding0 {
    padding: 0px !important;
}
/*** jquery-bootstrap-scrolling-tabs ***/
.scrtabs-tab-container * {
    box-sizing: border-box;
}

.scrtabs-tab-container {
    height: 130px;
}

    .scrtabs-tab-container .tab-content {
        clear: left;
    }

.scrtabs-tabs-fixed-container {
    float: left;
    height: 130px;
    padding: 0px 20px;
    overflow: hidden;
    width: 100% !important;
}

.scrtabs-tabs-movable-container {
    position: relative;
}

    .scrtabs-tabs-movable-container .tab-content {
        display: none;
    }

.scrtabs-tab-scroll-arrow {
    color: #a5a5a5;
    cursor: pointer;
    float: left;
    font-size: 44px;
    height: 77px;
    padding-top: 6px;
    width: 30px;
    text-align: center;
}

    .scrtabs-tab-scroll-arrow:hover {
        background-color: #ffffff;
    }

.scrtabs-tabs-fixed-container ul.nav-tabs {
    height: 77px;
    border-bottom: none;
}

    .scrtabs-tabs-fixed-container ul.nav-tabs > li {
        margin-left: -1px;
    }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li > a {
            white-space: nowrap;
            font-size: 50px;
            color: #9d9d9d;
            padding: 0px 18px;
            margin-right: 28px;
            margin-left: -10px;
        }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li:last-child > a {
            margin-right: 0px;
        }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li > a {
            border-width: 0px;
            border-color: #97282a;
            border-radius: 0px;
        }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li.active > a {
            color: #97282a;
            border-width: 0px 0px 5px 0px;
            border-color: #97282a;
        }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li > a:hover {
            color: #97282a;
            background-color: #FFFFFF;
            border-width: 0px 0px 5px 0px;
            border-color: #97282a;
        }

        .scrtabs-tabs-fixed-container ul.nav-tabs > li sub {
            font-size: 12px;
            color: #cccccc;
            bottom: 10px;
            right: 0px;
            position: absolute;
        }

.scrtabs-tab-content-outside-movable-container .nav-tabs {
    display: none;
}

.news-tabsection {
    position: relative;
}

.scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-left {
    background: transparent linear-gradient(to left, rgba(255, 255, 255, 0.15) 10%, #fff 80%) repeat scroll 0% 0%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
}

.scrtabs-tab-scroll-arrow.scrtabs-js-tab-scroll-arrow-right {
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0.15) 10%, #fff 80%) repeat scroll 0% 0%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
}
/****Custome Style****/
.date-time-status > li {
    display: inline-block;
    font-size: 12px;
}

    .date-time-status > li:after {
        content: "|";
        margin: 0px 3px;
    }

    .date-time-status > li:last-child:after {
        content: "";
        margin: 0px;
    }

.news-headline {
    font-family: helvetica-bold;
    color: #97282a;
    font-size: 16px;
    margin: 10px 0px;
    display: block;
}

.news-box {
    color: #666666;
    display: inline-block;
    padding: 0px 3px;
    width: 100%;
    line-height: 19px;
}

    .news-box small {
        color: #cccccc;
    }

    .news-box > div > p > a {
        float: right;
    }

    .news-box > .panel {
        border: 1px solid #cccccc;
        padding: 15px;
    }

.news-img {
    margin: 16px 0px;
}

.new-section .row {
    -moz-column-width: 18em;
    -webkit-column-width: 18em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    margin-right: 0px;
    margin-left: 0px;
}

.menu-category {
    display: inline-block;
    margin: 0.25rem;
    padding: 1rem;
    width: 100%;
}

/*- FILTER OPTIONS -*/
ul.filterOptions {
    height: 36px;
    margin-bottom: 20px;
    overflow: hidden;
}

    ul.filterOptions li:last-child a {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-left: 0 none;
    }

    ul.filterOptions li:first-child a {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-right: 0 none;
    }

    ul.filterOptions li {
        margin-right: 0px;
        float: left;
    }

        ul.filterOptions li a {
            padding: 7px 18px;
            color: #565656;
            border: 1px solid #cccccc;
            background: #ffffff;
            display: block;
        }

            ul.filterOptions li a:hover {
                background: #EEEEEE;
            }

        ul.filterOptions li.active a {
            background: #97282a;
            color: #ffffff;
        }

.news-box a.download {
    border-left: 1px solid #9d9d9d;
    padding: 0px 10px;
}

.tabs-year-cate {
    margin: 0px auto;
    width: 333px;
    margin-top: 10px;
}

    .tabs-year-cate > .nav-pills > li {
        min-width: 110px;
        text-align: center;
    }
/************************
			New Login Page
			********************************/
.new-heading {
    font-family: helvetica-bold;
    font-size: 24px;
    width: 80%;
}

ul.news-bottom {
    float: left;
    width: 25%;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}

    ul.news-bottom:last-child {
        border-right: 0 none;
    }
/************************
			New Login Page
			********************************/

/*.our-work2 {
    background-image: url(../img/banner_login.jpg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
}*/

.our-work2 .login-form {
    width: 385px;
    background: rgba(255,255,255,0.85);
    height: 100%;
    overflow: auto;
    padding: 60px 40px 0;
}

    .our-work2 .login-form .form-horizontal {
    }

.our-work2 .r-logo {
    background-image: url("../Images/rel-logo.png");
    height: 72px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center center;
    background-size: 260px auto;
}

.login_formTitle {
    margin: 60px 0 50px;
    text-transform: uppercase;
    font-size: 20px;
}

.textOR {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
}

.social_Btn .btn {
    background: transparent;
    font-size: 16px;
    border: 1px solid;
    border-radius: 4px;
    padding: 10px;
    color: #4269ab;
    width: 47%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .social_Btn .btn i {
        font-size: 22px;
        vertical-align: sub;
    }

    .social_Btn .btn.btn-google {
        margin-left: 10px;
        border-color: #e02f2f;
        color: #e02f2f;
    }

    .social_Btn .btn:hover,
    .social_Btn .btn.active,
    .social_Btn .btn:focus {
        color: #fff;
        background: #4269ab;
        border-color: #4269ab;
    }

    .social_Btn .btn.btn-google:hover,
    .social_Btn .btn.btn-google.active,
    .social_Btn .btn.btn-google:focus {
        color: #fff;
        background: #e02f2f;
        border-color: #e02f2f;
    }

.sales_Desc {
    position: absolute;
    width: 580px;
    background: rgba(255,255,255,0.85);
    padding: 30px 40px;
    bottom: 50px;
}

    .sales_Desc h1 {
        margin-top: 0;
        color: #003f95;
        font-family: Helvetica-bold;
    }

.frgt-logdesc {
    margin-bottom: 30px;
    margin-top: -20px;
}

.content .new_Reg-link {
    margin-top: 40px;
    font-size: 14px;
}

    .content .new_Reg-link a,
    .frgt-logdesc a {
        color: #1190e0;
    }

.login_fadeIn .modal-body {
    position: relative;
}

.login_fadeIn .zmdi-close {
    color: #9d9d9d;
}

.login_fadeIn .text-bold,
.frgt-modal-fadeIn .text-bold {
    color: #565656;
    font-weight: 700;
}

.frgt-modal-fadeIn .form-group {
    margin-bottom: 10px;
}

.frgt-modal-fadeIn p {
    margin: 0;
}

.resend-otp-link {
    padding: 0;
    margin-bottom: 20px;
}

.frgt-modal-fadeIn .hidden-text {
    display: none;
    margin: 25px 0 0;
}

.hidden-text p:last-child {
    margin-top: 10px;
}

.frgt-logdesc2 {
    text-align: left;
}

    .frgt-logdesc2 p,
    .frgt-logdesc a.forgot-pass {
        margin: 0;
    }

        .frgt-logdesc2 p a {
            display: block;
        }

.our-work2 .form-group {
    margin-bottom: 30px;
    position: relative;
}

    .our-work2 .form-group span {
        left: 0;
        position: relative;
        top: 0;
        width: 100%;
        text-align: left;
        display: block;
    }

.our-work2 .form-control {
    height: auto;
    padding: 0 0 10px 0;
}

.social_Modal .modal-body .btn {
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    padding: 6px 15px;
    position: relative;
    width: 110px;
}

.social_Modal .btn i {
    font-size: 18px;
    margin-right: 5px;
    width: auto;
}

.social_Modal .btn-save {
    width: 180px;
}

.social_Modal i.icon-tick {
    background-image: url(../img/GrrenTick2.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    position: absolute;
    right: -12px;
    top: -5px;
}

.login-form .alert {
    color: #EA524C;
    background: #F6CFD0;
    border: 1px solid #CF4847;
    border-radius: 0;
    text-align: left;
}

.content .new_Reg-link2 {
    margin-top: 40px;
}

.hidden-text {
    display: none;
}

.back2login {
    color: #1190e0;
    text-align: left;
    margin-top: -10px;
    display: block;
}

#forgot_Mod,
#register_Mod {
    display: none;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: #8c8d8f;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #8c8d8f;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #8c8d8f;
}

#termsandconditions .modal-body {
    height: 420px;
}

#social-integration-modal .modal-body {
    padding: 0;
}

.api-block-img img {
    width: 100%;
}

/******************************
            Health BI CSS
          **************************************/
.percentage-share p {
    font-family: Helvetica-Bold;
    color: #9d9d9d;
}

    .percentage-share p > span {
        color: #565656;
    }

.maxmin, .hightolow, .datecate, .atoz {
    display: none;
}

.rupee {
    background: transparent url("../img/rupees.png") no-repeat center right;
}

.team-mrm-nm {
    text-overflow: ellipsis;
    width: 162px;
    white-space: nowrap;
    overflow: hidden !important;
    margin-right: 10px;
}

.home-ico {
    color: #ffffff;
    font-size: 24px;
}

.brand i {
    margin-right: 8px;
    vertical-align: sub;
}

.brand img {
    vertical-align: sub;
}



/******************************
           Services Module CSS
           ********************************/

/* 1 Services: My Requests*/
.margin-lr0 {
    margin-left: 0 !important;
    margin-right: 0px;
}

.margin-lr10 {
    margin-left: 10px !important;
    margin-right: 10px;
}

.morecontent span {
    display: none;
}

/* 2 Services: Downloads*/
.commissions-icon {
    background: transparent url("../img/services/commission-statements_G.png") no-repeat scroll center center;
}

.product li.active .commissions-icon {
    background: transparent url("../img/services/commission-statements_B.png") no-repeat scroll center center;
}

.forCustomer-icon {
    background: transparent url("../img/services/customer-statements_G.png") no-repeat scroll center center;
}

.product li.active .forCustomer-icon {
    background: transparent url("../img/services/customer-statements_B.png") no-repeat scroll center center;
}

.forSelf-icon {
    background: transparent url("../img/services/for-self_G.png") no-repeat scroll center center;
}

.product li.active .forSelf-icon {
    background: transparent url("../img/services/for-self_B.png") no-repeat scroll center center;
}

.margin0 {
    margin: 0 !important;
}

.monthly-c-card {
    border: 1px solid #d8d8d8;
    margin-top: 20px;
}

.card-head {
    background-color: #e9f9ff;
    padding: 10px 0px;
}

    .card-head h3 {
        margin: 0;
        color: #4f889d;
        font-size: 18px;
        text-align: center;
    }

.rupee-view li {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
    color: #9d9d9d;
}

    .rupee-view li:last-child {
        border-left: 1px solid #d8d8d8;
    }

.rupee-view {
    padding: 20px 0;
    margin: 0px 10px;
    border-bottom: 1px solid #d8d8d8;
}

    .rupee-view > li > p {
        margin: 0px;
    }

    .rupee-view > li > h2 {
        margin: 0px;
        font-size: 18px;
        color: #565656;
    }

.monthly-c-card.current {
    border-color: #a0cfe8;
    background-color: #f8f8f8;
}

.comm-sum {
    border: 1px solid #a0cfe8;
}

.current .card-head {
    background-color: #c8ecf9;
}

.commissions-graph {
    height: 170px;
    width: 100%;
    margin: 0 auto;
}
/**************For self Tab**************/
.tax-decla > li {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
}

    .tax-decla > li:last-child {
        border-bottom: 1px solid #e6e6e6;
    }

    .tax-decla > li i {
        font-size: 20px;
        margin-right: 10px;
        vertical-align: bottom;
    }

.my-doc-section {
    border: 1px solid #d8d8d8;
    padding: 5px;
    margin-top: 20px;
}

    .my-doc-section > .doc-name {
        font-family: Helvetica-Bold;
        width: 68%;
    }

.srch-adv-code {
    display: none;
}

.doc-icon {
    width: 38px;
    height: 48px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.doc-link {
    border-left: 1px solid #e6e6e6;
    padding: 13px 0px;
}

    .doc-link a .icon-download {
        font-size: 20px;
        vertical-align: middle;
        padding: 0px 6px;
    }

    .doc-link a .fa-envelope {
        font-size: 16px;
        vertical-align: initial;
        padding: 0px 6px;
    }

.text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
}

#doc-section, #welcomeKit, #premiumReceipt, #renewalNotice, #receipts, #lapsedLetter {
    display: none;
}

.minwidth90 {
    min-width: 90px;
}

.tbl-action a {
    display: table-cell;
    width: 1%;
    text-align: center;
}

.mydoc-icon {
    background: transparent url("../img/services/my-documents_Icon.png") no-repeat scroll center center;
}

.top_margin {
    top: 58px !important;
}

.top_margin_mycandidate {
    top: 140px !important;
    margin-top: 20px !important;
}

.disabled_li {
    pointer-events: none; /*//This makes it not clickable*/
    opacity: 0.6; /*//This grays it out to look disabled*/
}

.mycandidate_userdetail {
    overflow: scroll;
    height: 550px;
}

.ConsentDiv {
    width: 60%;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
}

.InstructionDiv {
    width: 67%;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    float: left;
}

.EmpTypePartTimeDiv {
    color: #f1890a !important;
    font-weight: bold !important;
}

.EmpTypeFullTimeDiv {
    color: #D04949 !important;
    font-weight: bold !important;
}
/*PR13481 start*/
.DedupExport {
    text-align: right;
}

.DedupData table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

    .DedupData table tbody {
        width: 100%;
    }
/*PR13481 end*/


/*Start PR13414 - Resume Funnel*/

.loading {
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    position: absolute;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 30%;
    left: 50%;
    z-index: 100;
}

.badge-success {
    background: #158015;
}

.badge-danger {
    background: #bf0909;
}

.badge-info {
    background: #106bdd;
}

.h_mytask .h-title-section {
    background: #f06292;
}

.h_referalupload .h-title-section {
    background: #601b1da3;
}

.h_myreferal .h-title-section {
    background: #d3696a;
}

.h_mydashboard .h-title-section {
    background: #97282a;
}

.h_myincentives .h-title-section {
    background: #81c784;
}

.h_myreport .h-title-section {
    background: #0091EA;
}

.h_mytask, .h_myreferal, .h_myincentives, .h_mydashboard, .h_referalupload, .h_myreport {
    height: 175px;
}

.dashboard-icon {
    background-image: url(../img/dashboard/dashboard.svg);
}

.refdashboardtile span {
    float: left;
    font-size: 28px;
    font-weight: 800;
    color: #FFF;
    margin-left: 10px;
    margin-top: 10px;
}

.refdashboardtile .reftilebody {
    padding: 3px;
}

.refdashboardtile .reficon {
    float: right;
}

.refdashboardtile .reftitle {
    background: #fff;
    padding: 6px;
    font-size: 16px;
    font-weight: 700;
}

.refdashboardtile:hover {
    box-shadow: none;
}

.refdashboardtile {
    box-shadow: 4px 2px #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.reficon {
    width: 55px;
    height: 55px;
}

/*---------------Start BM Dashboard------------*/
#divRefPosting .refdashboardtile .reftitle {
    border: 2px solid #FF9800;
    color: #FF9800;
}

#divRefPending .refdashboardtile .reftitle {
    border: 2px solid #3949AB;
    color: #3949AB;
}

#divRefShortlisted .refdashboardtile .reftitle {
    border: 2px solid #795548;
    color: #795548;
}

#divRefJoined .refdashboardtile .reftitle {
    border: 2px solid #8E24AA;
    color: #8E24AA;
}

#divRefActive .refdashboardtile {
    border: 2px solid #43a047;
    color: #43a047;
}

#divRefInactive .refdashboardtile {
    border: 2px solid #424242;
    color: #424242;
}

#divRefIncentives .refdashboardtile {
    border: 2px solid #1565C0;
    color: #1565C0;
}


#divRefRejected .refdashboardtile {
    border: 2px solid #880e4f;
    color: #880e4f;
}

#divRefNoresponse .refdashboardtile {
    border: 2px solid #43a047;
    color: #FF9800;
}

#divRefPosting .refdashboardtile {
    background: #FF9800;
}

#divRefPending .refdashboardtile {
    background: #3949AB;
}

#divRefShortlisted .refdashboardtile {
    background: #795548;
}

#divRefJoined .refdashboardtile {
    background: #8E24AA;
}

#divRefRejected .refdashboardtile {
    background: #880e4f;
}

#divRefActive .refdashboardtile {
    background: #43a047;
}

#divRefInactive .refdashboardtile {
    background: #424242;
}

#divRefIncentives .refdashboardtile {
    background: #1565C0;
}

#divRefNoresponse .refdashboardtile {
    background: #FF9800;
}

#divRefPosting .reficon {
    background-image: url(../img/dashboard/people.png);
    background-size: 100% 100%;
}

#divRefPending .reficon {
    background-image: url(../img/dashboard/search.png);
    background-size: 100% 100%;
}

#divRefShortlisted .reficon {
    background-image: url(../img/dashboard/shorlisted.png);
    background-size: 100% 100%;
}

#divRefJoined .reficon {
    background-image: url(../img/dashboard/joined.png);
    background-size: 100% 100%;
}

#divRefActive .reficon {
    background-image: url(../img/dashboard/activeperson.png);
    background-size: 100% 100%;
}

#divRefInactive .reficon {
    background-image: url(../img/dashboard/inactiveperson.png);
    background-size: 100% 100%;
}

#divRefRejected .reficon {
    background-image: url(../img/dashboard/rejected.png);
    background-size: 100% 100%;
}

#divRefIncentives .reficon {
    background-image: url(../img/dashboard/rupee.png);
    background-size: 100% 100%;
}

#divRefNoresponse .reficon {
    background-image: url(../img/dashboard/rejected.png);
    background-size: 100% 100%;
}
/*---------------End BM Dashboard------------*/

/*---------------Start Referral Dashboard------------*/
#divReferralPersonalDetails .refdashboardtile .reftitle {
    border: 2px solid #C2185B;
    color: #C2185B;
}

#divUploadResume .refdashboardtile .reftitle {
    border: 2px solid #FFA000;
    color: #FFA000;
}

#divAboutRNLIC .refdashboardtile .reftitle {
    border: 2px solid #455A64;
    color: #455A64;
}

#divReferAFriend .refdashboardtile .reftitle {
    border: 2px solid #81C784;
    color: #81C784;
}

#divReferralPersonalDetails .refdashboardtile {
    background: #C2185B;
}

#divUploadResume .refdashboardtile {
    background: #FFA000;
}

#divAboutRNLIC .refdashboardtile {
    background: #455A64;
}

#divReferAFriend .refdashboardtile {
    background: #81C784;
}

#divReferralPersonalDetails .reficon {
    background-image: url(../img/dashboard/personaldetails.png);
    background-size: 100% 100%;
}

#divUploadResume .reficon {
    background-image: url(../img/dashboard/uploadresume.png);
    background-size: 100% 100%;
}

#divAboutRNLIC .reficon {
    background-image: url(../img/dashboard/aboutrnlic.png);
    background-size: 100% 100%;
}

#divReferAFriend .reficon {
    background-image: url(../img/dashboard/referafriend.png);
    background-size: 100% 100%;
}

/*---------------End Referral Dashboard------------*/

/*--------------Start BMReferral----------*/

.table-referral thead th,
.table-referral thead td {
    padding: 5px 7px;
    font-weight: 600;
    font-size: 13px;
}

.table-referral tbody td {
    color: #666;
    font-weight: 500;
}

.table-referral {
    box-shadow: 2px 3px 3px #eee;
}

#divBMReferralsActions {
    min-height: 150px;
    max-height: 480px;
    overflow-y: scroll;
    padding-top: 3px;
}

.grid-btn {
    padding: 2px 6px !important;
    font-size: 12px;
    width: 100px;
}

#divBMActionModal table {
    border: none;
}

.status-filter {
    text-transform: capitalize;
    padding: 5px;
    background: #f5ebeb;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #ddd;
}
/*--------------End BMReferral------------*/


/*--------------Start ReferralUpload----------*/
.label-align {
    padding-top: 7px;
}

.download-btn:hover {
    box-shadow: 0px 2px 3px #ddd;
}

.download-btn {
    padding: 7px;
    background: #97282a;
    color: #fff;
}

#divReferralData, #divFilesData {
    min-height: 150px;
}

#divShowFileRecords {
    max-height: 350px;
    overflow-y: scroll;
}

.divNoData img {
    max-width: 100%;
    width: 150px;
    height: 150px;
}

.divNoData {
    text-align: center;
}
/*--------------End ReferralUpload------------*/


/*--------------Start ReferralView->Upload Resume------------*/
.aDownloadLink:hover {
    text-decoration: underline;
}

.aDownloadLink {
    font-size: 13px;
    font-weight: 700;
    padding: 5px;
}
/*--------------End ReferralView->Upload Resume-------------*/

/*--------------Start ReferralView->Personal Details------------*/
#frmPersonalDetails label {
    color: #555;
}

#frmPersonalDetails .form-control:focus {
    border: 1px solid #1c3f6f;
}

#frmPersonalDetails .form-control {
    border: 1px solid #ddd;
    padding: 4px;
}

#frmPersonalDetails .form-group {
    margin-bottom: 10px;
}

#frmPersonalDetails input.input-validation-error,
#frmPersonalDetails textarea.input-validation-error,
#frmPersonalDetails select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A !important;
}

#frmPersonalDetails .field-validation-error {
    font-size: 12px;
    color: #f00;
}
/*--------------End ReferralView->Personal Details------------*/

/*--------------Start MyReferralStatus-----------------*/
#divMyReferralStatus {
    min-height: 150px;
}

.modaltable tbody td {
    padding: 3px !important;
}
/*--------------End MyReferralStatus-------------------*/

/*End PR13414*/

.ui-radio > input[type=radio]:checked + label:before {
    content: "";
    background-color: #97282a;
    border: none;
}

input#IsVerified {
    accent-color: #97282a;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    background: #97282a;
    color: #fff !important;
    font-size: 19px !important;
}

.form-wrapper .input-div button {
    background: transparent;
    border: none;
}

.success_employee .modal-header {
    margin-top: 0px;
}

.success_employee .modal-footer {
    margin-bottom: 0px;
}

.success_employee .modal-title {
    color: #ffffff;
}

.success_employee .modal-body {
    top: 100px;
}

.badge-info {
    background: #97282a !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #97282a !important;
    border-color: #97282a !important;
}

input#IsAPIConsentCheck, input#IsConsentCheck {
    accent-color: #97282a;
}


input#IsCFR {
    accent-color: #97282a;
}

.doc_verify .lidoc h5:last-child {
    color: #97262a !important;
}

input#IsPANValidationCheck {
    accent-color: #97282a;
}

input#DivIsChecked {
    accent-color: #97282a;
}