﻿/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);


@font-face {
    font-family: 'DINProBold';
    src: url('../fonts/dinpro-bold_4.eot');
    src: url('../fonts/dinpro-bold_4.eot') format('embedded-opentype'), url('../fonts/dinpro-bold_4.woff2') format('woff2'), url('../fonts/dinpro-bold_4.woff') format('woff'), url('../fonts/dinpro-bold_4.ttf') format('truetype'), url('../fonts/dinpro-bold_4.svg#DINProBold') format('svg');
}

@font-face {
    font-family: 'gothambook';
    src: url('../fonts/gotham-book-webfont.eot');
    src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gotham-book-webfont.woff') format('woff'), url('../fonts/gotham-book-webfont.ttf') format('truetype'), url('../fonts/gotham-book-webfont.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_htflight';
    src: url('../fonts/gothamhtf-light-webfont.eot');
    src: url('../fonts/gothamhtf-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/gothamhtf-light-webfont.woff2') format('woff2'), url('../fonts/gothamhtf-light-webfont.woff') format('woff'), url('../fonts/gothamhtf-light-webfont.ttf') format('truetype'), url('../fonts/gothamhtf-light-webfont.svg#gotham_htflight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff'), url('../fonts/opensans-semibold-webfont.ttf') format('truetype'), url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'din_vk-lightregular';
    src: url('../fonts/dinvk-light-webfont.eot');
    src: url('../fonts/dinvk-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinvk-light-webfont.woff2') format('woff2'), url('../fonts/dinvk-light-webfont.woff') format('woff'), url('../fonts/dinvk-light-webfont.ttf') format('truetype'), url('../fonts/dinvk-light-webfont.svg#din_vk-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dinpro-regularregular';
    src: url('../fonts/dinpro-regular-webfont.eot');
    src: url('../fonts/dinpro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dinpro-regular-webfont.woff') format('woff'), url('../fonts/dinpro-regular-webfont.ttf') format('truetype'), url('../fonts/dinpro-regular-webfont.svg#dinpro-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =============================================================================
   Body Styles
* ============================================================================= */
html, body {
    background: #FFF;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    height: 100%;
}

.margfive {
    margin-right: 5px;
}

.margbotfive {
    margin-bottom: 5px;
}

.note {
    color: #F00;
}

.subtitle {
    color: #3f8cc7;
    font-size: 18px;
}

.forminner_left {
    width: 50%;
    float: left;
}

.forminner_right {
    width: 50%;
    float: left;
}

.forminner_left .form-txtbox {
    width: 80%;
    float: left;
}

.forminner_right .form-txtbox {
    width: 80%;
    float: left;
}

.forminner_left .form-nm-title {
    width: 100%;
    float: left;
}

.forminner_right .form-nm-title {
    width: 100%;
    float: left;
}

.popinntitle {
    border: solid 1px #c5c5c5;
    min-height: 141px;
    background: url(../image/pop-tit-bg.jpg) repeat-x left bottom;
    background-color: #f4f4f4;
    width: 100%;
    float: left;
}

.popinntitle1 {
    border: solid 1px #c5c5c5;
    min-height: 30px;
    margin-bottom: 15px;
    background: url(../image/pop-tit-bg.jpg) repeat-x left bottom;
    background-color: #f4f4f4;
    width: 100%;
    float: left;
}

.popinntitle_bigtitle {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
}

.popinntitle_smalltitle {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}

#slidingpopDiv {
    float: right;
}


/* =============================================================================
   Basic Styles
* ============================================================================= */
atricle, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, header, hgroup, keygen, meter, nav, output, progress, section, source, video, title, mark, main {
    display: block;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #0e1f5c;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        opacity: 0.7;
    }

strong {
    font-weight: bold;
}

p {
    margin: 0 0 12px 0;
    font-size: 13px;
    color: #000;
    line-height: 18px;
}

h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #868686;
    margin: 0 0 10px 0;
}

.fclear {
    clear: both;
}
/* =============================================================================
   Wrapper Styles
* ============================================================================= */

form {
    height: 100%;
}

.wrap-inner {
    max-width: 1280px;
    /*min-width: 748px;*/ /*old*/
    min-width: 738px; /*new*/
    margin: 0 auto;
    padding: 0 10px;
    min-height: 0; /* for chrome and safari      min-height=100% 24-04-15 */
    height: auto !important;
    margin: 0 auto -4em;
}

.hommepage-banner {
    background: #c3d3e3 url(../image/banner-background.jpg) no-repeat center top;
    min-height: 368px;
    width: 100%;
    float: left;
    min-width: 768px;
}

.content-area-home {
    padding: 20px 0;
}
/* =============================================================================
   Heading Styles
* ============================================================================= */

.hommepage-banner h1 {
    font-family: 'gotham_htflight';
    font-size: 60px;
    color: #104e7d;
    line-height: 53px;
    font-weight: normal;
    margin: 53px 0 0 0;
}

.hommepage-banner h2 {
    font-family: 'gothambook';
    font-size: 24px;
    color: #104e7d;
    font-weight: normal;
    margin: 10px 0 15px 0;
}

    .hommepage-banner h2 span {
        color: #000;
    }

.content-area-home h3 {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #000;
}

.content-area-home p {
    font-size: 14px;
    color: #020202;
    line-height: 23px;
}
/* =============================================================================
   Header Styles
* ============================================================================= */
/*header {
    background: #104e7d;
    width: 100%;
    float: left;
    min-width: 768px;
}*/

/*.logo {
    float: left;
    margin: 18px 0;
}*/

.company-tagline {
    padding-top: 5px;
}

.header-right {
    float: right;
    padding: 10px 0 0 0;
    text-align: right;
}

    .header-right article {
        font-size: 12px;
        color: #88a7be;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-left: 22px;
    }

        .header-right article img {
            margin-top: 6px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
            -moz-box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
            box-shadow: 4px 3px 5px 0px rgba(0,0,0,0.50);
        }
/* =============================================================================
   Topnav Styles
* ============================================================================= */
/*nav {
    background: #010101;
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

    nav .wrap-inner {
        margin: 0 auto; /* 24-04-15 
padding: 0;
}*/

.top-nav {
    float: left;
    display: inline-block;
}

ul.top-nav {
    padding: 0;
    margin: 0;
    float: left;
}

    ul.top-nav li {
        font-size: 16px;
        list-style-type: none;
        color: #fff;
        float: left;
    }

        ul.top-nav li a {
            padding: 5px 20px;
            display: block;
            float: left;
            margin-right: 1px;
            color: #fff;
            text-decoration: none;
        }

.top-nav li.selected a,
.top-nav li:hover a {
    color: #fff;
    background: #5b5b5b;
}

ul.top-nav div {
    background: #5b5b5b;
    position: absolute;
    left: 0;
    width: 100%;
    top: 32px; /* top:33px; 24-04-15  */
    display: none;
    /* HOVER OFF */
}

    ul.top-nav div.showmenu {
        display: block;
    }


ul.top-nav ul {
    list-style: none;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 748px;
    padding: 0 10px;
}

    ul.top-nav ul li {
        padding: 8px 0 10px;
    }

        ul.top-nav ul li:last-child a {
            border-right: 0 solid #d6d6d6;
        }

        ul.top-nav ul li a {
            color: #d6d6d6;
            font-size: 14px;
            line-height: 14px;
            padding: 0 20px;
            border-right: 1px solid #d6d6d6;
        }

.top-nav li:hover li a {
    color: #fff;
}

.top-nav li:hover li:hover a {
    color: #fff;
}

.top-nav li li.selected a {
    color: #fff;
    font-weight: bold;
}

.top-nav-right {
    text-align: right;
    font-family: 'DINProBold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: #000000;
}

    .top-nav-right a {
        padding: 5px 15px 8px 15px;
        margin-left: 6px;
        text-decoration: none;
    }

.button-login, .buy-now, .renew {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    background: #2192e8;
}

.renew {
    background: #ff3c00;
}

    .renew:hover {
        background: #b42a00;
    }

.buy-now:hover {
    background: #0164af;
}

.button-login {
    background: #7f8182;
}

    .button-login:hover {
        background: #5a5f62;
    }


/* =============================================================================
   Content Area Main Styles
* ============================================================================= */
#main {
    padding-top: 15px;
    padding-bottom: 0px;
    clear: both;
    padding-right: 10px; /*new*/
    padding-left: 5px; /*new*/
    margin: 0 auto;
    position: relative;
    min-height: 100%; /* for chrome and safari NEW: 05-04-15 */
}

.content-main {
    overflow: hidden;
    margin-bottom: 20px;
}

.content-area-small {
    max-width: 92%;
    padding: 0 10px;
    margin: 0 auto;
}
/* =============================================================================
   Left Penal Styles
* ============================================================================= */
#main aside {
    width: 400px;
    float: left;
    margin-right: 20px;
    padding: 27px 0;
}

.minwidth {
    width: 400px;
    overflow: hidden;
}

.skipicon1 {
    cursor: pointer;
    height: 26px;
    width: 26px;
    background: url(../image/icon-info1.png) no-repeat;
    position: relative;
    float: left;
    margin-left: -48px;
    margin-top: 25px;
}

.skipicon2 {
    cursor: pointer;
    height: 75px;
    width: 24px;
    background: url(../image/icon-info2.png) no-repeat;
    float: left;
    margin-right: 10px;
    margin-top: 20px;
}

#main aside h2 {
    font-size: 18px;
    color: #868686;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

    #main aside h2 img {
        float: right;
        cursor: pointer;
    }

#main aside .search-box {
    background: #f5f5f5;
    border: 1px solid #d2d2d2;
    display: block;
    padding: 8px 15px;
    color: #5b5b5b;
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    width: 92%;
    margin-bottom: 10px;
}

.AccordionPanelTab {
    margin: 0 0 0 0 !important;
    font-size: 15px; /*change front size from 18 to 15 as per new design - added by HP*/
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    background: #0c3354;
    /*cursor: pointer;*/
    text-transform: uppercase;
    font-weight: bold;
}

    .AccordionPanelTab a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

.AccordionPanelOpen .AccordionPanelTab {
    background: #104e7d;
}

    .AccordionPanelOpen .AccordionPanelTab.selectitem {
        background: #2090e4;
    }

.AccordionPanelContent {
    height: auto;
    overflow: auto;
}

#Accordion1 .AccordionPanelContent {
    width: 100%;
}

.tab-nav p {
    border: 1px solid #3f8cc7;
    margin: 0 0 0 0 !important;
    font-size: 14px; /*change font size from 16 to 14 as per new design - added by HP*/
    line-height: 16px;
    display: block; /*new*/
    /*    width: 396px !important; */
    overflow: hidden !important;
}

    .tab-nav p a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 6px 5px 7px 30px;
        background: #1867a9 url(../images/arrow3.png) no-repeat 20px 10px;
        text-align: left;
    }

        .tab-nav p a:hover, .tab-nav p.selected a {
            background: #e06b01 url(../images/arrow3.png) no-repeat 20px 10px;
            color: #fff;
            display: block;
            font-size: 14px;
            font-family: 'Open Sans', sans-serif;
        }

            .tab-nav p a:hover .red-tag, .tab-nav p a:hover .blue-tag, .tab-nav p.selected a .red-tag, .tab-nav p.selected a .blue-tag .green-tag {
                color: #fff;
            }

.red-tag, .blue-tag {
    background: url(../image/icon-sprite.png) no-repeat left -192px;
    font-size: 11px;
    padding: 4px 6px 4px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    line-height: 15px;
}

.red-tag {
    background: url(../image/icon-sprite.png) no-repeat left -265px;
    padding: 2px 6px 4px 6px;
    color: #fff;
}

.green-tag {
    background: url(../image/Green-icon-sprite.png) no-repeat left -192px;
    font-size: 11px;
    padding: 4px 6px 4px 5px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 5px;
    color: #fff;
    display: inline-block;
    line-height: 15px;
}

#main .policy-text .gray-tag {
    background: url(../image/na-icon.png) no-repeat left top;
    height: 31px;
    width: 31px;
    display: inline-block;
    line-height: 31px;
    vertical-align: middle;
    padding-right: 8px;
}

    #main .policy-text .gray-tag > label {
        margin-top: 28px !important;
        margin-left: 0 !important;
    }

#main .policy-text .yellow-tag > label {
    margin-top: 28px !important;
}

.toptag3 {
    cursor: pointer;
    opacity: 1 !important;
}

    .toptag3 > label {
        position: absolute;
        background-color: #444;
        border-radius: 4px;
        font-size: 12px;
        padding: 4px 6px;
        color: #FFF;
        font-family: Arial, Helvetica, sans-serif;
        text-align: center;
        display: none;
        margin-left: -10px;
        text-transform: none;
        margin-top: 20px;
        z-index: 2;
    }

        .toptag3 > label > b {
            display: block;
            position: absolute;
            height: 5px;
            width: 8px;
            top: -5px;
            left: 10px;
            background: url(../images/toparrow.png) no-repeat;
        }

    .toptag3:hover > label {
        display: block;
    }
/* =============================================================================
   Content Area  Home
* ============================================================================= */
.contact-info {
    text-align: center;
    padding: 5px;
    overflow: hidden;
    font-weight: bold;
}

    .contact-info span {
        color: #fff;
        font-weight: bold;
    }

.content-left {
    float: left;
    width: 45%;
}

.content-right {
    float: right;
    width: 46%;
    margin-right: 2%;
}

.testimonials article {
    margin-bottom: 40px;
}

.content-area-home .blue-text {
    color: #104e7d;
}

.hommepage-banner .button-blue {
    background: #104e7d;
    font-size: 15px;
    font-family: 'DINProBold';
    text-transform: uppercase;
    font-weight: normal;
}

    .hommepage-banner .button-blue:hover {
        background: #3f8cc7;
    }
/* =============================================================================
   Content Area  Styles
* ============================================================================= */
.policy-text {
    text-align: left;
    font-size: 12px;
    clear: both;
    margin: 20px 0 0 0;
}

    .policy-text span {
        margin-left: 5px;
        display: inline-block;
    }

.progressbar {
    background: #e7e7e7 url(../image/graybg.png) repeat-x;
    height: 9px;
    margin: 25px 0 15px 1.5%;
    float: left;
    width: 96%;
}

.progressbar-value {
    background: #2192e8 url(../image/fill.png) repeat-x;
    height: 9px;
    cursor: pointer;
    text-align: center;
    float: left;
}

.progressbar-value1 {
    background: #2192e8 url(../image/fill.png) repeat-x;
    height: 9px;
    cursor: pointer;
    /*text-align: center;*/
    float: left;
}

.progressbar-value span {
    display: block;
    margin: -26px -19px 0 auto;
    margin-top: -26px;
    margin-right: -19px;
    width: 42px;
    height: 26px;
    background: url(../image/tooltip.png) no-repeat;
    position: relative;
    color: #FFF;
    font-size: 14px;
}

.progressbar-value1 span {
    display: block;
    margin: -26px -19px 0 auto;
    margin-top: -26px;
    margin-right: -19px;
    /*width: 42px;*/
    height: 26px;
    background: url(../image/tooltip-biggest.png) no-repeat;
    position: relative;
    color: #FFF;
    font-size: 14px;
}

.notice-section .red-tag {
    float: left;
    margin: 2px 0px 0 0;
    background-image: none;
}

.notice-section .green-tag {
    float: left;
    margin: 2px 0px 0 0;
    background-image: none;
}

.yellow-notice {
    background: #fff004;
    border: 1px solid #d3cb50;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    padding: 3px 9px;
    text-transform: uppercase;
    overflow: hidden;
    width: 700px;
}

    .yellow-notice a {
        text-decoration: underline;
    }

        .yellow-notice a:hover {
            text-decoration: underline;
        }

.icon-help {
    float: right;
    position: relative;
}

.slidePanel3 .sidebar1 .hover-pop .icon-help {
    color: #3F8CC7;
    font-size: 13px;
    font-weight: normal;
    background: url(../images/arrow2.png) no-repeat 0 2px;
    padding-left: 8px;
    font-weight: bold;
}

.white-box1 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 13px;
    background: #fff;
    border: 1px solid #104e7d;
    margin: 15px 0 0 0;
    padding: 20px;
    clear: both;
    margin: 15px auto;
    text-align: justify;
    margin-right: 50px;
    margin-left: 25px;
}

.white-box {
    background: #fff;
    border: 1px solid #d2d2d2;
    margin: 15px 0 0 0;
    padding: 20px;
    clear: both;
}

    .white-box h1 {
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: normal;
    }

        .white-box h1 a {
            line-height: 18px;
        }

    .white-box h2 {
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: normal;
        font-size: 18px;
        margin: 36px 0;
    }


.form-inner {
    padding-bottom: 5px;
}

    .form-inner label {
        margin-right: 10px;
        padding-right: 10px;
    }

.button-blue, .button-gray, .button-creame, .buton-orange {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    background: #2192e8 none repeat scroll 0 0;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}



.button-maroon {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    text-decoration: none !important;
    background: #77051f;
    border: none;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
}

.button-gray:hover {
    background: #104e7d;
}

.button-maroon:hover {
    background: #868686;
}

.button-blue {
    background: #104e7d;
    cursor: pointer;
}

    .button-blue:hover {
        background: #3f8cc7;
        cursor: pointer;
    }

.button-group {
    margin: 20px 0;
    overflow: hidden;
}



    .button-group span.text-right {
        float: right;
    }

    .button-group span.text-center {
        text-align: center;
        overflow: hidden;
        float: none;
        display: block;
    }

/* =============================================================================
   Footer Styles
* ============================================================================= */
footer {
    background: #104e7d;
    padding: 10px 0;
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    /*min-width: 768px;*/
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            text-decoration: underline;
        }

    footer span {
        color: #3c6a8d;
        margin-left: 5px;
        margin-right: 5px;
    }

.footer-nav {
    width: 416px;
    float: left;
    padding: 5px;
}

.copyright {
    width: 284px;
    float: right;
    padding: 5px;
}

/* new css 29-1-15 */
.form-nm-title {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 15px 0 8px 0;
}

.form-txtbox {
    width: 50%;
    border: solid 1px #ccc;
    padding: 5px 5px;
    color: #333;
}

.form-listbox {
    width: 52%;
    border: solid 1px #ccc;
    padding: 5px;
    color: #333;
}

.icon-help span {
    position: absolute;
    right: 25px;
    top: 10px;
    background: #f5f5f5;
    display: none;
    width: 640px;
    float: left;
    border-radius: 10px;
    padding: 15px;
    border: solid 1px #ccc;
    font-size: 13px;
    color: #00487f;
    font-weight: normal;
    line-height: 22px;
    z-index: 1;
}

/*.icon-help:hover span {
    display: block;
}*/

.add-new-section {
    background: #333;
    display: block;
    color: #fff;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 3px 0;
}

    .add-new-section:hover {
        opacity: 0.9;
    }

.add-new-provision {
    background: #ffc8a7;
    display: block;
    color: #642600;
    padding: 2% 3%; /*----------25-06-15-----------*/
    text-decoration: none;
    text-align: left; /*-------------25-06-15-----------*/
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 3px;
    /*    width: 399px !important; */
    width: 94%; /*-------------25-06-15-----------*/
    float: left !important;
}

    .add-new-provision a {
        background: #ffc8a7;
        color: #642600;
        text-decoration: none;
        display: block;
    }

    .add-new-provision:hover {
        opacity: 0.8;
    }

/* policy update */
.policy-update-main {
    max-width: 1260px;
    padding: 0;
    width: 96%;
    margin: 2% auto;
    background: #fff;
}

.policy-update-main1 {
    max-width: 1260px;
    padding: 0;
    width: 96%;
    background: #fff;
}

.policy-update-inner {
}

    .policy-update-inner h1 {
        font-size: 24px;
        color: #ffffff;
        text-transform: none;
        text-align: center;
        margin: 0;
        background: #2192e8;
        padding: 2px 0 8px;
        font-weight: bold;
    }

    .policy-update-inner h3 {
        font-size: 18px;
        text-align: center;
        margin: 10px;
        text-transform: none;
        color: #202c78;
        font-weight: normal;
    }

    .policy-update-inner h2 {
        font-size: 18px;
        font-weight: normal;
        color: #0060ff;
        text-align: center;
        margin: 0 0 10px 0;
        font-weight: normal;
        text-transform: none;
    }

    .policy-update-inner .content-half {
        width: 98%;
        float: left;
    }

        .policy-update-inner .content-half article {
            width: 45%;
            padding: 0 2%; /*margin-right:1%;*/
            float: left;
        }

            .policy-update-inner .content-half article:last-child {
                margin-right: 0;
            }

    .policy-update-inner .editor-main {
    }

    .policy-update-inner .editor {
        width: 96%;
        padding: 2%;
        min-height: 178px;
        border: 1px solid #c5c5c5;
        min-width: 96%;
        margin: 0;
    }

    .policy-update-inner .button-group {
        text-align: center;
        margin: 15px auto;
    }

    .policy-update-inner .editor-main .button-group .button-gray a:hover {
        text-decoration: none;
    }

    .policy-update-inner .editor-main .button-group .button-maroon a:hover {
        text-decoration: none;
    }

    .policy-update-inner .editor-main .button-group .button-blue a:hover {
        text-decoration: none;
    }

.red-light {
    color: #77051f !important;
}

#Accordion1 label.icons_tab {
    float: right;
    margin-top: 2px;
}

#Accordion1 .AccordionPanelContent p label.icons_tab {
    margin-top: 0px;
    margin-right: -10px;
    position: relative;
}

.edit-icon {
    display: inline-block;
    vertical-align: top;
    height: 23px;
    width: 22px;
    background: url(../image/edit_icon_img.png) no-repeat center;
    cursor: pointer;
}

#Accordion1 .AccordionPanelContent p a:hover .edit-icon, #Accordion1 .AccordionPanelContent p.selected a .edit-icon {
    background: url(../image/edit_icon_img_hover.png) no-repeat center;
}

.cancel-icon {
    display: inline-block;
    height: 23px;
    width: 14px;
    background: url(../image/cancel_icon_img.png) no-repeat center;
    cursor: pointer;
    margin-left: 8px;
}

.re-ordermn aside {
    width: 100% !important;
    margin-right: 0 !important;
}

.re-order {
    overflow: hidden;
    border: 1px #d2d2d2 solid;
    padding: 15px 15px 15px 37px;
    margin-bottom: 20px;
}

    .re-order h1 {
        font-size: 24px;
        font-weight: bold;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        color: #104e7d;
        margin: 0 0 10px;
        padding-bottom: 10px;
    }

    .re-order p {
        font-size: 16px;
        color: #3f8cc7;
    }

    .re-order .AccordionPanelTab {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: normal;
        color: #104e7d;
        display: block;
        text-decoration: none;
        padding: 6px 10px 6px 15px;
        background: #f9f9f9 url(../image/re-order_plus.png) no-repeat right center;
        cursor: pointer;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        border: 1px #e2e2e2 solid;
    }

    .re-order .AccordionPanelTab2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        font-weight: normal;
        color: #104e7d;
        display: block;
        text-decoration: none;
        padding: 6px 10px 6px 40px;
        background: #f9f9f9 url(../image/re-order_plus.png) no-repeat 15px center;
        cursor: pointer;
        font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
        border: 1px #e2e2e2 solid;
    }

    .re-order .AccordionPanelTab span {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        color: #104e7d;
        float: none;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab {
        background: #104e7d url(../image/re-order_minus.png) no-repeat right center;
        color: #ffffff;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab2 {
        background: #104e7d url(../image/re-order_minus.png) no-repeat 15px center;
        color: #ffffff;
    }

    .re-order .AccordionPanelOpen .AccordionPanelTab span {
        color: #fff;
    }

    .re-order .tab-nav p {
        color: #767676;
        font-size: 14px;
        border: 1px #eef7fe solid;
    }

        .re-order .tab-nav p a {
            color: #767676;
            text-decoration: none;
            display: block;
            padding: 8px 20px 8px 40px;
            background: #eef7fe url(../image/re-order_small_arrow.png) no-repeat 20px 15px;
        }

        .re-order .tab-nav p.selected a {
            background: #f6fbff url(../image/re-order_small_arrow.png) no-repeat 20px 15px;
        }

.re-order_page_btns {
    margin: 0 auto;
    /* width: 190px;*/ /*old*/
    text-align: center;
}

.re-order_btn_save {
    float: left;
    margin-top: 10px;
}

.re-order_btn_cancel {
    float: right;
    margin-top: 10px;
}

.reveal-modal.xxmid {
    margin-left: -28%;
    width: 61%;
}

.add_provision-inner h1 {
    background: none repeat scroll 0 0 #2192E8;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 8px;
    text-align: center;
    text-transform: none;
}

.add_provisionmn {
    padding: 4%;
    float: left;
    width: 92%;
    background: #fff; /*new*/
}

.section_title {
    margin: 20px 0 0 0;
}

    .section_title label {
        font-weight: bold;
        font-size: 17px;
        color: #3f8cc7;
        margin: 0 10px 0 0;
    }

    .section_title input {
        border: 1px solid #cccccc;
        padding: 10px;
        width: 69%;
    }

.select_position {
    margin: 30px 0 30px 0;
    float: left;
}

    .select_position h3 {
        font-weight: bold;
        color: #3f8cc7;
        font-size: 20px;
        margin: 0;
        padding: 0;
    }

.radio_btn {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.radio_btn2 {
    /*float: left;
    width: 220px;
    margin: 10px 0 0 0;*/
    float: left;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 0;
    margin-top: 6px;
    width: 220px;
}

.radio_btn label {
    font-size: 15px;
    color: #4a4a4b;
    margin: 0 0 0 7px;
}

.radio_btn2 label {
    font-size: 15px;
    color: #4a4a4b;
    margin: 0 0 0 7px;
}

.select_sectionmn {
    float: left;
    margin-bottom: 30px;
    margin-left: 164px;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
}

.select_section {
    font-size: 15px;
    color: #4a4a4b;
    padding: 10px;
    width: 50%;
    cursor: pointer;
}

    .select_section option {
        padding: 0 10px;
    }

.add_provision2-inner h1 {
    background: none repeat scroll 0 0 #2192E8;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 2px 0 8px;
    text-align: center;
    text-transform: none;
}

.add_provisionmn .editor {
    border: 1px solid #C5C5C5;
    min-height: 301px;
    min-width: 96%;
    padding: 2%;
    margin: 25px 0;
}

.handbook-builder h1 {
    margin: 0;
}

#main .handbook-builder h2 {
    font-size: 20px;
    color: #0082c8;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
}

.handbook-builder p {
    font-size: 13px;
    color: #000000;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

    .handbook-builder p.mar_top_bot {
        margin: 20px 0;
    }

    .handbook-builder p span {
        color: #104e7d;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
    }

/* =============================================================================
   My Subscriptions Tabel
* ============================================================================= */


.my_subscriptionsmn {
    float: left;
    width: 95%;
    margin: 0 30px;
}

#main .my_subscriptionsmn h1 {
    font-size: 24px;
    color: #104e7d;
    font-family: 'open_sanssemibold', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.search_btns {
    float: left;
    width: 100%;
    margin: 30px 0 38px 0;
}

    .search_btns label {
        color: #5b5b5b;
        font-size: 14px;
    }

.subscriptions_inputtext1 {
    background: url(../image/subscriptions_inputtext1_bg.jpg) repeat-x left top;
    border: 1px solid #dadada;
    padding: 6px;
    width: 18%;
}

.subscriptions_search_btn {
    background: url(../image/search_icon.png) no-repeat 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 3px 6px 4px 29px;
    cursor: pointer;
    margin: 0 15px 0 11px;
    height: 29px;
}

.subscriptions_clear_btn {
    background: url(../image/clera_btn_bg.png) no-repeat 0 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 3px 11px 4px 35px;
    cursor: pointer;
    margin: 0;
    height: 30px;
}

.subscriptions_data {
    min-width: 1000px;
}

.subscriptions_datamn {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 14px;
    color: #5b5b5b;
    overflow: auto;
}

    .subscriptions_datamn table {
        border: 0px !important;
    }

    .subscriptions_datamn th {
        padding: 15px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 15px !important;
    }

    .subscriptions_datamn td a {
        color: #5b5b5b;
        text-decoration: none;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
    }

    .subscriptions_datamn td {
        padding: 12px 10px;
    }

        .subscriptions_datamn td.last_pad {
            padding: 12px 0 12px 32px;
        }

.table_bg_blue {
    background: #cce6fa;
}

.table_bg_darkblue {
    background: #104e7d;
    color: #fff;
}

.table_bot_menu {
    width: 50px;
    height: 20px;
    border: 1px #ccc solid;
    margin: 0 33px 0 0;
}

.next_img_mar {
    margin: 0 12px;
}

.next_img_mar2 {
    margin: 0 42px 0 0;
}

.subscriptions_page_btns {
    float: left;
    width: 215px;
    margin: 0 0 30px 0;
}

.go_to_page_input_txt {
    border: 1px #0c3c5f solid;
    width: 29px;
    height: 20px;
    text-align: center;
    margin: 0 3px 0 0;
}

.button-blue_big {
    background: none repeat scroll 0 0 #104E7D;
    padding: 5px 30px;
}

.profile_input_boxmn {
    float: left;
    width: 100%;
}

.profile_input_box {
    float: left;
    width: 100%;
}

.profile_input_box_lt {
    float: left;
    width: 51%;
    margin: 0 0 29px 0;
}

.big_width {
    width: 48%;
}

.profile_input_box_lt label {
    width: 88px;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
}

    .profile_input_box_lt label span {
        color: #F00;
    }

.profile_input_txt {
    padding: 10px;
    background: url(../image/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.button-blue_button {
    background: #104E7D;
    padding: 5px 30px;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.button-gray_button {
    background: #2192e8;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
}

.button-maroon_button {
    background: white;
    border: none;
    color: #77051f;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
}

.pro_btns_lt_mar {
    margin: 31px 0 0 103px;
}

.pro_page_btns {
    float: left;
    width: 70%;
}

.big_width label {
    width: 138px;
}

.Prefe_bot_mar h1 {
    margin: 0 0 25px 0;
}

.Prefe_que_ans {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
}

    .Prefe_que_ans label {
        font-size: 18px;
        font-family: Tahoma, Geneva, sans-serif;
        color: #104e7d;
        display: block;
        margin: 0 0 15px 0;
    }


.radioButtonList input {
    float: left;
}

.radioButtonList label {
    margin-left: 30px;
    display: block;
    text-align: left;
    width: 100%;
}

.Prefe_radio_btn {
    margin: 10px 10px 10px 0;
    float: left;
}

.Prefe_que_ans span {
    color: #030303;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    margin: 0 0 10px 0;
    display: block;
}

#Accordion1 {
    width: 100%;
    margin: 0px;
}

/*-------14-07-15---------*/
/*.fl-wdth-lg-pg		
	{	width:98% !important;		
	}*/

.login-page .wrap-inner2 {
    text-align: center;
}

.login-area {
    max-width: 1108px;
    background: url(../images/login-bg.png) no-repeat top center #166bab;
    margin: 42px auto;
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    border-bottom: 3px solid #123066;
}

.login-box {
    float: left;
    width: 400px;
    margin-right: 15px;
    padding: 18px 0;
    min-height: 370px;
    border-radius: 5px;
    background: url(../images/login-box-background.jpg) no-repeat bottom right #fff;
}

    .login-box p {
        font-size: 20px;
        font-weight: 300;
        line-height: 27px;
        padding: 0 17px;
        color: #303030;
        font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    }

        .login-box p span {
            color: #166bab;
            display: block;
            font-weight: 400;
            font-family: 'Open Sans',Arial,Helvetica,sans-serif;
        }

    .login-box .membr-lgin {
        background: #f6f6f6;
        font-size: 20px;
        color: #166bab;
        font-weight: 600;
        display: block;
        padding: 0 17px;
        height: 35px;
        margin-bottom: 19px;
        text-transform: uppercase;
    }

    .login-box .txtbx-1 {
        padding: 0 17px;
        margin-bottom: 11px;
    }

        .login-box .txtbx-1 span {
            width: 42px;
            text-align: center;
            display: inline-block;
            padding: 0;
            vertical-align: top;
            position: relative;
            z-index: 1;
        }

        .login-box .txtbx-1 input {
            padding: 10px 5px 10px 12px;
            border: 1px solid #dfdfdf;
            width: 240px;
            margin-left: -10px;
            -webkit-border-top-right-radius: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            -moz-border-radius-bottomright: 5px;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            color: #9c9c9c;
        }

        .login-box .txtbx-1 a {
            color: #3a8dc9;
            font-size: 14px;
            font-weight: 400;
            margin-left: 10px;
        }

    .login-box .login-button {
        padding: 0 17px;
        display: block;
        margin-bottom: 15px;
    }

        .login-box .login-button input {
            width: 145px;
            text-align: center;
            padding: 4px 0;
            display: inline-block;
            font-size: 18px;
            /*font-weight: 600;*/
            color: #fff;
            text-decoration: none;
            text-transform: uppercase;
        }

            .login-box .login-button input.lgin-btn {
                background: #2480c3;
                border: none;
                cursor: pointer;
            }

            .login-box .login-button input.lgin-cncl-btn {
                background: #767676;
                border: none;
            }

    .login-box .rembr-me {
        padding: 0 17px;
        display: block;
        margin-bottom: 10px;
        vertical-align: top;
        font-size: 13px;
        font-weight: 400;
        color: #4f4e4e;
    }

        .login-box .rembr-me input {
            margin: 0;
            vertical-align: middle;
            margin-right: 5px;
        }

    .login-box .newuser a {
        padding: 0 17px;
        display: block;
        color: #166bab;
        font-size: 13px;
        text-decoration: none;
        font-weight: 400;
    }

.lg-bnr-bx {
    float: right;
}

    .lg-bnr-bx .lg-trng {
        width: auto;
        margin-bottom: 15px;
    }

.lg-cmplnt-qustn-bx {
    background: url(../images/bg-2.png) no-repeat top;
    width: auto;
    padding: 0;
}


@media screen and (max-width: 1140px) {
    #main aside {
        width: 300px;
    }

    .minwidth {
        width: 400px;
    }

    #main aside .search-box {
        width: 92%;
    }

    .icon-help span {
        width: 600px;
    }

    .tab-nav p {
        width: 398px !important;
    }

    .add-new-provision {
        width: 94% !important;
    }
    /*---------14-07-15-----------*/

    .lg-bnr-bx {
        float: right;
        width: 58%;
    }

    .lg-cmplnt-qustn-bx span {
        font-size: 20px;
        line-height: 17px;
    }

    .lg-cmplnt-qustn-bx em {
        font-size: 20px;
    }
}



/*===============keep screen 1024=============*/
@media screen and (max-width: 1024px) {
    .content-left {
        width: 47%;
    }

    .content-right {
        width: 47%;
        padding-left: 0;
    }

    .icon-help span {
        width: 480px;
    }

    #main aside .search-box {
        width: 89%;
    }

    .form-txtbox {
        width: 70%;
    }

    .form-listbox {
        width: 72%;
    }

    .policy-update-inner .content-half article {
        width: 90%;
        padding: 0 2%;
        margin-right: 0%;
        margin: 0 auto;
        float: none;
    }

        .policy-update-inner .content-half article:last-child {
            width: 90%;
            padding: 0 2%;
            margin-right: 0%;
            margin: 0 auto;
            float: none;
        }

    .background-none {
        background: none !important;
    }

    .tab-nav p {
        width: 297px !important;
    }

    .minwidth {
        width: 300px;
    }

    .add-new-provision {
        width: 282px !important;
    }

    .user-pref {
        width: 100px !important;
    }
}

/*===============keep screen 768px =============*/
@media screen and (max-width: 939px) {
    .logo {
        width: 350px;
    }

    .company-tagline {
        padding-top: 5px;
        width: 100%;
    }

    .footer-nav, .copyright, .contact-info {
        text-align: center;
        width: 100%;
        float: left;
    }

    #main aside .search-box {
        width: 89%;
    }

    ul.top-nav li a {
        padding: 5px 10px;
    }

    .policy-text span {
        margin-left: 5px;
    }

        .policy-text span span {
            margin: 0;
        }

    .red-tag, .blue-tag {
        margin: 0;
    }

    .green-tag {
        margin: 0;
    }

    #main aside {
        width: 250px;
    }

    .minwidth {
        width: 250px;
    }

    .icon-help span {
        width: 380px;
    }

    ul.top-nav li a {
        padding: 5px 8px;
    }

    .top-nav-right a {
        padding: 5px 5px 8px;
        margin-left: 0;
    }

    .tab-nav p {
        width: 247px !important;
    }

    .add-new-provision {
        width: 234px !important;
    }

    .menuclass /*10-04-15*/ {
        width: 273px !important;
    }

    .content-area-small {
        max-width: 97%;
    }

    span.buttonDelete {
        width: 49.5% !important;
        float: left;
    }

    .button-blue {
        padding-left: 3px;
        padding-right: 7px;
    }

    /*------25-06-15----------*/
    .register_input_box_lt label {
        width: 20% !important;
    }

    .register_input_box_lt #Content1_drpStatus {
        width: 70% !important;
    }

    .register_input_box table {
        width: 48%;
    }

        .register_input_box table label {
            width: 20% !important;
        }

        .register_input_box table #Content1_drpSubscribedfor_sl {
            width: 60% !important;
        }


    .search-adp-tbl {
        overflow: auto;
    }

        .search-adp-tbl table {
            width: 800px !important;
        }

    .details-bottom1 .pagein {
        width: 100%;
    }

        .details-bottom1 .pagein .table #Ul1 {
            padding-left: 0;
        }
    /*  14-07-15 */
    .login-area {
        width: 95%;
        background-size: 250%;
    }

    .login-box {
        float: none;
        margin: 0 auto 20px;
    }

    .lg-bnr-bx {
        float: none;
        width: 100%;
    }

        .lg-bnr-bx .lg-trng {
            margin: 0 auto 15px;
            max-width: 670px;
            width: auto;
        }

    .lg-cmplnt-qustn-bx {
        background-size: cover;
        margin: 0 auto;
        max-width: 660px;
        width: auto;
    }

        .lg-cmplnt-qustn-bx span {
            font-size: 22px;
            line-height: 33px;
        }

        .lg-cmplnt-qustn-bx em {
            font-size: 21px;
        }

        .lg-cmplnt-qustn-bx a {
            width: auto;
        }
}

span.buttonDelete {
    width: inherit;
}

.button-blue {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.form-inner .button-group {
}

.progressbar-value span {
    margin-right: -11px;
}

/*.menuclass {
    width: 415px;
}*/

/*New Class (NHV)*/
.peoregister_input_box_lt label {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
    text-align: right;
    width: 150px;
}

.peoregister_input_box_lt {
    float: left;
    margin-bottom: 29px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 60%;
}

.peoregister_input_txt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../image/profile_input_bg.jpg");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto auto;
    border-bottom-color: #dadada;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-top-color: #dadada;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 54%;
}

. /* new pages css start here 27-3-15  */
h2.innerpage {
    color: #333 !important;
    font-size: 22px !important;
}

.register_input_boxmn {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.register_input_box {
    float: left;
    width: 100%;
}

.register_input_box_lt {
    float: left;
    width: 46%;
    margin: 0 0 18px 0;
}

    .register_input_box_lt label {
        width: 88px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .register_input_box_lt label span {
            color: #F00;
        }

.register_input_txt {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.register_select_txt {
    padding: 9px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 71%;
}

.country {
    padding: 9px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 71%;
}

.register_daytime_input {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 16%;
}

.register_input_box_lt label {
    width: 130px;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
}

    .register_input_box_lt label span {
        color: #F00;
    }

.register_input_box_lt span {
    font-size: 11px;
    padding-left: 145px;
    display: block;
    padding-top: 5px;
    color: #858585;
}

.register_input_txt {
    padding: 10px;
    background: url(../images/profile_input_bg.jpg) repeat-x left top;
    border: 1px #dadada solid;
    width: 67%;
}

.register-btn-pg {
    display: block;
    padding-left: 145px;
}

.register-internationl-link {
    font-size: 13px;
    text-decoration: none;
}


.select-state-title {
    font-size: 16px;
    color: #333;
    border-bottom: solid 1px #D1D1D1;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
}

    .select-state-title span {
        font-weight: normal;
        font-size: 14px;
    }

.select-state-list {
    width: 100%;
    float: left;
    padding: 10px 0 15px 0;
}

    .select-state-list ul {
        margin: 0;
        padding: 0;
    }

        .select-state-list ul li {
            list-style: none;
            width: 17%;
            padding-right: 3%;
            float: left;
            padding-bottom: 5px;
            font-size: 14px;
            color: #333;
        }

p.select-state-note {
    color: #818181;
    font-size: 13px;
    padding: 5px 0;
    margin: 0;
}

.select-state-checkout {
    padding-top: 25px;
}

p.state-titlesub {
    font-size: 14px;
    padding: 0 0 13px 0;
    margin: 0;
}

.basker-lt {
    width: 100px;
    float: left;
}

.basker-rt {
    float: left;
    overflow: hidden;
}

    .basker-rt span {
        font-weight: bold;
        color: #104e7d;
        font-size: 18px;
    }

    .basker-rt ul {
        margin: 0;
        padding: 10px 0 0 16px;
    }

        .basker-rt ul li {
            font-size: 14px;
            padding-bottom: 5px;
        }

            .basker-rt ul li a {
                text-decoration: none;
            }

.search-adp-tbl {
    width: 100%;
    float: left;
    padding-top: 25px;
}

    .search-adp-tbl table {
        border: 0px !important;
        border-top: solid 1px #ccc !important;
        border-left: solid 1px #ccc !important;
    }

    .search-adp-tbl th {
        border: 0px !important;
        border-bottom: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
        padding: 10px;
        background: #104e7d;
        color: #fff;
        font-size: 13px;
    }

        .search-adp-tbl th a {
            color: #fff;
            text-decoration: none;
        }

    .search-adp-tbl td {
        border: 0px !important;
        border-bottom: solid 1px #ccc !important;
        border-right: solid 1px #ccc !important;
        padding: 10px;
        font-size: 13px;
    }

.fa-caret-up:before {
    content: "\25BC";
    font-size: 12px;
    margin-left: 10px;
}

.fa-caret-up1 {
    font-size: 12px;
    margin-left: 10px;
}

.fa-caret-down:before {
    content: "\25B2";
    font-size: 12px;
    margin-left: 0px;
}

.row1 {
    background: #fff;
}

.row2 {
    background: none;
}

    .row1:hover, .row2:hover {
        background: none;
    }



.export-to-excel {
    text-decoration: none;
}

.search-adp-inner {
    width: 100%;
    float: left;
    padding-top: 25px;
}

@media screen and (max-width: 1024px) {
    .select-state-list ul li {
        width: 22%;
    }



    .menuclass /*new 10-04-15*/ {
        width: 323px;
    }
}

.policy-updatenew-inner .content-half {
    width: 98%;
    float: left;
}

    .policy-updatenew-inner .content-half article {
        width: 45%;
        padding: 0 2%; /*margin-right:1%;*/
        float: left;
    }

        .policy-updatenew-inner .content-half article:last-child {
            margin-right: 0;
        }

.policy-updatenew-inner .editor-main {
}

.policy-updatenew-inner .editor {
    width: 96%;
    padding: 2%;
    min-height: 178px;
    border: 1px solid #c5c5c5;
    min-width: 96%;
    margin: 0;
}

.policy-updatenew-inner .button-group {
    text-align: center;
    margin: 15px auto;
}

.policy-updatenew-inner .editor-main .button-group .button-gray a:hover {
    text-decoration: none;
}

.policy-updatenew-inner .editor-main .button-group .button-maroon a:hover {
    text-decoration: none;
}

.policy-updatenew-inner .editor-main .button-group .button-blue a:hover {
    text-decoration: none;
}

.test a {
    background-color: #0190de !important;
    color: #FFF !important;
}

    .test a:hover {
        background-color: #FFF !important;
        color: #000 !important;
    }
/*11-04-2014*/
.tab-nav p.test {
    background-color: #0190de !important;
    color: #FFF !important;
}

    .tab-nav p.test a {
        background: #e8e8e8 url("../image/arrow-black.png") no-repeat scroll 14px 10px !important;
        color: #495057 !important;
        cursor: text !important;
    }

    .tab-nav p.test:hover {
        background: #f3f3f3 url("../image/arrow-black.png") no-repeat scroll 20px 15px !important;
        color: #495057 !important;
    }

        .tab-nav p.test:hover,
        .tab-nav p.test a:hover,
        .tab-nav p.test:hover label,
        .tab-nav p.test a label:hover {
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -o-transition: #000 0 ease-in !important;
            transition: none !important;
            color: #495057 !important;
            opacity: 1 !important;
        }
/*11-04-2014*/
.welcome {
    color: white !important;
    /*float: right;*/
    font-size: 14px !important;
    margin-right: 0px;
    padding-bottom: 3px;
   /* padding-top: 30px;*/
   /* text-align: left;*/
   /* max-width: 300px;*/
   /* margin-top: 5px;*/
    display: inline-block;
}

/*14-10-2024*/
#articleUser.welcome {
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

.welcomeusername {
    color: white !important;
    /*float: right;*/
    font-size: 14px !important;
    margin-right: 0px;
    padding-bottom: 3px;
    max-width: 100%;
    text-align: right;
}

.welcomecompanyname {
    color: white !important;
    /*float: right;*/
    font-size: 14px !important;
    margin-right: 0px;
    padding-bottom: 3px;
    max-width: 100%;
    text-align: right;
}

.welcomeusertypename {
    color: white !important;
    /*float: right;*/
    font-size: 14px !important;
    margin-right: 0px;
    padding-bottom: 3px;
    max-width: 100%;
    text-align: right;
}
#hrefjacksonlogo 
{
    display: inline-block;
    vertical-align:top;
    width:163px;
    float:left;
    margin-top:30px;
    margin-left:30px;
    margin-right:40px;
}

.toprtcontent {
    display: inline-block;
    /*width: 481px;*/
    /*width: 736px;*/
    text-align: right;
}
/*14-10-2024*/
/*

.buttonDelete {
    
    margin-left:4%;
}

.next-btn {
      float: left;
      margin-left: 4%;
}*/
/*10-04-15*/
.menuclass /*new*/ {
    max-width: 423px;
}



.profile_input_box_lt_new {
    float: left;
    width: 70%;
    margin: 0 0 29px 0;
}

    .profile_input_box_lt_new label {
        width: 180px;
        font-size: 14px;
        color: #5b5b5b;
        float: left;
        text-align: right;
        margin: 10px 15px 0 0;
    }

        .profile_input_box_lt_new label span {
            color: #F00;
        }

.Adminwelcome {
    color: white !important;
    float: right;
    font-size: 14px !important;
    margin-right: 6px;
    padding-bottom: 3px;
    padding-top: 10px;
    text-align: left;
    width: 200px;
    text-align: right !important;
}

.subscriptions_datamn_new {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 7px;
    padding-bottom: 12px;
}


.deshbard_lt_new {
    float: left;
    padding-bottom: 40px;
    padding-left: 2.5%; /*110118 change*/
    padding-right: 0;
    padding-top: 20px;
    width: 95%;
}

.subscriptions_datamn_new1 {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 7px;
    min-width: 400px;
}

.subscriptions_datamn_new td a {
    color: #5b5b5b;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}

.subscriptions_datamn_new1 td a {
    color: #5b5b5b;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
}





.subscriptions_datamn12 {
    width: 100%;
    float: left;
    padding-bottom: 33px;
    padding-top: 12px;
    font-size: 14px;
    color: #5b5b5b;
    overflow: auto;
}

    .subscriptions_datamn12 table {
        border: 0px !important;
    }

    .subscriptions_datamn12 th {
        padding: 12px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 15px;
        text-transform: uppercase;
    }

    .subscriptions_datamn12 td a {
        color: #5b5b5b;
        text-decoration: none;
        font-size: 14px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 15px;
    }

    .subscriptions_datamn12 td {
        padding: 0;
    }

        .subscriptions_datamn12 td.last_pad {
            padding: 0;
        }

.PagingActive {
    background-color: lightblue !important;
}



pop-demo {
    margin-top: -10px;
    color: #000;
    position: absolute;
    right: 40px;
    max-width: 625px;
    padding: 10px;
    line-height: 17px;
    max-height: 100px;
    max-height: 500px;
    text-align: justify;
    /*overflow: auto;*/
    font-size: 12px !important;
    background-color: #;
    font-weight: normal !important;
    z-index: 99;
}

.content-main-popup {
    max-height: 480px;
    /*overflow:auto;*/
    padding-right: 10px;
}

.popup-content {
    overflow: auto;
    padding: 18px 15px 25px;
    padding-top: 18px;
    padding-right: 15px;
    border-radius: 5px;
    background: #72aedd;
}

.close1 {
    /*position: absolute;
    top: 0;
    right: 17px;
    z-index: 999;*/
    position: absolute;
    right: -10px;
    top: -17px;
    z-index: 999;
}

    .close1 a {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
    }

.deshbard_chart_lt1 {
    float: right;
    vertical-align: central;
    width: 50%;
}

.button-delete {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c16074;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.contactbg {
    background: #ffffff;
}

.LeftPanelheader {
    margin: 0 0 0 0 !important;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    background: #01365B;
    /*cursor: pointer;*/
    text-transform: uppercase;
    font-weight: bold;
}

    .LeftPanelheader a {
        color: #fff;
        text-decoration: none;
        display: block;
    }

.drpselectLable {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 15px;
    margin-top: 10px;
    text-align: right;
    width: 130px;
}



.subscriptions_datamn_Admin {
    color: #5b5b5b;
    float: left;
    font-size: 14px;
    height: 320px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 33px;
    width: 100%;
    padding-top: 8px;
}

    .subscriptions_datamn_Admin table {
        border: 0px !important;
    }

    .subscriptions_datamn_Admin th {
        padding: 12px 10px;
        background: #104e7d;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
        line-height: 11px;
    }

    .subscriptions_datamn_Admin td a {
        color: #5b5b5b;
        text-decoration: none;
        /*font-family: Tahoma, Geneva, sans-serif;*/
        font-size: 13px;
    }

    .subscriptions_datamn_Admin td {
        padding: 12px 10px;
    }

        .subscriptions_datamn_Admin td.last_pad {
            padding: 12px 0 12px 32px;
        }


.QuickLinks {
    width: 97%;
    border-style: solid !important;
    border-width: thin !important;
    border-color: gray !important;
    line-height: 15px !important;
}

.LastVisitedLinks {
    width: 97%;
    border-style: solid !important;
    border-width: thin !important;
    border-color: gray !important;
}

.AdminPolicylabel {
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
    font-size: 15px;
}

.add_provisionmn-new {
    padding-top: 1% !important;
}

.form-inner_new {
    line-height: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
}

    .form-inner_new label {
        margin-right: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

.yellow-tag {
    background: rgba(0, 0, 0, 0) url("../image/icon-yellow.png") no-repeat scroll left center;
    color: #f40018;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    height: 20px;
    margin: -8px;
    padding: 0px 6px 4px;
    width: 20px;
}

/*25-05-2015*/
.yad-left {
    float: left;
    /*width:42%;*/
    width: 33%;
}

.yad-right {
    float: right;
    border-left: 1px solid #CCCCCC;
    padding-left: 1.5%;
    width: 65%;
}

    .yad-right p {
        margin: 0 0 5px;
    }

    .yad-right table {
        width: 100%;
        border-top: 1px solid #0170AC;
        border-right: 1px solid #0170AC;
        margin-bottom: 10px;
    }

        .yad-right table td {
            font-size: 12px;
            padding: 5px 5px;
            border-left: 1px solid #0170AC;
            border-bottom: 1px solid #0170AC;
        }

        .yad-right table th {
            font-size: 12px;
            background: #0082c8;
            padding: 5px 0;
            border-left: 1px solid #0170AC;
            border-bottom: 1px solid #0170AC;
            color: #FFF;
        }

.your-account-dashbard {
    margin-bottom: 20px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

    .your-account-dashbard h1 {
        color: #0170AC;
        font-size: 18px;
        line-height: 18px;
        font-weight: normal;
        margin: 0 0 10px;
    }

    .your-account-dashbard p {
        /*color: #0170AC;*/
        color: #000000;
    }

.yad-right-auto {
    overflow: auto;
    max-height: 200px;
}

.tab-nav1 p {
    border: 1px solid #008000;
    margin: 0 0 3px 0;
    font-size: 16px;
    line-height: 20px;
    display: block; /*new*/
    /*    width: 396px !important; */
    overflow: hidden !important;
}

    .tab-nav1 p a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 8px 20px 8px 40px;
        background: #202123 url(../image/arrow-white.png) no-repeat 20px 15px;
    }

        .tab-nav1 p a:hover, .tab-nav1 p.selected a {
            background: #fff url(../image/arrow-black.png) no-repeat 20px 15px;
            color: #000;
            display: block;
        }

.button-blue_button_Enable {
    background: #104E7D;
    padding: 5px 30px;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    margin: 0 20px 0 0;
}

.button-gray_button_Enable {
    background: #2192e8;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
}

.customizeh1 {
    color: #185888 !important;
    font-size: 30px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    line-height: normal !important;
}

.CustomizeText {
    color: #020202 !important;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
    float: left !important;
    width: 99% !important;
}

.customizeP {
    font-size: 16px !important;
}

.customizeh3 {
    /*font-size: 1.17em;
  
  font-weight: bold;*/
}

/*-----------06-07-15----------*/
.privacy h3 {
    line-height: 30px;
    margin: 10px 0;
    font-family: 'open_sanssemibold';
    font-size: 18px;
    color: #185888;
    font-weight: normal;
    background: url(../images/bul-icon.png) no-repeat left center;
    padding-left: 18px;
    text-decoration: none;
}

    .privacy h3 a {
        text-decoration: none;
        color: #185888;
    }

        .privacy h3 a:hover {
            color: #ff881d;
        }

.background-white {
    padding: 10px;
    border-bottom: 1px dashed #7ea9ca;
}

.background-blue {
    padding: 10px;
    background: #cce6fa;
    border-bottom: 1px dashed #7ea9ca;
}
/*-----------*/

.HandbookTitle {
    font-size: 18px !important;
    line-height: 30px !important;
    font-weight: normal !important;
    color: #868686 !important;
    margin: 0 0 10px 0 !important;
}

.helpiconleft {
    float: left;
}

.helpiconright {
    width: 18%;
    float: right;
    padding-bottom: 10px;
}
/*11-04-2014*/
.tab-nav1 p.test {
    background-color: #0190de !important;
    color: #FFF !important;
}

    .tab-nav1 p.test a {
        background: #e8e8e8 url("../image/arrow-black.png") no-repeat scroll 20px 15px !important;
        color: #495057 !important;
        cursor: text !important;
    }

    .tab-nav1 p.test:hover {
        background: #f3f3f3 url("../image/arrow-black.png") no-repeat scroll 20px 15px !important;
        color: #495057 !important;
    }

        .tab-nav1 p.test:hover,
        .tab-nav1 p.test a:hover,
        .tab-nav1 p.test:hover label,
        .tab-nav1 p.test a label:hover {
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -o-transition: #000 0 ease-in !important;
            transition: none !important;
            color: #495057 !important;
            opacity: 1 !important;
        }
/*===============keep screen 480=============*/
@media screen and (max-width: 767px) {
    /* 14-07-15 */
    .lg-bnr-bx .lg-trng {
        background: none #123066;
    }

    .lg-cmplnt-qustn-bx span {
        font-size: 19px;
    }

    .lg-cmplnt-qustn-bx em {
        font-size: 19px;
    }
}

/*===============keep screen 320=============*/
@media screen and (max-width: 479px) {

    /* 14-07-15 */
    .login-box {
        max-width: 400px;
        width: auto;
    }

        .login-box p {
            font-size: 19px;
            line-height: 24px;
        }

        .login-box .txtbx-1 input {
            width: 72%;
        }

        .login-box .login-button input {
            width: 40%;
        }
}
/*New Button Customize For state*/
.button-creame {
    background: #F79F81;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

    .button-creame:hover {
        background: #F5BCA9;
        background-attachment: scroll;
        background-clip: border-box;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        font-family: Tahoma, Geneva, sans-serif;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 5px 20px;
        margin-bottom: 10px; /*new*/
        text-decoration: none !important;
        border: none;
        font-weight: 600;
        margin-right: 5px; /*new*/
        margin-left: 10px; /*new*/
        text-align: center;
        font-size: 15px;
        cursor: pointer;
    }

.buttonnewsectoin {
    margin-top: 25px;
}

.buton-orange {
    background: #A901DB;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

    .buton-orange:hover {
        background: #A901DB;
        background-attachment: scroll;
        background-clip: border-box;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        font-family: Tahoma, Geneva, sans-serif;
        text-transform: uppercase;
        color: #fff;
        display: inline-block;
        vertical-align: top;
        padding: 5px 20px;
        margin-bottom: 10px; /*new*/
        text-decoration: none !important;
        border: none;
        font-weight: 600;
        margin-right: 5px; /*new*/
        margin-left: 10px; /*new*/
        text-align: center;
        font-size: 15px;
        cursor: pointer;
    }

/*.Test {
    width: 130px;
    font-size: 14px;
    color: #5b5b5b;
    float: left;
    text-align: right;
    margin: 10px 15px 0 0;
}*/

.useredit {
    margin-left: 150px !important;
}
/* PEO CUSTOMIZE POLICY TRACK by SPP start*/
.sqAdd {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    background-color: #00FF00;
    display: inline-block;
}

.sqRemove {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    background-color: #FEC8C8;
    display: inline-block;
}
/*.diffins {
    background-color: #ffff00;
    text-decoration: inherit;
}*/
diffins {
    background-color: #00FF00;
    text-decoration: none !important;
}

blrdel {
    color: #999;
    background-color: #FEC8C8;
}

ins {
    background-color: #00FF00;
    /*text-decoration: inherit;*/
    text-decoration: none !important;
}

diffdel {
    color: #999;
    background-color: #FEC8C8;
}

del {
    color: #999;
    background-color: #FEC8C8;
}

ins.mod {
    background-color: #fff;
}

/* PEO CUSTOMIZE POLICY TRACK by SPP end*/


.popuppage {
    margin: 10px;
    padding: 10px 10px 20px;
    border: 1px solid #CCC;
}

    .popuppage .add_provision2-inner h1 {
        padding: 5px 0 7px;
    }

    .popuppage p {
        color: #333;
        font-size: 14px;
        line-height: 22px;
    }

    .popuppage .re-order_btn_save {
        width: 100%;
    }

    .popuppage .sqAdd,
    .popuppage .sqPersoncus,
    .popuppage .sqRemove {
        vertical-align: middle;
    }

    .popuppage .profile_input_box_lt {
        margin-bottom: 0;
    }

    .popuppage .profile_input_boxmn {
        float: none;
        width: auto;
        padding: 12px 10px 0;
    }

    .popuppage .re-order_btn_save {
        margin-top: 0px;
    }

.borderbox {
    width: 100%;
    margin-top: 15px;
    padding: 12px 0 4px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 20px !important;
}

.popuppage select {
    color: #666;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CCC;
    padding: 5px;
}

.ffright {
    float: right;
    width: 130px;
}

.twoboxtop {
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
    padding: 10px;
    position: relative;
}

.titles {
    float: left;
}

.closebtn {
    position: absolute;
    right: 0;
    top: 10px;
}

.titlemidbox {
    width: 65%;
    float: right;
    padding-top: 14px;
}

.twobox {
    margin: 0 10px;
}

.twobox_lt {
    float: left;
    width: 49%;
    margin-right: 2%;
}

    .twobox_lt h2 {
        font-size: 17px;
        color: #333;
        margin: 0 0 5px;
    }

.sboxright {
    float: right;
}

.overflowbox {
    padding: 10px;
    border: 1px solid #CCC;
    height: 300px;
    overflow: auto;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.sboxright label {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .titles {
        float: none;
    }

    .titlemidbox {
        float: none;
        width: auto;
    }

    .twobox_lt {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    .popuppage .profile_input_box_lt {
        width: 100%;
    }

    .titles {
        padding-top: 40px;
    }

    .popuppage select {
        width: 100%;
    }

    .add_provision2-inner h1 {
        font-size: 20px;
    }
}

.popuppagenew {
    margin: 10px;
    padding: 10px 10px 20px;
    border: 1px solid #CCC;
    height: 550px;
}

.popuppage p {
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.overflowboxnew {
    padding: 10px;
    border: 1px solid #CCC;
    height: 550px !important;
    overflow: auto;
    clear: both;
    color: #333;
    font-size: 14px;
    line-height: 22px;
}

.popuppagenewpeo {
    margin: 10px;
    padding: 9px 9px 19px;
    border: 1px solid #CCC;
    height: 610px;
}

.buttongreydisplay1 {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    text-decoration: none !important;
    background: #868686;
    border: none;
    font-weight: 600 !important;
    text-align: center;
    font-size: 15px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    line-height: normal !important;
    cursor: pointer;
    padding-left: 18px !important;
}

.buttonbluedisplay1 {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    color: #fff !important;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    text-decoration: none !important;
    /*background: #868686;*/
    border: none;
    font-weight: 600 !important;
    text-align: center;
    font-size: 15px !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    line-height: normal !important;
    cursor: pointer;
    background: #104e7d;
}

.Policyreviewdiv {
    border-color: #0082c8;
    border-width: thin;
    border-style: solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.Policyreviewa {
    color: #0082c8;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
}

/*Added By HP Start */

.pagemn a {
    text-decoration: none;
    color: #1867a9;
    outline: none;
}

    .pagemn a:hover {
        opacity: 0.8;
        transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

span.smbox {
    margin-left: 4px;
}

.AccordionPanel a {
    text-decoration: none;
    color: #FFF;
    outline: none;
}

.AccordionPanelTab a {
    text-decoration: none;
    color: #FFF;
    outline: none;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    background: #0c3354;
    font-size: 15px;
    color: #FFF;
    /* padding: 10px 16px; */
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.pagemn div a.graybtn {
    text-decoration: none;
    color: #FFF;
    outline: none;
    clear: both;
}


.leftpanel {
    float: left;
    width: 280px;
    margin-right: 20px;
    padding: 0px;
}

.searchtxt {
    background: #fff;
    font-size: 16px;
    color: #333;
    padding: 11px 15px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dadada;
}

.overflowleft {
    background: #1867a9;
    height: 561px;
    overflow: auto;
}

    .overflowleft h3 {
        background: #0c3354;
        font-size: 15px;
        color: #FFF;
        padding: 10px 16px;
        text-transform: uppercase;
        margin: 0;
    }

    .overflowleft ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .overflowleft li {
        border-bottom: 1px solid #377fba;
    }

        .overflowleft li a {
            color: #FFF;
            font-size: 14px;
            display: block;
            padding: 6px 5px 7px 27px;
            background: url(../images/arrow3.png) no-repeat 16px 13px;
        }

            .overflowleft li a img {
                vertical-align: middle;
            }

            .overflowleft li a span.smbox {
                margin-left: 2px;
            }

            .overflowleft li a.activeleft,
            .overflowleft li a:hover {
                background: url(../images/arrow3.png) no-repeat 16px 13px #e06b01;
            }

.addbtn {
    background: #e06b01;
    font-size: 14px;
    color: #FFF;
    padding: 8px 16px;
    font-weight: bold;
    display: block;
}

.graybtn {
    background: #333333;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px;
    margin-top: 2px;
}

.rightpanel {
    float: left;
    width: 980px;
    padding: 0px;
}

.conteiner {
    border: 1px solid #dadada;
    padding: 20px 25px 25px;
}

.rightpanel h2 {
    margin: 0 0 14px;
    font-size: 18px;
    color: #1867a9;
}

.rightpanel input[type=text] {
    color: #5d5d5d;
    font-size: 16px;
    border: 1px solid #dadada;
    padding: 8px 12px;
    width: 78%;
}

.bar1_rt {
    float: right;
    padding-top: 3px !important;
}



    .bar1_rt > a {
        font-weight: bold;
        color: #1867a9;
        font-size: 14px;
        text-decoration: none;
        display: block;
        background: url(../images/arrow2.png) no-repeat 0 2px;
        padding: 0 0 0 10px;
        margin-left: 10px;
    }



.row2 {
    border-top: 1px solid #dadada;
    padding: 16px 0 0 0;
    clear: both;
    margin-top: 20px;
}

    .row2 p {
        margin: 0 0 16px;
        font-family: 'Open Sans', sans-serif;
        color: #5d5d5d;
        font-size: 16px;
        font-weight: normal;
    }

.btn3 {
    float: left;
    text-align: center;
    width: 100%;
    padding: 10px 0 24px;
}

.back1 {
    float: left;
    background: url(../images/back.png) no-repeat;
    height: 50px;
    width: 50px;
    text-decoration: none;
}

.next1 {
    float: right;
    background: url(../images/next.png) no-repeat;
    height: 50px;
    width: 50px;
    text-decoration: none;
}

.btn3 div {
    overflow: auto;
}

.savebg {
    display: block;
    margin: 0 auto;
    background: url(../images/save2.png) no-repeat;
    width: 78px;
    height: 35px;
    text-decoration: none;
}

.dnone {
    display: none;
}

.editor {
    margin-bottom: 20px;
    float: left;
}

.top1 {
    float: left;
}
/*.editor_txt
{ 	border:1px solid #b5b5b5; border-bottom:0; border-top:0; padding:0px 15px; height:290px; overflow-y:scroll; width:893px;
}*/
.editor_txt {
    /* border: 1px solid #b5b5b5; */
    /* border-bottom: 0; */
    /* border-top: 0; */
    /*padding: 0px 15px;*/
    /*height: 330px;*/
    /* overflow-y: scroll; */
    width: 927px;
}



.topborder {
    border: 1px solid #b5b5b5;
}

.editor_txt p {
    font-size: 14px !important;
    color: #494949 !important;
    margin-bottom: 16px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

.row3 {
    padding: 5px 15px;
    font-size: 14px;
}

.redtxt {
    color: #cc0000;
}

#titlebar {
    background: #e2e2e2 url(../images/plus_new.png) no-repeat right;
    padding: 7px 14px;
    font-size: 16px;
    font-weight: bold;
    color: #4a4a4a;
    cursor: pointer;
}

    #titlebar.active {
        background: #e2e2e2 url(../images/minus_new.png) no-repeat right;
    }

.accoridan_box {
    padding: 15px 20px 5px;
    border: 1px solid #e2e2e2;
    border-top: 0;
}

.q01 {
    clear: both;
    padding-bottom: 15px;
}

.changelink {
    float: right;
    font-size: 14px;
    color: #1867a9;
    /*text-decoration: underline;*/
}

    .changelink:hover {
        text-decoration: none;
    }

.q01 span {
    font-size: 16px;
    color: #166aaa;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
}

.q01 p {
    font-size: 14px;
    color: #494949;
    margin: 0 0 4px;
}

.row5 {
    text-align: right;
    font-size: 15px;
    color: #000;
    padding-top: 16px;
}

    .row5 span {
        color: #8e8e8e;
        padding: 0 5px;
    }

    .row5 a {
        color: #1867a9;
        text-decoration: none;
    }

        .row5 a:hover {
            text-decoration: none;
        }

.side-panel-fixed {
    position: fixed;
    right: 0;
    top: 0;
    width: 329px;
    z-index: 999;
    margin-top: 0 !important;
}

    .side-panel-fixed .link-open {
        position: absolute;
        left: 0;
        width: 38px;
        margin-left: -38px;
        top: 348px;
        margin-top: 0;
    }

.slidePanel2 .link-open {
    top: 490px;
}

.slidePanel2.color4 .link-open {
    top: 389px;
}

.slidePanel3 .link-open {
    top: 625px;
}

/*.slidePanel3.color4 .link-open {
    top: 625px;
}*/

.slidePanel3 .sidebar1 {
    background: #01518c;
}

.slidePanel4 .link-open {
    top: 205px;
}


.wrap-slide {
    height: 100%;
}

.sidebar1 {
    padding: 7px;
    margin-top: 8px;
    background: #01518c;
    height: 96%;
}

.slidePanel2 .sidebar1 {
    background: #e06b01;
}

.slidePanel .peosidebar1 {
    background: #e06b01;
}

.slidePanel2 .peosidebar1 {
    background: #01518c;
}

.color3 .sidebar1 {
    background: #d80e0e;
}

.color4 .sidebar1 {
    background: #01518c;
}

.slidePanel4 .sidebar1 {
    background: #d80e0e;
}

.slidePanel4 .peosidebar1 {
    background: #d80e0e;
}

.sidebar1_sub {
    background: #FFF;
    height: 97%;
    overflow: auto;
    padding: 0 11px;
}

.sidebarActionitem1_sub {
    height: 100% !important;
}

.sidebar1_sub img {
    vertical-align: middle;
}

.sidebar4_sub {
    background: #FFF;
    height: 100%;
    overflow: auto;
    padding: 0 11px;
}

    .sidebar4_sub img {
        vertical-align: middle;
    }

.forh2 h2 {
    font-weight: normal;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.sidebar1_sub ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.sidebar1_sub li {
    padding: 9px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .sidebar1_sub li:last-child {
        border: 0;
    }

    .sidebar1_sub li a {
        font-size: 15px;
        color: #2b8dc9;
        text-decoration: underline;
        display: block;
        background: url(../images/arrow.png) no-repeat 0 8px;
        padding-left: 15px;
        text-decoration: underline;
    }

        .sidebar1_sub li a:hover {
            color: #e06b01;
            text-decoration: underline;
        }

.sidebar1_sub h2 {
    color: #000;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: normal;
}

    .sidebar1_sub h2 p {
        font-size: 14px;
        color: #666;
        padding: 3px 0 0 29px;
        margin: 0;
    }

.sidebar1_sub ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.sidebar1_sub li {
    padding: 9px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .sidebar1_sub li:last-child {
        border: 0;
    }

    .sidebar1_sub li a {
        font-size: 15px;
        color: #2b8dc9;
        text-decoration: underline;
        display: block;
        background: url(../images/arrow.png) no-repeat 0 8px;
        padding-left: 15px;
        text-decoration: underline;
    }

        .sidebar1_sub li a:hover {
            color: #e06b01;
            text-decoration: underline;
        }

.sidebar1_sub h2 {
    color: #000;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: normal;
}

    .sidebar1_sub h2 p {
        font-size: 14px;
        color: #666;
        padding: 3px 0 0 29px;
        margin: 0;
    }

/*New*/
.sidebar4_sub ul {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

.sidebar4_sub li {
    padding: 9px 0;
    border-bottom: 1px solid #d9d9d9;
}

    .sidebar4_sub li:last-child {
        border: 0;
    }

    .sidebar4_sub li a {
        font-size: 15px;
        color: #2b8dc9;
        text-decoration: underline;
        display: block;
        background: url(../images/arrow.png) no-repeat 0 8px;
        padding-left: 15px;
        text-decoration: underline;
    }

        .sidebar4_sub li a:hover {
            color: #e06b01;
            text-decoration: underline;
        }

.sidebar4_sub h2 {
    color: #000;
    font-size: 16px;
    margin: 10px 0 0;
    font-weight: normal;
}

    .sidebar4_sub h2 p {
        font-size: 14px;
        color: #666;
        padding: 3px 0 0 29px;
        margin: 0;
    }

.smbox {
    background: #ed1c24;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 17px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 21px;
    padding-right: 1px;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.greenc {
    background: #b5e61d;
    color: #000 !important;
}



.fclear {
    clear: both;
    float: none;
}

.side-panel-fixed {
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: normal;
}

/*.steps
{	padding-top:18px;
}*/
.steps_mob {
    display: none;
}

.pagetitle {
    font-size: 30px;
    padding: 22px 0;
    margin: 0;
    color: #333;
}

    .pagetitle span {
        color: #333;
        font-weight: bold;
    }

.process {
    background: #f0f0f0;
}

    .process span {
        background: url(../images/popup.png) no-repeat;
        position: absolute;
        width: 32px;
        height: 21px;
        display: block;
        top: -20px;
        right: -16px;
        text-align: center;
        color: #FFF;
        font-size: 10px;
        padding-top: 1px;
    }

    .process > div {
        background: #9acd00;
        height: 9px;
        position: relative;
    }

/*.contentarea {
    padding-bottom: 35px;
}*/

.contentarea_box {
    border: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

    .contentarea_box > div:nth-child(2n) {
        background: #f7f7f7;
    }

    .contentarea_box p {
        margin: 0 0 7px;
        line-height: 24px;
        font-size: 16px;
        color: #5c5c5c;
    }




/*set browswe screen 769*/
@media screen and (max-width: 979px) {
    .graybtn, .overflowleft li a {
        font-size: 14px;
    }
}


/*set browswe screen 481*/
@media screen and (max-width: 767px) {
    .leftpanel, .rightpanel {
        width: 100%;
        margin-right: 0;
    }

    .rightpanel {
        margin-top: 30px;
    }

    .row5 {
        text-align: left;
    }

    .pagelt, .pagert {
        margin-left: 0;
        width: 100%;
    }

    .botbox h2 {
        padding-left: 10px;
    }

    .botbox p {
        padding-left: 10px;
    }

    .botbox .labtxt {
        padding-left: 10px !important;
    }

    .print_handbook_boxmn, .contentarea {
        overflow: scroll;
    }

        .print_handbook_boxmn table, .contentarea table {
            width: 767px !important;
        }

    .graybtn, .overflowleft li a {
        font-size: 14px;
    }
}


/*set browswe screen 321*/
@media screen and (max-width: 479px) {
    .bar1_rt {
        float: left;
        padding-left: 0;
    }

    .qbox1 select, .qbox1 input[type="text"], .qbox1 textarea {
        width: 100%;
    }

    .advantage-block .features {
        margin-right: 25px;
    }

    .prototype-text ul li a {
        width: 90%;
        font-size: 15px;
    }

    .labtxt label {
        padding-left: 0px !important;
        text-align: left;
    }

    .labtxt div {
        padding-left: 0 !important;
    }

    blockquote {
        margin: 10px;
    }

    .qbox1 div {
        padding-left: 0 !important;
    }
}


/* =============================================================================
   Scroll to Top
* ============================================================================= */
#return-to-top {
    position: fixed;
    bottom: 1.25em; /* BASE FONT = 16px >>>  20px/16px = 1.25em */
    right: 1.25em; /* BASE FONT = 16px >>>  20px/16px = 1.25em */
    background: rgba(0, 0, 0, 0.7);
    width: 2.2em; /* BASE FONT = 16px >>>  35px/16px = 2.2em */
    height: 2.2em; /* BASE FONT = 16px >>>  35px/16px = 2.2em */
    display: block;
    text-decoration: none;
    -webkit-border-radius: 2.188em; /* BASE FONT = 16px >>>  35px/16px = 2.188em */
    -moz-border-radius: 2.188em;
    border-radius: 2.188em;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #FFF;
    font-size: 1em; /* BASE FONT = 16px >>>  16px/16px = 1em */
    font-family: Arial, Helvetica, sans-serif;
    z-index: 9999999;
}

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

    #return-to-top span {
        font-size: 1.2em; /* BASE FONT = 16px >>>  19px/16px = 1.2em */
        text-align: center;
        display: block;
        line-height: 2.2em;
    }


.add-section-back {
    background: #1867a9;
    padding: 7px;
    color: #fff !important;
    margin-top: 2px;
    font-size: 18px;
    overflow: visible;
}

.row2 li {
    color: #000000;
    font-size: 13px;
}

    .row2 li a {
        text-decoration: underline;
    }

.actiobitems {
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    width: 151px !important;
    margin-top: 2px !important;
    background: #ed1c24;
    padding-left: 9px;
    padding-top: 7px;
    padding-bottom: 17px;
    color: #fff;
    margin-left: -94px !important;
    border-radius: 5px;
    vertical-align: middle;
    z-index: -1;
    top: 281px !important;
}
/*Added By HP END */

/* khushbu*/

.explainme p {
    margin: 0 0 12px 0 !important;
    font-size: 13px !important;
    color: #000 !important;
    line-height: 18px !important;
}

.header_temp {
    height: 206px;
    /*background:url(../images/header.png) no-repeat center;*/
}

    .header_temp .pagemn {
        position: relative;
    }

.pagemn {
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #5d5d5d;
    font-size: 16px;
    font-weight: normal;
}

.steps {
    padding-top: 38px;
}

.steps_mob {
    display: none;
}

.contentarea {
    padding-bottom: 35px;
}

/*.contentarea_box {
    border: 1px solid #d9d9d9;
}

    .contentarea_box p {
        margin: 0 0 15px;
        line-height: 24px;
        font-size: 16px;
        color: #5c5c5c;
    }*/

.qbox1 {
    padding: 16px 25px 0px 20px; /*16px 25px 20px 20px*/
    position: relative;
}

.qbox2 {
    padding: 16px 20px 20px 20px;
}

/*.qbox1 table {
    background: #FFF;
}*/

.qbox1 h2 {
    color: #1867a9;
    margin: 0;
    font-size: 20px;
    padding-bottom: 8px;
}

/*.qbox1 select,
.qbox1 input[type=text],
.qbox1 textarea {
    padding: 5px 10px;
    color: #5c5c5c;
    font-size: 16px;
    font-family: Arial;
    border: 1px solid #dadada;
    vertical-align: middle;
}*/


.bottbtns {
    padding: 20px 20px 0;
}

.leftbtn {
    float: left;
}

.rightbtn {
    float: right;
}

.print_handbook_boxmn { /* 24-04-15 */
    margin: 25px 0 0 0;
    /*    float: left;*/
    width: 100%;
}

    .print_handbook_boxmn table {
        margin: 0 auto;
    }

.labtxt {
    padding: 0px;
}

    .labtxt label {
        display: inline-block;
        padding-right: 10px;
        text-align: right;
        vertical-align: middle;
        /*width: 100px;*/
    }

    .labtxt.textleft label {
        text-align: left;
    }
/*070917 start*/
.set_sc {
}

.labtxt_p {
    padding: 6px 15px;
    /*border: 1px solid #dcdcdc;*/
    margin-bottom: 5px;
}

    .labtxt_p input {
        width: 100px;
    }

.labtxt_sub {
    padding: 6px 0 0 0;
}

.set_sc .labtxt_p {
    background: #fff;
}

    .set_sc .labtxt_p:nth-child(2n) {
        background: #f7f7f7;
    }

.labtxt_p label {
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    text-align: left;
    vertical-align: middle;
    width: 180px;
    font-weight: bold;
}

.labtxt_sub label {
    width: 160px;
    padding-left: 20px;
    font-weight: normal;
}

/*070917 end*/
.btn2 {
    padding: 15px 0;
}

    .btn2 input {
        background: #2a75af;
        color: #FFF;
        font-size: 18px;
        text-transform: uppercase;
        border: 0;
        padding: 5px 15px;
        cursor: pointer;
    }

    .btn2 a {
        background: #2a75af;
        color: #FFF !important;
        font-size: 18px !important;
        text-transform: uppercase;
        border: 0;
        padding: 5px 15px;
        cursor: pointer;
        font: 13.3333px Arial;
    }

    .btn2 input:hover {
        opacity: 0.8;
    }

.print_handbook_boxs {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}

.publish_handbook_box,
.publish_handbook_box p {
    font-size: 13px !important;
    line-height: 1.25em !important;
}

.flag_img {
    float: left;
    text-align: center;
    width: 105px;
    padding: 2px 12px 0 0;
    /*background: #ddd;*/
}

.falg-label-p {
    display: block;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.padbot {
    padding-bottom: 5px;
}

.fortab {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

    .fortab td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        padding: 9px 12px;
    }

    .fortab th {
        border-right: 1px solid #fff;
        padding: 9px 12px;
        background: #1770b2;
        color: #FFF;
    }

    .fortab tr:nth-child(2n) {
        background: #f9f9f9;
    }

.forlab label {
    margin-right: 8px;
}

.redtxt {
    color: #cc0000;
}


.forlab label {
    margin-right: 8px;
}

.redtxt {
    color: #cc0000;
}


.fclear {
    clear: both;
    float: none;
}

.row03 {
    margin-bottom: 20px;
    clear: both;
}

.row01 {
    clear: both;
}

    .row01 .redtxt {
        font-size: 14px;
        font-family: sans-serif,Arial,Verdana,"Trebuchet MS";
        margin: 0 0 15px;
        line-height: 20px;
    }

.top8 {
    padding-top: 8px;
}

.editor_txt_peo {
    border: 1px solid #b5b5b5;
    border-bottom: 0;
    border-top: 0;
    padding: 0px 15px;
    height: 200px;
    overflow-y: scroll;
    width: 893px;
    font-size: 14px;
    color: #333;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS";
}

.rightpanel_peo {
    float: right;
    width: 970px;
}

    .rightpanel_peo h2 {
        margin: 0 0 14px;
        font-size: 18px;
        color: #1867a9;
    }

    .rightpanel_peo input[type=text] {
        color: #5d5d5d;
        font-size: 16px;
        border: 1px solid #dadada;
        padding: 8px 12px;
        width: 78%;
    }

.editor_txt_peo p {
    font-size: 14px;
    color: #333;
    margin-bottom: 16px;
    font-family: sans-serif,Arial,Verdana,"Trebuchet MS";
    line-height: 20px;
    margin-top: 10px;
}

.btnmid {
    text-align: center;
    overflow: hidden;
}

.finalthank {
    color: #1867a9 !important;
    margin: 0 !important;
    padding: 11px !important;
    font-size: 44px !important;
}

/*RearrangeProvisions.aspx ReviewAllPolicies.aspx skipquestionthankyou.aspx*/

.spnheadercolor {
    color: #333 !important;
}

.divlabel {
    padding-bottom: 17px;
}

.lblstyle {
    width: auto !important;
    display: block !important;
}

.anchorstyle {
    display: none;
}

.btncolor {
    background: #666;
}

.parastyle {
    color: #3f8cc7 !important;
    font-size: 18px;
}

.divpadding {
    padding-top: 10px;
}

.revealmodaldiv {
    width: 500px;
    margin-top: 0px !important;
}

.sectionstyle {
    height: 285px;
    width: 500px;
}

.divmsg {
    padding: 25px;
}

.divalign {
    text-align: center;
}

.btndeleted {
    cursor: pointer !important;
}

.sectionheight {
    height: 170px;
}

.anchorwidth {
    width: 18px;
}

.textwidth {
    width: 90%;
}

.divtop {
    padding-top: 18px;
}

.tblth {
    text-align: left;
    vertical-align: bottom;
}

.spanright {
    margin-right: 17px;
}

.headerpadding {
    padding-bottom: 25px !important;
}

.headercolor {
    color: #FF0000 !important;
}

.sidepanel {
    height: 638px;
    z-index: 999;
    margin-right: -329px;
}

/*end RearrangeProvisions.aspx ReviewAllPolicies.aspx skipquestionthankyou.aspx*/

/* Finish.aspx ,finish2.aspx , finish3.aspx*/
.divalignandpadding {
    text-align: center;
    padding: 100px 0;
}

/* end Finish.aspx ,finish2.aspx , finish3.aspx*/

/*end khushbu*/

/* strat Rakesh */
.checkBoxTable {
    padding: 0px 0;
}

    .checkBoxTable label {
        color: #5c5c5c;
        display: inline;
        font-size: 15px;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
        width: auto;
        margin-top: -9px;
        width: auto;
    }

    .checkBoxTable.textleft label {
        text-align: left;
    }

.paidHoliday {
    padding: 0px 0;
}

    .paidHoliday label {
        color: #333;
        display: inline-block;
        font-size: 15px;
        padding-right: 10px;
        text-align: left;
        vertical-align: middle;
        width: 650px;
    }

    .paidHoliday.textleft label {
        text-align: left;
    }

.WashingtonSeattle {
    padding: 0px 0;
}

    .WashingtonSeattle label {
        color: #333;
        display: inline-block;
        font-size: 15px;
        padding-right: 10px;
        text-align: left !important;
        vertical-align: middle;
        width: 200px;
    }

    .WashingtonSeattle.textleft label {
        text-align: left;
    }

.tblListRadioWA1Table {
    border: 1px solid black;
    cellpadding: 10px;
    cellspacing: 10px;
}

    .tblListRadioWA1Table td {
        border: 1px solid black;
        padding: 10px;
    }

.SearchFilter {
    margin: 0;
    padding-left: 10px;
    width: 96% !important;
    height: 35px;
    font-size: 17px;
    background-color: #f5f5f5;
    border: 1px solid #d2d2d2;
}
/* End Rakesh */

/*Aded by Nirali - Interview Note below question text*/
.questionNote {
    font-size: 14px;
}

.SubHeaderH2 {
    color: black !important;
}

.queskip {
    cursor: pointer;
    font-weight: bold;
    color: #1867a9;
    text-decoration: none;
    font-size: 14px;
}

.queskipped {
    cursor: pointer;
    font-weight: bold;
    color: #ff0000 !important;
    text-decoration: none;
    font-size: 14px;
}

.checkBoxTable {
    width: 100%;
}

.resetlink {
    margin-right: 31px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 4px;
}

table.tblcontrol tr td {
    font-size: 16px !important;
    color: #5c5c5c !important;
}

.lblheader {
    display: inline-block;
    width: 80%;
    float: left;
}

#main {
    min-height: 550px !important;
}

.customizeh1 {
    color: #185888 !important;
    font-size: 30px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px !important;
    line-height: normal !important;
}

.aunderline {
    text-decoration: underline;
    color: #0176b0 !important;
}

.addsectionmain {
    min-height: auto !important;
    padding: 0px;
}

.txtNoofEmployee {
    color: #5c5c5c;
    width: 100px;
}

    .txtNoofEmployee subtxtNoofEmployee {
        padding-left: 60px;
    }

.lblNoOfEmoployee {
    padding-left: 60px;
    /*margin-right: 30px;
    margin-left: 70px;*/
    padding: 5px;
}

/*.divHeaderclass {
    width: 200px;
    float: left;
    margin-top: 10px;
}*/
/*.divHeaderclass label{
    text-align:left;
    width:100%;
}*/

.subtxtNoofEmployeeMain {
    margin-left: 40px !important;
}

.qbox1 select, .qbox1 input[type=number], .qbox1 textarea {
    padding: 5px 10px !important;
    color: #6a6a6a;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #A9A9A9;
    vertical-align: middle;
}

.qbox1 select, .qbox1 input[type=text], .qbox1 textarea {
    padding: 5px 10px;
    color: #6a6a6a;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #A9A9A9;
    vertical-align: middle;
    border-radius: 0;
}

.forsetleb .labtxt label {
    width: 170px;
    text-align: left;
    padding-right: 0;
    color: #333;
    font-size: 15px;
}

.subtxtNoofEmployeeMain label {
    width: 170px;
    text-align: left;
    padding-right: 0;
    color: #333;
    font-size: 15px;
}

.forsetleb {
    padding-left: 2px !important;
}

.lblhrstable {
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: 100px;
}

.lblhrstableend {
    color: #333;
    display: inline-block;
    font-size: 15px;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: auto;
}

.forboxpc .qbox1:first-child {
    padding-top: 16px;
}

.forboxpc .qbox1 {
    padding-top: 0;
}

.forboxpc .labtxt_p {
    padding: 10px 20px;
    margin: 0;
    border-top: 1px solid #CCC;
}

.forboxpc .subtxtNoofEmployeeMain {
    padding-bottom: 10px;
}

.disabledanslink {
    font-size: 15px;
    text-decoration: underline;
    display: block;
    background: url(../images/arrow.png) no-repeat 0 8px;
    padding-left: 15px;
    text-decoration: none;
}

.slidePanel3 .actiobitems {
    top: 688px !important;
}

/*Help Text*/
.notetext {
    text-align: center;
    padding-top: 10px;
    margin: 0 auto;
    max-width: 750px;
    position: relative;
}

    .notetext p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 5px 0;
        background: #FF9;
        color: #333;
        padding: 2px 0 0;
        cursor: pointer;
    }

        .notetext p img {
            width: 16px;
            vertical-align: sub;
            padding-left: 3px;
        }

    .notetext .notetext_hover {
        font-size: 14px;
        line-height: 22px;
        display: none;
        background: #fff;
        color: #000;
        padding: 8px 0 10px;
        border-radius: 10px;
        z-index: 999;
        width: 100%;
        left: 0;
        position: absolute;
        border: 1px solid #333;
        text-align: left;
        padding-left: 10px;
    }

    .notetext:hover .notetext_hover {
        display: block;
    }
/*Help Text*/

@media screen and (max-width: 1298px) {
    .rightpanel {
        width: 75%;
        float: right;
    }

    .leftpanel {
        margin-right: 0;
    }
}

@media screen and (max-width: 1169px) {
    .rightpanel {
        width: 72%;
    }

    .leftpanel {
        width: 25%;
    }
}

.PEOnextback, .preview {
    cursor: pointer;
}



/*110118 new class started */
.padlt15 {
    padding-left: 15px;
}

@media screen and (max-width: 1169px) {
    .logo {
        width: auto;
    }

    .boxlt1, .boxrt1, .boxlt2, .boxrt2 {
        overflow: auto !important;
    }

    .register_input_box_lt {
        position: relative
    }

        .register_input_box_lt .ui-datepicker-trigger {
            position: absolute;
            right: 15px;
            top: 3px
        }
}


/*===============keep screen 768=============*/
@media screen and (max-width: 999px) {
    .register_input_box_lt2 table {
        width: 100% !important;
    }

    .register_input_box .register_input_box_lt {
        float: left;
        width: 100%;
    }

    .register_input_txt {
        width: 60% !important;
    }

    .register_input_box_lt .ui-datepicker-trigger {
        right: 23px;
    }

    .register-btn-pg div {
        float: none !important;
        margin: 10px auto 0;
        text-align: left !important;
        width: auto !important
    }

    .register-btn-pg {
        padding-left: 154px
    }
}

@media screen and (max-width: 939px) {
    .logo {
        width: 290px;
    }

    .deshbard_lt_new {
        width: 100%;
        padding-left: 0;
    }
}

/*===============keep screen 480=============*/
@media screen and (max-width: 767px) {
    .register_input_txt {
        width: auto !important;
    }

    body #Content1_txtCreatedDate {
        width: auto !important
    }

    #main.wrap-inner {
        min-width: inherit !important;
    }

    .boxlt1, .boxrt1, .boxlt2, .boxrt2 {
        width: 100% !important;
        min-height: inherit !important;
        height: auto !important;
    }

        .boxrt1 .subscriptions_datamn_Admin {
            height: auto;
        }

    .subscriptions_datamn_new {
        overflow: auto;
    }

    .boxlt1 .subscriptions_datamn {
        padding-bottom: 15px;
    }

    .boxlt1 .subscriptions_datamn_new1 {
        padding-bottom: 0;
    }

    .boxlt1 {
        padding-bottom: 25px;
    }

    footer {
        min-width: inherit;
    }

    .deshbard_lt_new {
        padding-top: 0;
    }

    .register-btn-pg {
        padding-left: 0;
        clear: both;
    }

    .re-order {
        padding: 15px;
    }

    .button-gray_button {
        margin-bottom: 5px;
    }

    #Div1 .table {
        width: 100%;
        display: block;
    }

    ul#Ul1 {
        min-width: inherit;
    }

    .details-bottom1 ul#Ul1 li a {
        padding: 5px;
        margin: 2px 0;
        display: inline-block;
    }

    .button-blue_button {
        margin-bottom: 5px;
    }
}

/*===============keep screen 320=============*/
@media screen and (max-width: 479px) {
    #confirmBoxnhv {
        width: 100% !important;
    }

    .mobdrop select {
        width: 210px !important;
    }
}

.teps_finish_mn {
    float: left;
    width: 100%;
    margin: 35px 0 0 0
}

    .teps_finish_mn a {
        float: left;
        width: 25%
    }

        .teps_finish_mn a:hover {
            opacity: 1
        }

.three_teps a {
    width: 33.33%
}

    .three_teps a img {
        width: 100%;
    }

.PeoTrininga {
    color: #339bd3 !important;
    text-decoration: underline;
    font-size: 15px !important;
}

.PEOTrainingSpan {
    color: #000000;
    font-size: 15px !important;
}

.Trininga {
    color: #0176b0 !important;
    text-decoration: underline;
}

.TrainingSpan {
    /*color: #0170AC;*/
    color: #000000;
}

.InterviewDelete {
    cursor: pointer;
    font-weight: bold;
    color: #1867a9;
    text-decoration: none;
    font-size: 14px;
}

.GroupPulishMessage {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #1770b2;
    color: #FFF !important;
    padding-left: 16px;
    padding-right: 0px;
}

.GroupPublishGname {
    color: #868686;
    font-weight: bold;
}

.GroupPublish {
    padding-left: 1px !important;
}

.DeleteTextbox {
    width: 65%;
}

.DeleteFirstDiv {
    margin-bottom: 20px;
}

.DeleteButtonRed {
    background-color: red !important;
    /*margin-right: 10px;*/
}

.DeleteButtonBlue {
    margin-right: 25px;
}

.DeleteButtondisabed {
    background-color: #868686 !important;
}

.userdefinedsection {
    /*border-style: solid;
    border-color: lightgray;*/
    /*padding-right: 500px;*/
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    /*min-width: 500px;*/
    display: inline-block;
}

.userdefinedsectiontextbox {
    margin-top: 25px;
}

.userdefinedsectionImage {
    height: 18px;
    width: 18px;
    border: none;
}

.userdefinedsection {
    padding: 5px 10px !important;
    color: #6a6a6a;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #A9A9A9;
    vertical-align: middle;
    width: 350px;
    height: 25px;
}

.deletedSection {
    background-color: #104e7d;
    color: white;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    width: 1200px;
    padding-top: 10px;
}

.message-text {
    text-align: left;
    font-size: 12px !important;
    clear: both;
    margin: 20px 0 0 0;
}

.button-white {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: red;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    margin-bottom: 10px; /*new*/
    text-decoration: none !important;
    border: none;
    font-weight: 600;
    margin-right: 5px; /*new*/
    margin-left: 10px; /*new*/
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.UpcomingTitle {
    color: #0e1f5c;
    font-size: 18px;
    font-weight: bold;
}

ins.diffmod {
    background-color: #00FF00;
}

ins.diffins {
    background-color: #00FF00;
}

del.diffins {
    background-color: #FEC8C8;
}

del.diffmod {
    background-color: #FEC8C8;
}

del.diffdel {
    background-color: #FEC8C8;
}

.sqPersoncus {
    height: 20px;
    width: 20px;
    border: 1px solid #999;
    background-color: #FFFF00;
    display: inline-block;
    vertical-align: middle;
}

.allowchk {
    margin-top: 15px;
}

.notecolor {
    color: red;
    font-weight: bold;
    font-size: 13px;
}

.noteheading {
    margin-bottom: 7px;
}

.notecontent {
    font-size: 13px;
    color: black;
}

.PEOCustomizePage {
    color: #1867a9;
    text-decoration: underline !important;
    font-weight: bold;
    display: inline;
    float: right;
}

.PreviewTitlePage {
    border: black;
    border-style: solid;
    border-width: thin;
    margin: 40px;
    margin-left: 0px;
    padding-top: 15px;
}

.PEOCustomizeTitleP {
    color: #3f8cc7;
    font-weight: bold;
}

.PEOCustomizePageNote {
    color: #3f8cc7;
    font-weight: bold;
    text-decoration: underline;
}

.jacksonclass {
    padding-top: 0px;
}

.PEO_add_provisionmn {
    padding-left: 4% !important;
    float: left;
    width: 92%;
    padding-right: 4% !important;
}

.PEO_re-order_page_btns {
    margin-top: 20px;
    width: 190px;
    text-align: center;
}

.PEOAddProvision {
    width: 18px;
    float: right;
    right: 11px;
    top: 8px;
    position: absolute;
}

.PEOError {
    align-content: center;
    padding-top: 10px;
    padding-left: 40px;
}

.Publishallbtn {
    margin-top: 5px;
}

.Reviewll {
    background: #2192e8 !important;
    border: none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: top;
    cursor: pointer;
}

/**EHB-192 Start*/

.AddStateGroupWisediv {
    border-color: #0082c8;
    border-width: thin;
    border-style: solid;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

.AddStateGroupWisea {
    color: #0082c8;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
}

/**EHB-192 Close*/

.LoginTC
{
    display: block;
    margin: 4%;
}

.LoginTC a 
{
    color: #166bab;
    font-size:13px;
    font-weight:400;
    text-decoration:none;
}