/***************************************
        CSS For Producer Thm
           Create By Tarun
***************************************/

#wizard {
    width: 200px;
    border: 1px solid black;
}

    #wizard .title {
        background-color: #ddd;
    }

@media print {
    .basic div, #navigation ul, #list2 dd, #list3 div {
        display: block !important;
        height: auto !important
    }
}
/* producer CSS Start */
@media screen {
    /* Left Coloumn Thm */
    .leftHead {
        background-color: #008dd0;
    }

    .pane .producer-box {
        background: #EFEFEF;
        color: #454545;
        border-color: #EFEFEF;
    }

    ul.navlist li {
        background: none;
        padding-left: 0
    }

        ul.navlist li a {
            text-decoration: none;
            color: #454545;
        }

            ul.navlist li a:hover {
                text-decoration: underline
            }

    .heading-bar {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        background-color: #008dd0;
        padding: 5px;
    }

    .heading-bar-search {
        color: #fff;
        height: 20px;
        font-size: 12px;
        font-weight: bold;
        background-color: #008dd0;
        padding: 5px;
    }

    .highlight-box h3 {
        background-color: #008dd0;
        margin: -15px -11px 10px;
        padding: 7px 5px 7px 10px;
    }

    .highlight-box {
        background: #EFEFEF;
    }

    .bannerBottomMargin .header_bg {
        background: none;
        height: auto;
    }

    .contents-leftcol h1 {
        color: #008dd0;
        font-size: 26px;
        margin-top: 5px 0 10px;
    }

    .bannerBottomMargin .body_bg {
        background: #fff;
        padding: 0;
        border: 0;
    }
    /*Navigation*/
    #navigation ul {
        margin: 0px;
        padding: 0;
    }

        #navigation ul li {
            margin: 0 0 3px 0
        }

    #navigation li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #navigation ul li a {
        color: #454545;
        text-decoration: none;
        margin-left: 10px !important;
    }
    /*start css added by divya on 17 nov 2020 */
    #navigation ul li span.prodheads {
        position: relative;
    }

        #navigation ul li span.prodheads:before {
            content: '';
            border-bottom: 1px solid #454545;
            width: 165px;
            display: block;
            position: absolute;
            bottom: -2px;
            left: 10px;
            right: 0;
        }

    .leftSubNav ul li:last-child {
        margin-bottom: 10px !important;
    }

    /*end css added by divya on 17 nov 2020 */
    #navigation li a:hover {
        text-decoration: underline;
    }

    #navigation a.head {
        color: #008dd0;
        display: block;
        font-weight: bold;
        text-indent: 14px;
        background: #EFEFEF url(../images/blue-icon.png) no-repeat 5px 8px;
        padding: 4px 0;
        font-size: 12px;
        border-bottom: solid 3px #fff
    }

    #navigation a.selected {
        background-image: url(../images/expanded.gif) !important;
    }

    #navigation a.current {
        background-color: #DBE1E6;
    }

    #navigation li a {
        color: #6D5443;
        display: block;
        text-decoration: none;
        font-size: 11px;
    }

    #navigation ul ul {
        margin-left: 20px;
    }

    #navigation li div.leftSubNav { /*background-color:#FCF5ED;*/
        border: 0;
        border-top: none;
    }

    #navigation ul li span {
        position: relative;
        color: #008dd0 !important;
        font-weight: 700;
        font-size: 12px;
        padding-left: 10px !important;
        margin-left: 0 !important;
    }
    /*producer navlist*/
    .breadcrumb {
        background-color: #fcf5ed;
        display: none;
    }

        .breadcrumb strong {
            display: inline-block;
            padding-left: 5px;
        }

        .breadcrumb a {
            text-decoration: none;
            color: #454545 !important;
            padding-left: 5px;
            padding-right: 5px;
        }

            .breadcrumb a:hover {
                text-decoration: underline;
                color: #454545;
            }
}
/* End producer CSS */

/* Vedio CSS Start */
.training-video-div {
    margin-top: 20px;
    width: 737px;
    height: 489px;
}

    .training-video-div table {
        height: 489px;
    }

    .training-video-div .left-col-video {
        width: 192px;
        background-image: url(../images/video-images/left-nav-bg.gif);
        background-repeat: no-repeat;
    }

    .training-video-div .right-col-video {
        width: 545px;
        background-image: url(../images/video-images/right-contents-bg.gif);
        background-repeat: no-repeat;
    }

.left-col-video .left-navigation {
    width: 180px;
    float: right;
    margin-top: 20px;
    color: #fff;
    font-size: 12px;
}

.left-navigation ul {
    margin: 0px;
    padding-bottom: 0px;
}

.left-navigation li {
    list-style-type: none;
    text-align: center;
    height: 38px;
    background-image: url(../images/video-images/navi-li-bg.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

#page-body .left-navigation a {
    color: #fff;
    text-decoration: none;
    background-image: url(../images/video-images/nav-link-bg.gif);
    background-repeat: no-repeat;
    width: 171px;
    height: 30px;
    display: block;
    margin-top: 0px;
    margin-left: 6px;
    line-height: 30px;
    background-position: 0px 1px;
    outline: none;
}

    #page-body .left-navigation a:hover {
        background-image: url(../images/video-images/nav-link-bg-hover.gif);
        color: #172342;
        background-repeat: no-repeat;
    }

    #page-body .left-navigation a.active {
        background-image: url(../images/video-images/nav-link-bg-hover.gif);
        color: #172342;
        background-repeat: no-repeat;
    }

.right-section-video .flash-area {
    width: 480px;
    height: 426px;
    margin-top: 21px;
    margin-left: 15px;
    background-color: #000;
    padding-top: 10px;
    padding-left: 12px;
}

.skip-buttons {
    text-align: right;
    padding-top: 5px;
    padding-right: 20px;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
}

.flash-area .i-frame {
    background-color: #000;
}

.sound {
    clear: both;
    float: right;
    padding-right: 7px;
}
/* End Vedio CSS */
/***************************************
        CSS For Commission Thm
           Create By Tarun
***************************************/
input, select, option, textarea { /*font-family: Helvetica,Arial,Calibri,sans-serif;*/
}
/*Added by Lakhan - also changed the font family*/
table#header {
    background-image: url(../images/bg-header.gif);
    background-repeat: repeat-x;
}

table#pagebody {
    margin-top: 10px;
    border-bottom: 10px double #660000;
}

.softborder {
    border: solid 1px #d4bebc;
}

div#contents {
    font-size: 11px;
    padding: 10px;
}

#contents h1 {
    color: #660000;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #d4bebc;
}

.textfield {
    font-size: 11px;
    background-color: #f2eeed;
    padding-top: 2px;
    padding-bottom: 2px;
    border: solid 1px #d4bebc;
}

.label {
    color: #660000;
    font-weight: bold;
}
/*============ Header Navigation*/
#navcontainer {
    background-color: #660000;
    height: 22px;
    border-bottom: 5px solid black;
}

ul#navlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

    ul#navlist li {
        float: left;
        font-size: 11px;
        margin: 0;
        padding: 5px 0;
        background-color: #660000;
    }

#navlist a, #navlist a:link {
    margin: 0;
    padding: 5px 9px;
    color: #fff;
    border-right: 1px solid #d4cacc;
    text-decoration: none;
}

ul#navlist li#active {
    color: #fff;
    background-color: #000;
}

#navlist a:hover {
    color: #fff;
    background-color: #b08989;
}
/*============== Left Navigation*/
#leftnavcontainer {
    font-size: 12px;
    padding-top: 30px;
}

ul#leftnav {
    margin: 0;
    padding: 10px;
    list-style-type: none;
}

#leftnav li {
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
    background-position: 5px 6px;
    margin: 0;
    padding: 5px 10px 1px 25px;
    border-bottom: 1px solid #d4c2c4;
}

#leftnav a {
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
}

li.activeleft {
    font-weight: bold;
    background-color: #f2eeed;
}
/*============*/
table.form-report {
    border: solid 1px #d4bebc;
    border-collapse: collapse
}

.form-report th {
    font-size: 11px;
    text-align: left;
    padding: 5px;
    border-right: 1px solid #660000;
    border-bottom-style: none;
    color: White;
}

.form-report td {
    border: solid 1px #000066;
    border-collapse: collapse;
    font-size: x-small;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.form-report p {
    margin: 3px 0;
}

.note {
    color: #040264;
    font-size: 11px;
    font-weight: bold;
}

.form-report hr {
    height: 0;
    border-top: 1px solid #6a1a7a;
    border-right-style: none;
    border-right-width: 0;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-style: none;
    border-left-width: 0;
}

.smartbutton {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background-color: #660000;
    padding: 3px;
    border-color: #cfb3b3 #6c3f3f #6c3f3f #cfb3b3;
    border-style: solid;
    border-width: 2px;
}

.colgrid td {
    border-right: 1px solid #d4bebc;
}

.colgrid th {
    font-size: 11px;
    background-color: #000066;
    text-align: left;
    padding: 3px 5px;
    border-right: 1px solid #660000;
    border-bottom-style: none;
    color: #fff;
}
/*============*/
div.localmenu {
    text-align: right;
}

.localmenu a {
    margin-right: 10px;
    margin-left: 10px;
}

.localmenu .active {
    font-weight: bold;
}
/*...........TABLE STYLES .........*/
table.datatable {
    font-size: 11px;
    border-collapse: collapse;
}

* html table.datatable {
    margin-left: -3px;
}

.datatable td, .datatable th {
    padding: 5px 7px;
    height: auto !important
}

    .datatable td:first-child, .datatable th:first-child, .datatable td:last-child, .datatable th:last-child {
        padding: 5px;
    }

.datatable .field {
    font-weight: bold;
    color: #25335A;
}

.datatable { /*width:100% !important;*/
}
/* Commented by Lakhan
.fullgrid td, .fullgrid th {border: solid 1px #c8c8c8;}
.fullgrid th {color:#000; background-color: #f3f3f3;}
.fullgrid thead th {background-color: #eef5ff;}
.fullgrid a {font-size: 12px; clear: both; margin-bottom: 8px; float: left;}
*/

#wrapPremium h3 {
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#wrapPremium h4 {
    color: #444e8c;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

#wrapPremium p {
    margin-top: 7px;
    margin-bottom: 7px;
    line-height: 16px;
    font-size: 11px;
}
/* Style1 CSS Start */
/* global body values */
@media screen {
    /*body{margin: 15px;}*/
    #contentTitle td {
        font-size: 24pt;
        color: #000066;
        font-weight: bold;
        letter-spacing: .4em;
        padding-left: 20px;
        font-variant: small-caps;
    }
    /*global body values end */
    /* header style data */

    #datetime {
        font-size: xx-small;
        color: #fff;
        visibility: inherit;
        left: 545px;
        top: 15px;
        position: absolute;
    }

    #menucontainer .menubar {
        background-color: #0D006A;
        font-size: 10pt;
        padding-right: 5px;
        padding-left: 5px;
        text-align: center;
    }

    #menucontainer a {
        color: #fff;
        font-size: 10pt;
        text-decoration: none;
        font-weight: bold;
    }

        #menucontainer a:hover {
            text-decoration: underline;
        }
    /*end header style*/
    /*frimain style*/
    #sidelinkmenu {
        text-align: center;
        background-color: #E2DA87;
    }

        #sidelinkmenu a {
            color: #847A20;
            font-size: 9pt;
            text-decoration: none;
            font-weight: bold;
            padding-right: 5px;
            padding-left: 5px;
        }

            #sidelinkmenu a:hover {
                text-decoration: underline;
            }

        #sidelinkmenu .smallsidelinks {
            font-size: 8pt;
            font-weight: normal;
        }

    #frimainbody {
        text-align: justify;
        font-size: 10pt;
        color: #fff;
    }
    /*frimain style end*/
    /* downloads_all.asp style elements */
    #downloadData {
        font-size: 10pt;
        color: #fff;
        padding: 0 10px;
    }

        #downloadData .downloadWarning {
            font-size: 8pt;
            color: #ff0000;
        }

    #dpHolder {
        font-size: 10pt;
        color: #000;
    }

        #dpHolder select {
            font-size: 10pt;
            color: #000;
        }
    /* downloads_all.asp style elements end*/
}
/* End Style1 CSS */

/*DBL Application  - Added by Lakhan*/
#dblpage-col-right {
    font-size: 11px;
    margin-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

    #dblpage-col-right div.contents {
        font-size: 12px;
    }

    #dblpage-col-right .message {
        color: #444E8C;
        font-size: 12px;
        margin-left: 0;
    }

    #dblpage-col-right .form .message {
        color: #CC3300;
        font-size: 12px;
        margin-left: 0;
    }

    #dblpage-col-right .form td span {
        font-size: 12px;
        margin-left: 0;
    }
    /*#dblpage-col-right input.button {    background-image: url("../images/bg-button.gif");    background-repeat: repeat-x;    border: 1px solid #000000;    font-size: 12px;    height: 25px;    vertical-align: middle;}*/
    #dblpage-col-right .DBLContent p {
        margin: 0;
        padding: 2px 0;
    }
    /*#dblpage-col-right input {    height: 1.1em;  font-size: 12px;}*/
    #dblpage-col-right .highlight-box h4 {
        font-family: Helvetica,Arial,Calibri,sans-serif;
        font-size: 13px;
        font-weight: bold;
        padding-bottom: 4px;
        padding-top: 2px;
    }

    #dblpage-col-right .form select {
        font-size: 12px;
        margin-bottom: 5px;
        margin-top: 3px;
        padding: 2px;
    }
/*---------------------------*/

/*****CSS for Licence Information Section*******/
.contents-rightcol input[type="text"], .contents-rightcol input[type="password"] {
    height: 22px;
    width: 200px;
}

.liBox {
    border: solid 1px #dcddde;
    background-color: #fafafa;
    padding: 10px 40px;
    margin: 0 0 10px 0;
    color: #474747;
    font-size: 12px;
}

span.usercomment {
    font-size: 12px;
    color: #474747;
    line-height: 16px;
}

.liWarningInfo {
    background-color: #fbf4ed;
    padding: 10px;
    margin: 10px 0
}

    .liWarningInfo h3 {
        font-weight: bold;
        font-size: 12px;
        color: #e5ab31
    }

.liRdoBtn {
    font-size: 12px;
    color: #474747
}

    .liRdoBtn td {
        padding: 0 15px 0 0
    }

.marginTop {
    margin: 10px 0 0 0
}

.liBtnCancel input {
    background: #fff;
    color: #666;
    border: solid 1px #ccc;
    font-weight: normal;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 12px;
    height: auto;
    cursor: pointer
}

.liBtnSumbit input {
    background: #8fbb3e;
    color: #fff;
    font-weight: bold;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: auto;
    cursor: pointer
}

.liForm {
    font-size: 11px;
    color: #474747
}

    .liForm input, .liForm select {
        border: solid 1px #787878;
        background-color: #fff;
        margin: 0
    }

    .liForm td {
        vertical-align: top
    }

input.buttonCal {
    vertical-align: middle
}

.btnupload {
    padding: 5px 9px;
}

.dblRdoBtn input {
    border: none;
    background: none
}

/*Select Box on Broker*/
.Product-Portfolio h3 {
    color: #008dd0 !important;
}

#navigation input[value="false"] + div .head {
    background: #EFEFEF url(../images/blue-icon-expand.png) no-repeat 3px 10px;
}

#navigation input[value="false"] + div + .leftSubNav {
    height: auto !important;
}

#navigation .leftSubNav {
    height: auto !important;
}
/*dbl guest*/
.dbl-guest td {
    border-right: 0 !important;
}

.dbl-guest {
    padding: 0;
}

.policyInfoGrid {
    position: relative;
}

span#no_record {
    color: #ff0000;
}

.error-msg {
    background: #f5f5f5;
    padding: 5px;
}

.fullgrid table tr:nth-child(odd) td[colspan="7"] {
    background: #fff;
}



    .fullgrid table tr:nth-child(odd) td[colspan="7"] table {
        width: auto;
    }



        .fullgrid table tr:nth-child(odd) td[colspan="7"] table td {
            background: #ffff;
            border: solid 1px #c8c8c8;
        }



            .fullgrid table tr:nth-child(odd) td[colspan="7"] table td a {
                margin: 0;
            }

#navigation ul li a.third-level-menu {
    padding-left: 25px;
}


#navigation ul li span.second-level-menu {
    padding-left: 20px !important;
}

.leftSubNav p + ul {
    padding-left: 10px !important;
}

.detail-head.main i:before {
    content: "\f054";
}

.application-btn {
    display: flex;
    margin-top: 3px;
}
.pop-body select.text {
    padding: 0 7px;
}
