﻿/*Notes*/
/*"pad_top" - Padding-top ::after 25px form Table-responsive*/


@charset "utf-8";
/* CSS Document */
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);*/

* {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkitbox-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.pattern_bg {
    background: url(../images/background_pattern.jpg) repeat;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 300;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    /*background: url(../images/PreProd.png) repeat !important;*/
}

p.alternative {
    font-size: 16px;
    line-height: 24px;
}

h1,
h1.alternative {
    font-weight: 600;
    color: #00687f;
    font-size: 34px;
    text-transform: uppercase;
}

    h1.alternative {
        font-size: 30px;
    }

h2, h3 {
    font-weight: 300;
    color: #7c2230;
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    color: #737373;
    font-size: 24px;
}

h4.category_headers {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #7c2230;
}

label.form_label {
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
}

label.form_label_transform {
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: none;
}

label.form_label_TableCellDisplay {
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    display: table-cell;
}

input[type="file"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering: left;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
    background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}

input {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #00687f;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.full_width_row {
    width: 100%;
    float: left;
}

a:hover {
    color: #005467;
}

.align_left {
    float: left !important;
}

.align_right {
    float: right !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_uppercase {
    text-transform: uppercase;
}

.btn {
    height: 60px;
    width: 200px;
    float: left;
    margin-left: 10px;
}

.btn {
    width: 160px;
    height: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    float: left;
    line-height: 38px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(htc/border-radius.htc);
}

.btn_primary {
    background: #00687f;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

    .btn_primary:hover {
        background: #005467;
        color: #fff;
    }

    .btn_primary:focus {
        color: #fff;
        background: #005467 !important;
        outline: none !important;
    }

.btn_secondary {
    background: #cf8b2a;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

    .btn_secondary:hover {
        background: #b57a25;
        color: #fff;
    }

    .btn_secondary:focus {
        color: #fff;
        background: #b57a25 !important;
        outline: none !important;
    }

.btn_primary:disabled, .btn_primary.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.20;
    -moz-opacity: 0.20;
}

    .btn_primary:disabled:hover, .btn_primary.disabled:hover {
        background: #00687f;
    }

.btn_secondary:disabled, .btn_secondary.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.20;
    -moz-opacity: 0.20;
}

    .btn_secondary:disabled:hover, .btn_secondary.disabled:hover {
        background: #cf8b2a;
    }

.btn_utility {
    width: 200px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    line-height: 60px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(htc/border-radius.htc);
    background: #f8f8f8;
    border: 2px solid #d8d8d8;
}

.utility_primary {
    font-size: 24px;
    font-weight: 600;
    color: #aaad00;
    border-color: #aaad00;
}

    .utility_primary:hover {
        background-color: rgba(170,173,0,0);
        -webkit-box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        -moz-box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        color: #aaad00;
    }

.utility_secondary {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(htc/border-radius.htc);
    border-color: #00687f;
    color: #00687f;
    font-size: 24px;
    font-weight: 600;
}

    .utility_secondary:hover {
        background: #dbeaed;
    }

    .utility_secondary:disabled, .utility_secondary.disabled {
        color: #f8f8f8;
        border-color: #f8f8f8;
        background: none;
    }

        .utility_secondary:disabled:hover, .utility_secondary.disabled:hover {
            color: #f8f8f8;
            border-color: #f8f8f8;
            background: none;
        }

.icon_btn {
    height: 38px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f8f8f8;
    border: solid 2px #005467;
    line-height: 36px;
    behavior: url(htc/border-radius.htc);
    color: #005467;
    font-weight: 700;
    font-size: 14px;
    padding: 0 22px 0 10px;
}

.icon_btn_fileName {
    height: 38px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    line-height: 36px;
    behavior: url(htc/border-radius.htc);
    color: #005467;
    font-weight: 700;
    font-size: 14px;
    padding: 0 22px 0 10px;
}

.icon_btn:disabled, .icon_btn.disabled {
    border-color: #d8d8d8;
    color: #d8d8d8;
}

.delete_icon {
    background: url(../images/icons/delete.png);
    width: 17px;
    height: 21px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.icon_btn:disabled .delete_icon, .icon_btn.disabled .delete_icon {
    background-position: 0 -21px;
}

.refresh_icon {
    background: url(../images/icons/refresh.png);
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.attach_icon {
    background: url(../images/icons/attachment.png);
    width: 16px;
    height: 18px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.upload_icon {
    background: url(../images/icons/upload.png) no-repeat;
    width: 19px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.btn_small {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.addDocument {
    width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.btn_medium {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.btn_slight_medium {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.btn_large {
    width: 238px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
}

.marginbottom {
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn_slight_large {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    margin-right: 25px;
}

.btn_extra_large {
    width: 358px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}

.btn_auto_width {
    width: auto;
    padding: 0 30px;
    font-weight: 600;
}

.btn_full_width {
    width: 100%;
}

.form_control, .form-control {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(htc/border-radius.htc);
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 48px;
    outline: none;
}

.form_control_ellipsis {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.form_control_small {
    width: 100px;
    float: left;
    height: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(htc/border-radius.htc);
    border: 2px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 38px;
    outline: none;
}

.form_control[disabled] {
    border-color: #999;
    background: #f3f3f3;
    color: #474747;
}

.form_control:focus, .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 149, 172, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 149, 172, 0.6);
    border-color: #2d95ac;
}

.form_control[readonly] {
    color: #988f86;
    border-color: #d8d8d8;
}

.datepicker_container {
    width: 100%;
    float: left;
    position: relative;
}

    .datepicker_container .form_control {
        padding-right: 55px;
    }

.datepicker_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icons/datepicker_icon.png) no-repeat center center #00687f;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
}

.dropshadow {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.tooltip_help {
    background: url(../images/icons/tooltip_help.png);
    width: 18px;
    height: 18px;
    float: left;
}

.check_field_container {
    float: left;
    margin-right: 10px;
}

    .check_field_container .icheckbox_square-blue {
        float: left;
        margin-top: 6px;
    }

    .check_field_container label {
        margin-left: 3px;
        line-height: 19px;
        font-size: 16px;
        color: #000;
        font-weight: 300;
    }

.alert {
    width: 100%;
    float: left;
    background: #ffefa4;
    height: 48px;
    position: relative;
    font-size: 14px;
    font-weight: 300;
    line-height: 48px;
    padding: 0 15px;
}

    .alert b {
        font-weight: 600;
    }

    .alert a {
        text-decoration: underline;
        font-weight: 600;
        color: #00687f;
    }

        .alert a.close {
            background: url(../images/icons/alert_close.png);
            width: 33px;
            height: 33px;
            position: relative;
            float: right;
            right: 0px;
            top: 8px;
        }

.modal_window {
    background-color: #FFF;
    width: 940px;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    float: left;
}

.modal_title {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
    border-bottom: #CCC solid 1px;
}

.modal_body {
    padding: 0 20px 20px 20px;
}

.modal_close {
    background: url(../images/icons/modal_close.png);
    width: 29px;
    height: 29px;
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
}

.vertical_tabs {
    width: 100%;
    float: left;
}

    .vertical_tabs > ul {
        float: left;
        padding: 0;
        width: 100%;
    }

        .vertical_tabs > ul > li {
            list-style: none;
            float: left;
            width: 100%;
            margin-bottom: 1px;
        }

            .vertical_tabs > ul > li > a {
                float: left;
                width: 100%;
                height: auto;
                background: #737373;
                padding: 10px 0;
                padding-left: 28px;
                padding-right: 30px;
                box-sizing: border-box;
                line-height: 20px;
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 600;
                position: relative;
            }
            /*.vertical_tabs > ul > li > a.custom {
                float: left;
                width: 100%;
                height: auto;
                background: #d8d8d8;
                padding-left: 28px;
                padding-right: 30px;
                box-sizing: border-box;
                line-height: 20px;
                color: #fff;
                text-decoration: none;
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 600;
                position: relative;
            }*/

            .vertical_tabs > ul > li:first-child > a {
                border-radius: 20px 20px 0 0;
            }

            .vertical_tabs > ul > li:last-child > a {
                border-radius: 0 0 20px 20px;
            }

            .vertical_tabs > ul > li.active > a {
                height: auto;
                background: #b57a25;
            }
            /*.vertical_tabs > ul > li.active > a.custom {
               
                height: auto;
                line-height: 20px;
                background: #005467;
            }*/

            .vertical_tabs > ul > li.active:last-child > a {
                border-radius: 0 0 0 20px;
            }

            .vertical_tabs > ul > li.active:first-child > a {
                border-radius: 20px 0 0 0;
            }

            .vertical_tabs > ul > li.active > a .active_tab {
                width: 0;
                height: 0;
                border-top: 20px solid transparent;
                border-bottom: 20px solid transparent;
                border-left: 12px solid #b57a25;
                position: absolute;
                right: -12px;
                top: 50%;
                margin-top: -20px;
            }

            .vertical_tabs > ul > li.done > a .completed_tab {
                width: 17px;
                height: 14px;
                float: left;
                position: absolute;
                right: 15px;
                top: 15px;
                background: url(../images/icons/tab_done_indicator.png);
            }

.my_benefits_container.resouce_footer {
    height: 208px;
}

    .my_benefits_container.resouce_footer img.img_dependent {
        margin: 9px 0 0 0;
    }

    .my_benefits_container.resouce_footer span.bridgefrontlogo_icon {
        width: 215px;
        margin-top: 50px;
    }

    .my_benefits_container.resouce_footer span.icon_place {
        display: inline-block;
    }

    .my_benefits_container.resouce_footer .card_option_title p {
        color: #fff;
        padding-left: 5px;
        margin-top: 10px;
        font-size: 14px;
    }

        .my_benefits_container.resouce_footer .card_option_title p:hover {
            text-decoration: underline;
        }

a.dep_a {
    display: inline-block;
    width: 52%;
}

.my_benefits_container.resouce_footer .container {
    padding-left: 0;
}

.completed_checkmark {
    background: url("../images/icons/checkmark_blue.png") no-repeat #fff;
    margin-right: 5px;
    margin-top: 8px;
    border-radius: 3px;
    float: left;
    width: 17px;
    height: 14px;
    margin-left: -20px;
}

.cmpind {
    float: left;
    line-height: 18px;
    padding-left: 22px;
    margin-top: 5px;
}

.vertical_tabs ul li.not-active a {
    pointer-events: none;
    cursor: default;
}

.vertical_nav {
    width: 185px;
    float: left;
}

    .vertical_nav ul {
        float: left;
        padding: 0;
    }

        .vertical_nav ul li {
            float: left;
            width: 100%;
            list-style: none;
        }

            .vertical_nav ul li a {
                width: 100%;
                float: left;
                border-bottom: 1px solid #d8d8d8;
                height: 56px;
                font-weight: 300;
                font-size: 14px;
                color: #1a1a1a;
                line-height: 56px;
                text-transform: uppercase;
                padding-left: 20px;
                position: relative;
            }

            .vertical_nav ul li.active a {
                background: #005467;
                color: #fff;
            }

                .vertical_nav ul li.active a .v_nav_active {
                    background: url(../images/v_nav_active.png);
                    width: 20px;
                    height: 56px;
                    float: left;
                    position: absolute;
                    right: -20px;
                }

.horizantal_nav {
    width: 100%;
    float: left;
}

    .horizantal_nav ul {
        float: left;
        padding: 0;
        width: 100%;
    }

        .horizantal_nav ul li {
            float: left;
            list-style: none;
            width: 20%;
            position: relative;
            height: 60px;
        }

            .horizantal_nav ul li a {
                width: 100%;
                float: left;
                height: 60px;
                background: #d8d8d8;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                line-height: 60px;
                text-transform: uppercase;
                padding-left: 42px;
            }

            .horizantal_nav ul li.active a {
                background: #005467;
            }

            .horizantal_nav ul li:first-child a {
                border-radius: 35px 0 0 35px;
            }

            .horizantal_nav ul li:last-child a {
                border-radius: 0 35px 35px 0;
            }

        .horizantal_nav ul > li > a:after,
        .horizantal_nav ul > li > a:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 0;
            border: solid transparent;
            border-left-color: #d8d8d8;
            border-width: 30px;
            z-index: 2;
        }

        .horizantal_nav ul > li.active + li > a:after,
        .horizantal_nav ul > li.active + li > a:before {
            border-left-color: #005467;
        }

        .horizantal_nav ul > li:first-child > a:after,
        .horizantal_nav ul > li:first-child > a:before, .horizantal_nav ul > li:first-child > i:after,
        .horizantal_nav ul > li:first-child > i:before {
            display: none;
        }

        .horizantal_nav ul > li > i:after,
        .horizantal_nav ul > li > i:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 2px;
            border: solid transparent;
            border-left-color: #fff;
            border-width: 30px;
            z-index: 1;
        }

.table_style1 {
    width: 100%;
    float: left;
}

    .table_style1 tr th {
        width: 345px;
        height: 65px;
        font-weight: 700;
        font-size: 14px;
        color: #474747;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        vertical-align: middle;
        padding: 10px;
        text-align: left;
    }

    .table_style1 tr td {
        font-size: 14px;
        font-weight: 300;
        color: #474747;
        width: 178px;
        height: 65px;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        vertical-align: middle;
        padding: 10px;
    }

    .table_style1 tr:nth-child(odd) {
        background: #f3f3f3;
    }

    .table_style1 tr:nth-child(even) {
        background: #e8e8e8;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 480px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container {
        width: 460px;
    }
}

@media (min-width: 630px) {
    .container {
        width: 610px;
    }
}

@media (min-width: 769px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 980px) {
    .container {
        width: 960px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-padding {
    padding: 30px;
}

@media (min-width: 480px) {
    .col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-10, .col-tab-11, .col-tab-12 {
        float: left;
    }

    .col-tab-12 {
        width: 100%;
    }

    .col-tab-11 {
        width: 91.66666667%;
    }

    .col-tab-10 {
        width: 83.33333333%;
    }

    .col-tab-9 {
        width: 75%;
    }

    .col-tab-8 {
        width: 66.66666667%;
    }

    .col-tab-7 {
        width: 58.33333333%;
    }

    .col-tab-6 {
        width: 50%;
    }

    .col-tab-5 {
        width: 41.66666667%;
    }

    .col-tab-4 {
        width: 33.33333333%;
    }

    .col-tab-3 {
        width: 25%;
        padding-right: 15px; /*added by ravindran for space between videos*/
    }

    .col-tab-2 {
        width: 16.66666667%;
    }

    .col-tab-1 {
        width: 8.33333333%;
    }

    .col-tab-pull-12 {
        right: 100%;
    }

    .col-tab-pull-11 {
        right: 91.66666667%;
    }

    .col-tab-pull-10 {
        right: 83.33333333%;
    }

    .col-tab-pull-9 {
        right: 75%;
    }

    .col-tab-pull-8 {
        right: 66.66666667%;
    }

    .col-tab-pull-7 {
        right: 58.33333333%;
    }

    .col-tab-pull-6 {
        right: 50%;
    }

    .col-tab-pull-5 {
        right: 41.66666667%;
    }

    .col-tab-pull-4 {
        right: 33.33333333%;
    }

    .col-tab-pull-3 {
        right: 25%;
    }

    .col-tab-pull-2 {
        right: 16.66666667%;
    }

    .col-tab-pull-1 {
        right: 8.33333333%;
    }

    .col-tab-pull-0 {
        right: auto;
    }

    .col-tab-push-12 {
        left: 100%;
    }

    .col-tab-push-11 {
        left: 91.66666667%;
    }

    .col-tab-push-10 {
        left: 83.33333333%;
    }

    .col-tab-push-9 {
        left: 75%;
    }

    .col-tab-push-8 {
        left: 66.66666667%;
    }

    .col-tab-push-7 {
        left: 58.33333333%;
    }

    .col-tab-push-6 {
        left: 50%;
    }

    .col-tab-push-5 {
        left: 41.66666667%;
    }

    .col-tab-push-4 {
        left: 33.33333333%;
    }

    .col-tab-push-3 {
        left: 25%;
    }

    .col-tab-push-2 {
        left: 16.66666667%;
    }

    .col-tab-push-1 {
        left: 8.33333333%;
    }

    .col-tab-push-0 {
        left: auto;
    }

    .col-tab-offset-12 {
        margin-left: 100%;
    }

    .col-tab-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-tab-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-tab-offset-9 {
        margin-left: 75%;
    }

    .col-tab-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-tab-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-tab-offset-6 {
        margin-left: 50%;
    }

    .col-tab-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-tab-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-tab-offset-3 {
        margin-left: 25%;
    }

    .col-tab-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-tab-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-tab-offset-0 {
        margin-left: 0;
    }

    .loader_col-md-4 {
        width: 100%;
        float: left;
        position: relative;
        min-height: 1px;
        padding: 20px;
    }
}

.loader_col-md-offset-4 {
    margin-left: 10.33333333%;
}
/* Fixed Grid */
.col-ftab-1, .col-ftab-2, .col-ftab-3, .col-ftab-4, .col-ftab-5, .col-ftab-6, .col-ftab-7, .col-ftab-8, .col-ftab-9, .col-ftab-10, .col-ftab-11, .col-ftab-12 {
    float: left;
}

.col-ftab-12 {
    width: 460px;
}

.col-ftab-11 {
    width: 421.67px;
}

.col-ftab-10 {
    width: 383.34px;
}

.col-ftab-9 {
    width: 345.01px;
}

.col-ftab-8 {
    width: 306.68px;
}

.col-ftab-7 {
    width: 268.35px;
}

.col-ftab-6 {
    width: 229.02px;
}

.col-ftab-5 {
    width: 190.69px;
}

.col-ftab-4 {
    width: 152.36px;
}

.col-ftab-3 {
    width: 114.03px;
}

.col-ftab-2 {
    width: 75.7px;
}

.col-ftab-1 {
    width: 37.37px;
}

.col-ftab-pull-12 {
    right: 460px;
}

.col-ftab-pull-11 {
    right: 421.67px;
}

.col-ftab-pull-10 {
    right: 383.34px;
}

.col-ftab-pull-9 {
    right: 345.01px;
}

.col-ftab-pull-8 {
    right: 306.68px;
}

.col-ftab-pull-7 {
    right: 268.35px;
}

.col-ftab-pull-6 {
    right: 230.02px;
}

.col-ftab-pull-5 {
    right: 191.69px;
}

.col-ftab-pull-4 {
    right: 153.36px;
}

.col-ftab-pull-3 {
    right: 115.03px;
}

.col-ftab-pull-2 {
    right: 76.7px;
}

.col-ftab-pull-1 {
    right: 38.37px;
}

.col-ftab-pull-0 {
    right: auto;
}

.col-ftab-push-12 {
    left: 460px;
}

.col-ftab-push-11 {
    left: 421.67px;
}

.col-ftab-push-10 {
    left: 383.34px;
}

.col-ftab-push-9 {
    left: 345.01px;
}

.col-ftab-push-8 {
    left: 306.68px;
}

.col-ftab-push-7 {
    left: 268.35px;
}

.col-ftab-push-6 {
    left: 230.02px;
}

.col-ftab-push-5 {
    left: 191.69px;
}

.col-ftab-push-4 {
    left: 153.36px;
}

.col-ftab-push-3 {
    left: 115.03px;
}

.col-ftab-push-2 {
    left: 76.7px;
}

.col-ftab-push-1 {
    left: 38.37px;
}

.col-ftab-push-0 {
    left: auto;
}

.col-ftab-offset-12 {
    margin-left: 460px;
}

.col-ftab-offset-11 {
    margin-left: 421.67px;
}

.col-ftab-offset-10 {
    margin-left: 383.34px;
}

.col-ftab-offset-9 {
    margin-left: 345.01px;
}

.col-ftab-offset-8 {
    margin-left: 306.68px;
}

.col-ftab-offset-7 {
    margin-left: 268.35px;
}

.col-ftab-offset-6 {
    margin-left: 230.02px;
}

.col-ftab-offset-5 {
    margin-left: 191.69px;
}

.col-ftab-offset-4 {
    margin-left: 153.36px;
}

.col-ftab-offset-3 {
    margin-left: 115.03px;
}

.col-ftab-offset-2 {
    margin-left: 76.7px;
}

.col-ftab-offset-1 {
    margin-left: 38.37px;
}

.col-ftab-offset-0 {
    margin-left: 0;
}

}

@media (min-width: 630px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
    /* Fixed Width */
    .col-fsm-1, .col-fsm-2, .col-fsm-3, .col-fsm-4, .col-fsm-5, .col-fsm-6, .col-fsm-7, .col-fsm-8, .col-fsm-9, .col-fsm-10, .col-fsm-11, .col-fsm-12 {
        float: left;
    }

    .col-fsm-12 {
        width: 610px;
    }

    .col-fsm-11 {
        width: 559.17px;
    }

    .col-fsm-10 {
        width: 508.34px;
    }

    .col-fsm-9 {
        width: 457.51px;
    }

    .col-fsm-8 {
        width: 406.68px;
    }

    .col-fsm-7 {
        width: 355.85px;
    }

    .col-fsm-6 {
        width: 304.02px;
    }

    .col-fsm-5 {
        width: 253.19px;
    }

    .col-fsm-4 {
        width: 202.36px;
    }

    .col-fsm-3 {
        width: 151.53px;
    }

    .col-fsm-2 {
        width: 100.7px;
    }

    .col-fsm-1 {
        width: 49.87px;
    }

    .col-fsm-pull-12 {
        right: 610px;
    }

    .col-fsm-pull-11 {
        right: 559.17px;
    }

    .col-fsm-pull-10 {
        right: 508.34px;
    }

    .col-fsm-pull-9 {
        right: 457.51px;
    }

    .col-fsm-pull-8 {
        right: 406.68px;
    }

    .col-fsm-pull-7 {
        right: 355.85px;
    }

    .col-fsm-pull-6 {
        right: 305.02px;
    }

    .col-fsm-pull-5 {
        right: 254.19px;
    }

    .col-fsm-pull-4 {
        right: 203.36px;
    }

    .col-fsm-pull-3 {
        right: 152.53px;
    }

    .col-fsm-pull-2 {
        right: 101.7px;
    }

    .col-fsm-pull-1 {
        right: 50.87px;
    }

    .col-fsm-pull-0 {
        right: auto;
    }

    .col-fsm-push-12 {
        left: 610px;
    }

    .col-fsm-push-11 {
        left: 559.17px;
    }

    .col-fsm-push-10 {
        left: 508.34px;
    }

    .col-fsm-push-9 {
        left: 457.51px;
    }

    .col-fsm-push-8 {
        left: 406.68px;
    }

    .col-fsm-push-7 {
        left: 355.85px;
    }

    .col-fsm-push-6 {
        left: 305.02px;
    }

    .col-fsm-push-5 {
        left: 254.19px;
    }

    .col-fsm-push-4 {
        left: 203.36px;
    }

    .col-fsm-push-3 {
        left: 152.53px;
    }

    .col-fsm-push-2 {
        left: 101.7px;
    }

    .col-fsm-push-1 {
        left: 50.87px;
    }

    .col-fsm-push-0 {
        left: auto;
    }

    .col-fsm-offset-12 {
        margin-left: 610px;
    }

    .col-fsm-offset-11 {
        margin-left: 559.17px;
    }

    .col-fsm-offset-10 {
        margin-left: 508.34px;
    }

    .col-fsm-offset-9 {
        margin-left: 457.51px;
    }

    .col-fsm-offset-8 {
        margin-left: 406.68px;
    }

    .col-fsm-offset-7 {
        margin-left: 355.85px;
    }

    .col-fsm-offset-6 {
        margin-left: 305.02px;
    }

    .col-fsm-offset-5 {
        margin-left: 254.19px;
    }

    .col-fsm-offset-4 {
        margin-left: 203.36px;
    }

    .col-fsm-offset-3 {
        margin-left: 152.53px;
    }

    .col-fsm-offset-2 {
        margin-left: 101.7px;
    }

    .col-fsm-offset-1 {
        margin-left: 50.87px;
    }

    .col-fsm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 769px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
    /* Fixed Grid */
    .col-fmd-1, .col-fmd-2, .col-fmd-3, .col-fmd-4, .col-fmd-5, .col-fmd-6, .col-fmd-7, .col-fmd-8, .col-fmd-9, .col-fmd-10, .col-fmd-11, .col-fmd-12 {
        float: left;
        padding: 0 10px;
    }

    .col-fmd-12 {
        width: 750px;
    }

    .col-fmd-11 {
        width: 687.5px;
    }

    .col-fmd-10 {
        width: 625px;
    }

    .col-fmd-9 {
        width: 562.5px;
    }

    .col-fmd-8 {
        width: 500px;
    }

    .col-fmd-7 {
        width: 437.5px;
    }

    .col-fmd-6 {
        width: 375px;
    }

    .col-fmd-5 {
        width: 312.5px;
    }

    .col-fmd-4 {
        width: 250px;
    }

    .col-fmd-3 {
        width: 187.5px;
    }

    .col-fmd-2 {
        width: 125px;
    }

    .col-fmd-1 {
        width: 62.5px;
    }

    .col-fmd-pull-12 {
        right: 750px;
    }

    .col-fmd-pull-11 {
        right: 687.5px;
    }

    .col-fmd-pull-10 {
        right: 625px;
    }

    .col-fmd-pull-9 {
        right: 562.5px;
    }

    .col-fmd-pull-8 {
        right: 500px;
    }

    .col-fmd-pull-7 {
        right: 437.5px;
    }

    .col-fmd-pull-6 {
        right: 375px;
    }

    .col-fmd-pull-5 {
        right: 312.5px;
    }

    .col-fmd-pull-4 {
        right: 250px;
    }

    .col-fmd-pull-3 {
        right: 187.5px;
    }

    .col-fmd-pull-2 {
        right: 125px;
    }

    .col-fmd-pull-1 {
        right: 62.5px;
    }

    .col-fmd-pull-0 {
        right: auto;
    }

    .col-fmd-push-12 {
        left: 750px;
    }

    .col-fmd-push-11 {
        left: 687.5px;
    }

    .col-fmd-push-10 {
        left: 625px;
    }

    .col-fmd-push-9 {
        left: 562.5px;
    }

    .col-fmd-push-8 {
        left: 500px;
    }

    .col-fmd-push-7 {
        left: 437.5px;
    }

    .col-fmd-push-6 {
        left: 375px;
    }

    .col-fmd-push-5 {
        left: 312.5px;
    }

    .col-fmd-push-4 {
        left: 250px;
    }

    .col-fmd-push-3 {
        left: 187.5px;
    }

    .col-fmd-push-2 {
        left: 125px;
    }

    .col-fmd-push-1 {
        left: 62.5px;
    }

    .col-fmd-push-0 {
        left: auto;
    }

    .col-fmd-offset-12 {
        margin-left: 750px;
    }

    .col-fmd-offset-11 {
        margin-left: 687.5px;
    }

    .col-fmd-offset-10 {
        margin-left: 625px;
    }

    .col-fmd-offset-9 {
        margin-left: 562.5px;
    }

    .col-fmd-offset-8 {
        margin-left: 500px;
    }

    .col-fmd-offset-7 {
        margin-left: 437.5px;
    }

    .col-fmd-offset-6 {
        margin-left: 375px;
    }

    .col-fmd-offset-5 {
        margin-left: 312.5px;
    }

    .col-fmd-offset-4 {
        margin-left: 250px;
    }

    .col-fmd-offset-3 {
        margin-left: 187.5px;
    }

    .col-fmd-offset-2 {
        margin-left: 125px;
    }

    .col-fmd-offset-1 {
        margin-left: 62.5px;
    }

    .col-fmd-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 980px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
    /* Fixed Size Cols*/
    .col-flg-1, .col-flg-2, .col-flg-3, .col-flg-4, .col-flg-5, .col-flg-6, .col-flg-7, .col-flg-8, .col-flg-9, .col-flg-10, .col-flg-11, .col-flg-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-flg-12 {
        width: 960px;
    }

    .col-flg-11 {
        width: 880px;
    }

    .col-flg-10 {
        width: 800px;
    }

    .col-flg-9 {
        width: 720px;
    }

    .col-flg-8 {
        width: 640px;
    }

    .col-flg-7 {
        width: 560px;
    }

    .col-flg-6 {
        width: 480px;
    }

    .col-flg-5 {
        width: 400px;
    }

    .col-flg-4 {
        width: 320px;
    }

    .col-flg-3 {
        width: 240px;
    }

    .col-flg-2 {
        width: 160px;
    }

    .col-flg-1 {
        width: 80px;
    }

    .col-flg-pull-12 {
        right: 960px;
    }

    .col-flg-pull-11 {
        right: 880px;
    }

    .col-flg-pull-10 {
        right: 800px;
    }

    .col-flg-pull-9 {
        right: 720px;
    }

    .col-flg-pull-8 {
        right: 640px;
    }

    .col-flg-pull-7 {
        right: 560px;
    }

    .col-flg-pull-6 {
        right: 480px;
    }

    .col-flg-pull-5 {
        right: 400px;
    }

    .col-flg-pull-4 {
        right: 320px;
    }

    .col-flg-pull-3 {
        right: 240px;
    }

    .col-flg-pull-2 {
        right: 160px;
    }

    .col-flg-pull-1 {
        right: 80px;
    }

    .col-flg-pull-0 {
        right: auto;
    }

    .col-flg-push-12 {
        left: 960px;
    }

    .col-flg-push-11 {
        left: 880px;
    }

    .col-flg-push-10 {
        left: 800px;
    }

    .col-flg-push-9 {
        left: 720px;
    }

    .col-flg-push-8 {
        left: 640px;
    }

    .col-flg-push-7 {
        left: 560px;
    }

    .col-flg-push-6 {
        left: 480px;
    }

    .col-flg-push-5 {
        left: 400px;
    }

    .col-flg-push-4 {
        left: 320px;
    }

    .col-flg-push-3 {
        left: 240px;
    }

    .col-flg-push-2 {
        left: 160px;
    }

    .col-flg-push-1 {
        left: 80px;
    }

    .col-flg-push-0 {
        left: auto;
    }

    .col-flg-offset-12 {
        margin-left: 960px;
    }

    .col-flg-offset-11 {
        margin-left: 880px;
    }

    .col-flg-offset-10 {
        margin-left: 800px;
    }

    .col-flg-offset-9 {
        margin-left: 720px;
    }

    .col-flg-offset-8 {
        margin-left: 640px;
    }

    .col-flg-offset-7 {
        margin-left: 560px;
    }

    .col-flg-offset-6 {
        margin-left: 480px;
    }

    .col-flg-offset-5 {
        margin-left: 400px;
    }

    .col-flg-offset-4 {
        margin-left: 320px;
    }

    .col-flg-offset-3 {
        margin-left: 240px;
    }

    .col-flg-offset-2 {
        margin-left: 160px;
    }

    .col-flg-offset-1 {
        margin-left: 80px;
    }

    .col-flg-offset-0 {
        margin-left: 0;
    }
}

.quick_links_container {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 65px 0;
}

.quicklinks_header {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #3d8b9c;
    font-weight: 600;
}

.quick_links {
    width: 100%;
    float: left;
    margin-top: 18px;
}

    .quick_links li {
        width: 100%;
        float: left;
        list-style: none;
    }

        .quick_links li a {
            color: #fff;
            width: 100%;
            float: left;
            font-size: 16px;
            font-weight: 300;
        }

.footer {
    width: 100%;
    float: left;
    height: 107px;
    border-top: 1px solid #efefef;
    background: #fff;
}

.cprt_txt {
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    width: 100%;
}


.footer_home, .push {
    height: 110px;
}

.footer_home {
    background: #00687f none repeat scroll 0 0;
    float: left;
    padding: 25px 0;
    width: 100%;
}

.copy_right {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #988f86;
    font-size: 12px;
    display: inline-block;
    margin-top: 15px;
}

.bottom_nav {
    width: 100%;
    float: left;
    padding: 0;
}

    .bottom_nav li {
        list-style: none;
        float: left;
        font-size: 15px;
        color: #988f86;
        padding-right: 10px;
    }

        .bottom_nav li a {
            color: #00687f;
            text-decoration: none;
        }

.bottom_nav_home {
    width: 100%;
    float: left;
    padding: 0;
}

    .bottom_nav_home li {
        list-style: none;
        float: left;
        font-size: 15px;
        color: #988f86;
        padding-right: 10px;
    }

        .bottom_nav_home li a {
            color: #fff;
            text-decoration: none;
        }

.footer_logo {
    float: right;
    margin-top: 30px;
}

@media (max-width: 769px) {
    .mobile_menu {
        display: block !important;
    }

    .toggle_menu {
        position: absolute;
        top: 50px;
        width: 200px;
        background: #00687f;
        border-radius: 2px;
        display: none;
        right: 8px;
        z-index: 10;
    }

        .toggle_menu:before {
            content: '';
            position: absolute;
            background: url(../images/icons/submenu_up.png);
            width: 14px;
            height: 9px;
            top: -9px;
            right: 12px;
        }

        .toggle_menu li {
            width: 100%;
            float: left;
            margin: 0 !important;
            height: auto !important;
        }

            .toggle_menu li a {
                padding: 10px;
                color: #fff !important;
                width: 100%;
                float: left;
                border-bottom: 1px solid #005467;
            }

                .toggle_menu li a .caret {
                    position: absolute;
                    background: url(../images/icons/caret_down.png) no-repeat center center #5691a4 !important;
                    height: 34px !important;
                    width: 25px !important;
                    top: 0;
                    right: 0;
                    margin: 0 !important;
                    cursor: pointer;
                }

            .toggle_menu li:last-child a {
                border-bottom: none;
            }

            .toggle_menu li .submenu {
                position: relative;
                border: none;
                box-shadow: none;
                background: #005467;
            }

                .toggle_menu li .submenu li a {
                    padding-left: 20px;
                }

    .primary_nav1 {
        margin-top: 27px;
        position: relative;
    }

    .category_list li {
        width: 16.66%;
    }
}


/* below are css to handle session expiry*/
.close_session_alert_content {
    width: 100%;
    float: left;
    padding: 30px;
}

.session_expaire_header {
    width: 100%;
    float: left;
    color: #7c2230;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 6px 50px;
}

    .session_expaire_header:before {
        background: url(../images/icons/alert_icon.png);
        width: 40px;
        height: 40px;
        float: left;
        content: '';
        margin-left: -50px;
        margin-top: -6px;
    }

.session_count_txt, .session_expaire_question {
    font-size: 18px;
    color: #474747;
    padding-left: 50px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.session_expaire_question {
    margin-top: 10px;
}

#ss_count {
    color: #7c2230;
    font-weight: 700;
}

.session_expaire_btns_container {
    width: 100%;
    float: left;
    margin-top: 18px;
    padding-left: 50px;
}

.session_stayin_btn, .session_logout_btn {
    width: auto;
    float: none;
    height: 40px;
    background: #00687f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    line-height: 40px;
    padding: 0 20px;
    min-width: 115px;
    text-align: center;
    display: inline-block;
}

.session_stayin_btn_cancel {
    width: auto;
    float: left;
    height: 40px;
    background: #b57a25 !important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.session_logout_btn {
    background: #7c2230;
    margin-left: 15px;
}

.session_stayin_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #005467;
    cursor: pointer;
}

.session_logout_btn:hover {
    color: #fff;
    text-decoration: none;
    background: #6E1A27;
    cursor: pointer;
}


.search_doctor_modal {
    background: #fff;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    z-index: 999;
}

/* above are css to handle session expiry*/


/*Password strength css*/

.password_field_container {
    width: 100%;
    float: left;
    position: relative;
}

/*.password_indication {
    width: 280px;
    height: auto;
    float: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    position: absolute;
    top: -140px;
    z-index: 1000;
    left: calc(100% + 15px);
    display: none;
}*/

.password_indication:before {
    background: url(../images/icons/password_indication_left.png);
    width: 12px;
    height: 19px;
    position: absolute;
    top: 152px;
    content: '';
    left: -12px;
}

.password_indication h5 {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 600;
    color: #7c2230;
}

.password_hint_list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .password_hint_list li {
        margin: 1px 0;
        font-size: 14px;
        font-weight: 600;
        color: #737373;
        padding-left: 25px;
        position: relative;
        list-style: none;
        width: 100%;
        float: left;
    }

        .password_hint_list li:before {
            background: url(../images/icons/password_check.png);
            width: 15px;
            height: 14px;
            content: '';
            position: absolute;
            left: 0;
            margin-top: 3px;
        }

        .password_hint_list li.done {
            color: #00687f;
        }

            .password_hint_list li.done:before {
                background-position: 0 -14px;
            }

.selected_product_table {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .selected_product_table td {
        padding: 10px;
    }

.mobile_menu_tick_mark {
    width: 12px;
    height: 10px;
    float: left;
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/mobile_tick_mark.png);
}
/*end of Password strength css*/
.merp_calc_heading {
    text-align: center;
}

.merp_calc_td_background {
    background-color: #f7f7f7;
    padding: 10px;
}

.merp_calc_td_background1 {
    background-color: #f2f2f2;
    padding: 10px;
}








/*/*table css*/
.commonTable {
    display: block;
    border-spacing: 0;
}

    .commonTable > thead > tr > th {
        background: #999;
        color: #fff;
        padding: 5px 12px;
        font-weight: 600;
        text-align: left;
        font-size: 13px;
        border-right: 1px solid #d8d8d8;
        line-height: 20px;
    }

    .commonTable .table_header {
        background: #999;
        color: #fff;
        padding: 5px 12px;
        font-weight: 600;
        text-align: left;
        font-size: 13px;
        border-right: 1px solid #d8d8d8;
        line-height: 20px;
    }

    .commonTable > tbody > tr > td {
        font-size: 14px;
        border-bottom: 1px solid #d8d8d8 !important;
        padding: 5px 12px;
        line-height: 20px;
    }

    .commonTable .table_body {
        font-size: 14px;
        border-bottom: 1px solid #d8d8d8;
        padding: 5px 12px;
        line-height: 20px;
    }

        .commonTable .table_body:nth-child(odd) {
            background: #f7f7f7;
        }

    .commonTable > tbody > tr:nth-child(odd) > td {
        background: #f7f7f7;
    }

.table_responsive {
    width: 100%;
    float: left;
    overflow-x: AUTO;
    padding: 0;
}

/*.commonTable table, th, td {
    border-collapse: collapse;
    width: 100%;
}*/
/*table css*/

/*** CSS form Setting Page | Page navigation ***/

#settings .page-header {
    padding: 15px 0 0 0;
}

#settings .dataTables_wrapper {
    background: #00687f;
    margin: 0 0 10px;
}

#settings .dataTables_length {
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
}

    #settings .dataTables_length select {
        border-color: #b9b9b9;
        border-radius: 5px;
        margin: 0 5px;
    }

#settings .dataTables_filter label {
    font-size: 14px;
    color: #fff;
}

#settings .dataTables_filter {
    padding: 0 10px;
}

#settings .dataTables_wrapper .dataTables_filter input {
    border-radius: 8px;
    box-shadow: 0 0 0 0;
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 2px 5px;
    height: 20px;
    color: black;
}

#settings table.dataTable thead th, table.dataTable thead td {
    padding: 5px 10px;
    text-align: center;
}

    #settings table.dataTable thead th:first-child {
        text-align: center;
    }

#settings table.dataTable td a.view_more {
    float: right;
    /*text-transform: lowercase;*/
}

#settings .clients_page.add_client table.dataTable thead th {
    min-width: 60px;
}

.table_responsive.pad_top {
    padding-top: 25px;
}

#settings .add_client_table table.dataTable thead th:first-child {
    padding-left: 10px;
}


.container.section_page .commonTable > tbody > tr > td:first-child {
    width: 100%;
}

.align_center_imp {
    text-align: center !important;
}

.align_center {
    text-align: center;
}

#settings table.dataTable thead th.ann_lm {
    padding-right: 18px;
}

#settings .dataTables_wrapper .dataTables_info {
    color: #fff;
    font-size: 14px;
    padding: 3px 0 0 10px;
}

#settings .dataTables_wrapper .dataTables_paginate {
    padding: 0 10px;
}

    #settings .dataTables_wrapper .dataTables_paginate .ellipsis {
        color: #fff;
    }

    #settings .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        color: #0398b9 !important;
        cursor: not-allowed !important;
    }

        #settings .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
            background-color: #00687f;
            border-color: #00687f;
            color: #0398b9 !important;
        }

#settings table.dataTable.no-footer {
    border-bottom: 0;
    background: #fff;
}

#settings dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #0398b9 !important;
    margin: 0;
}

#settings .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 10px;
    font-size: 14px;
    border-radius: 15px;
    transition: ease-out 0.3s;
    color: #fff !important;
    margin: 2px 1px;
}

    #settings .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    #settings .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    #settings .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #fff;
        border: 1px solid #fff;
        color: #00687f !important;
        transition: ease-in 0.3s;
    }

#settings table.dataTable tbody th,
#settings table.dataTable tbody td:first-child {
    text-align: left;
    width: 150px;
}

#settings .set_page table.dataTable tbody th,
#settings .set_page table.dataTable tbody td:first-child {
    text-align: left;
    display: block;
    width: inherit;
}

.col_pd {
    padding: 0;
}
/*#settings .set_page table.dataTable thead th:first-child,
#settings table.dataTable tbody td:first-child {
    width: 250px;
}*/

#settings table.dataTable tbody td .icheckbox_square-blue {
    display: inline-block;
}

td.td_center {
    text-align: center !important;
}

#settings .add_client table.dataTable tbody td:first-child,
#settings .add_client table.dataTable thead th {
    width: 100% !important;
}

    #settings .add_client table.dataTable thead th a {
        color: #fff;
    }

.add_client_btn {
    display: inline-block;
    float: right;
}

    .add_client_btn a {
        background: #00687f;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 20px !important;
        border-radius: 15px;
        float: right;
        font-weight: 600;
        padding: 0 15px !important;
        min-width: 160px;
        text-align: center;
    }

        .add_client_btn a:hover, .add_client_btn a:focus {
            background: #005467 !important;
            color: #fff !important;
        }

.page-header.cus_head {
    display: flex;
    width: 100%;
    float: inherit;
    background: #f3f3f3;
    padding: 15px 0;
}

.transmittal_right_section .add_client_btn {
    width: inherit;
    float: right;
}

.transmittal_right_section .main_form {
    display: inline-block;
    padding: 20px 0 0 0;
}

.page-header.cus_head h1 {
    display: inline-block;
    width: auto;
    float: left;
    margin: 0;
}

.transmittal_right_section .editor-field input {
    background: white;
    border: 0;
}

.transmittal_right_section .editor-field {
    padding: 0 0 20px;
}

p.mand_p {
    color: #545454;
    padding: 10px 0;
    font-size: 12px;
    line-height: 22px;
}

.form-group.cus_btn_formgrp {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 15px 0;
}

    .form-group.cus_btn_formgrp input {
        float: right;
    }

div#settingsTable_wrapper .table_responsive {
    border-top: 1px solid #fff;
}

.pull-right {
    float: right;
}

.fileUpload.icon_btn input {
    background: none;
    border: 0;
    top: 0;
    position: absolute;
    width: 100%;
    padding-top: 6px;
    height: 100%;
    padding-left: 110px;
    left: 0;
    opacity: 0;
}

.fileUpload {
    max-width: 208px;
}

    .fileUpload:before {
        position: absolute;
        content: 'Choose file..';
        padding: 0 8px;
        right: 10px;
        height: 22px;
        line-height: 22px;
        top: 5px;
        color: #000;
        font-weight: 400;
        border: solid 1px #a5a5a5;
        background-image: -webkit-linear-gradient(bottom, #d7d7d7, #fff);
        background-image: -moz-linear-gradient(bottom, #d7d7d7, #fff);
        background-image: -o-linear-gradient(bottom, #d7d7d7, #fff);
        background-image: -ms-linear-gradient(bottom, #d7d7d7, #fff);
        background-image: linear-gradient(to top, #d7d7d7, #fff);
    }

.upfileName {
    font-size: 14px;
    font-weight: 600;
    color: #7c2230;
    display: block;
    line-height: 35px;
    width: 90%;
    float: left;
    height: 50px;
    border-radius: 10px;
}

table.dataTable tbody tr:hover {
    transition: ease-in 0.2s;
    color: #00687f;
}

/*** CSS form Setting Page | Page navigation END ***/
/*** Scroll CSS / Selection ***/

::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    outline: 1px solid slategrey;
    border-radius: 10px;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #00687f;
}

::selection {
    color: white;
    background: #00687f;
}
/*** Scroll CSS END ***/

/*Add Client Contact Page - 22/7/2016*/

.head_cus_css .add_client_btn {
    width: inherit;
    float: right;
}

.head_cus_css .main_form {
    display: inline-block;
    padding: 20px 0 0 0;
    width: 100%;
}

.head_cus_css .chosen-select-searchable {
    width: 78%;
    float: left;
    height: 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(htc/border-radius.htc);
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
}

.head_cus_css .form_label_container {
    margin: 15px 0 10px 0;
}

.head_cus_css .container {
    padding: 0 0 20px 0;
}

.cke_top {
    background: #f3f3f3;
}

a.cke_combo_button,
span.cke_toolgroup {
    background-image: none;
    background: #ffffff;
}

a.cke_button_off:hover, a.cke_button_off:focus,
a.cke_button_off:active, a.cke_button_disabled:hover,
a.cke_button_disabled:focus, a.cke_button_disabled:active,
.cke_combo_off a.cke_combo_button:hover,
.cke_combo_off a.cke_combo_button:focus {
    box-shadow: 0;
    background: #CFD8DC;
    background-image: none;
}

/*Add Client Contact Page END*/

/*Client contact Page*/
#settings .add_client table.add_cc.dataTable tbody td:first-child,
#settings .add_client table.add_cc.dataTable thead th {
    width: inherit !important;
}

#settings table.add_cc.dataTable tbody th,
#settings table.add_cc.dataTable tbody td:first-child {
    text-align: left;
    display: table-cell;
    width: 150px;
}

.commonTable table.add_cc, .add_cc th, .add_cc td {
    border-collapse: collapse;
    width: inherit;
}
/*Client contact Page END*/
/*Client Page*/
.client_page .page-header.cus_head h1 {
    display: inline-block;
    width: 75%;
}

.client_page .page-header.cus_head {
    display: inline-block;
    width: 50%;
    float: left;
}

.client_page .add_client_btn {
    width: auto;
    float: right;
    display: inline-block;
    margin-left: 6px;
}

.client_page .main_form {
    padding: 25px 0 0 0;
    display: inline-block;
}

.add_client_btn.default_btn a {
    background: #cf8b2a;
    color: #ffffff;
    margin-left: 5px;
}

    .add_client_btn.default_btn a:hover, .add_client_btn.default_btn a:focus {
        background: #b57a25 !important;
        color: #fff;
    }

/*Client Page END*/
/*footer Customized CSS*/

.cus_footer .add_client_btn.default_btn {
    display: inline-block;
    width: auto;
    float: right;
    padding: 0 0px 0 15px;
}

.btn-theme {
    background: #00687f;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 20px;
    transition: ease-out 0.3s;
}

.cus_footer input.btn.btn-theme {
    min-width: 160px;
    height: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    line-height: 40px;
    border: none;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

    .cus_footer input.btn.btn-theme:hover, .cus_footer input.btn.btn-theme:focus {
        background: #005467;
        color: #fff;
    }

.cus_footer .add_client_btn.default_btn a {
    font-size: 20px !important;
    min-width: 160px;
    display: inline-block;
    height: 40px;
    text-align: center;
    padding: 5px 0 0 0;
}

.btn-theme:hover {
    /*box-shadow: 1px 2px 5px 0 #00687f;
    transition: ease-in 0.3s;
    color: #fff;*/
}

.form-group.cus_btn_formgrp.cus_footer {
    margin: 20px 0 15px 0;
    padding: 20px 0;
}

.cus_rcss .transmittal_right_section .main_form input.text-box {
    height: 50px;
}

/*footer Customized CSS*/

#settings .ann_page table.add_cc.dataTable tbody td:first-child,
#settings .ann_page table.add_cc.dataTable thead th {
    /*width: 100% !important;*/
}

.table_responsive.ann_page {
    padding: 25px 0;
}

#settings .ann_page table.add_cc.dataTable thead th a {
    color: #fff;
}

/*Info Alert*/
.alert-info {
    background: rgba(52,152,219,0.88) !important;
    top: 130px;
}

#newannouncement span.fa {
    padding: 0 10px 0 0;
}

#newannouncement .alert {
    color: #fff !important;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 !important;
    min-height: 46px;
}

#newannouncement .btn.btn-info {
    padding: 0;
    width: auto;
    height: auto;
    display: none;
}

.btn-info, .btn-danger {
    transition: ease-out 0.2s;
    padding: 5px 12px;
    background: #f7f7f7;
    border: 0;
    margin: 0 5px 0 0;
    border-radius: 5px;
}

    .btn-info span.fa {
        padding: 0 5px 0 0;
    }

#newannouncement .alert li p {
    padding: 12px 0 0 0;
    display: inline-block;
    max-width: 80%;
    font-size: 16px;
}

span.info-btn {
    padding: 10px 0 0 0;
}

.btn-info {
    color: #2980b9;
}

    .btn-info:hover, .btn-danger:hover {
        box-shadow: 0 2px 15px rgba(0,0,0,0.30);
        transition: ease-in 0.3s;
        color: #545454;
        cursor: pointer;
    }

#newannouncement a {
    color: #fff;
    text-decoration: none;
}

.btn-danger {
    color: #e74c3c;
}

#newannouncement a.btn-danger {
    color: #e74c3c;
}
/*Info Alert END*/
/*datatable CSS*/
#settings .add_client table.add_cc.dataTable thead th {
    text-align: center;
}

    #settings .add_client table.add_cc.dataTable tbody td,
    #settings .add_client table.add_cc.dataTable thead th:first-child {
        text-align: left;
    }

table.dataTable {
    display: table;
}

#settings .add_client table.add_cc.dataTable tbody td .icheckbox_square-blue {
    display: inline-block;
}

/*datatable CSS*/

/*Announcement alert Customized*/
#newannouncement a.btn-info {
    color: #2980b9;
    font-size: 12px;
    font-weight: 600;
}

    #newannouncement a.btn-info:hover {
        color: #005467;
    }

/*Announcement alert Customized END*/
/*ANNOUNCEMENTS list page - 01Aug16*/

#settings .ann_list.ann_page table.add_cc.dataTable tbody td:first-child,
#settings .ann_list.ann_page table.add_cc.dataTable thead th {
    width: 132px !important;
}

/*ANNOUNCEMENTS list page END*/

/*section Page - Customized design for the datatable*/
.container.section_page .main_form {
    width: 100%;
}

.section_page.container {
    padding: 0;
}

.container.section_page thead {
    display: none;
}

.container.section_page table.dataTable.no-footer {
    border-top: 1px solid #f3f3f3;
    border-bottom-color: #f3f3f3;
}

.container.section_page .commonTable > tbody > tr:nth-child(odd) > td {
    background: #fff;
    border: 0;
}

.container.section_page td.dataTables_empty {
    height: 50px;
    position: relative;
    padding: 25px 0 0 0;
}

.container.section_page table.dataTable tbody tr:hover {
    background: #fff;
}

.container.section_page .dataTables_wrapper .dataTables_length,
.container.section_page .dataTables_wrapper .dataTables_filter,
.container.section_page .dataTables_wrapper .dataTables_info,
.container.section_page .dataTables_wrapper .dataTables_processing,
.container.section_page .dataTables_wrapper .dataTables_paginate {
    color: #656565;
    font-size: 18px;
}

    .container.section_page .dataTables_wrapper .dataTables_filter input {
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 0;
        border: 2px solid #00687f;
        padding: 3px;
        margin: 0 0 10px 10px;
    }

.container.section_page .akordeon-heading {
    padding: 10px 70px 10px 20px;
    width: 100%;
    min-height: 30px;
}

.container.section_page .akordeon-item-content {
    padding: 5px 20px;
}

.container.section_page .transmittal_right_section .akordeon-item-content .add_client_btn {
    margin: 0 0 10px 0;
    /*padding: 5px 0;*/
}

.container.section_page .akordeon-heading a {
    float: right;
    margin-right: 0px;
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 0;
    transition: ease-out 0.2s;
}

    .container.section_page .akordeon-heading a:hover {
        background: #dadada;
        transition: ease-in 0.3s;
    }

.container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #00687f;
    border-radius: 22px;
    color: #fff !important;
    padding: 2px;
}

.container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 14px;
    color: #b5c7cc !important;
    cursor: not-allowed;
}

.container.section_page .dataTables_length select {
    padding: 2px 5px;
    border-radius: 5px;
    border: 2px solid #00687f;
}

.container.section_page .commonTable > tbody > tr > td {
    border: 0;
}

.upload_check {
    margin-left: 10px;
}

/*section Page - Customized design for the datatable END*/

#settings .add_rss table.dataTable tbody th,
#settings .add_rss table.dataTable tbody td:first-child {
    text-align: left;
    display: table-cell;
    width: 150px;
}

#settings .add_client.add_rss table.dataTable tbody td:first-child,
#settings .add_client.add_rss table.dataTable thead th {
    width: 200px !important;
}

.get_table .sec_td {
    width: 550px !important;
    word-break: break-all;
    overflow-wrap: break-word;
    height: 100%;
}

.table_responsive.add_client.add_rss {
    margin-top: 25px;
    margin-bottom: 25px;
}

/*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        width: 800px;
        margin: 0 auto;
    }*/

/*message_center page menuitem issues*/
h4#modal_title {
    padding: 5px 15px;
    color: #00687f;
    text-transform: capitalize;
    border-bottom: 1px solid #00687f;
}

.message_center_container .r-tabs-accordion-title.r-tabs-state-default,
.message_center_container .r-tabs-accordion-title.r-tabs-state-active,
.message_center_container .r-tabs-accordion-title,
.resou_page .r-tabs-accordion-title.r-tabs-state-default,
.resou_page .r-tabs-accordion-title.r-tabs-state-active {
    display: none;
}


/*Resource Page*/

.resou_page table.dataTable.no-footer {
    border-top: 1px solid #f3f3f3;
    border-bottom-color: #f3f3f3;
    padding: 15px 0 10px 0;
}

.resou_page .commonTable > tbody > tr:nth-child(odd) > td {
    background: #fff;
    border: 0;
}

.resou_page td.dataTables_empty {
    height: 50px;
    position: relative;
    top: 15px;
}

.resou_page table.dataTable tbody tr:hover {
    background: #fff;
}

.resou_page .dataTables_wrapper .dataTables_length,
.resou_page .dataTables_wrapper .dataTables_filter,
.resou_page .dataTables_wrapper .dataTables_info,
.resou_page .dataTables_wrapper .dataTables_processing,
.resou_page .dataTables_wrapper .dataTables_paginate {
    color: #656565;
    font-size: 18px;
}

    .resou_page .dataTables_wrapper .dataTables_filter input {
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 0 0;
        border: 2px solid #00687f;
        padding: 3px;
        margin: 0 0 10px 10px;
    }

.resou_page .akordeon-item-content {
    padding: 10px 20px 10px 20px;
}

.resou_page .transmittal_right_section .akordeon-item-content .add_client_btn {
    margin: 0 0 10px 0;
    padding: 5px 0;
}


.resou_page .akordeon-heading {
    width: 100%;
}

    .resou_page .akordeon-heading a {
        float: right;
        margin-right: 60px;
        font-size: 14px;
    }

.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #00687f;
    border-radius: 25px;
    color: #fff !important;
    padding: 2px 12px;
}

.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 14px;
    color: #b5c7cc !important;
    cursor: not-allowed;
}

.resou_page .dataTables_length select {
    padding: 2px 5px;
    border-radius: 15px;
    border: 2px solid #00687f;
}

.resou_page table.dataTable tbody th, table.dataTable tbody td {
    border: 0;
}

.resou_page th.sorting_asc {
    display: none;
}





.resou_page span.fa {
    padding-right: 6px;
    color: #00687f;
}

.help_halth_insurance_header.pattern_bg.resou_page {
    padding: 0;
}

    .help_halth_insurance_header.pattern_bg.resou_page h1 {
        padding: 10px 0;
    }

.resou_page .scroll_pager_container {
    background: #fff;
    padding: 0 0 0 8% !important;
}

.resou_page .scroll_pager ul li a {
    border: none;
}

.res_files {
    display: inline-block;
}

.res_logo {
    display: inline-block;
    float: right;
}

.res_files a {
    padding-right: 16px;
    font-size: 14px;
}

    .res_files a span.fa {
        padding-right: 5px;
    }


    .res_files a:hover {
        color: #013844;
    }

.logo_cont {
    float: left;
    font-size: 14px;
    color: #737373;
}

    .logo_cont:first-child {
        padding-right: 20px;
    }

div#lnkResources {
    display: inline-block;
    background: #f3f3f3;
    width: 100%;
    padding: 10px 0;
    margin-top: inherit;
}

td span.fa {
    padding-right: 5px;
}


td:hover span.fa {
    color: #013844;
}

.help_accordian_container .helpnavbar {
    display: none;
}
/*Resource Page END*/
tr.doc_Upload td {
    padding: 18px 15px !important;
    font-size: 18px;
}

tr.doc_Upload1 td {
    padding: 1px 15px !important;
    font-size: 18px;
}

tr.doc_Upload td:hover {
    background-color: #fff !important;
}

tr.doc_Upload td:hover {
    background-color: #dedede !important;
    transition: ease-in 0.3s;
}


/*main CSS*/

@charset "utf-8";
/* CSS Document */
/* Page Css*/
*:focus {
    outline: 0 !important;
}

.ma10 {
    margin: 10px;
}

.ml20 {
    margin-left: 20px;
    padding-left: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.red {
    color: red !important;
}

.topbar {
    height: inherit;
    float: left;
    width: 100%;
    background: #00687f;
}

.maron {
    color: #8a0605 !important;
}

.top_navbar {
    float: right;
}

.top_navbar_username {
    float: left;
}

    .top_navbar_username li {
        font-size: 13px;
        color: #fff;
        float: left;
        list-style: none;
        padding: 0 10px;
        line-height: 40px;
        display: inline-block;
        /*width: 300px;*/
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
    }

        .top_navbar_username li a {
            color: #fff;
            text-decoration: none;
        }

        .top_navbar_username li:last-child {
            padding-right: 0;
        }


.top_navbar li {
    font-size: 13px;
    color: #fff;
    float: left;
    list-style: none;
    padding: 0 6px; /*Please dont change this - Pad!*/
    line-height: 40px;
    position: relative;
}

    .top_navbar li a {
        color: #fff;
        text-decoration: none;
    }

    .top_navbar li:last-child {
        padding-right: 0;
    }

.top_nav_search_btn a {
    float: left;
    margin-top: 3px;
}

.header_bar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    float: left;
    height: 92px;
    width: 100%;
    background: #fff;
}

.logo {
    float: left;
}

.primary_nav1 {
    float: left;
    margin-top: 25px;
}

    .primary_nav1 ul {
        padding: 0;
        float: left;
    }

        .primary_nav1 ul li {
            float: left;
            list-style: none;
            line-height: 14px;
            margin: 0 5px;
            position: relative;
            min-height: 30px;
        }

            .primary_nav1 ul li a {
                text-transform: uppercase;
                font-size: 14px;
                color: #1a1a1a;
                text-decoration: none;
                line-height: 14px;
            }

                .primary_nav1 ul li a:hover {
                    color: #00697f;
                }

                .primary_nav1 ul li a span.caret {
                    margin-left: 5px;
                    margin-top: 6px;
                    background: url(../images/icons/caret_down.png);
                    width: 7px;
                    height: 5px;
                    float: right;
                }

@media (min-width: 769px) {
    .primary_nav1 ul li:hover .submenu {
        display: block;
    }
}

.submenu {
    width: 200px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 29px;
    border: 1px solid #00687f;
    display: none;
}

.submenu_caret {
    background: url(../images/icons/submenu_up.png);
    width: 14px;
    height: 9px;
    float: left;
    position: absolute;
    top: -9px;
    left: 20px;
}

.submenu li {
    float: left;
    width: 100%;
    margin: 0 !important;
    height: auto !important;
}

    .submenu li a {
        width: 100%;
        float: left;
        padding: 15px 10px;
        border-bottom: 1px solid #d8d8d8;
    }

        .submenu li a:hover {
            background: #00687f;
            color: #fff !important;
        }

    .submenu li:last-child a {
        border-bottom: none;
    }

.mobile_menu {
    width: 40px;
    height: 35px;
    float: right;
    padding: 10px;
    background: #00687f;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

    .mobile_menu .bar_icon {
        background: #fff;
        width: 100%;
        height: 2px;
        border-radius: 4px;
        margin-bottom: 5px;
        float: left;
    }

.user_account_container {
    width: 222px;
    float: left;
    border-left: 1px solid #e2e2e1;
    border-right: 1px solid #e2e2e1;
    height: 92px;
    position: relative;
    text-align: center;
}

    .user_account_container a {
        font-weight: 600;
        color: #00687f;
        font-size: 18px;
        text-decoration: none;
        padding-left: 25px;
        margin-top: 32px;
        line-height: 24px;
        position: relative;
        display: inline-block;
    }

    .user_account_container.login_link a {
        margin-left: 30px;
    }

    .user_account_container a .user_icon {
        float: left;
        background: url(../images/icons/user.png);
        width: 14px;
        height: 14px;
        margin-left: -25px;
        margin-top: 6px;
    }


/*.banner {
    position: relative;
    width: 100%;
    float: left;
    height: 378px;
    background: url(../images/banners/Banner.jpg) no-repeat right center;
}*/

.bannerv2 {
    width: 100%;
    float: left;
    height: 378px;
    background: url(../images/background_pattern.jpg) repeat right center;
}

.white_bg {
    background-color: #fff;
    background-image: none;
}
/*.hero_header_container .divider {
        border-bottom: 1px solid #fff;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }

    .hero_header_container .hero_header_sub_title {
        font-size: 24px;
        color: #fff;
        width: 100%;
        float: left;
        font-weight: 300;
    }*/

.menu_container {
    float: right;
}

.my_benefits_container {
    width: 100%;
    float: left;
    background: #005467;
    height: 463px;
}

    .my_benefits_container h1 {
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 28px;
        color: #fff;
        text-align: center;
        margin-top: 50px;
        line-height: 60px;
        margin-bottom: 72px;
    }

.category_list {
    width: 100%;
    float: left;
    padding: 0;
    display: flex;
}

    .category_list li {
        width: 100%;
        box-sizing: border-box;
        height: 205px;
        border-right: 1px solid #66a4b2;
        list-style: none;
        transition: 0.5s;
        padding: auto;
    }

        .category_list li:last-child {
            border-right: none;
        }

        .category_list li span.icon_place {
            width: 100%;
            height: 54px;
            float: left;
        }

.health_icon {
    background: url(../images/icons/helth.png) no-repeat top center;
    height: 35px;
    float: left;
    width: 100%;
    margin-top: 18px;
    transition: 0.5s;
}

.bridgefrontlogo_icon {
    background: url(../images/icons/bridgefrontlogoblue.jpg) no-repeat top center;
    height: 36px;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    margin-top: 14px;
    transition: 0.5s;
}

/*.category_list li:hover .bridgefrontlogo_icon {
    background: url(../images/icons/bridgefrontlogo.jpg) no-repeat top center;
    background-size: 100% 100%;
    height: 36px;
    float: left;
    width: 100%;
    margin-top: 14px;
    transition: 0.5s;
}*/

.dental_icon {
    background: url(../images/icons/dental.png) no-repeat top center;
    height: 36px;
    float: left;
    width: 100%;
    margin-top: 14px;
    transition: 0.5s;
}

.vision_icon {
    background: url(../images/icons/vision.png) no-repeat top center;
    height: 20px;
    float: left;
    width: 100%;
    margin-top: 25px;
    transition: 0.5s;
}

.life_icon {
    background: url(../images/icons/life.png) no-repeat top center;
    height: 46px;
    float: left;
    width: 100%;
    margin-top: 5px;
    transition: 0.5s;
}

.short_term_disability_icon {
    background: url(../images/icons/short_term_disability.png) no-repeat top center;
    height: 38px;
    float: left;
    width: 100%;
    margin-top: 14px;
    transition: 0.5s;
}

.long_term_disability_icon {
    background: url(../images/icons/long_term_disability.png) no-repeat top center;
    height: 42px;
    float: left;
    width: 100%;
    margin-top: 12px;
    transition: 0.5s;
}

.category_list li h5 {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    line-height: 23px;
    float: left;
    width: 100%;
    transition: 0.5s;
}

.category_list li p {
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin-top: 7px;
    float: left;
    width: 100%;
    transition: 0.5s;
    line-height: 20px;
    padding: 0 5px;
}

.category_list li:hover {
    background: #fff;
    transition: 0.5s;
}

    .category_list li:hover h5, .category_list li:hover p {
        color: #00687f;
        transition: 0.5s;
    }

    .category_list li:hover .health_icon {
        background-position: center -35px;
        transition: 0.5s;
    }

    .category_list li:hover .dental_icon {
        background-position: center -36px;
        transition: 0.5s;
    }

    .category_list li:hover .vision_icon {
        background-position: center -19px;
        transition: 0.5s;
    }

    .category_list li:hover .life_icon {
        background-position: center -46px;
        transition: 0.5s;
    }

    .category_list li:hover .short_term_disability_icon {
        background-position: center -38px;
        transition: 0.5s;
    }

    .category_list li:hover .long_term_disability_icon {
        background-position: center -42px;
        transition: 0.5s;
    }

.benefit_options_container {
    width: 100%;
    float: left;
    height: 434px;
}

/*.BridgeF {
    background: none repeat scroll 0 0 #005467;
    border: 0px solid #d6d6d6;
    box-sizing: border-box;
    float: left;
    height: 205px;
    width: 188px;
    border-right: 1px solid #fff;
    height: 100%;
}

   .BridgeF .icon_container {
        float: left;
        height: 122px;
        width: 100%;
    }*/

.make_change_icon {
    background: url(../images/icons/make_change.png) no-repeat top center;
    width: 100%;
    height: 59px;
    float: left;
    margin-top: 61px;
}

.change_beneficiaries_icon {
    background: url(../images/icons/change_beneficiaries.png) no-repeat top center;
    height: 76px;
    width: 100%;
    float: left;
    margin-top: 46px;
}

.add_or_remove_dependents_icon {
    background: url(../images/icons/add_or_remove_dependents.png) no-repeat top center;
    height: 76px;
    width: 100%;
    float: left;
    margin-top: 46px;
}

.update_my_account_info_icon {
    background: url(../images/icons/update_my_account_info.png) no-repeat top center;
    height: 75px;
    width: 100%;
    float: left;
    margin-top: 47px;
}

.card_option_title {
    float: left;
    margin-top: 5px;
    width: 100%;
}

    .card_option_title h4 {
        color: #00687f;
        font-size: 21px;
        font-weight: 300;
        line-height: 23px;
        text-align: center;
    }

.benefit_option:hover .card_option_title h4 a {
    color: #FFF;
    font-size: 21px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
}


.benefit_option:hover {
    background: #791730;
    transition: 0.5s;
}

    .benefit_option:hover .card_option_title h4 {
        color: #fff;
    }

    .benefit_option:hover .make_change_icon {
        background-position: center -59px;
    }

    .benefit_option:hover .change_beneficiaries_icon {
        background-position: center -76px;
    }

    .benefit_option:hover .add_or_remove_dependents_icon {
        background-position: center -76px;
    }

    .benefit_option:hover .update_my_account_info_icon {
        background-position: center -75px;
    }

.benefit_option_hover {
    width: 220px;
    height: 260px;
    float: left;
    background-image: url(../images/icons/make_changes.jpg);
    background-repeat: no-repeat;
}

.add_or_remove_dependents {
    width: 227px;
    height: 267px;
    float: left;
    background-image: url(../images/icons/AddRemoveDependent.png);
    background-repeat: no-repeat;
    margin-top: -5px;
}

    .add_or_remove_dependents:hover {
        width: 227px;
        height: 267px;
        float: left;
        background-image: url(../images/icons/AddRemoveDependent_hover.png);
        background-repeat: no-repeat;
    }

.benefit_option_hover:hover {
    width: 220px;
    height: 260px;
    float: left;
    background-image: url(../images/icons/make_changes_hover.jpg);
    background-repeat: no-repeat;
}


.user_login_reg_container {
    width: 100%;
    float: left;
    /*padding:87px 0;*/
    padding: 40px 0;
}

    .user_login_reg_container .right_border {
        border-right: 1px solid #d8d8d8;
    }

.login_container {
    width: 100%;
    float: left;
    padding: 20px 0;
    padding-right: 10px;
}

.form_group {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.form-group label {
    position: relative;
}


.login_container label {
    margin-bottom: 15px;
    width: 100%;
    float: left;
}

.login_container h1.alternative, .register_container h1.alternative {
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 28px;
}

.create_user {
    background: none repeat scroll 0 0 #fdf9f4;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    float: left;
    padding: 20px 15px;
    width: 100%;
}

.sub_navbar {
    float: left;
    height: 60px;
    width: 100%;
}

    .sub_navbar ul {
        float: left;
        margin: 0;
        padding: 0;
    }

        .sub_navbar ul li {
            color: #00687f;
            float: left;
            font-size: 14px;
            font-weight: 300;
            line-height: 60px;
            list-style: outside none none;
            margin-right: 10px;
        }

            .sub_navbar ul li a {
                color: #00687f;
                font-weight: 600;
                text-decoration: none;
            }
/*.login_container .btn_small{
		height:40px;
		line-height:40px;
		}*/
.fgt_pwd {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 14px;
}

.register_container {
    width: 100%;
    float: left;
    padding: 20px 0;
    padding-left: 10px;
}

.reg_text {
    float: left;
    width: 100%;
    color: #000;
    float: right;
    line-height: 24px;
    font-size: 14px;
}

.log_text {
    float: left;
    width: 100%;
    color: #000;
    float: right;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
}

a.log_text, span.log_text {
    text-decoration: underline;
    color: #00687f;
}

.fontWeight600 {
    font-weight: 600 !important;
}

.still_need_header {
    font-size: 18px;
    color: #00687f;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.round_list {
    width: 100%;
    float: left;
}

    .round_list li {
        float: left;
        width: 100%;
        list-style: none;
        font-size: 14px;
        color: #000;
        line-height: 30px;
        padding-left: 20px;
    }

        .round_list li .list_icon {
            height: 10px;
            width: 10px;
            float: left;
            background: #00687f;
            border-radius: 100%;
            margin-left: -20px;
            margin-top: 10px;
        }

    .round_list.normal li {
        font-size: 18px;
        color: #999;
    }

.border_top_none {
    border-top: none;
}

.user_reg_container {
    width: 100%;
    float: left;
    padding: 5px 0;
}

    .user_reg_container .user_login_reg_container {
        padding: 0px 0px;
    }

    .user_reg_container .login_container, .user_reg_container .register_container {
        padding-top: 0;
    }

.page-header {
    width: 100%;
    float: left;
}

    .page-header h1 {
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }

.register_header_text {
    color: #737373;
    float: left;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 20px;
}

.information_documents {
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.indicated_required_fields {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

    .indicated_required_fields span {
        color: #737373;
        font-size: 18px;
        font-style: italic;
    }

.security_4digit_field {
    width: 80px !important;
}

.captcha_header {
    color: #7c2230;
    font-size: 18px;
    font-weight: 300;
}

.captcha_container {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.buttons_footer {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    float: left;
    margin-bottom: 15px;
    margin-top: 40px;
    width: 100%;
}

.buttons_footer_workflow {
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    float: left;
    height: 145px;
    margin-bottom: 15px;
    margin-top: -77px;
    width: 100%;
}

.btns_container {
    float: right;
    margin: 20px 0;
}

.btns_container_workflow {
    float: left;
    margin-left: 450px;
    margin-top: 40px;
}

.pwd_info_field {
    float: left;
    position: relative;
    width: 100%;
}

.pwd_info_container {
    background: none repeat scroll 0 0 #fdf9f4;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    float: left;
    height: auto;
    padding: 20px;
    position: absolute;
    right: -340px;
    top: -50px;
    width: 320px;
}

    .pwd_info_container .direction {
        background: url("../images/icons/field_direction.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        float: left;
        height: 20px;
        left: -18px;
        position: absolute;
        top: 60px;
        width: 19px;
    }

.pwd_header {
    color: #7c2230;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.user_profile_container {
    width: 100%;
    float: left;
}

    .user_profile_container .page-header h1 {
        margin: 15px 0;
    }

.user_profile_form .form_group {
    margin-bottom: 10px;
}

.user_profile_form .form_label {
    margin: 15px 0;
    width: 100%;
    float: left;
}

.large_field_container {
    float: left;
    width: 558px;
    padding-right: 20px;
}

.extra_medium_field_container {
    float: left;
    width: 530px;
    padding-right: 20px;
    padding-top: 20px;
}

.medium_field_container {
    float: left;
    width: 377px;
    padding-right: 20px;
}

.small_field_container {
    float: left;
    width: 186px;
    padding-right: 20px;
}

/*.middleName_field_container {
    float: left;
    width: 116px;
    padding-right: 20px;
}*/

.editable_label_container {
    width: 100%;
    float: left;
}

    .editable_label_container .editable_label {
        float: left;
        color: #474747;
        cursor: pointer;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
    }

    .editable_label_container .form_control {
        text-transform: inherit;
    }

    .editable_label_container .editable_label:hover:before {
        position: absolute;
        content: '';
        background: url(../images/icons/edit_icon.png);
        width: 13px;
        height: 13px;
        float: left;
        right: -18px;
        top: 6px;
    }

.dependents_list {
    float: left;
    width: 100%;
}

    .dependents_list ul li {
        font-size: 16px;
    }

.dependents_table_container {
    width: 100%;
    float: left;
}

.dependents_table {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.gray_table {
    width: 100%;
    float: left;
}

    .gray_table tr th {
        height: 40px;
        background: #999999;
        font-weight: 600;
        color: #fff;
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
        border-left: 1px solid #d8d8d8;
        text-transform: uppercase;
    }

        .gray_table tr th:first-child {
            border-left: none;
        }

    .gray_table tr td {
        border-bottom: 1px solid #d8d8d8;
        color: #000;
        font-size: 16px;
        font-weight: 300;
        padding: 10px;
        word-break: keep-all;
    }

.note_txt {
    color: #00687f;
    font-style: italic;
}

.select_package_container {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.select_package {
    width: 231px;
    min-height: 100px;
    float: left;
}

    .select_package.left_boder {
        border-left: 1px solid #d8d8d8;
    }

    .select_package table {
        width: 100%;
        float: left;
    }

        .select_package table tr th {
            background: #999;
            height: 40px;
            text-align: center;
            color: #fff;
            font-size: 13px;
            border-right: 1px solid #fff;
            vertical-align: middle;
            font-weight: 300;
            text-transform: uppercase;
        }

        .select_package table tr td {
            border-bottom: 1px solid #d8d8d8;
            border-right: 1px solid #d8d8d8;
            height: 120px;
            width: 231px;
            vertical-align: middle;
            text-align: center;
        }

            .select_package table tr td span.package_logo {
                width: 100%;
                text-align: center;
                float: left;
            }

            .select_package table tr td span.package_name {
                font-size: 16px;
                color: #737373;
                width: 100%;
                float: left;
            }

            .select_package table tr td .select_pkg_btn {
                width: 200px;
            }

.last_tbl tr th {
    border-right: 1px solid #d8d8d8 !important;
}

.all_plans_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.avalible_plans_header {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-left: 20px;
    margin-bottom: 10px;
}

.all_planes_sub_txt {
    color: #737373;
    margin-top: -5px;
    width: 100%;
    float: left;
}

.all_plans_tabs_container {
    width: 715px;
    float: left;
    margin-top: 10px;
    margin-bottom: 150px;
}

.all_plans_list {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .all_plans_list li {
        list-style: none;
        float: left;
    }

        .all_plans_list li a {
            width: 238px;
            height: 164px;
            float: left;
            border-right: 1px solid #d8d8d8;
            /*border-top:1px solid #d8d8d8;*/
            position: relative;
            line-height: 28px;
            text-align: center;
            padding-top: 65px;
        }

        .all_plans_list li:nth-child(3n+3) a {
            border-right: none;
        }

        .all_plans_list li:nth-child(1) a, .all_plans_list li:nth-child(2) a, .all_plans_list li:nth-child(3) a {
            border-top: 1px solid #d8d8d8;
        }

        .all_plans_list li:only-of-type a {
            border-left: 1px solid #d8d8d8;
        }

        .all_plans_list li:nth-child(n-1) a {
            border-bottom: 1px solid #d8d8d8;
        }

        .all_plans_list li a:before {
            content: '';
            position: absolute;
            height: 34px;
            /*border-right:1px solid #d8d8d8;*/
            right: -1px;
            top: 100%;
        }

        .all_plans_list li:nth-child(3) a:before {
            border-right: none;
        }

        .all_plans_list li:nth-child(6) a:before {
            border-right: none;
        }

.all_plans_tabs_container .r-tabs .r-tabs-panel {
    padding: 0;
}

.all_plans_container .no_padding {
    padding: 0 !important;
}
/*	Eshwar css starts here*/

.body_part {
    height: auto;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.page_header_txt h1 {
    font-size: 30px;
    text-align: left;
    font-weight: 300;
    float: left;
    text-transform: none;
    width: 100%;
}

    .page_header_txt h1 span {
        font-size: 18px;
        color: #737373;
    }

.selected_plan_table {
    width: 100%;
    height: 190px;
    background-color: #e8e8e8;
    float: left;
    border-bottom: #d8d8d8 solid 1px;
    margin-bottom: 30px;
}

.selected_plan_table_left {
    width: 530px;
    height: auto;
    float: left;
}

.selected_plan_table_right {
    width: 170px;
    height: auto;
    float: right;
}

.selected_plan_table_left_top {
    width: auto;
    height: 40px;
    border-bottom: #d8d8d8 solid 1px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    line-height: 40px;
    float: left;
}

.selected_plan_table_left_top_header1 {
    width: 255px;
    height: 40px;
    border-right: #d8d8d8 solid 1px;
    float: left;
    padding-left: 10px;
}

.selected_plan_table_left_top_header2 {
    width: 155px;
    height: 40px;
    border-right: #d8d8d8 solid 1px;
    float: left;
    padding-left: 10px;
}

.selected_plan_table_left_top_header3 {
    width: 120px;
    height: 40px;
    border-right: #d8d8d8 solid 1px;
    float: left;
    padding-left: 10px;
}

.selected_plan_table_right_top_header {
    width: 170px;
    height: 40px;
    float: left;
    border-bottom: #d8d8d8 solid 1px;
    color: #999;
    text-transform: uppercase;
    line-height: 40px;
    float: left;
    font-size: 14px;
    padding-left: 10px;
}

.selected_plan_table_left_body {
    width: auto;
    height: 150px;
    float: left;
}

.selected_plan_table_left_body1 {
    width: 255px;
    height: auto;
    float: left;
}

    .selected_plan_table_left_body1 img {
        margin-left: 15px;
        margin-top: 40px;
        float: left;
    }

    .selected_plan_table_left_body1 span {
        font-size: 15px;
        color: #474747;
        float: left;
        font-style: italic;
        margin-left: 15px;
    }

.selected_plan_table_left_body2 {
    width: 155px;
    height: auto;
    float: left;
}

    .selected_plan_table_left_body2 span {
        font-size: 15px;
        color: #474747;
        float: left;
        font-style: italic;
        margin-left: 14px;
        line-height: 120px;
    }

.selected_plan_table_left_body3 {
    width: 120px;
    height: auto;
    float: left;
}

    .selected_plan_table_left_body3 span {
        font-size: 15px;
        color: #474747;
        float: left;
        font-style: italic;
        margin-left: 14px;
        line-height: 120px;
    }

.selected_plan_table_right_top_body {
    width: 170px;
    height: 150px;
    float: left;
    border-left: #d8d8d8 dashed thin;
    text-align: center;
}

    .selected_plan_table_right_top_body p.table_price {
        font-size: 34px;
        color: #7c2230;
        font-weight: 700;
        margin-top: 40px;
    }

    .selected_plan_table_right_top_body span {
        font-size: 14px;
        color: #7c2230;
        font-weight: 300;
        margin-top: 10px;
    }

.right_side_page {
    width: 100%;
    height: auto;
    float: left;
}

    .right_side_page p {
        font-size: 18px;
        color: #737373;
        text-align: left;
        float: left;
        width: 100%;
    }

.table_employee_info {
    font-size: 16px;
    color: #000;
    text-align: left;
    float: left;
    width: 100%;
}

    .table_employee_info span {
        font-weight: 700;
    }

.employee_relation {
    width: 100%;
    height: auto;
    float: left;
}

.right_side_table {
    width: 100%;
    height: auto;
    float: left;
}

.right_side_table_header {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.right_side_table_header1 {
    width: 255px;
    height: 40px;
    float: left;
    background-color: #999;
    border-right: #fff solid 1px;
}

.right_side_table_header2 {
    width: 155px;
    height: 40px;
    float: left;
    background-color: #999;
    border-right: #fff solid 1px;
}

.right_side_table_header3 {
    width: 120px;
    height: 40px;
    float: left;
    background-color: #999;
    border-right: #fff solid 1px;
}

.right_side_table_header4 {
    width: 170px;
    height: 40px;
    float: left;
    background-color: #999;
}

.user_acc_menu {
    display: none;
}

.message_center_container {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.message_box {
    width: 100%;
    float: left;
}

.new_support_btn {
    width: 238px;
    height: 46px;
    line-height: 46px;
    float: right;
    font-size: 18px;
}

.message_center_btns {
    width: 100%;
    float: left;
}

.message_box_header {
    width: 100%;
    float: left;
    height: 40px;
    background: #999;
}

    .message_box_header .msg_from, .message_box_header .msg_subject, .message_box_header .msg_type, .message_box_header .msg_date {
        width: 270px;
        float: left;
        line-height: 40px;
        color: #fff;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        border-right: 1px solid #d8d8d8;
        font-weight: 600;
    }

    .message_box_header .msg_from {
        width: 150px;
    }

    .message_box_header .msg_subject {
        width: 450px;
    }

    .message_box_header .msg_type, .message_box_header .msg_date {
        width: 170px;
    }

    /*.message_box_header .msg_date {
        border-right: none;
    }*/

    .message_box_header .icheckbox_square-blue, .message_box_body .icheckbox_square-blue {
        background: url("../images/icons/checkbox_btn.png") no-repeat #fff;
        margin-right: 5px;
        margin-top: -3px;
        border-radius: 3px;
    }

.message_center_btns .msg_del_btn {
    margin-top: 10px;
}

.message_center_btns {
    margin-bottom: 15px;
}

.message_box_body {
    width: 100%;
    float: left;
}

    .message_box_body .msg_from, .message_box_body .msg_subject, .message_box_body .msg_type, .message_box_body .msg_date {
        width: 270px;
        float: left;
        line-height: 18px;
        color: #878787;
        padding-left: 10px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
        background: #fff;
    }

    .message_box_body .msg_from {
        width: 150px;
    }

    .message_box_body .msg_subject {
        width: 450px;
    }

    .message_box_body .msg_type, .message_box_body .msg_date {
        width: 155px;
    }

    .message_box_body > .unread > .msg_from, .message_box_body > .unread > .msg_subject, .message_box_body > .unread > .msg_date {
        font-weight: 600;
        color: #000;
    }

    .message_box_body .msg_type {
        color: #7c2230;
        font-size: 14px;
        font-weight: 600;
    }

    .message_box_body .msg_date {
        font-weight: 300;
        font-size: 14px;
    }


.message_container {
    border-bottom: 1px solid #d8d8d8;
    /*float: left;*/
    background: #fff;
    /*background: #7c2230;*/
    width: 100%;
    padding: 8px 0;
}

/*div#msgs .pagination li.active a {
    background: #00687f;
}

div#msgs .pagination li a {
    background: #d8d8d8;
}*/


.repaly_btn_container {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.repaly_btn {
    width: 170px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.send_btn {
    width: 170px;
    height: 46px;
    line-height: 46px;
    font-weight: 600;
    font-size: 18px;
}

.repaly_icon {
    width: 22px;
    height: 17px;
    float: left;
    background: url(../images/icons/repaly_icon.png);
    margin-top: 10px;
    margin-left: 32px;
    margin-top: 15px;
    margin-right: 10px;
}

.message_repay_container {
    width: 100%;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid #d8d8d8;
    padding: 15px;
    background: #fff;
}

.msg_repaly_box {
    width: 100%;
    float: left;
    height: auto;
    border: none;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.cancel_msg_btn {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #00687f;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.hide_lg {
    display: none;
}

#messageId {
    font-size: 12px;
    line-height: 14px;
    display: none !important;
}

.msg_type .btn_small {
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 14px;
    padding: 5px 10px;
    width: auto;
}

.open_enrollment_container {
    width: 100%;
    float: left;
}

    .open_enrollment_container .page-header {
        margin-top: 25px;
    }

        .open_enrollment_container .page-header h1 {
            margin-bottom: 5px;
        }

.page_sub_header, .section_subheader {
    font-size: 18px;
    font-weight: 300;
    color: #737373;
}

.open_enrollment_paln_list {
    width: 100%;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
    display: none;
}

    .open_enrollment_paln_list li {
        font-size: 16px;
        color: #737373;
        float: left;
        width: 100%;
        list-style: none;
        font-weight: 600;
        line-height: 26px;
        position: relative;
        padding-left: 20px;
    }

        .open_enrollment_paln_list li span {
            color: #7c2230;
            font-weight: 700;
        }

        .open_enrollment_paln_list li:before {
            content: "•";
            color: #00687f;
            font-size: 22px;
            margin-top: 5px;
            position: absolute;
            left: 0;
            top: -4px;
        }

.plans_price_cahnge_section {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.section_header {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #00687f;
}

.plans_price_change_table {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .plans_price_change_table tr th {
        width: 263px;
        border-bottom: 1px solid #d8d8d8;
    }

    .plans_price_change_table tr td {
        padding: 0px 10px;
        border: 1px solid #d8d8d8;
        border-right: none;
        vertical-align: bottom;
        border-top: none;
        position: relative;
    }

    .plans_price_change_table tr:first-child td {
        border-top: 1px solid #d8d8d8;
        padding-top: 10px;
    }

    .plans_price_change_table tr:last-child td {
        padding-bottom: 10px;
    }

    .plans_price_change_table tr td.last_year_plan {
        width: 228px;
        background-color: #EDEDED;
        vertical-align: middle;
    }

    .plans_price_change_table tr td.next_year_plan {
        width: 218px;
        background-color: #F2F2F2;
        vertical-align: middle;
    }

    .plans_price_change_table tr td.net_change_paln {
        width: 230px;
        position: relative;
        background-color: #F7F7F7;
        vertical-align: middle;
    }

        .plans_price_change_table tr td.net_change_paln:before {
            position: absolute;
            content: '';
            width: 10px;
            border-bottom: 1px solid #fff;
            bottom: -1px;
            right: 0;
        }

    .plans_price_change_table tr td .last_year {
        width: 100%;
        float: left;
        background: #ededed;
        padding: 10px 15px;
    }

    .plans_price_change_table tr td .last_year {
        width: 100%;
        float: left;
        background: #ededed;
        padding: 10px 15px;
    }

    .plans_price_change_table tr td .next_year {
        width: 100%;
        float: left;
        background: #f2f2f2;
        padding: 10px 15px;
    }

    .plans_price_change_table tr td .net_change {
        width: 100%;
        float: left;
        background: #f7f7f7;
        padding: 10px 15px;
    }

.plans_price_change_header {
}

    .plans_price_change_header h4 {
        font-size: 24px;
        color: #565656;
        font-weight: 600;
    }

    .plans_price_change_header p {
        font-size: 12px;
        color: #737373;
        text-transform: uppercase;
    }

    .plans_price_change_header h5 {
        font-size: 14px;
        text-transform: uppercase;
        color: #7c2230;
        font-weight: 700;
        text-align: left;
        margin-left: 10px;
        margin-bottom: 20px;
    }

.last_year_price, .next_year_price {
    /*height: 185px;*/
    background: #ededed;
    text-align: center;
    font-size: 26px;
    color: #474747;
    display: table-cell;
    vertical-align: middle;
    width: 217px;
}

.next_year_price {
    background: #f2f2f2;
}

.net_change_price {
    /*height: 185px;*/
    background: #f7f7f7;
    text-align: center;
    font-size: 26px;
    color: #ff0000;
    display: table-cell;
    vertical-align: middle;
    width: 210px;
    font-weight: 700;
}

.netChangeGreen {
    color: #34d75f;
}

.netChangeRed {
    color: #ff0000;
}

.netChangeBlack {
    color: #000;
}

.plans_change_header {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: left;
    /*padding-left: 10px;*/
}

.imgContainer {
    font-size: 26px;
    display: table-cell;
    vertical-align: middle;
    width: 217px;
}

.plans_change_header h5 {
    font-weight: 700;
    color: #000;
    text-align: left;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 12px;
}

.plans_change_header p {
    font-size: 15px;
    color: #474747;
    line-height: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.spanText {
    font-size: 13px;
    color: #474747;
    line-height: 15px;
    font-weight: 300;
    margin-top: 15px;
    float: left;
}

.plans_change_header img {
    float: left;
    height: auto;
    margin-bottom: 0px;
}


.plans_price_change_table tr:last-child td .last_year_price, .plans_price_change_table tr:last-child td .next_year_price, .plans_price_change_table tr:last-child td .net_change_price {
    height: 175px;
}

.net_change_price.reduced {
    color: #8bbe01;
}

.plans_no_longer_available_section {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.plans_no_longer_available_table {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .plans_no_longer_available_table tr td {
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
    }

        .plans_no_longer_available_table tr td:first-child {
            width: 263px;
            border: 1px solid #d8d8d8;
            border-left: none;
            height: 176px;
        }

.plans_td_header {
    padding-left: 10px;
}

    .plans_td_header img {
        width: 200px;
    }

    .plans_td_header h5 {
        font-weight: 700;
        color: #000;
        text-align: left;
        font-size: 14px;
        margin-bottom: 0;
    }

    .plans_td_header p {
        font-size: 15px;
        color: #474747;
        line-height: 20px;
        font-weight: 300;
        margin-top: 0;
    }

.discontinued_text, .per_cost_price {
    height: 176px;
    display: table-cell;
    vertical-align: middle;
    font-size: 26px;
    color: #474747;
    font-style: italic;
    padding-left: 32px;
}

.per_cost_price {
    font-style: normal;
}

.new_plan_table {
    width: 100%;
    float: left;
    margin-top: 0;
}

    .new_plan_table tr td {
        /*border-bottom: 1px solid #d8d8d8;*/
        height: 176px;
        width: 263px;
    }

        .new_plan_table tr td:first-child {
            width: 263px;
            /*border-right: 1px solid #d8d8d8;*/
        }

    .new_plan_table tr:first-child td {
        height: auto !important;
    }

.per_cost_text {
    font-size: 12px;
    color: #737373;
    text-transform: uppercase;
    padding: 10px 15px;
}

.open_enrollment_start_section {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .open_enrollment_start_section h4 {
        font-size: 28px;
        color: #00687f;
        float: left;
        width: 100%;
        font-weight: 300;
    }

.open_enrollment_btns_container {
    width: 100%;
    float: left;
    background: #fdf9f4;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    margin-top: 20px;
}

    .open_enrollment_btns_container .btn_container {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #d8d8d8;
        float: left;
    }

.open_enrollment_information {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    color: #222222;
    line-height: 22px;
    font-weight: 300;
    padding-left: 15px;
}

.open_enrollment_btns_container .btn_wrapper {
    width: 100%;
    padding: 0 15px;
    float: left;
}

.help_me_choose_container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.help_me_choose_btn {
    width: 197px;
    height: 50px;
    font-size: 18px;
    line-height: 46px;
}

.list_plans_container {
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.list_palns_header {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #00687f;
    font-weight: 300;
    margin-top: 6px;
}

.beneficiary_current_coverage {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #00687f;
    font-weight: bold;
    margin-top: 6px;
}

.list_palns_header .semi {
    font-weight: 600;
}

.list_palns_header small {
    font-size: 18px;
    color: #737373;
    font-weight: 300;
}

.list_plans_gray_table {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.list_plans_gray_table_header {
    width: 100%;
    float: left;
    background: #f2f2f2;
    height: 40px;
    border-bottom: 1px solid #d8d8d8;
}

    .list_plans_gray_table_header .header_plan, .list_plans_gray_table_header .header_office_visit, .list_plans_gray_table_header .header_deductible, .list_plans_gray_table_header .header_cost {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
        background: #737373;
    }

    .list_plans_gray_table_header .header_office_visit {
        width: 160px;
    }

    .list_plans_gray_table_header .header_deductible {
        width: 120px;
    }

    .list_plans_gray_table_header .header_cost {
        width: 250px;
        border-right: none;
    }

.list_plans_not_type1_gray_table_header {
    width: 100%;
    float: left;
    background: #737373;
    height: 40px;
    display: table-cell;
}

    .list_plans_not_type1_gray_table_header .header_plan, .list_plans_not_type1_gray_table_header .header_cost {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
        background: #737373;
    }


    .list_plans_not_type1_gray_table_header .header_cost {
        border-right: none;
        width: 170px;
    }

.list_plans_gray_table_body {
    width: 100%;
    float: left;
    height: auto;
    background: #f2f2f2;
}

    .list_plans_gray_table_body img {
        float: left;
        height: auto;
        margin-bottom: 10px;
        width: 160px;
        margin-top: 5px;
    }

.tb_body_plan, .tb_body_office_visit, .tb_body_deductible, .tb_body_cost {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    padding-left: 10px;
    width: 250px;
}

    .tb_body_plan p {
        font-size: 13px;
        color: #474747;
        font-style: italic;
        float: left;
        line-height: 16px;
    }

.tb_body_office_visit {
    width: 160px;
    font-size: 15px;
    color: #474747;
    font-style: italic;
}

.tb_body_deductible {
    width: 120px;
    font-size: 15px;
    color: #474747;
    font-style: italic;
}

.tb_body_cost {
    width: 170px;
    border-left: 1px dashed #d8d8d8;
    padding-left: 0;
}

.tb_body_deductible p, .tb_body_office_visit p {
    margin-top: -25px;
    line-height: 20px;
    font-size: 14px;
}


.cost_per_period {
    float: right;
    width: 218px;
    float: left;
    text-align: center;
    color: #7c2230;
    font-size: 34px;
    font-weight: 700;
    line-height: 20px;
}

.cost_per_periodDetails {
    float: right;
    /*width: 218px;
    float: left;*/
    text-align: center;
    color: #7c2230;
    /*font-size: 34px;*/
    font-weight: 700;
    /*line-height: 20px;*/
}

.cost_per_period small {
    font-size: 14px;
    /*text-transform: uppercase;*/
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.current_plans_sections {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.coverages_for_text {
    width: 100%;
    float: left;
    color: #737373;
    font-size: 18px;
    margin-top: 5px;
}

.employee_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 0;
}

    .employee_text span {
        font-weight: 700;
    }

.current_plans_table {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.current_plans_header {
    width: 100%;
    float: left;
    height: 40px;
    background: #999;
}

    /*.current_plans_header .header_plan, .current_plans_header .header_office_visit, .current_plans_header .header_deductible, .current_plans_header .header_cost {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
    }*/

    .current_plans_header .header_office_visit {
        width: 160px;
    }

    .current_plans_header .header_deductible {
        width: 120px;
    }

/*.current_plans_header .header_cost {
        width: 250px;
        border-right: none;
    }*/

.current_plans_not_type1_header {
    width: 100%;
    float: left;
    height: 40px;
    background: #999;
}

    .current_plans_not_type1_header .header_plan, .current_plans_not_type1_header .header_cost {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
    }

.border_right_none {
    border-right: none !important;
}
/*.current_plans_header .header_office_visit {
        width: 160px;
    }

    .current_plans_header .header_deductible {
        width: 120px;
    }*/

.current_plans_not_type1_header .header_cost {
    width: 170px;
    border-right: none;
}

.current_plans_type2header {
    width: 100%;
    float: left;
    height: 40px;
    background: #999;
}

    .current_plans_type2header .header_plan, .current_plans_type2header .header_office_visit, .current_plans_type2header .header_deductible {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
    }

/*.current_plans_type2header .header_office_visit {
        width: 160px;
    }

    .current_plans_type2header .header_deductible {
        width: 160px;
    }

    
    }*/

.current_plan_body {
    width: 100%;
    float: left;
}

.current_plan_row {
    min-height: 150px;
    border-bottom: 1px solid #d8d8d8;
}

/*.cur_tb_body_plan, .cur_tb_body_office_visit, .cur_tb_body_deductible, .cur_tb_body_cost {
    display: table-cell;
    vertical-align: middle;
    min-height: 150px;
}*/

/*.cur_tb_body_plan {
    width: 250px;
}*/

.cur_tb_body_office_visit {
    width: 160px;
    font-weight: 700;
    font-size: 15px;
    color: #474747;
}

    .cur_tb_body_office_visit p {
        line-height: 20px;
        font-size: 14px;
    }

.cur_tb_body_deductible {
    width: 120px;
    font-weight: 700;
    font-size: 15px;
    color: #474747;
    padding-left: 20px;
}

    .cur_tb_body_deductible p {
        line-height: 20px;
        font-size: 14px;
    }

/*.cur_tb_body_cost {
    width: 190px;
    border-left: 1px dashed #d8d8d8;
    min-height: 160px;
}*/

.current_plan_btn {
    width: 180px;
    height: 36px;
    float: left;
    background: #cf8b2a;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
    border-radius: 0 30px 30px 0;
}

    .current_plan_btn:hover {
        color: #fff;
    }

.plan_icon {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .plan_icon img {
        float: left;
        height: auto;
        margin-bottom: 5px;
    }

.cur_tb_body_plan p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #474747;
    margin-bottom: 40px;
}

.select_plan_btn_container {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .select_plan_btn_container .btn {
        margin-left: 20px;
    }

.mt20 {
    margin-top: 20px;
}

.deline_medical_coverages_link {
    font-size: 16px;
    color: #00687f;
    text-decoration: underline;
    font-weight: 600;
    float: right;
    margin-top: 25px;
}

.list_plans_vtabs {
    height: auto !important;
}

.selected_plans_container {
    width: 197px;
    float: left;
    background: #ececec;
    border-radius: 5px;
    padding: 18px;
    margin-top: -23px;
}

    .selected_plans_container h4 {
        font-size: 22px;
        color: #00687f;
    }

        .selected_plans_container h4 span.selected_text {
            /*text-decoration: underline;*/
            font-size: 22px;
            color: #00687f;
            display: inline-block;
        }

        .selected_plans_container h4 span {
            color: #7c2230;
            font-size: 18px;
            /*text-decoration: underline;*/
            -moz-text-decoration-color: #fff; /* Code for Firefox */
            text-decoration-color: #fff;
        }

    .selected_plans_container .sub_total {
        width: 100%;
        float: left;
        font-weight: 700;
        font-size: 18px;
        color: #737373;
        margin-top: 10px;
    }

    .selected_plans_container .sub_total_amount {
        width: 100%;
        float: left;
        color: #7c2230;
        font-weight: 700;
        font-size: 18px;
    }

        .selected_plans_container .sub_total_amount span {
            color: #000;
            font-size: 10px;
            font-weight: 600;
        }

.help_me_choose_modal_wrapper {
    background-color: #FFF;
    width: 848x;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.waive_coverages_modal {
    background-color: #FFF;
    width: 740px;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

    .waive_coverages_modal .modal_title {
        border-bottom: 1px solid #ccc;
        color: #00687f;
        float: left;
        font-size: 18px;
        line-height: 18px;
        padding: 20px;
        width: 100%;
    }

.list_plans_model_content {
    width: 700px;
    padding: 50px 0;
}

.selected_plans_modal_header {
    width: 100%;
    float: left;
    font-size: 34px;
    font-weight: 300;
    color: #00687f;
    text-transform: uppercase;
    text-align: center;
}

    .selected_plans_modal_header .underline_text {
        text-decoration: underline;
    }

    .selected_plans_modal_header .selected_count {
        font-size: 22px;
        font-weight: 700;
        color: #7c2230;
    }

.help_me_choose_modal_subheader {
    font-size: 22px;
    text-align: center;
    color: #988f86;
    width: 100%;
    float: left;
    margin-top: 30px;
}

.selected_plans_table {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.selected_plans_table_header {
    width: 100%;
    float: left;
    background: #999999;
    height: 40px;
}

    .selected_plans_table_header .header_selected_plan, .selected_plans_table_header .header_selected_coverage, .header_selected_cost {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 300px;
        font-weight: 600;
    }

    .selected_plans_table_header .header_selected_coverage {
        width: 325px;
    }

    .selected_plans_table_header .header_selected_plan {
        width: 340px;
    }

        .selected_plans_table_header .header_selected_plan .summary_page {
            width: 461px;
        }

.selected_plans_table_body, .selected_plans_table_row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

.selected_tb_plan {
    height: auto;
    min-height: 160px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 278px;
}

    .selected_tb_plan h5 {
        font-size: 14px;
        width: 100%;
        float: left;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .selected_tb_plan p {
        font-size: 13px;
        color: #474747;
        float: left;
        width: 100%;
        line-height: 22px;
        /*margin-top: 20px;*/
    }

.selected_tb_coverage {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    width: 159px;
}

    .selected_tb_coverage p {
        font-size: 15px;
        font-weight: 700;
        color: #474747;
        line-height: 20px;
    }

        .selected_tb_coverage p small {
            font-size: 15px;
            font-weight: 300;
            margin-bottom: 15px;
            width: 100%;
            float: left;
        }

.selected_paln_total_pay {
    float: left;
    width: 230px;
    margin-top: 24px;
    margin-right: 15px;
}

.selected_total_pay_container {
    float: right;
}

.benefit_selected_plans_container .buttons_footer {
    margin-top: 60px;
}

.available_cvgs_decline_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

    .available_cvgs_decline_container h5 {
        font-size: 24px;
        color: #00687f;
        text-transform: uppercase;
        font-weight: 300;
        float: left;
    }

.available_cvgs_decline_table {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 116px;
}

    .available_cvgs_decline_table tr th {
        background: #999;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        text-align: left;
        padding-left: 20px;
        text-transform: uppercase;
        height: 40px;
    }

    .available_cvgs_decline_table tr td {
        height: 98px;
        vertical-align: middle;
        border-bottom: 1px solid #d8d8d8;
        padding: 10px;
    }

        .available_cvgs_decline_table tr td a {
            color: #00687f;
            font-size: 18px;
            font-weight: 600;
            text-decoration: underline;
            float: right;
        }

.selected_tb_cost {
    /*width: 300px;*/
    height: 200px;
    display: table-cell;
    vertical-align: middle;
}

.selected_plans_price {
    font-weight: 700;
    font-size: 22px;
    color: #7c2230;
    text-align: right;
    padding-right: 50px;
}

.costperpay {
    width: 100%;
    float: left;
}

    .costperpay li {
        list-style: none;
        float: left;
        /*border-right: 1px solid #d8d8d8;*/
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .costperpay li:first-child {
            padding-right: 20px;
            width: 149px;
        }

        .costperpay li:last-child {
            border: none;
            padding-left: 20px;
            width: 120px;
        }

        .costperpay li p {
            float: left;
            width: 100%;
            font-size: 15px;
            color: #474747;
            line-height: 26px;
        }

        .costperpay li h4 {
            font-size: 22px;
            color: #e09400;
            font-weight: 700;
            line-height: 26px;
        }

        .costperpay li:last-child h4, .costperpay li.summaryEECost h4 {
            color: #8a0605;
        }

.selected_plans_table_footer {
    float: left;
    width: 100%;
    height: 110px;
    border-bottom: 1px solid #d8d8d8;
}

.selected_plans_table_body {
    border-bottom: none;
}

.selected_plans_table_footer h5 {
    padding-right: 50px;
    color: #474747;
    font-size: 24px;
    float: left;
    margin-top: 34px;
}

    .selected_plans_table_footer h5 span {
        color: #7c2230;
        font-size: 22px;
    }

.selected_plan_totl_price {
    float: right;
}

.empty_tool_tip {
    width: 197px;
    height: 50px;
    float: left;
}

.selected_plan_totl_price .price {
    font-size: 22px;
    color: #e09400;
    font-weight: 700;
    float: left;
    width: 105px;
    text-align: right;
}

    .selected_plan_totl_price .price.red {
        color: #8a0605;
    }

.selected_plan_totl_price .price_label {
    font-size: 15px;
    color: #474747;
    float: left;
}

#editcoverages_modal .modal_title, #editbenifirespop .modal_title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 18px;
    padding: 20px;
    float: left;
    width: 100%;
    color: #00687f;
}

.pop_coverages_container {
    width: 100%;
    float: left;
    padding: 15px 0;
    padding-bottom: 0;
}

    .pop_coverages_container .form_group {
        /*margin-bottom: 15px;*/
    }

    .pop_coverages_container .form_label {
        margin-bottom: 5px;
        /*float: left;*/
        width: 100%;
    }

.modal_footer_btns {
    width: 100%;
    float: left;
    padding: 0 20px;
    padding-bottom: 15px;
}

    .modal_footer_btns .btns_container {
        float: right;
        margin-top: 0;
    }

        .modal_footer_btns .btns_container .btn {
            margin-left: 15px;
        }

.waive_coverages_table {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .waive_coverages_table tr td {
        background: #999;
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        padding: 15px 10px;
        line-height: 20px;
    }

        .waive_coverages_table tr td:first-child {
            background: #999;
            font-weight: 700;
            color: #fff;
            font-size: 14px;
            padding: 15px 10px;
            line-height: 20px;
        }

.enter_coverages_content {
    width: 100%;
    float: left;
    padding-top: 15px;
}

    .enter_coverages_content h4 {
        font-size: 16px;
        color: #00687f;
    }

    .enter_coverages_content h5 {
        color: #7c2230;
    }

.enter_coverage_table {
    width: 100%;
    float: left;
    margin: 15px 0;
}

.enter_coverage_table_header {
    width: 100%;
    height: 40px;
    background: #999;
}

    .enter_coverage_table_header .first_name_header, .enter_coverage_table_header .relation_header, .enter_coverage_table_header .provider_id_header, .enter_coverage_table_header .existing_provider_header {
        color: #fff;
        display: table-cell;
        height: 40px;
        border-right: 1px solid #d8d8d8;
        vertical-align: middle;
        padding: 0 10px;
        width: 175px;
    }

    .enter_coverage_table_header .existing_provider_header {
        border-right: none;
    }

.enter_coverage_table_body {
    width: 100%;
    float: left;
}

    .enter_coverage_table_body .first_name_header, .enter_coverage_table_body .relation_header, .enter_coverage_table_body .provider_id_header, .enter_coverage_table_body .existing_provider_header {
        width: 175px;
        display: table-cell;
        height: 80px;
        vertical-align: middle;
        vertical-align: middle;
        padding: 0 10px;
    }

.enter_coverage_table_row {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    float: left;
}

.tooltip_close {
    width: 25px;
    height: 25px;
    float: left;
    background: url(../images/icons/tooltip_close.png);
    position: absolute;
    right: -12px;
    top: -12px;
    z-index: 10001;
}

.listpackage_table_container {
    width: 100%;
    float: left;
}

.listpackage_table {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .listpackage_table tr th {
        background: #999;
        color: #fff;
        border-right: 1px solid #d8d8d8;
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

    .listpackage_table tr td {
        padding: 30px 15px;
        border: 1px solid #d8d8d8;
        border-right: none;
        text-align: center;
    }

        .listpackage_table tr td:last-child {
            border-right: 1px solid #d8d8d8;
            width: 125px;
        }

        .listpackage_table tr td:first-child {
            width: 200px;
        }

        .listpackage_table tr td p {
            font-size: 16px;
            color: #737373;
            line-height: 24px;
        }

.life_event_modal_wrapper {
    width: 820px;
    padding: 70px 0 20px 0;
}

.life_event_modal_header {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300;
}

.life_event_modal_section {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .life_event_modal_section h5 {
        font-size: 24px;
        font-weight: 300;
        color: #7c2230;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .life_event_modal_section h5 span {
            float: left;
        }

            .life_event_modal_section h5 span.tooltip_help {
                margin-left: 10px;
                margin-top: 7px;
                cursor: pointer;
            }

.life_event_modal_form {
    width: 100%;
    float: left;
    line-height: 18px;
}

.life_event_radio_label {
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    color: #737373 !important;
}

.life_event_modal_form .check_field_container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 8px;
}

    .life_event_modal_form .check_field_container .iradio_square-blue {
        margin-left: -40px;
    }

.life_event_textarea {
    width: 100%;
    float: left;
    height: 110px;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
    padding: 15px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.life_event_modal_footer {
    width: 100%;
    float: left;
    /*border-top: 1px solid #d8d8d8;*/
    height: 107px;
}

    .life_event_modal_footer .life_event_modal_wrapper {
        padding-top: 0;
    }

    .life_event_modal_footer .btn {
        width: 160px;
        float: right;
        margin-top: 22px;
    }

.life_event_small_tooltip {
    width: 100%;
    text-align: center;
}

.tooltext {
    width: 100%;
    float: left;
    height: 70px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
}

.life_event_situation_tooltip_wrapper {
    width: 820px;
    float: left;
    background: #fef3c0;
    min-height: 300px;
    padding: 35px;
    padding-right: 25px;
}

.life_event_situation_row {
    width: 100%;
    float: left;
    margin-bottom: 22px;
}

.life_event_situation_col1, .life_event_situation_col2 {
    width: 33.33%;
    padding-right: 50px;
    float: left;
}

.life_event_situation_col3 {
    width: 33.33%;
    float: left;
}

    .life_event_situation_col1 h5, .life_event_situation_col2 h5, .life_event_situation_col3 h5 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .life_event_situation_col1 p, .life_event_situation_col2 p, .life_event_situation_col3 p {
        font-size: 14px;
        line-height: 20px;
        color: #575656;
    }

.dob_hidden_field {
    width: 100%;
    float: left;
    display: none;
}

.validation_field_container {
    width: 100%;
    float: left;
    position: relative;
}


.error_msg {
    background: rgba(124,34,48,0.8);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    position: relative;
    border-radius: 3px;
    display: none;
    line-height: 20px;
    z-index: 10;
    font-weight: 400;
    width: 100%;
}

    .error_msg:before {
        content: '▲';
        position: absolute;
        top: -13px;
        float: left;
        color: #964e59;
        left: 20px;
    }

.life_event_calc_section {
    width: 100%;
    float: left;
}

.life_event_calc_panel {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .life_event_calc_panel .life_event_calc_header {
        width: 100%;
        float: left;
    }

        .life_event_calc_panel .life_event_calc_header a {
            padding: 0 20px;
            width: 100%;
            height: 118px;
            float: left;
            background: #fff;
            position: relative;
        }

.step_number {
    width: 39px;
    height: 39px;
    float: left;
    border: 2px solid #00687f;
    color: #00687f;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
}

.step_text {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #7c2230;
    width: 470px;
    padding-left: 60px;
    height: 118px;
}

    .step_text p {
        width: 100%;
        display: table-cell;
        height: 116px;
        vertical-align: middle;
    }

.step_cart {
    background: url(../images/icons/step_indicators.png);
    width: 16px;
    height: 10px;
    float: left;
    background-position: 0 -10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
}

.life_event_calc_panel .life_event_calc_body {
    width: 100%;
    float: left;
    padding: 40px 25px;
    display: none;
}

.life_event_calc_cols_container {
    width: 100%;
    float: left;
}

    .life_event_calc_cols_container .first_col {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .life_event_calc_cols_container .second_col {
        width: 50%;
        float: left;
        padding-left: 15px;
    }

.life_event_calc_body .form_label {
    float: left;
    line-height: 22px;
    width: 100%;
}

    .life_event_calc_body .form_label small {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #878787;
        font-weight: 300;
    }

    .life_event_calc_body .form_label p {
        height: 80px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        color: #737373;
    }

.life_event_calc_header.active {
}

.life_event_calc_panel .life_event_calc_header.active a {
    background: none;
}

    .life_event_calc_panel .life_event_calc_header.active a .step_number {
        background: #00687f;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }

    .life_event_calc_panel .life_event_calc_header.active a .step_cart {
        background-position: 0 0;
    }

.life_cal_body_show {
    display: block !important;
}

.benefit_selection_section {
    width: 100%;
    float: left;
}

.benefit_selected_plans_container {
    width: 100%;
    float: left;
}

.benefit_select_tab_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.benefit_select_tab {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .benefit_select_tab li {
        list-style: none;
        float: left;
        border: 1px solid #d8d8d8;
        background: #fff;
        border-bottom: none;
        margin-bottom: -1px;
        font-size: 18px;
        color: #737373;
        height: 56px;
        width: 210px;
        line-height: 56px;
        text-align: center;
        margin-left: 22px;
    }

        .benefit_select_tab li span {
            font-weight: 700;
        }

.benefit_select_tab_body {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.effective_date_plan {
    float: left;
    width: 316px;
}

.benefit_select_graph {
    width: 384px;
    float: left;
    border-left: 1px solid #d8d8d8;
    padding-left: 30px;
}

.benefit_select_graph_text {
    float: right;
    width: 195px;
}

.graph_list_icon {
    width: 19px;
    height: 19px;
    float: left;
    border-radius: 100%;
    background: #e09400;
    margin-left: -24px;
    margin-top: 2px;
}

.graph_list_icon_red {
    width: 19px;
    height: 19px;
    float: left;
    border-radius: 100%;
    background: #8a0605;
    margin-left: -24px;
    margin-top: 2px;
}

.benefit_select_graph_points li.red .graph_list_icon {
    background: #8a0605;
}

.benefit_select_graph_points {
    width: 100%;
    float: left;
}

    .benefit_select_graph_points li {
        list-style: none;
        padding-left: 25px;
        position: relative;
        margin-bottom: 20px;
    }

        .benefit_select_graph_points li:first-child {
            margin-top: 18px;
        }

        .benefit_select_graph_points li p {
            width: 100%;
            float: left;
            line-height: 22px;
            color: #1c1c1c;
            font-size: 14px;
            font-weight: 600;
        }

        .benefit_select_graph_points li h4 {
            font-size: 22px;
            color: #e09400;
            font-weight: 700;
            line-height: 24px;
        }

        .benefit_select_graph_points li.red h4 {
            color: #8a0605;
        }

        .benefit_select_graph_points li h4 small {
            font-size: 10px;
            color: #1c1c1c;
            font-weight: 600;
            font-size: 10px;
            text-transform: uppercase;
        }

.effective_date_plan h5 {
    font-size: 18px;
    font-weight: 700;
    color: #737373;
    line-height: 20px;
    float: left;
    margin-top: 50px;
    /*padding-left: 22px;*/
}

    .effective_date_plan h5 small {
        font-weight: 300;
    }

.plan_detais_link {
    width: 100%;
    float: left;
}

    .plan_detais_link li {
        list-style: none;
        color: #d8d8d8;
        float: left;
        margin-right: 10px;
    }

        .plan_detais_link li a {
            text-decoration: underline;
            font-size: 15px;
        }

.supplement_container {
    width: 197px;
    float: right;
    border-left: 1px solid #d8d8d8;
    min-height: 600px;
    margin-top: 25px;
}

.supplement {
    width: 172px;
    height: 153px;
    float: right;
    border-radius: 5px;
    background: #e9e9e9;
    text-align: center;
    margin-bottom: 20px;
}

    .supplement p {
        color: #fff;
        width: 172px;
        height: 153px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.benefit_selected_plans_container .buttons_footer {
    position: relative;
}

    .benefit_selected_plans_container .buttons_footer:after {
        position: absolute;
        height: 100%;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        width: 44px;
        content: '';
        right: -44px;
        top: -1px;
    }

    .benefit_selected_plans_container .buttons_footer:before {
        position: absolute;
        height: 100%;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        width: 2000px;
        content: '';
        right: 100%;
        top: -1px;
    }

.footer_with_border {
    border-top: 1px solid #d8d8d8;
    margin-top: 100px;
}

.benefires_container {
    width: 100%;
    float: left;
}

.enter_benefires_txt {
    color: #737373;
    font-size: 18px;
    line-height: 20px;
    float: left;
    width: 100%;
}

    .enter_benefires_txt .price {
        font-weight: 600;
        color: #7c2230;
    }

.benefires_skip_step {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .benefires_skip_step p {
        font-size: 14px;
        color: #737373;
        width: 100%;
        float: left;
        line-height: 20px;
    }

    .benefires_skip_step a {
        font-size: 18px;
        text-decoration: underline;
        font-weight: 700;
        position: relative;
    }

        .benefires_skip_step a:after {
            content: '';
            background: url(../images/icons/right_arrow.png);
            width: 8px;
            height: 13px;
            float: right;
            position: absolute;
            right: -18px;
            top: 8px;
        }

.benefires_subheader {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #00687f;
    font-weight: 300;
    margin-top: 50px;
}

    .benefires_subheader span {
        float: left;
    }

    .benefires_subheader .tooltip_help {
        margin-left: 10px;
        margin-top: 10px;
    }

    .benefires_subheader small {
        float: left;
        font-size: 18px;
        color: #737373;
        margin-left: 10px;
        margin-top: 3px;
    }

.benefires_table {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .benefires_table tr th {
        width: 160px;
        background: #999;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        padding: 0 8px;
        vertical-align: middle;
        border-right: 1px solid #d8d8d8;
        text-align: left;
    }

        .benefires_table tr th.name {
            width: 260px;
            line-height: 40px;
        }

        .benefires_table tr th.rel {
            width: 250px;
        }

        .benefires_table tr th.dob {
            width: 180px;
        }

        .benefires_table tr th.distri {
            width: 125px;
        }

        .benefires_table tr th.amt {
            width: 180px;
            border-right: none;
        }

    .benefires_table tr td {
        font-weight: 600;
        font-size: 14px;
        padding: 25px 8px 0 8px;
        vertical-align: middle;
        text-align: left;
        text-transform: uppercase;
    }

        .benefires_table tr td.name {
            width: 260px;
        }

        .benefires_table tr td.rel {
            width: 250px;
        }

        .benefires_table tr td.dob {
            width: 180px;
        }

        .benefires_table tr td.distri {
            width: 850px;
        }

        .benefires_table tr td.amt {
            width: 180px;
        }

.percentage {
    /*float: right;*/
    width: 20px;
    line-height: 40px;
}

.perntage_val {
    float: left;
    width: 80px;
}

.benefires_amt {
    font-size: 700;
    color: #000;
    font-size: 16px;
    float: left;
    line-height: 18px;
}

.remove_benefires {
    font-size: 700;
    color: #00687f;
    font-size: 16px;
    float: left;
    text-decoration: underline;
    line-height: 18px;
    margin-left: 20px;
}

.benefires_dob {
    padding: 0 5px;
}

    .benefires_dob::-webkit-input-placeholder {
        font-size: 16px;
        font-weight: 600;
        color: #d8d8d8;
        font-style: italic;
    }

    .benefires_dob:-moz-placeholder { /* Firefox 18- */
        font-size: 16px;
        font-weight: 600;
        color: #d8d8d8;
        font-style: italic;
    }

    .benefires_dob::-moz-placeholder { /* Firefox 19+ */
        font-size: 16px;
        font-weight: 600;
        color: #d8d8d8;
        font-style: italic;
    }

    .benefires_dob:-ms-input-placeholder {
        font-size: 16px;
        font-weight: 600;
        color: #d8d8d8;
        font-style: italic;
    }

.benefires_difference_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.difference_perntage {
    float: left;
    width: 520px;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}

    .difference_perntage span {
        color: #7c2230;
    }

.difference_amt {
    float: left;
    width: 180px;
    font-size: 16px;
    color: #7c2230;
    font-weight: 600;
    padding: 0 8px;
}

.add_another_benefires_btn_container {
    width: 100%;
    float: left;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.add_another_benefire_btn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    float: right;
}

.modal_title small {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #737373;
    margin-top: 5px;
}

.benefires_modal_title {
    font-size: 24px !important;
}

.benefires_modal_coverages {
    width: 100%;
    float: left;
    padding: 20px;
}

    .benefires_modal_coverages p {
        line-height: 24px;
    }

.benefires_modal_subheader {
    margin-top: 0;
}

.summary_btns_footer {
    margin-top: 50px;
}

.summary_note_txt {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #737373;
    line-height: 20px;
    padding: 10px 22px;
    padding-left: 0;
}

.summary_effective_date_plan h5 {
    margin-top: 15px;
}

    .summary_effective_date_plan h5 small {
        font-size: 18px;
        color: #7c2230;
        font-weight: 700;
    }

.waived_text {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    margin-left: 18px;
}



















































/* new css*/
.col_right_border {
    border-right: 1px solid #d8d8d8;
    padding-right: 0px;
}

.cigna_header {
    height: 118px;
    border-bottom: 1px solid #d8d8d8;
}

    .cigna_header h1 {
        font-size: 30px;
        font-weight: 300;
        color: #00687f;
        text-transform: uppercase;
    }

.logo {
    float: left;
}

.coverage {
    width: 100%;
    float: left;
    margin-top: 40px;
}

    .coverage p {
        font-weight: 700;
        font-size: 18px;
        color: #737373;
    }

        .coverage p span {
            color: #7c2230;
        }

.edit_coverage_ammount {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    margin-left: 5px;
    margin-right: 5px;
}

    .edit_coverage_ammount span {
        float: left;
        list-style: none;
        height: 43px;
    }

        .edit_coverage_ammount span:first-child {
            padding-right: 20px;
        }

        .edit_coverage_ammount span:last-child {
            padding-left: 15px;
        }

.seperator {
    border-right: 1px solid #d8d8d8;
}

.primary_beneficiaries_header h1 {
    font-size: 28px;
    font-weight: 300;
    color: #00687f;
    text-transform: none;
    margin-top: 64px;
}

.primary_beneficiaries_header h2 {
    font-size: 20px;
    font-weight: 300;
    color: #00687f;
    text-transform: none;
    margin-top: 64px;
}

.primary_beneficiaries_header h3 {
    font-size: 15px;
    font-weight: 300;
    color: #00687f;
    text-transform: none;
    margin-top: 64px;
}

.primary_beneficiaries_table {
    margin-top: 25px;
}

.primary {
    float: left;
    height: auto;
    background: #999999;
    padding: 10px;
    margin-left: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.primary_beneficiaries_body {
    float: left;
    width: 100%;
}

.name {
    width: 166px;
    float: left;
}

.relationship {
    width: 137px;
    float: left;
}

.benefit_distribution {
    width: 188px;
    float: left;
}

.max_benefit_ammount {
    width: 204px;
    float: left;
}

.primary_beneficiaries_body {
    margin-top: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 40px;
}

    .primary_beneficiaries_body .name, .primary_beneficiaries_body .relationship, .primary_beneficiaries_body .benefit_distribution, .primary_beneficiaries_body .max_benefit_ammount {
        font-weight: 600;
        color: #000;
        font-size: 16px;
        margin-left: 1px;
        margin-bottom: 40px;
        padding: 0 10px;
    }

.General_plan_info {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #00687f;
    margin-bottom: 20px;
}

.table_style1 tr th {
    font-weight: 700;
    font-size: 14px;
    color: #474747;
    width: 344px;
}

.table_style1 tr td {
    font-weight: 300;
    color: #474747;
    font-size: 14px;
    line-height: 20px;
    width: 328px;
}

.table_style2 {
    width: 328px !important;
}

.first {
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    margin-bottom: 30px;
}

.download {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: #7c2230;
    width: 100%;
}

.pdf {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 28px;
    line-height: 20px;
}

    .pdf a {
        font-weight: 700;
        font-size: 14px;
        color: #00687f;
        text-decoration: underline;
        margin-bottom: 34px;
        word-break: break-all;
    }

        .pdf a img {
            margin-right: 10px;
        }


.pdf1 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #474747;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}

.note {
    background: #fef3c0;
    border-radius: 5px;
    padding: 15px;
}

.pdf span {
    font-weight: 300;
    font-size: 14px;
    color: #474747;
    width: 100%;
    float: left;
}

.second {
    background: #e8e8e8;
    height: 143px;
    border-radius: 5px;
}

    .second p {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        width: 100%;
        float: left;
        margin-top: 54px;
    }

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.navbar1 {
    color: #a5bdc5 !important;
}
/* version2 css*/
/*.hero_header_containerv2 {
    width: 960px;
    height: auto;
    text-align: center;
}*/

.hero_header_titlev2 {
    width: 100%;
    height: auto;
    color: #00687f;
    margin-top: 42px;
    font-size: 34px;
    font-weight: 600;
    float: left;
}

.hero_header_sub_titlev2 {
    width: 100%;
    text-align: center;
    color: #988f86;
    font-size: 24px;
    font-weight: 300;
    margin-top: 28px;
    float: left;
}

.counter_textv2 {
    width: 100%;
    text-align: center;
    color: #791730;
    font-size: 68px;
    font-weight: normal;
}

.counter_textv3 {
    font-size: 18px;
    font-weight: 300;
    color: #988f86;
    width: 100%;
    text-align: center;
}

.circle {
    border: 3px solid #d8d8d8;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    padding-top: 33px;
    background: #fff;
    margin-top: 24px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -70px;
}

.addbenefires_modal {
    background-color: #FFF;
    width: 100% !important;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    float: left;
}

    .addbenefires_modal .modal_title {
        border-bottom: 1px solid #ccc;
        color: #00687f;
        float: left;
        font-size: 18px;
        line-height: 18px;
        padding: 20px;
        width: 100%;
    }

.addbenefires_form_container {
    width: 100%;
    float: left;
    padding: 20px;
}

.addbenefires_form_container_inline {
    width: 100%;
    float: left;
    /*padding: 20px;*/
}

.individual_form {
    float: left;
    width: 100%;
    display: none;
}

    .individual_form .form_label {
        margin-bottom: 10px;
        float: left;
    }

.addbenefires_type_container {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
    position: relative;
}

    .addbenefires_type_container:before, .addbenefires_form_container .modal_footer_btns:before {
        content: '';
        position: absolute;
        width: 20px;
        border-top: 1px solid #d8d8d8;
        left: -20px;
        bottom: -1px;
    }

    .addbenefires_type_container:after, .addbenefires_form_container .modal_footer_btns:after {
        content: '';
        position: absolute;
        width: 20px;
        border-top: 1px solid #d8d8d8;
        right: -20px;
        bottom: -1px;
    }

.addbenefires_form_container .modal_footer_btns:before, .addbenefires_form_container .modal_footer_btns:after {
    bottom: auto;
    top: -1px;
}

.addbenefires_type_container .form_group {
    margin-bottom: 20px;
}

.addbenefires_type_container .form_label {
    margin-bottom: 10px;
    float: left;
}

.addbenefires_type_label {
    color: #737373 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.addbenefires_form_container .modal_footer_btns {
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
    padding-bottom: 5px;
    position: relative;
}

/*.current_plans_reponsive_table_body, .cur_tb_body_plan, .cur_tb_body_office_visit, .cur_tb_body_deductible, .cur_tb_body_cost {
    min-height: 150px;
    padding-top: 5px;
}*/

.current_plans_reponsive_table_header, .selected_plans_reponsive_col_header, .selected_plans_reponsive_table_header, .res_primary_cell_label, .responsive_benefires_table_col_label, .enter_coverage_res_table_col_header {
    display: none;
}

.current_plans_reponsive_col_header, .list_plan_responsive_col_header {
    display: none;
}

.dependents_table table tr td label {
    display: none;
}

.alert_msg_content {
    float: left;
}

.dpnt_enroll_txt {
    float: left;
    padding: 10px;
    width: 100%;
}

.new_dependent_enroll_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.new_dependent_enroll_modal_footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    padding: 30px;
}

.new_dependent_enroll_modal_btns_container {
    float: right;
}

    .new_dependent_enroll_modal_btns_container .btn {
        margin-left: 15px;
    }

.new_dependent_enroll_modal_header {
    width: 100%;
    padding: 20px;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .new_dependent_enroll_modal_header h1.alternative {
        font-size: 24px;
    }

.new_dependent_enroll_modal_body {
    width: 100%;
    float: left;
    padding: 0 20px 20px 20px;
}

.dependent_enroll_text {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}

.dependent_enroll_small_text {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

    .dependent_enroll_small_text span {
        color: #7C2230;
    }

.dependent_enroll_note_text {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    color: #7c2230;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

.new_dependent_enroll_table, .new_dependent_enroll_table_header_row, .new_dependent_enroll_table_row {
    width: 100%;
    float: left;
}

.new_dependent_enroll_table_header_row {
    background: #999;
}

    .new_dependent_enroll_table_header_row .column1, .new_dependent_enroll_table_header_row .column2, .new_dependent_enroll_table_header_row .column3 {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        font-weight: 600;
        width: 130px;
    }

    .new_dependent_enroll_table_header_row .column2 {
        width: 230px;
    }

    .new_dependent_enroll_table_header_row .column3 {
        width: 540px;
    }

.new_dependent_enroll_table_row {
    border-bottom: 1px solid #d8d8d8;
}

    .new_dependent_enroll_table_row .column1, .new_dependent_enroll_table_row .column2, .new_dependent_enroll_table_row .column3 {
        height: 160px;
        display: table-cell;
        vertical-align: middle;
        width: 130px;
        padding: 10px;
    }

    .new_dependent_enroll_table_row .column2 {
        width: 230px;
    }

    .new_dependent_enroll_table_row .column3 {
        width: 540px;
    }

.dependent_enroll_plan_logo, .dependent_enroll_plan_type, .dependent_enroll_coverage_type, .dependent_enroll_cost_per_period {
    width: 100%;
}

.dependent_enroll_plan_type, .dependent_enroll_coverage_type, .dependent_enroll_cost_per_period {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

    .dependent_enroll_plan_type span, .dependent_enroll_coverage_type, .dependent_enroll_cost_per_period span {
        color: #00687f;
        font-weight: 700;
    }

.exit_btn {
    float: left;
    font-size: 16px;
    color: #cf8b2a;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
    margin-top: 16px;
}

    .exit_btn:before {
        content: '';
        background: url(../images/icons/exit_icon.png);
        width: 14px;
        height: 14px;
        float: left;
        position: absolute;
        left: 0;
        top: 8px;
    }

    .exit_btn:hover {
        color: #cf8b2a;
    }

.new_dependent_enroll_responsive_col_header, .new_dependent_enroll_responsive_table_header {
    display: none;
}

.ex_cmp_plan_premium_container {
    width: 100%;
    float: left;
    height: 72px;
    border-top: 1px dotted #d8d8d8;
    background: #f7f7f7;
    display: none;
}

    .ex_cmp_plan_premium_container .exp_plan_type, .ex_cmp_plan_premium_container .max_out_of_pocket, .ex_cmp_plan_premium_container .hsa_eligible, .ex_cmp_plan_premium_container .tax_credited_eligible {
        height: 72px;
        padding: 0 10px 0 15px;
        float: left;
    }

    .ex_cmp_plan_premium_container .exp_plan_type {
        width: 140px;
    }

    .ex_cmp_plan_premium_container .max_out_of_pocket {
        width: 204px;
    }

    .ex_cmp_plan_premium_container .hsa_eligible {
        width: 166px;
    }

    .ex_cmp_plan_premium_container .tax_credited_eligible {
        width: 188px;
    }

.expand_column_header {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #7c2230;
    font-weight: 600;
    margin-top: 9px;
}

.expand_column_text {
    font-size: 14px;
    color: #474747;
    margin-top: 5px;
}

.ex_compare_plans_container {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    display: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.ex_compare_plans_header {
    width: 100%;
    float: left;
    padding: 15px;
}

    .ex_compare_plans_header h1 {
        font-size: 22px;
        float: left;
    }

.ex_compare_btn {
    float: right !important;
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 17px;
    margin-right: 15px;
}

.ex_compare_plans_header h5 {
    float: left;
    font-size: 22px;
    color: #7c2230;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 25px;
}

.ex_compare_plans {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.ex_plans_to_compare {
    width: 100%;
    float: left;
}

    .ex_plans_to_compare li {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d8d8d8;
        float: left;
        list-style: outside none none;
        margin-right: 4px;
        min-height: 240px;
        position: relative;
        width: 156px;
    }

        .ex_plans_to_compare li .compare_plan_price {
            position: absolute;
            bottom: 20px;
        }

}

.ex_plans_to_compare li.emptry_slot {
    background: none;
    border: 3px dashed #d8d8d8;
}

.ex_plans_to_compare li:first-child {
    margin-left: 15px;
}

.ex_plans_to_compare li:last-child {
    margin-right: 0 !important;
}

.ex_plans_to_compare li.emptry_slot {
    background: none;
    border: 3px dashed #d8d8d8;
}

.clear_both {
    clear: both;
}

.le_documents_table {
    width: 60%;
    float: left;
}

.le_documents_header {
    width: 100%;
    float: left;
    height: 40px;
    background: #999;
}

.le_documents_table {
    width: 100%;
    float: left;
}

    .le_documents_table tr th {
        width: 160px;
        height: 40px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        height: 40px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
        border-right: 1px solid #d8d8d8;
        width: 250px;
        font-weight: 600;
        background: #737373;
    }

        .le_documents_table tr th.filename {
            width: 150px;
            line-height: 40px;
        }

        .le_documents_table tr th.description {
            width: 150px;
        }

        .le_documents_table tr th.action {
            width: 125px;
        }


    .le_documents_table tr td {
        height: 40px;
        font-weight: 600;
        font-size: 16px;
        padding: 25px 8px 0 8px;
        vertical-align: middle;
        text-align: left;
    }

        .le_documents_table tr td.filename {
            width: 150px;
        }

        .le_documents_table tr td.description {
            width: 150px;
        }

        .le_documents_table tr td.action {
            width: 125px;
        }

.le_documents_validation_field_container {
    width: 100%;
    float: left;
    position: relative;
    /*margin-bottom: 20px;*/
}

.enrollmentSelectBoxContainer {
    margin-bottom: 10px;
}

.loading_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.loading_txt {
    width: 100%;
    float: left;
    text-align: center;
}

.loading_modal_wrapper {
    width: 100%;
    float: left;
    text-align: center;
}

    .loading_modal_wrapper h1 {
        margin-bottom: 20px;
        font-weight: 600;
    }

    .loading_modal_wrapper p {
        margin-bottom: 30px;
        color: #988f86;
        font-size: 24px;
    }

.loading_img_container {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}


.compare_plan_selection_row {
    background: #f3f3f3;
}

.compare_plan_selection_table .compare_plan_selection_row:nth-child(even) {
    background: #e5e5e5;
}

.ex_cmp_btn {
    margin: 0;
}

.cmp_error {
    width: 100%;
    float: left;
    color: #7c2230;
    padding: 0 15px;
    font-weight: 700;
    font-size: 14px;
}

#EnrollmentDetails {
    padding-left: 15px;
}

.category_list .owl-item {
    border-right: 1px solid #fff;
}

.category_list .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

    .category_list .owl-nav .owl-prev {
        background: url(../images/carousel_navigation.png) !important;
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        left: -40px;
        position: absolute;
        top: 28px;
    }

    .category_list .owl-nav .owl-next {
        background: url(../images/carousel_navigation.png) !important;
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        background-position: -33px 0px !important;
        right: -40px;
        position: absolute;
        top: 28px;
    }

.category_list div.owl-item.active + div.owl-item.active + div.owl-item.active + div.owl-item.active + div.owl-item.active {
    border-right: none;
}

#settings_carousel {
    margin-top: 87px;
}

    #settings_carousel .owl-nav .owl-prev, #settings_carousel .owl-nav .owl-next {
        float: left;
        border-radius: 100%;
        text-indent: -200000px;
        padding: 0;
    }

    #settings_carousel .owl-nav .owl-prev {
        background: url(../images/icons/carousel_navigation_blue.png);
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        left: -45px;
        position: absolute;
        top: 50%;
        margin-top: -27px;
    }

    #settings_carousel .owl-nav .owl-next {
        background: url(../images/icons/carousel_navigation_blue.png);
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        background-position: -33px 0px !important;
        right: -45px;
        position: absolute;
        top: 50%;
        margin-top: -27px;
    }

    #settings_carousel .owl-nav {
        float: right;
    }

.notfound404_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .notfound404_section h1 {
        font-size: 45px;
        font-weight: 700;
    }

    .notfound404_section h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .notfound404_section h5 {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #7c2230;
    }

    .notfound404_section ul {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .notfound404_section ul li {
            list-style: none;
        }

            .notfound404_section ul li a {
                font-weight: 600;
            }

.pagination {
    float: right;
    margin: 20px 0;
}

    .pagination li {
        float: left;
        list-style: none;
        margin-left: 5px;
    }

        .pagination li span {
            width: 4px;
            height: 4px;
            float: left;
            background: #00687f;
            border-radius: 100%;
            margin-top: 14px;
        }

        .pagination li a {
            float: left;
            height: 32px;
            width: 32px;
            color: #fff;
            font-size: 15px;
            line-height: 30px;
            font-weight: 300;
            text-align: center;
            background: #00687f;
            border-radius: 100%;
        }

        .pagination li.active a {
            background: #d8d8d8;
        }

        .pagination li a img {
            margin-top: -4px;
            margin-left: 2px;
        }

.hcr_section {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.hcr_left_section {
    width: 561px;
    float: left;
    border-right: 1px solid #d8d8d8;
    position: relative;
    min-height: 600px;
    padding-right: 20px;
}

.hcr_right_section {
    width: 380px;
    float: left;
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
    position: relative;
    margin-left: -1px;
}

.hcr_cal_table {
    width: 100%;
    float: left;
    height: 800px;
}

.hcr_cal_table_header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.hcr_col1 {
    float: left;
    width: 290px;
    padding-right: 20px;
}

.hcr_col2 {
    float: left;
    width: 250px;
}

.hcr_header {
    width: 100%;
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    color: #7c2230;
    font-size: 20px;
}

.hcr_cal_table_row {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.hcr_label {
    color: #737373;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
    width: 100%;
}

.hcr_form_group {
    width: 100%;
    float: left;
    padding-right: 100px;
    padding-left: 15px;
}

.hcr_reset_btn {
    background: #cf8b2a;
    border-radius: 40px;
    color: #fff;
    float: right;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-right: -100px;
    text-align: center;
    width: 80px;
    border: none;
}

    .hcr_reset_btn:hover, .hcr_reset_btn:focus {
        color: #fff;
        background: #C7811E;
    }

.hcr_msg {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #737373;
    margin-top: 8px;
}

    .hcr_msg b {
        color: #7c2230;
    }

.hcr_amount {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.hcr_table_footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    padding-top: 25px;
}

    .hcr_table_footer .hcr_amount {
        color: #00687f;
        font-weight: 700;
    }

    .hcr_table_footer .hcr_label {
        color: #474747;
    }

.hcr_graph_container {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .hcr_graph_container h4 {
        color: #00687f;
        float: left;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 20px;
    }

#Hcr_donut {
    float: left;
    height: 250px;
    left: 50%;
    margin-left: -125px;
    position: relative;
    width: 250px;
}

#Hcr_bar {
    float: left;
    height: 200px;
    position: relative;
    width: 100%;
}

@media (max-width: 979px) {
    .hcr_left_section, .hcr_right_section {
        width: 50%;
    }
}

@media (max-width: 676px) {
    .hcr_left_section, .hcr_right_section {
        width: 100%;
        border: none;
        padding: 0;
    }
}

.get_quote_section {
    float: left;
    height: auto;
    padding-bottom: 15px;
    width: 100%;
}


    .get_quote_section h1 {
        color: #00687f;
        float: left;
        line-height: 34px;
        margin-bottom: 15px;
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }

.pie-legend {
    float: left;
    padding: 0;
    margin: 0;
}

    .pie-legend li {
        float: left;
        padding-left: 23px;
        color: #737373;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 7px;
        list-style: none;
    }

.legend_color {
    width: 15px;
    height: 15px;
    float: left;
    margin-left: -23px;
    border-radius: 3px;
    background: #00687f;
    margin-top: 8px;
}

.btn_project_info {
    float: left;
    padding: 0 15px;
    background: #00687f;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 40px;
    border: none;
    cursor: pointer;
}

    .btn_project_info:disabled {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=50);
        -khtml-opacity: 0.50;
        -moz-opacity: 0.50;
    }

.dollerSign {
    color: #737373;
    font-size: 21px;
    font-weight: 600;
    margin-left: -15px;
    line-height: 40px;
    float: left;
}


.resendlink {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    padding-right: 8px;
}

#ajaxWaitModal {
    top: 50%;
    position: absolute !important;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    left: 50%;
}

.ThreecolsTable, .ThreecolsTable_1 {
    width: 100%;
    float: left;
    /*width:400px;*/
    margin-top: 20px;
    border-spacing: 0;
}

    .ThreecolsTable tr th {
        background: #F1F1F1;
        color: #333;
        font-weight: 600;
        font-size: 14px;
        /*padding:0px 10px !important;*/
        text-align: left;
        text-transform: uppercase;
        /*border-right: 1px solid #d8d8d8;*/
    }

    .ThreecolsTable_1 tr th {
        padding: 0px 10px !important;
        /*border-right:1px solid #d8d8d8;*/
    }

        .ThreecolsTable_1 tr th:last-child {
            border-right: none;
        }

    .ThreecolsTable_1 tr td {
        padding: 0px 10px !important;
        /*border-bottom:1px solid #d8d8d8;*/
    }

        .ThreecolsTable_1 tr td:last-child {
            border-right: none;
        }

    .ThreecolsTable tr td {
        /*padding:0px 10px !important;*/
        font-size: 14px;
        font-weight: 400;
        border-bottom: 1px dashed #d8d8d8;
    }

        .ThreecolsTable tr td:last-child, .ThreecolsTable tr th:last-child {
            border-left: 1px dashed #d8d8d8;
        }

        .ThreecolsTable tr td span {
            line-height: 18px;
        }

.Threecols_mLabel {
    width: 50%;
    float: left;
    display: none;
}

.ThreecolsPrice {
    color: #7c2230;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
}

.usersGrid_container {
    width: 100%;
    float: left;
}

.userGrid {
    width: 100%;
    float: left;
    margin: 20px 0;
}

    .userGrid tr th {
        background: #999;
        color: #fff;
        padding: 8px 10px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        border-right: 1px solid #d8d8d8;
        line-height: 16px;
        text-align: center;
    }

    .userGrid tr td {
        padding: 8px 10px;
        border-bottom: 1px solid #d8d8d8;
        font-size: 14px;
        color: #000;
        text-align: center;
        line-height: 16px;
    }

@media only screen and (max-width: 479px) {
    /*.ThreecolsTable tr th {
        display: none;
    }*/

    .ThreecolsTable {
        border: 1px solid #d8d8d8;
    }

        .ThreecolsTable tr, .ThreecolsTable tr td {
            /*float: left;*/
            width: 100%;
            text-transform: uppercase;
        }

    .Threecols_mValue {
        float: left;
        width: 100%;
    }

    .table_header_none {
        display: block !important;
        float: left;
        padding: 0px 4px;
    }

    .Threecols_mLabel {
        display: block;
        font-weight: 600;
    }

    .ThreecolsTable tr:nth-child(odd) {
        background: #f7f7f7;
    }
}



/* graph css*/

.genericLegendSpan {
    width: 19px;
    height: 19px;
    float: left;
    border-radius: 100%;
    margin-left: -24px;
    margin-top: 2px;
}

.planExtndTable {
    width: 100%;
    float: left;
}

    .planExtndTable th {
        background: #999;
        border-right: 1px solid #d8d8d8;
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        padding: 6px;
        line-height: 20px;
    }

    .planExtndTable td {
        padding: 6px;
        line-height: 20px;
        font-size: 16px;
        border-bottom: 1px solid #d8d8d8;
    }

.chartInfo {
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: 100%;
    margin-top: -10px;
    background: #fdf9f4;
    border: 1px solid #d8d8d8;
    padding: 6px 10px;
    border-radius: 5px;
}

.dollerInput {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.doller_sign {
    float: left;
    margin-left: -25px;
    line-height: 50px;
    font-size: 24px;
}

.round_list > li > a {
    font-weight: 600;
    color: #00687f;
}

.calcLinksRound {
    width: 100%;
    float: left;
}

    .calcLinksRound > li {
        float: left;
        list-style: none;
        width: 100%;
        float: left;
        margin-bottom: 3px;
    }

        .calcLinksRound > li > a {
            color: #00687f;
            border: 2px solid #d8d8d8;
            float: left;
            width: 100%;
            padding: 7px 25px;
            border-radius: 50px;
            font-size: 16px;
            font-weight: 600;
        }
/*.MECCalTable{

}
.MECCalTable td{
    font-size:14px !important;
}*/
.add_display_flex {
    border-bottom: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
}

.table_header_none {
    display: none;
}

.thwidth {
    width: 212px;
}

.enrollWrntxt {
    width: 100%;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    color: #7c2230;
    line-height: 30px;
}

.form_label_transform p {
    color: #000;
    font-size: 14px !important;
    font-weight: 600;
}

.mVtabs_mmenu {
    display: none;
}

.indicated_required_fields span {
    font-size: 14px;
}

.check_qualification_section {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 28px 0;
}

.relative_container {
    position: relative;
}

.check_qualification {
    width: 710px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -360px;
    padding-left: 100px;
}

    .check_qualification .check_qualification_icon {
        float: left;
        margin-left: -80px;
    }

    .check_qualification .check_qualification_txt {
        width: 432px;
        float: left;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: 36px;
    }

    .check_qualification .coveredca {
        float: right;
    }

.eligible_subsidy_section {
    width: 100%;
    float: left;
    height: 221px;
}

    .eligible_subsidy_section h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 35px 0;
    }

.subsidy_section {
    width: 100%;
    float: left;
}

.subsidy_container {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.text_left {
    text-align: left;
}

.right_btn {
    background: #7c2230 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}

.susidy_note_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .susidy_note_section p {
        font-size: 14px;
        color: #999;
    }

.ex_banner {
    width: 100%;
    float: left;
    height: 450px;
    /*background: url(../images/banners/slider1.jpg) no-repeat right center;*/
    position: relative;
}

.mobileBanner {
    display: none;
}

.banner_section {
    width: 100%;
    /*float: left;*/
    height: 450px;
    /*background: url(../images/banners/slider1.jpg) right top no-repeat;*/
    position: relative;
    max-width: 1150px;
}

.aboutus_banner {
    background: url(../images/banners/aboutus.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.banner_welcome_section {
    width: 430px;
    height: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(0,104,127); /*fall back for ie 8 and below*/
    background: rgba(0,104,127,0.70);
    padding: 50px;
}

.welcome_content {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .welcome_content h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .welcome_content p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

.insurance_txt span {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.health_welcome_section {
    margin-top: 40px;
}

.full_row {
    width: 100%;
    float: left;
}

.title_header {
    width: 100%;
    text-align: center;
    color: #00687f;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.shop_guidance_section {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.full_row {
    float: left;
    width: 100%;
}

.form-group {
    width: 100%;
    float: left;
}

.banner_section {
    width: 100%;
    /*float: left;*/
    height: 450px;
    /*background: url(../images/banners/slider1.jpg) right top no-repeat;*/
    position: relative;
    max-width: 1150px;
}

.banner_welcome_section {
    width: 430px;
    height: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(0,104,127); /*fall back for ie 8 and below*/
    background: rgba(0,104,127,0.70);
    padding: 50px;
}

.welcome_content {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .welcome_content h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .welcome_content p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

.qualifyingLifeEventModal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.qle_modal_content {
    width: 100%;
    float: left;
    padding: 30px 25px;
}

.qle_header {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #7c2230;
    font-weight: 600;
    margin-bottom: 20px;
}

.qle_txt {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.qle_ckbox {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.gq_dob_container {
    width: 218px;
    float: left;
    margin-top: 10px;
}

.gqd_month {
    float: left;
    width: 30%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.gqd_day {
    float: left;
    width: 30%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 0 0 0 0;
    text-align: center;
    font-size: 18px;
    border-left: none;
    padding: 10px;
}

.gqd_year {
    float: left;
    width: 40%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 18px;
    border-left: none;
    padding: 10px;
}

    .gqd_month:focus, .gqd_day:focus, .gqd_year:focus {
        /*-moz-box-shadow: inset 0 0 1px #00687f;
        -webkit-box-shadow: inset 0 0 1px #00687f;
        box-shadow: inset 0 0 1px #00687f;
        border: 2px solid #00687f;*/
        border: 1px solid #2d95ac !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
    }

.calculator_form {
    width: 100%;
    float: left;
}

    .calculator_form .form_group {
        float: left;
        /*margin-bottom: 20px;*/
        width: 100%;
    }

    .calculator_form .form_label {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

.cal_small_field {
    width: 100px;
}

.cal_med_field {
    width: 250px;
}

.calculator_form .form_label .tooltip_help {
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.cal_tip_txt {
    font-size: 13px;
    color: #777;
    line-height: 24px;
    padding: 0 10px 10px 10px;
}

    .cal_tip_txt:first-child {
        padding-top: 10px;
    }

.cal_left_col {
    position: relative;
    border-right: 1px solid #d8d8d8;
}

.cal_right_col {
    border-left: 1px solid #d8d8d8;
    margin-left: -1px;
    padding-left: 50px;
}

.calr_min_width {
    width: 620px;
    float: left;
    line-height: 45px;
}

@media (max-width: 730px) {
    .check_qualification .check_qualification_icon {
        margin-left: 0;
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }

    .check_qualification {
        margin-left: 0;
        width: 100%;
        left: 0;
        padding-left: 0;
    }

        .check_qualification .check_qualification_txt {
            width: 100%;
            text-align: center;
            font-size: 26px;
            margin-bottom: 10px;
        }

        .check_qualification .coveredca {
            float: left;
            width: 100%;
            text-align: center;
        }

            .check_qualification .coveredca img {
                width: 120px;
            }
}

@media (max-width: 979px) {
    .mobileBanner {
        display: block;
    }

    .banner_section {
        width: 100% !important;
        height: auto !important;
    }

    .ex_banner {
        height: auto !important;
    }

    .hidein979 {
        display: none;
    }

    .shop_guidance_section {
        width: 100%;
        float: left;
        padding: 15px 0;
    }
}

#calculator {
    width: 100%;
    margin: 0 auto;
}

    #calculator form fieldset {
        width: 100%;
        float: left;
        border: none;
    }

    #calculator form legend {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        color: #00687f;
        border: none;
        margin-top: 30px;
        margin-bottom: 25px;
    }

    #calculator .form-group {
        width: 100%;
        float: left;
        padding-right: 210px;
        margin-bottom: 20px;
    }

    #calculator .form-control {
        margin-right: -210px;
        width: 210px;
        border: 2px solid #d8d8d8;
        float: left;
    }

.form-control:focus {
    border-color: #00687f !important;
}

#calculator label {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    color: #474747;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.enroll_info_txt {
    width: 100%;
    float: left;
    text-align: center;
    color: #474747;
    font-style: italic;
    margin-bottom: 22px;
}

.monthly_cost_label {
    width: 100% !important;
    float: left !important;
    ;
    line-height: 24px !important;
}

.monthly_cost_section .form-group {
    width: 100%;
    padding-right: 135px;
    float: left;
    position: relative;
}

.mc_result {
    float: left;
    border: none;
    font-size: 30px;
    color: #999999;
    font-weight: 700;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 2px solid #999;
}

. #calculator {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}

#calculator form fieldset {
    width: 100%;
    float: left;
    border: none; /*margin-bottom:25px;*/
}

#calculator form legend {
    color: #7c2230;
    float: left;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
}


#calculator .cal_result {
    background: #fdf9f4;
    border: 1px solid #d8d8d8;
    padding: 14px 10px;
    font-size: 18px;
    border-radius: 10px;
    text-align: center;
    color: #7c2230;
    font-weight: 600;
    margin-bottom: 10px;
}

#calculator p {
    margin-bottom: 20px;
}


/*tool tips*/
.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 275px;
    }

.classic {
    padding: 0.8em 1em;
    background: #E9E9E9;
    border: 1px solid #666;
    font-size: 12px;
    text-align: left;
}

    .classic strong {
        display: block;
        padding-bottom: 5px;
    }

* html a:hover {
    background: transparent;
}

.announcements {
    margin-bottom: 10px;
}

    .announcements h2 {
        font-size: 14px;
        text-transform: none;
        color: #000 !important;
        line-height: 22px;
    }

    .announcements p {
        font-size: 14px;
        text-transform: none;
        color: #000 !important;
        line-height: 22px;
    }

    .announcements font {
        color: #000 !important;
        line-height: 22px;
        background-color: #fff !important;
    }

    .announcements a strong {
        color: blue !important;
        line-height: 22px;
        background-color: #fff !important;
        font-weight: normal;
    }

    .announcements strong {
        line-height: 22px;
    }

    .announcements span {
        line-height: 20px;
        font-weight: 600;
    }

.btnAutowh {
    width: auto !important;
    height: auto !important;
    float: left;
    margin-right: 10px;
    border-radius: 10px !important;
    font-size: 14px;
    padding: 8px 15px;
    line-height: 20px !important;
}

.download_btn_msg {
    width: auto !important;
    height: auto !important;
    float: left !important;
    line-height: 18px !important;
    padding: 5px 10px !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    font-weight: 400;
}

.resTime {
    width: 250px;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    z-index: 1000;
    padding: 10px 0;
    display: none;
}

    .resTime:before {
        background: url(../Images/icons/submenu_up1.png);
        height: 18px;
        width: 30px;
        content: '';
        position: absolute;
        top: -10px;
        right: 10px;
    }

    .resTime li {
        width: 100%;
        float: left;
        list-style: none;
        color: #474747;
        padding: 5px 10px;
        line-height: 18px;
    }

        .resTime li a {
            color: #00687f;
        }

.top_navbar > li:hover .resTime {
    display: block;
}

.margintopempty {
    margin-top: 0 !important;
}

.benefires_table .form_control {
    height: auto !important;
    line-height: 24px;
    padding: 10px !important;
}

.benefits2cols {
    width: 100%;
    float: left;
    table-layout: fixed;
}

    .benefits2cols th, .benefits2cols td {
        width: 50%;
        border-right: 2px solid #f7f7f7;
        padding: 0 !important;
        word-wrap: break-word;
    }

        .benefits2cols th:last-child, .benefits2cols td:last-child {
            border: none;
            padding: 0 !important;
            padding-left: 10px !important;
        }

.planExndTabliphone_label {
    display: none;
}

.tabLabel {
    display: none;
}

div#RemoveDependentModal .buttons_footer {
    display: none;
}
/* Rampradeep | Sep 22 2016*/
.currency {
    padding-left: 24px;
}

.currency-symbol {
    padding: 10px 2px 1px 8px;
}

.cus_tab {
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
}

    .cus_tab ul li {
        list-style-type: none;
        float: left;
        line-height: 20px;
        padding: 5px 15px;
        font-size: 14px;
        display: inline-block;
    }

        .cus_tab ul li.active {
            border-bottom: 1px solid #00687f;
            padding: 5px 10px;
            margin-bottom: -1px;
            font-weight: 500;
            color: #00687f;
            font-size: 16px;
        }

        .cus_tab ul li a {
            color: #606060;
        }

span.Re_subsidy {
    width: 100%;
    float: right;
}

div#Tools .scroll_pager_container {
    top: 0 !important;
}

span.Re_subsidy a {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
    font-size: 14px;
}

    span.Re_subsidy a:hover {
        text-decoration: underline;
    }

div#mediCare li {
    float: left;
    margin-left: 20px;
}

.my_benefits_container.resouce_footer .col-md-6:first-child {
    border-right: 1px dashed #fff;
}


.my_benefits_container.resouce_footer .card_option_title {
    width: auto;
    float: right;
}


.my_benefits_container.resouce_footer .pull-right.col-md-6 {
    display: inline-block;
    text-align: right;
}

.resoucecenter_carousel {
    /*width: 100%;
    float: left;
    height: auto;*/
    background-color: #005467;
    margin-top: 0px !important;
}


.title_textcolor p {
    color: #fff;
    position: relative;
    font-size: 13px;
}

.pageWrapper {
    min-height: 600px;
}

i.fa.green {
    color: #4CAF50;
}

span.doc_status {
    padding-right: 10px;
}

.primary_nav1 ul.toggle_menu li {
    padding: 10px 0 10px 8px;
    display: inline-block;
    line-height: 0;
    margin: 0;
    transition: ease-in 0.2s;
}

    .primary_nav1 ul.toggle_menu li a {
        border-right: 1px solid #d0d0d0;
        padding-right: 7px;
    }

    .primary_nav1 ul.toggle_menu li:hover a {
        border-right: 1px solid #00687f;
    }

.primary_nav1 ul.sub-menu li a {
    border-right: 0;
}

.primary_nav1 ul.toggle_menu li:last-child a {
    border-right: 0;
}

.dropdown li a:hover {
    border: 0 !important;
}

.primary_nav1 ul.toggle_menu li.dropdown.more_link {
    padding: 8px 0 24px 8px;
}

.primary_nav1 ul li:hover, .primary_nav1 ul li:focus, .primary_nav1 ul li:active {
    background: #00687f;
    color: #fff;
    transition: ease-out 0.2s;
}

    .primary_nav1 ul li:hover a {
        color: #fff;
    }

.primary_nav1 ul.sub-menu li {
    padding: 0;
}

    .primary_nav1 ul.sub-menu li a {
        padding: 10px 5px;
        display: inline-block;
        width: 100%;
    }

        .primary_nav1 ul.sub-menu li a:hover {
            background: #fff;
            color: #00687f;
        }

ul.sub-menu:before {
    display: none;
}

.no_event {
    pointer-events: none;
    opacity: 0.5;
}
/*Accordian CSS*/
/*#up_form i.fa.fa-trash-o {
    color: #e74c3c;
}

#up_form .akordeon-heading a:hover i.fa.fa-trash-o {
    color: #00687f;
}

#up_form .akordeon-heading {
    padding: 0 40px 5px 5px;
}

#up_form .akordeon-item .akordeon-item-head {
    border: 0;
    background: #E0F7FA !important;
    border-radius: 15px 15px 0px 0px;
    padding: 8px 8px 2px 8px;
    margin: 0;
}

#up_form .akordeon-item.akordeon-item-first .akordeon-item-head {
    border: 0;
    margin: 0;
}

#up_form .akordeon-item.expanded .akordeon-icon span {
    top: 42%;
}

#up_form .akordeon-icon {
    width: 28px;
    border-radius: 30px;
    height: 28px;
    top: -2px;
}

#up_form .akordeon-item-content {
    border: 0;
    border-bottom: 3px solid #e0f7fa;
    border-right: 3px solid #e0f7fa;
    border-left: 3px solid #e0f7fa;
    border-radius: 0;
    padding: 5px 5px 5px 5px;
}


#up_form .akordeon-icon span {
    font-size: 22px;
}

#up_form .akordeon-item {
    margin-bottom: 15px;
}*/

.form-control.con_textarea {
    font-weight: 100;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
}

/* Rampradeep | Sep 22 2016 END*/
/* Rampradeep | Sep 24 2016*/
.width70 {
    width: 70%;
}

.ben_res {
    height: 250px;
    padding: 22px 0 0 0;
}

    .ben_res .card_option_title {
        float: inherit;
        text-align: center;
    }

    .ben_res .owl-carousel .owl-item img {
        width: 155px;
        margin: 0 auto;
        display: block;
    }

    .ben_res .BridgeFront .container, .ben_res .BridgeFront .container .pull-right {
        width: 100%;
    }

    .ben_res .category_list .owl-item {
        height: 175px;
    }

.my_benefits_container.ben_res {
    height: 250px;
}

    .my_benefits_container.ben_res .BridgeFront {
        text-align: center;
    }

    .my_benefits_container.ben_res .category_list li {
        display: flex;
    }

.ben_res .BridgeFront img {
    margin: 0;
}

    .ben_res .BridgeFront img:hover {
        margin: 0;
    }

.my_benefits_container.ben_res .category_list li:hover h5,
.my_benefits_container.ben_res .category_list li:hover p {
    color: #fff;
}

.my_benefits_container.ben_res .category_list li:hover {
    background: #005467;
}
/*.my_benefits_container.ben_res .category_list li:hover .bridgefrontlogo_icon {
    background: url(../images/icons/bridgefrontlogoblue.jpg) no-repeat top center;
}*/
/*First-column- Freezed*/
/*#settings .first_col_freeze table.dataTable thead th:first-child {
    padding-top: 15px;
}

#settings .first_col_freeze table.dataTable thead th:first-child,
#settings .first_col_freeze .set_page table.dataTable tbody td:first-child {
    position: absolute;
    left: 0;
    width: 200px !important;
    min-height: 39px;
    z-index: 99;
}*/

/*.first_col_freeze table.dataTable tbody tr {
    height: 50px;
}

#settings .first_col_freeze table.dataTable thead th:nth-child(2),
#settings .first_col_freeze table.dataTable thead td:nth-child(2) {
    padding-left: 230px;
}

#settings .first_col_freeze table.dataTable tbody td:nth-child(2) {
    padding-left: 230px;
}

#settings .first_col_freeze table.dataTable thead th, table.dataTable thead td {
    min-width: 85px;
}*/


/*#settings .first_col_freeze .set_page table.dataTable tbody tr:nth-child(odd) td:first-child,
#settings .first_col_freeze .set_page table.dataTable tbody tr:hover td {
    background-color: #f7f7f7 !important;
}

#settings .first_col_freeze .set_page table.dataTable tbody tr:nth-child(even) td:first-child {
    background-color: #fff;
    min-height:32px;
}*/

/* Rampradeep | Sep 24 2016 END*/
/* Rampradeep | 20June2016 */

@media(max-width: 768px) {
    .topbar {
        height: inherit;
    }

    ul.top_navbar li {
        font-size: 14px;
    }

    div#type3Asset label {
        display: inline-block;
        max-width: 300px;
    }
}

@media(max-width:629px) {
    .list_plan_responsive_col_header.tb_body_office_visit_head,
    .tb_body_office_visit, .tb_body_deductible,
    .list_plan_responsive_col_header.tb_body_deductible_head {
        display: none;
    }
}

@media(max-width: 452px) {
    ul.top_navbar li {
        font-size: 12px;
        padding: 0 2px;
    }

    div#type3Asset label {
        display: inline-block;
        max-width: 200px;
    }
}

@media(max-width: 560px) {

    .new_plan_table tr td {
        float: left;
        text-align: center;
        width: 100%;
    }

        .new_plan_table tr td:first-child {
            margin-top: 30px;
            width: 100%;
        }
}

/*Rampradeep | 22-06-2016*/

ul.sub-menu {
    display: none;
    width: 185px;
    position: absolute;
    top: 33px;
    left: 0px;
    transition: ease-in-out 1s;
    padding: 2px;
    background: #00687f;
    border-top: 1px solid #fff;
    z-index: 11000;
}

ul.toggle_menu li.dropdown:hover ul.sub-menu {
    display: block;
}

ul.sub-menu li {
    display: inline-block;
    width: 100%;
    height: inherit;
    background: #00687f;
    margin: 0;
    padding: 6px 10px 10px 10px;
    transition: ease-out 0.2s;
}

    ul.sub-menu li a {
        color: #fff;
    }

li.dropdown {
    position: relative;
}

ul.sub-menu li:hover {
    background: #fff;
    color: #00687f !important;
    transition: ease-in 0.3s;
}

    ul.sub-menu li:hover a {
        color: #00687f;
    }

ul.sub-menu:before {
    content: '';
    position: absolute;
    background: url(../images/icons/submenu_up.png);
    width: 14px;
    height: 9px;
    top: -9px;
    right: 135px;
}

.help_halth_insurance_section {
    margin-top: 24px;
}
/*.r-tabs .r-tabs-nav a.r-tabs-anchor {
    padding: 10px 18px;
}*/

/*Accordian Customized*/

.cus_acc .akordeon-item-head.akordeon-border-bottom {
    border: 0;
    border-radius: 0;
}

.cus_acc .akordeon-icon {
    background: #00687f;
    width: 30px;
    height: 30px;
    border-radius: 0;
    margin-top: 10px;
    left: 0;
}

    .cus_acc .akordeon-icon span {
        color: #ffffff;
        font-size: 24px;
        top: -9px;
    }

.help_accordian_container .cus_acc .akordeon-heading {
    margin-left: 10px;
}

.cus_acc .akordeon-item-content {
    padding: 5px 10px 0 42px;
    border: 0;
    border-radius: 0;
    background: #f2f2f2;
}

.cus_acc .akordeon-item .akordeon-item-head {
    border: 0;
    border-radius: 0;
}

.cus_acc .akordeon-item .akordeon-item-head {
    height: 38px;
}

/*iframe - HealthCareReform CSS*/

.help_halth_insurance_header.pattern_bg li, .help_halth_insurance_header.pattern_bg p {
    line-height: 28px;
    font-size: 16px;
}

.help_halth_insurance_header.pattern_bg h1 font {
    color: #00687f;
    font-size: 26px;
}

.help_halth_insurance_header.pattern_bg h1, .help_halth_insurance_header.pattern_bg p {
    padding: 0 0 24px;
}

.help_halth_insurance_header.pattern_bg #calculator form legend {
    color: #00687f;
    margin: 0 0 0 5px;
    position: absolute;
    top: -22px;
    left: 0;
}

.help_halth_insurance_header.pattern_bg #calculator form fieldset {
    padding: 10px 5px;
    margin: 10px 0 40px 0;
    position: relative;
}

.help_halth_insurance_header.pattern_bg #calculator p {
    padding: 0 11px 10px;
}

/*Responsive CSS*/

@media(max-width:768px) {

    ul.sub-menu:before {
        display: none;
    }

    ul.sub-menu {
        position: relative;
        top: 0;
        left: 0;
        background: #015669;
        width: 100%;
    }

        ul.sub-menu li {
            background: #015669;
            padding: 0;
            border-bottom: 1px solid #00687f;
        }

            ul.sub-menu li:last-child {
                border: 0;
            }

            ul.sub-menu li a {
                padding: 5px 8px;
            }

            ul.sub-menu li:hover a {
                color: #015669 !important;
            }
}

span.mand_field {
    color: red;
    display: inline-block;
}

/*Rampradeep | 22-06-2016 END*/
/*RSS Feeds page | 04Aug16 */
/*#settings .add_client_table table.dataTable thead th, 
.add_client_table table.dataTable thead td{
    padding: 5px 20px;
}*/

#settings .ann_list.ann_page.ann_table table.add_cc.dataTable tbody td:first-child,
#settings .ann_list.ann_page.ann_table table.add_cc.dataTable thead th {
    width: 80px !important;
}
/*#settings .add_client.add_rss table.dataTable tbody td:first-child,
#settings .add_client.add_rss table.dataTable thead th {
    width: inherit !important;
}*/

/*Setting Page Customized CSS for Freeze First column*/
/*#settings .set_page table.dataTable thead th:first-child {
    position: absolute;
    height: 40px;
}

#settings .set_page table.dataTable tbody td:first-child {
    position: absolute;
    height: 38px;
    background: #f0fbfd;
}

#settings .set_page table.dataTable thead th:first-child {
    padding: 5px 10px 0 10px;
    width: 152px !important;
}*/

/*#settings .set_page table.dataTable thead th:nth-child(2),
#settings .set_page table.dataTable tbody td:nth-child(2) {
    padding-left: 250px;
}*/

/*#settings .set_page table.dataTable tbody tr {
    height: 50px;
}*/

/*Setting Page Customized CSS for Freeze First column END*/

/*Resource > Briefings menuitem Issues - 16Aug16*/

div#briefings .container.section_page .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    width: 35px;
}

.resou_page .dataTables_wrapper .dataTables_paginate .paginate_button,
.section_page .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px;
    margin: 0 2px;
    color: #00687f !important;
}

    .resou_page .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .section_page .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background-color: #00687f !important;
        background: none;
        border-radius: 34px;
        padding: 2px;
        border: 0;
        color: #fff !important;
    }

    .resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
    .resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .resou_page .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
    .section_page .dataTables_wrapper .dataTables_paginate .paginate_button.next,
    .section_page .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
    .section_page .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
    .section_page .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
        padding: 2px 10px !important;
        margin: 0 2px !important;
        border: 0;
        font-size: 16px;
        border-radius: 34px;
    }

/*Resource > Briefings menuitem Issues END*/

/*UI for alert*/
/*Success*/
.alert.alert-success {
    position: absolute;
    color: #ffffff;
    z-index: 9;
    top: 0;
    background: rgba(76,175,80,0.9);
    height: 40px;
    line-height: 24px;
    font-size: 16px;
    padding: 8px 0 0 0;
}

    .alert.alert-success .fa {
        padding-right: 10px;
        font-size: 20px;
        vertical-align: middle;
        margin-top: -4px;
    }

/*Warning*/
.alert.alert-warning {
    position: fixed;
    color: #ffffff;
    z-index: 9;
    top: 0;
    background: rgba(243,156,18,0.9);
    height: 40px;
    line-height: 24px;
    font-size: 14px;
    padding: 8px 0 0 0;
}

.alert .fa {
    padding-right: 5px;
}

.alert.alert-success .fa {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    margin-top: -4px;
}
/*UI for alert END*/

/*Announcement content modal UI*/

.modal_body div#annoucementcontent li {
    padding: 5px 0;
    margin-left: 25px;
}

/*Centering the modal dialog */
/*#SectionModal {
    width: 400px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -200px;
    padding: 20px;
}*/

/*Upload page - popup*/

/*div#SectionModal a#frm_cancel {
    color: currentColor;
}

div#SectionModal {
    top: 25%;
}

    div#SectionModal .modal-header {
        border: 0;
    }*/

/*div#SectionModal .modal-body {
    display: none;
}*/

/*div#SectionModal a#confirmyes {
        padding: 0;
    }

    div#SectionModal a#frm_cancel {
        padding: 0;
        border-radius: 15px;
    }

        div#SectionModal a#frm_cancel:hover {
            color: #fff;
        }

div#DocumentModal a#frm_cancel {
    color: currentColor;
}

div#DocumentModal {
    top: 25%;
}

    div#DocumentModal .modal-header {
        border: 0;
    }*/

/*div#DocumentModal .modal-body {
    display: none;
}*/

/*div#DocumentModal a#confirmYees {
        padding: 0;
    }

    div#DocumentModal a#frm_cancel {
        padding: 0;
        border-radius: 15px;
    }

        div#DocumentModal a#frm_cancel:hover {
            color: #fff;
        }*/


div#SectionModal {
    top: 25%;
}

    div#SectionModal a#frm_cancel, div#SectionModal a#confirmyes {
        width: 15%;
        float: right;
        height: 40px;
        background: #cf8b2a;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    div#SectionModal a#confirmyes {
        background: #00687f;
        margin-left: 15px;
    }

    div#SectionModal a#frm_cancel:hover {
        color: #fff;
        text-decoration: none;
        background: #b57a25;
        cursor: pointer;
    }

    div#SectionModal a#confirmyes:hover {
        color: #fff;
        text-decoration: none;
        background: #00687f;
        cursor: pointer;
    }

.modal-title {
    color: brown;
}




div#DocumentModal {
    top: 25%;
}

    div#DocumentModal a#frm_cancel, div#DocumentModal a#confirmYees {
        width: 15%;
        float: right;
        height: 40px;
        background: #cf8b2a;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 40px;
        line-height: 40px;
        padding: 0 20px;
    }

    div#DocumentModal a#confirmYees {
        background: #00687f;
        margin-left: 15px;
    }

    div#DocumentModal a#frm_cancel:hover {
        color: #fff;
        text-decoration: none;
        background: #b57a25;
        cursor: pointer;
    }

    div#DocumentModal a#confirmYees:hover {
        color: #fff;
        text-decoration: none;
        background: #00687f;
        cursor: pointer;
    }

.modal-title {
    color: brown;
}




/*th, td { white-space: nowrap; }
    div.dataTables_wrapper {
        margin: 0 auto;
    }
 
    div.dataTables_wrapper {
        width: 70%;
    }*/
#settings .ann_list.ann_page table.add_cc.dataTable thead th.cust_th_desc {
    width: 350px !important;
}

.desc_content {
    width: 218px;
    display: inline-block;
    float: left;
}

.desc_viewmore {
    display: inline-block;
    float: right;
}

#settings .ann_list.ann_page table.add_cc.dataTable thead th.status_dt,
#settings .add_client table.add_cc.dataTable thead th.status_dt {
    padding-right: 20px;
}

#settings .add_client table.add_cc.dataTable thead th.cust_th_desc {
    width: 300px !important;
}

/*Upload page - popup END*/
/*Announcement content modal UI END*/

/*More menu Global*/

li.dropdown.more_link ul.sub-menu {
    right: 0;
    left: inherit;
    top: 32px;
}

    li.dropdown.more_link ul.sub-menu:before {
        right: 5px;
    }

li.dropdown.more_link span.fa.fa-angle-down {
    padding-left: 5px;
    font-size: 16px;
}


.no_records {
    display: inline-block;
    width: 100%;
    text-align: center;
}

span#img_wh {
    width: 495px !important;
}

div#annoucementcontent {
    width: 100%;
    min-width: 686px;
}

div#SelectClientName .validation_field_container {
    width: 78%;
}

div#SelectClientName .chosen-select-searchable {
    width: 100%;
}

.error_msg.cus_error {
    top: -10px;
}

.logo_preview {
    display: block;
}

.cus_container {
    display: inline-block;
    padding: 8px;
    border-radius: 12px;
    border: 2px solid #005467;
    width: 100%;
}

div#announcementModal {
    width: 795px !important;
}

a.sur_bk.btn.btn_secondary {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*Home Page - BridgeFront LOGO*/

.BridgeFront {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

    .BridgeFront img {
        /*background: url(../images/BenefitLogo/imageedit_11_8991005226.png) no-repeat top center;*/
        display: block;
        width: 184px;
        margin: 10% 0 10px -11px;
    }

        /*.BridgeF:hover {
    background: url(../images/BenefitLogo/bridgefrontlogo-ConvertImage.png) no-repeat top center;
    background: #fff;

}*/

        .BridgeFront img:hover {
            display: block;
            width: 184px;
            margin: 10% 0 10px -11px;
        }

.BridgeF .card_option_title h4:hover {
    color: #024756;
}

.BridgeF:hover .card_option_title h4 {
    color: #fff !important;
}

.add_client_btn.btn-theme a:hover {
    color: #fff;
    text-decoration: none;
}



/*NeedHelp-Client Contact information is getting displayed beyond the information box */
li.needhelp_pop span, li.needhelp_pop p {
    overflow-wrap: break-word;
    display: block;
    line-height: 32px;
}




/*Home Page - BridgeFront LOGO END*/

/*div#SectionModal {
    width: 520px;
}*/
/*Media Query*/

/*Tab Mode*/
@media(max-width: 768px) {

    div#annoucementcontent {
        min-width: 500px;
    }

    li.dropdown.more_link ul.sub-menu {
        top: 0;
        right: 0;
    }

    span#img_wh {
        width: 265px !important;
    }
}

/*@media(max-width: 728px) {
    #settings .set_page table.dataTable thead th:first-child {
        padding: 15px 10px 0px 10px;
    }
}*/

/*Mobile Mode*/
@media(max-width:420px) {
    div#annoucementcontent {
        min-width: 270px;
    }

    .BridgeFront img {
        width: 200px;
    }

    .BridgeFront nobr {
        font-size: 12px;
    }
}

/*data table select*/

select {
    color: black;
}


table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
}

table.dataTable thead {
    background-color: #999999;
}

span.marker {
    background-color: yellow;
}

table.doc_table {
    width: 100%;
}

/*Added by Ravindran for textarea in Add client contacts*/

.con_textarea {
    width: 77% !important;
    height: 100px !important;
    line-height: normal !important;
}

/*Added by rampradeep on 29Sep16*/

li.showHelpRes {
    cursor: help;
}

.ben_res .category_list li p {
    font-size: 13px;
}

/*Added by rampradeep on 29Sep16 END*/
/*Media Query END*/

/*bootstrap modal dialog*/

/*.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}


.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}*/
/*bootstrap modal dialog end */

span.datepicker_icon.dtDateofBirth {
    height: 50px;
}

span.datepicker_icon.dtMarriageDate {
    height: 50px;
}

.table_responsive.msg_dt table.dataTable tbody th,
.table_responsive.msg_dt table.dataTable tbody td:first-child {
    width: inherit;
    line-height: inherit !important;
}

.table_responsive.msg_dt table.dataTable tbody tr {
    background-color: #ffffff !important;
}

    .table_responsive.msg_dt table.dataTable tbody tr.selected {
        background-color: #f7f7f7;
    }

.table_responsive.msg_dt .commonTable > tbody > tr:nth-child(odd) > td {
    background-color: #fff;
}

.height32 {
    height: 32px !important;
}

td.msg_first_td {
    float: left;
    margin-left: -3px;
}

.last_td {
    margin-left: 40px;
}

.msg_dt input.from_chkbx {
    display: inline-block;
    position: relative;
    top: 2px;
}

.wrapper_row {
    width: 100%;
    padding: 2% 0;
    display: inline-block;
}

.kcares_row h2 {
    margin-bottom: 5px;
}

.new_ann_msg {
    display: inline-block;
    width: 100%;
    background-color: #f7f7f7;
    padding: 5px 10px 10px 10px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 24px;
}

.in_block {
    display: inline-block;
}

.margin_topbt8 {
    margin-top: 8px;
    margin-bottom: 8px;
}

.kcares_table tr {
    width: 1%;
}

table.kcares_table {
    margin-top: 5px;
}

.th_center {
    text-align: center !important;
}

.kcares_wid {
    margin-top: 20px;
}

.kcarestraingvideo {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
}

input#RoleId {
    opacity: 1 !important;
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.unbold {
    font-weight: normal;
}

a.hover_href:hover {
    text-decoration: underline;
}

.selectedRow_msg > td, .selectedRow_msg {
    background: #fff7ca !important;
}

.siteCore_client_logo {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-right: 20px;
}

    .siteCore_client_logo .title, .siteCore_client_logo .cl_img {
        width: 100%;
        float: left;
    }

        .siteCore_client_logo .cl_img img {
            max-width: 100%;
        }

    .siteCore_client_logo .title {
        padding: 2px 5px;
        background: #f7f7f7;
        border-radius: 5px;
        margin-bottom: 13px;
        color: #00687f;
    }

.bold_star {
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    float: left;
    margin-right: 3px;
}

.dataTables_empty {
    white-space: nowrap !important;
}

.accordian-tbl-cnt > tbody > tr > td {
    border: none !important;
}

.accord-table {
    width: 100%;
    float: left;
    table-layout: fixed;
}

.small_td_action {
    width: 66px !important;
    text-align: right;
}

.txleft {
    text-align: left !important;
}

.accord-table tr td {
    font-size: 18px;
    padding: 5px 10px !important;
}

.sectionTable td {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

select {
    font-family: 'Open Sans', sans-serif !important;
}

.thirdpartContent * {
    font-family: 'Open Sans', sans-serif !important;
}

#settings .add_client table.add_cc.dataTable thead th:first-child {
    text-align: center;
}

.edit_th {
    width: 68px !important;
}

.action_th {
    width: 68px !important;
}

.table-static-width-cols {
    table-layout: fixed;
    width: 100%;
}

.ml10 {
    margin-left: 10px !important;
}

.mandatory_popup .session_expaire_header {
    padding: 0;
    text-align: center;
}

.mandatory_popup .session_count_txt {
    padding: 0;
    text-align: center;
    width: 100%;
    float: left;
}

.mandatory_popup .session_expaire_btns_container, .mandatory_popup .session_expaire_question {
    padding: 0;
    text-align: center;
}

.iframe_top_btn_container {
    width: 100%;
    float: left;
}

    .iframe_top_btn_container .btn_slight_large {
        border-radius: 15px;
        float: right;
    }

.noteAlignment {
    padding-left: 20px;
}


/*Reset Password correct selection*/
.captchmssg {
    position: relative;
    width: 100%;
    top: 150px;
}

.captchdiv {
    width: 73.5%;
    float: left;
}

.healthwellness {
    FONT-SIZE: 14px;
    FONT-FAMILY: 'Arial', Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    COLOR: #303030;
    margin-top: 100px;
}

.rsouce_part {
    padding-left: 20px;
}

.publishedby {
    padding-right: 20px;
    font-size: 13px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .icon_btn.fileUpload input {
        padding-right: 5px;
        padding-bottom: 5px;
        padding-top: 5px;
    }
}

.fileupload_control {
    width: 49%;
    float: right;
    height: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(htc/border-radius.htc);
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 48px;
    outline: none;
}


.delete_client_btn {
    display: inline-block;
    float: right;
}

    .delete_client_btn a {
        background: #00687f;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 20px !important;
        border-radius: 15px;
        float: right;
        font-weight: 600;
        padding: 0 15px !important;
        min-width: 160px;
        text-align: center;
    }

        .delete_client_btn a:hover, .delete_client_btn a:focus {
            background: #005467 !important;
            color: #fff !important;
        }
.docdescupload_control {
    width: 49%;
    float: left;
    height: 45px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(htc/border-radius.htc);
    border: 1px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 48px;
    outline: none;
}

.fileupfileName {
    font-size: 14px;
    font-weight: 600;
    color: #7c2230;
    display: block;
    line-height: 70px;
    width: 200%;
    float: left;
    height: 30px;
    border-radius: 10px;
}