﻿@charset "utf-8";
/* CSS Document */


html {
    overflow-x: hidden;
    min-height: 100%;
}

a:link,
a {
    color: #006642;
}

    a:focus {
        border: 0 !important;
    }

    a:hover {
        border: 0 !important;
        color: #006642;
    }

html {
    background-color: #fff !important;
}

    html body {
        /*font-family: 'PT Sans', sans-serif !important;*/
        font-family: 'Roboto', sans-serif !important;
        height: 100%;
        color: #717075 !important;
        background-color: #fff !important;
        font-size: 14px !important;
    }


body, a:link, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea, legend {
    /*font-family: 'PT Sans', sans-serif !important;*/
    font-family: 'Roboto', sans-serif !important;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #919092 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #919092 !important;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #919092 !important;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #919092 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #919092 !important;
}

::placeholder { /* Most modern browsers support this now. */
    color: #919092 !important;
}

a:focus {
    outline: none !important;
    box-shadow: none !important;
}

h4 {
    font-size: 18px;
}

.font-bold {
    font-weight: 600;
}


.topbar.header {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e9e9e9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#e9e9e9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
    clear: both;
    display: inline-block;
    padding: 0px 0px 3px 0px;
    box-sizing: border-box;
    width: 100%;
    display: table;
    z-index: 300;
    min-height: 50px;
    border-top: 7px solid #006642;
    /*height: auto*/
    height:70px;
    max-height:70px !important;
}

/****Firefox only ******/
@-moz-document url-prefix() {
    .header {
        height: 80px !important;
    }
}


.topbar {
    position: fixed;
}


.toggle-handel {
    display: table-cell;
    width: 50px;
    border-right: 1px solid #abb7b7;
    text-align: center;
    /*float:left;*/
    padding: 5px 0px;
    background-color: #fff;
    box-sizing: border-box;
    line-height: 40px;
    min-height: 40px;
    box-sizing: border-box;
}

    .toggle-handel:hover {
        cursor: pointer;
    }

    .toggle-handel.active {
        width: 220px;
        text-align: left;
        padding-left: 24px;
    }

.topbar-left .logo {
    font-size: 25px;
    color: #013243;
    padding: 0px 0px 0px 0px;
    margin: 11px 0 0 40px;
    /*display:table-cell;*/
    display: inline-block;
    background-image: url("../../images/logo.png");
    background-repeat: no-repeat;
    width: 265px;
    height: 41px;
    text-indent: -9999px;
    vertical-align: top;
    object-fit: contain;
    background-size: contain;
}

.logo span {
    color: #6c7a89;
    padding-left: 5px;
    display: inline-block;
}

.tag {
    color: #6c7a89;
    font-size: 18px;
    display: inline-block;
    border-left: 1px solid #70757b;
    padding: 5px 0 5px 10px;
    margin-left: 10px;
}

    .tag span {
        color: #00494e !important;
        font-size: 20px;
        display: inline-block;
        padding: 0 5px;
    }

.top-right {
    /*float:left;*/
    padding: 0 77px 0 20px;
    text-align: right;
    /* display:table-cell; */
    vertical-align: top;
    position: relative;
    float: right;
}

.right-menu i {
    font-size: 18px;
    margin-right: 5px;
    color: #6c7a89;
}

#ctl00_tdLogin {
    /* height:1px;
    overflow:hidden;*/
}

.right-menu .notification {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    background-color:#006642;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    right: -6px;
    top: -5px;
}

.top-right ul {
    padding: 0;
    margin: 3px 10px 0 0;
    display: inline-block;
    vertical-align: top
}

    .top-right ul li {
        display: inline-block;
        padding: 13px 8px 0px 8px;
        margin: 0;
        text-align: right;
    }

        .top-right ul li a {
            position: relative;
        }

.tbl-spacing {
    margin-top: -8px;
}

    .tbl-spacing i {
        font-size: 17px;
        margin-right: 3px;
    }

.dropdown-menu {
    margin: 0;
    margin-top: 15px;
    padding: 0;
    right: 0;
    border-top: 0;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(148,148,148,0.35);
    -moz-box-shadow: 2px 3px 5px 0px rgba(148,148,148,0.35);
    box-shadow: 2px 3px 5px 0px rgba(148,148,148,0.35);
}

.topbar-left {
    /* display: table-cell; */
    display: inline;
}

.agent-agency.topmenu {
    color: #006642;
    padding: 12px 0 0 55px;
}

    .agent-agency.topmenu a {
        color: #ffffff;
        background-color: #006642;
        border-radius: 3px;
        padding: 6px 7px 6px 7px;
        min-width: 120px;
        display: inline-block;
    }

    .agent-agency.topmenu a:hover {
        color: #ffffff;
        text-decoration: none !important;
        background-color: #009963;
    }

    .agent-agency.topmenu .loginPanel .action-icon-row {
        position: relative;
        /*display:flex;*/
    }

    .agent-agency.topmenu .loginPanel .action-icon-row a {
        background-color: transparent !important;
        padding: 0px !important;
        float:left;
    }

    /*.agent-agency.topmenu .loginPanel .action-icon-row a#ctl00_lnkSTLDQuote {
            width:0;
            min-width:0;
            display:none;
        }*/

    .agent-agency.topmenu .loginPanel {
        width: 254px;
        padding: 0px 0 !important;
        /* height: 233px !important;*/
        visibility: hidden;
        display:none;
    }

        .agent-agency.topmenu .loginPanel .icon-block {
            width: 126px !important;
        }

            .agent-agency.topmenu .loginPanel .icon-block  span{
                width:100px;
            }

            .agent-agency.topmenu label {
                line-height: 5px !important
            }

#ctl00_lblAEName {
    color: #006642 !important;
}

.dropdown-menu ul {
    display: block;
}

    .dropdown-menu ul li {
        list-style: none;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
        padding: 0;
        text-align: left;
        display: block;
        position: relative;
    }

        /* .dropdown-menu ul li:after{
	position:absolute;
	width:0%;
	height:100%;
	left:0;
	bottom:0;
	z-index:-1;
	content:'';
	opacity:0;
	background-color:#f6754f;
}

.dropdown-menu ul li:hover:after{	
	width:100%;
	opacity:1;
	transition:all .5s ease-out;
	-moz-transition:all .5s ease-out;
	-webkit-transition:all .5s ease-out;

} */

        .dropdown-menu ul li:last-child {
            border-bottom: none;
        }

        .dropdown-menu ul li a {
            font-size: 15px;
            display: block;
            padding: 7px 12px;
            transition: all 0.3s;
        }

            .dropdown-menu ul li a:hover {
                background-color: #5eadb4;
                color: #fff;
            }

.top-right ul li:first-child {
    border-left: none;
}

.userinfo {
    display: inline-block;
}

.contact-info {
    color: #717075;
    font-size: 13px;
    vertical-align: top;
    padding-top: 16px;
    padding-left: 30px;
}

    .contact-info .fas {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: top;
    }

    .contact-info label {
        margin-top: -1px;
    }

label#ctl00_BrokerPhone {
    margin-top: 2px;
}

.userinfo a {
    color: #6c7a89;
}

    .userinfo a:hover {
        text-decoration: none;
    }

.userinfo img {
    margin: 0 10px;
}

.topSearch {
    display: table-cell;
    vertical-align: middle;
}

    .topSearch .form-control {
        -webkit-box-shadow: 1px 2px 2px 0px rgba(148,148,148,0.35);
        -moz-box-shadow: 1px 2px 2px 0px rgba(148,148,148,0.35);
        box-shadow: 1px 2px 2px 0px rgba(148,148,148,0.35);
        border: 1px solid #ccc !important;
        margin-left: 25%;
    }

.searchIcon {
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-position: top 8px right 20px;
    margin-top: 0 !important;
}

.topSearchFieled {
    border-radius: 50px !important;
}

.left-sidebar {
    /*position: absolute;
	position: fixed;*/
    width: 155px;
    height: 100vh;
    height: 100%;
    top: 0;
    z-index: 500;
    padding-top: 80px;
    background: #f6f6f6;
    float: left;
    position: fixed;
    border-right: 1px solid #cccccc;
    transition: ease-out .3s all;
}

    .left-sidebar .sidebar-nav ul li a {
        width: 100%;
        transition: all 0.2s;
    }

        .left-sidebar .sidebar-nav ul li a i {
            color: #717075;
            width: 30px;
        }

        .left-sidebar .sidebar-nav ul li a.current i {
            color: #ffffff;
        }

        .left-sidebar .sidebar-nav ul li a:hover {
            background-color: #006642;
            color: #fff;
            text-decoration: none;
        }

            .left-sidebar .sidebar-nav ul li a:hover i {
                color: #fff;
            }

.sidebar-nav {
    padding: 0px 0 0 0px;
}

    .sidebar-nav ul {
        margin: 0px 0 0 0;
        padding: 0px;
    }

        .sidebar-nav ul > li {
            margin-bottom: 8px;
            text-align: center;
            position: relative;
            list-style: none;
            /* border-bottom: 1px solid #696f77;*/
        }

    .sidebar-nav li a.current {
        color: #fff;
        background-color: #006642;
    }

    .sidebar-nav li > a {
        width: 100%;
        ;
        display: inline-block;
        padding: 5px 0px 5px 15px;
        color: #333;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
    }

    .sidebar-nav li.hamburger {
        margin-bottom: 0;
    }

.left-sidebar .sidebar-nav ul li.hamburger a:hover {
    background-color: transparent;
}

.sidebar-nav li.hamburger > a {
    padding-right: 10px;
}

.sidebar-nav li a.active {
    background-color: #242a31;
}

    .sidebar-nav li a.active i {
        color: #476a77;
    }

.sidebar-nav ul .content ul li a {
    padding: 3px 6px 3px 10px !important;
    list-style: none;
    margin: 0;
    text-align: left;
    color: #b4b9bf
}

.sidebar-nav .active > span {
    color: #fff !important;
}

.sidebar-nav li .content {
    display: none;
    top: 0 !important;
    /*background-color:#013243;
	width:230px
    right:-230px;
    ;*/
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 200;
}

.sidebar-nav .panel ul {
    border-bottom: 1px solid #5c636c;
}


.sidebar-nav li:hover {
    /*background-color:#242a31;*/
    transition: all .5s ease-out;
}

.sidebar-nav hr {
    width: 75%;
    border-top: 1px solid #717075;
}


.sidebar-nav li:hover i, .sidebar-nav li:hover a span {
    color: #fff;
    text-decoration: none !important;
}

.sidebar-nav ul li a .dashboard {
    background-image: url(../images/dashboard-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 29px;
    height: 25px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .dashboard, .sidebar-nav ul li a.active i.dashboard {
    background-position: 0 -27px;
}

.sidebar-nav ul li a p {
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar-nav ul li a .company {
    background-image: url(../images/company-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 30px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .company, .sidebar-nav ul li a.active i.company {
    background-position: 0 -32px;
}

.sidebar-nav ul li a .employee {
    background-image: url(../images/employee-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 32px;
    height: 25px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .employee, .sidebar-nav ul li a.active i.employee {
    background-position: 0 -27px;
}


.sidebar-nav ul li a .case {
    background-image: url(../images/casemanagement-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 27px;
    height: 26px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .case, .sidebar-nav ul li a.active i.case {
    background-position: 0 -28px;
}


.sidebar-nav ul li a .timesheet {
    background-image: url(../images/timesheet-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 26px;
    height: 30px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .timesheet, .sidebar-nav ul li a.active i.timesheet {
    background-position: 0 -32px;
}

.sidebar-nav ul li a .help {
    background-image: url(../images/help-icon.png) !important;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.sidebar-nav ul li a:hover .help, .sidebar-nav ul li a.active i.help {
    background-position: 0 -32px;
}



.sidebar-nav li i {
    color: #fff;
    font-size: 20px;
}

.sidebar-nav li.active a {
    color: #fb9678;
    font-weight: 500;
    border-left: 3px solid #fb9678;
}

#content-wrap {
    width: 98%; /***** Safari *****/
    width: calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
    float: right;
    box-sizing: border-box;
    transition: ease-out all .3s;
    box-sizing: border-box;
    padding-right: 80px;
    padding-left: 15px;
}

    #content-wrap.full {
        width: calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }

    #content-wrap.left-sidebar-open {
        width: calc(100% - 180px);
        width: -webkit-calc(100% - 180px);
    }

#content-wrap2 {
    width: 100%;
    float: left;
    box-sizing: border-box;
    transition: ease-out all .3s;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
}


/* Bread Crumb */

.app-breadcrumb {
    margin: 0;
    padding: 5px 25px;
    border-bottom: 1px solid #e3e3e4;
    list-style: none;
    background: none;
    border-radius: 0;
    min-height: 31px;
}

.breadcrumb-top {
    position: relative;
    top: 80px;
    padding-left: 190px;
    margin-bottom: 20px;
    transition: ease-out all .3s;
}


    .breadcrumb-top.full {
        padding-left: 50px;
    }

.app-breadcrumb li {
    display: inline-block;
    font-size: 13px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
}

/* Tabs */

.nav-tabs .nav-link {
    border: 0;
    padding: 0;
    padding-right: 20px;
    padding-left: 5px;
    position: relative;
    color: #999;
}

    .nav-tabs .nav-link.active::after {
        width: 100%;
        background-color: #006642;
        height: 2px;
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #5eadb4;
    }

/* Text Colors */

.text-orange {
    color: #006642 !important;
}

.text-turquoise {
    /*color: #006642 !important;*/
}

.header-space {
    margin-top: 60px;
    display: inline-block;
}


.main-content {
    margin: 80px 10px 0 0;
    box-sizing: border-box;
    width: 100%;
}

.mainHeading {
    font-size: 22px;
    color: #026d47 !important;
    font-weight: normal;
    border: 0;
    padding: 3px 0px 3px 0;
}

    .mainHeading.mb-3 {
        margin-bottom: 0px !important;
    }
h1.mainHeading {
    /*width:300px !important;*/
}
        /******* To Align Heading when there is form after the heading ********/
        .left-Padding {
    padding-left: 8px !important;
}

h2 {
    font-size: 20px;
}

.backLink {
    background-image: url(../images/back-arrow.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    font-size: 24px;
}

    .backLink a {
        color: #0099ff;
        text-decoration: none;
        padding-right: 15px;
        font-size: 14px;
    }


.steps-bg {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 3px 0px;
    text-align: center;
    float: left;
    background-color: #e6ebf1;
    border-bottom: 1px solid #abb7b7;
    position: fixed;
    top: 0px;
    z-index: 10;
}

.steps li img {
    background-color: #e6ebf1;
}


.steps {
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

    .steps ul {
        padding: 0;
        margin: 10px auto 10px auto;
        position: relative;
        display: table;
        width: auto;
    }

        .steps ul li {
            position: relative;
            z-index: 10;
            padding: 0 25px 0 25px;
            margin: 0;
            text-align: center;
            /*width:150px;*/
            list-style: none;
            display: table-cell;
            overflow: hidden;
        }

            .steps ul li:after {
                position: absolute;
                top: 12px;
                height: 3px;
                background-color: #8f99a5;
                content: '';
                width: 50%;
                z-index: 1;
                margin: 0;
                right: 0;
            }

            .steps ul li:before {
                position: absolute;
                top: 12px;
                height: 3px;
                background-color: #8f99a5;
                content: '';
                width: 50%;
                z-index: 1;
                margin: 0;
                left: 0;
            }

            .steps ul li.active:before {
                /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4cfed+1,ffffff+100 */
                background: #8f99a5; /* Old browsers */
            }

            .steps ul li a.active span {
                color: #67809f;
                font-weight: 600;
            }


            .steps ul li:first-child:before {
                position: absolute;
                top: 10%;
                height: 0;
                background-color: transparent;
            }

            .steps ul li:last-child:after {
                background-color: transparent;
                content: none;
                width: 0;
                height: 0;
                border: 1px solid red;
            }



    .steps li span {
        display: block;
        padding-top: 10px;
        font-size: 15px;
        font-family: 'PT Sans', sans-serif;
        color: #8f99a5;
        font-weight: 400;
        line-height: 18px;
    }


    .steps li a:hover {
        text-decoration: none;
    }

    .steps li img {
        background-color: #e6ebf1;
        position: relative;
        z-index: 10;
    }


.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.main-heading {
    color: #446cb3;
    font-size: 24px;
    padding-bottom: 15px;
}

.section-space {
    padding: 35px 0 30px 0px !important;
    margin: 30px 0 30px 0px;
    clear: both;
    display: block;
    width: 100%;
}

.greyBg {
    background-color: #f1f1f1;
}


.paddingLeft10px {
    padding-left: 10px;
}

.pagination {
    float: right;
}



    .pagination ul {
        margin: 0;
        padding: 0;
    }

        .pagination ul li {
            display: inline-block;
        }

            .pagination ul li a {
                background-color: #fff;
                padding: 1px 8px;
                color: #6c7a89;
                display: inline-block;
                margin: 0 3px;
                border: 1px solid #d3d3d3;
                border-radius: 3px;
            }

                .pagination ul li a.active {
                    background-color: #f6754f;
                    border: 1px solid #f6754f;
                    color: #fff;
                }


.totalRecord {
    color: #919092;
    font-size: 14px;
}

.sub-heading {
    color: #446cb3;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 10px;
}


.enrollmentSummary {
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(148,148,148,0.35);
    -moz-box-shadow: 0px 2px 3px 0px rgba(148,148,148,0.35);
    box-shadow: 0px 2px 3px 0px rgba(148,148,148,0.35);
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    overflow: hidden;
}


    .enrollmentSummary table {
        width: 100%;
    }

        .enrollmentSummary table th {
            background-color: #6c7a89;
            text-transform: uppercase;
            color: #fff;
            font-weight: normal;
        }

        .enrollmentSummary table td {
            color: #6c7a89;
            padding: 6px 10px;
            border: none !important;
            font-size: 14px;
        }


        .enrollmentSummary table tr:nth-child(even) {
            background-color: #fff;
        }


        .enrollmentSummary table tr:nth-child(odd) {
            background-color: #f1f2f2;
        }

.bold {
    font-weight: bold;
}


.form {
    width: 100%;
    box-sizing: border-box;
    font-family: 'PT Sans', sans-serif;
}

fieldset {
    border: 1px solid #ccc;
    padding: 0 25px;
    box-sizing: border-box;
    margin: -13px 0 0 0;
    border-radius: 7px;
}

legend {
    color: #4d555e;
    font-size: 24px;
    width: auto;
    padding: 0 10px;
}


.form-group {
    margin-bottom: .5rem;
}

    .form-group label, label {
        font-size: 0.875rem !important;
    }

.form-control, textarea {
    border: 1px solid #006642 !important;
    border-radius: 2px;
    color: #555555 !important;
    padding: 7px !important;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: 38px !important
}

    .form-control:focus, textarea:focus {
        border-color: #5eadb4 !important;
        box-shadow: 0 0 0 0.2rem rgba(60, 0, 153, 0.32);
    }

    .form-control:disabled, .form-control[readonly] {
        color: #6b757d !important;
    }


.policyTbl .head .form-control {
    padding: 0 5px;
    color: #555555 !important;
    font-size: 0.8rem;
    margin-top: -6px;
    width: 110px;
    height: 34px !important;
}

/********Firfox only*********/
@-moz-document url-prefix() {
    .policyTbl .head .form-control {
    }
}

.txtHeight50 {
    height: 50px !important;
}

.form-control#datepicker {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    color: #919092 !important;
    /*padding:15px 15px;*/
    width: 90%;
    box-sizing: border-box;
    -webkit-box-shadow: 1px 12px 16px -12px rgba(148,148,148,0.35);
    -moz-box-shadow: 1px 12px 16px -12px rgba(148,148,148,0.35);
    box-shadow: 1px 12px 16px -12px rgba(148,148,148,0.35);
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.icon .form-control {
    width: 90%;
    display: inline-block;
    clear: left;
}

.grid .form-control {
    height: 30px;
    padding: 0px 5px;
}

.icon img {
    /*float:right;	*/
    margin-left: 15px;
}

.erro-msg .form-control {
    border: 1px solid #f35958;
}

.erro-msg i {
    color: #e5e9ec;
    display: block;
    position: absolute;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
    right: 30px;
}

.erro-msg i {
    color: #f35958;
}

.erro-msg.success-control i {
    color: #0aa699;
}

.erro-msg.success-control .form-control {
    border: 1px solid #0aa699 !important;
}

.error-text {
    color: #f35958;
    display: inline-block;
    padding: 5px 0 0 0;
}





.form-row {
    padding-bottom: 5px;
    float: left;
    width: 100%;
    position: relative;
}

.form label {
    font-size: 15px;
    color: #6c7a89;
}

.from label .required, label .required, .required-field {
    color: #c9442a !important;
}

.form-row label {
    display: block;
}

label {
    padding-bottom: 3px !important;
    margin-bottom: 0;
    line-height: normal !important;
    /*isplay:block;*/
}


.label {
    font-size: 15px;
    color: #6c7a89;
}

.datepicker img {
    position: absolute;
    right: 30px;
    bottom: 27px;
    z-index: 5;
}

.input-group-append {
    /*margin-left:-38px;*/
    -webkit-box-shadow: -6px 1px 5px 0px rgba(148,148,148,0.35);
    -moz-box-shadow: -6px 1px 5px 0px rgba(148,148,148,0.35);
    box-shadow: -6px 1px 5px 0px rgba(148,148,148,0.35);
    font-size: 24px;
}

    .input-group-append .gj-icon {
        color: #33667b;
        background-image: url(../images/calendar-icon.png);
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        text-indent: -999px;
    }

        .input-group-append .gj-icon:focus {
            background-color: transparent !important;
        }

.gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    position: absolute;
    font-size: 21px;
    top: 6px !important;
    left: 4px !important;
    overflow: hidden;
}




.ctrl-date input {
    border: 1px solid #006642 !important;
    border-radius: 2px;
    color: #555555 !important;
    padding: 6px 10px !important;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 16px;
    height: auto !important;
    /*background-image: url(../../images/ic on-Cal.png);
    background-repeat: no-repeat;
    background-position: top 7px right 10px;*/
}
/*****IE only ******/
_:-ms-lang(x), .ctrl-date input {
    padding: 8px 10px !important;
}

.ctrl-date img {
    /*display:none;*/
    position: absolute;
    right: 12px;
    top: 8px;
}


.ctrl-date2 input {
    border: 1px solid #c1cd23 !important;
    border-radius: 2px;
    color: #555555 !important;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box;
    font-size: 16px;
    height: auto !important;
}

.ctrl-date2 img {
    position: absolute;
    right: 25px;
    top: 12px;
}



.ctrl-date span, .ctrl-date2 span {
    text-indent: -9999px;
    display: none;
}

.theme-bg-color {
    background-color: #ecf0f1;
    width: 100%;
    box-sizing: border-box;
    /*padding:20px 0;*/
    padding: 10px 0;
    border-top: 1px solid #abb7b7;
    border-bottom: 1px solid #abb7b7;
    margin: 40px 0;
    display: block;
    float: left;
}

.right-space {
    margin-right: 20px;
}

.btn-block {
    text-align: right;
    float: left;
    /*margin-bottom:40px;*/
}

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.theme-btn {
    border: none;
    min-width: 150px;
    background-color: #006642;
    text-align: center;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    box-sizing: border-box;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 6;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

    .theme-btn:hover {
        color: #fff;
    }

    .theme-btn:focus {
        box-shadow: 0 0 0 0.2rem rgba(249, 105, 14, 0.27);
    }

#popupxcloase {
    border: none;
    min-width: 100px;
    background-color: #006642;;
    text-align: center;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    box-sizing: border-box;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 6;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}


.btn-sm {
    min-width: 100px;
    width: 100px;
}

.btn-sm-MarkRead {
    min-width: 100px;
}

.btn-sm-95 {
    min-width: 95px;
    width: 95px;
}

.btn-sm-120 {
    min-width: 120px;
    width: 110px;
}

.grey-btn {
    background-color: #717073;
}

    .grey-btn:hover {
        background-color: #5a6268 !important;
    }

.outline-btn {
    border: none;
    min-width: 150px;
    background: none;
    text-align: center;
    padding: 7px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #2d2d2d;
    box-sizing: border-box;
    margin-left: 15px;
    border: 1px solid #6c7a89;
    position: relative;
}

    .outline-btn:hover, .theme-btn:hover, .theme-btn.active-btn {
        background-color: #009963;
        transition: all .3s ease-out;
        color: #fff;
    }



.griddropdown-btn {
    border: none;
    width: 100%;
    background-color: transparent;
    text-align: center;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #6c7a89;
    box-sizing: border-box;
    /*margin-left:-10px;*/
    position: relative;
    z-index: 10;
    background-image: url(../images/down-arrow2.png) !important;
    background-repeat: no-repeat;
    background-position: top 15px right 10px;
}

/*.griddropdown-btn:focus{
	background-color:#ffffff;
	border:1px solid #c5c5c5;
	border-bottom:none;
}*/

.grid .dropdown-toggle::after {
    text-indent: -9999px;
    content: none;
}



.form-row > .col, .form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.action-btn-panel {
    position: absolute;
    top: 25%;
    z-index: 1000;
    right: 0;
}

.action-btn {
    background-color: #336e7b;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 30px;
    height: 100px;
    font-size: 20px;
    text-align: center;
}

#panel {
    border: 1px solid dashed #FFF;
    height: 400px;
    width: 400px;
    background-image: url('http://farm4.static.flickr.com/3550/3367798587_c24c797f0f.jpg');
    color: white;
    font-weight: bold;
}


.slide-out-div {
    padding: 10px 10px 10px 20px;
    width: 230px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    position: fixed;
    top: 120px;
    right: -231px;
    -webkit-box-shadow: -5px 6px 22px -11px rgba(117,117,117,1);
    -moz-box-shadow: -5px 6px 22px -11px rgba(117,117,117,1);
    box-shadow: -5px 6px 22px -11px rgba(117,117,117,1);
    border-radius: 10px;
    z-index: 10;
    transition: right .3s ease;
}

.divbusy {
    position: fixed;
    z-index: 10;
    /*background-color: #F1F5F6;*/
    /*border: #63625D 1px solid;*/
    width: 110px;
    top: 250px;
    left: 50%;
    padding: 0px;
    margin-top: 0px;
    margin-left: -55px; /*half of the width */
    clear: both;
    float: none;
    height: auto;
    display: block;
    vertical-align: middle;
    z-index: 2000;
}


div .slide-out-div.open {
    right: -3px !important;
}


.slide-out-div2 {
    padding: 10px 10px 10px 20px;
    width: 335px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    position: fixed;
    top: 335px;
    right: -335px;
    -webkit-transition: right .3s ease;
    -webkit-box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    -moz-box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    border-radius: 10px;
    z-index: 110;
    transition: right .3s ease;
}

div.slide-out-div2.open {
    right: -3px !important;
}


.slide-out-div3 {
    padding: 0px 0px 0px 0px;
    width: 300px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    position: fixed;
    /*top: auto;*/
    top: 70px;
    right: -335px;
    -webkit-transition: right .3s ease;
    -webkit-box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    -moz-box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    box-shadow: -5px 6px 22px -8px rgba(117,117,117,1);
    border-radius: 10px;
    z-index: 10;
    transition: right .3s ease;
}

    .slide-out-div3 .action-content {
        padding: 0 0 0 0;
    }

.followUp-head {
    background-color: #006642;
    display: block;
    padding: 0px 0;
    font-size: 13px;
    color: #fff;
    box-sizing: border-box;
    height: 35px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .followUp-head h4 {
        display: inline-block;
        padding: 8px 0 0 0;
    }

.followUp-ftr {
    background-color: #ededee;
    display: block;
    padding: 10px 30px 10px 27px;
    font-size: 12px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #006642;
    text-align: center;
}

    .followUp-ftr .colorBox {
        /*float: left;*/
        margin-right: 40px;
        color: #737373;
        display: inline-block;
    }

        .followUp-ftr .colorBox:last-child {
            margin-right: 0;
        }
/***Top position in firefox ***/
@-moz-document url-prefix() {
    .slide-out-div3 {
        top: 80px;
    }
}

.slide-out-div3 .grid-header {
    display: none;
}


.slide-out-div3 .grid-bordered tr td {
    border-bottom: none;
    padding: 4px 9px 0px 9px !important;
}

.slide-out-div3 svg {
    width: 10px;
}


div .slide-out-div3.open {
    right: -3px !important;
}

.slide-out-div.iconBox {
    width: 223px !important;
}

    .slide-out-div.iconBox.open {
        right: -3px !important;
    }




.handle {
    height: 230px;
    color: #3b444e;
    text-decoration: none;
    text-indent: inherit !important;
    background-color: #006642;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: 12px 20px !important;
    right: 229px;
    position: absolute;
    width: 50px;
    float: left;
    padding: 15px 0 0 16px;
    transition: all .5s ease;
    line-height: 190px;
}


div.slide-out-div.open .handle {
    right: 219px !important;
}

div.slide-out-div2.open .handle,
.handle:hover {
    background-color: #006642;
}

.filter .handle {
    height: 105px;
    left: -60px;
}


.handle2 {
    height: 110px;
    color: #3b444e;
    text-decoration: none;
    text-indent: inherit !important;
    background-color: #e6e6e6;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-position: 12px 20px !important;
    right: 325px;
    position: absolute;
    width: 50px;
    float: left;
    padding: 15px 0 0 12px;
    transition: all .5s ease;
}

    div.slide-out-div2.open .handle2,
    .handle2:hover {
        background-color: #ccc;
    }

.handle3 {
    height: 33px;
    color: #3b444e;
    text-decoration: none;
    text-indent: inherit !important;
    /* background-color: #e6e6e6; */
    /*right: 330px;*/
    right: 7px;
    position: fixed;
    width: 33px;
    float: left;
    padding: 0px 0 0 0px;
    transition: all .5s ease;
    top: 380px;
}

    div.slide-out-div3.open .handle3,
    .handle3:hover {
        /*background-color: #ccc;*/
    }

.filter .handle {
    height: 105px;
    left: -60px;
}

.filter.slide-out-div {
    width: 400px;
    right: -400px;
}

.slide-out-div3 .content {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    margin: 0px 0 0 0 !important
}

.rotate {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 75px;
    text-align: center;
    left: 18px;
}

.handle2 .rotate {
    left: 16px;
    top: 80px;
}

.handle3 .rotate {
    position: absolute;
    top: 0px;
    text-align: center;
    left: 0px;
}

.open .rotate {
    transform: rotate(360deg) !important;
    -moz-transform: rotate(360deg) !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important; /*For IE support*/
}

.arrow {
    position: absolute;
    z-index: 10;
}
/**********Right side action panel***********/
.slide-out-divLeft {
    padding: 10px 10px 10px 20px;
    width: 335px;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    border-left: none;
    position: absolute;
    top: 0px;
    left: -400px;
    /* -webkit-transition: right .3s ease;
   -webkit-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.48); 
   -moz-box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.48); 
    box-shadow: 3px 2px 3px 0px rgba(0,0,0,0.48);*/
    -webkit-box-shadow: 0px 6px 22px -8px rgba(117,117,117,1);
    -moz-box-shadow: 0px 6px 22px -8px rgba(117,117,117,1);
    box-shadow: 0px 6px 22px -8px rgba(117,117,117,1);
    border-radius: 10px;
    border-radius: 10px;
    z-index: 50;
    transition: left .3s ease;
}




div.slide-out-divLeft.open {
    /*left: -25px !important;*/
    left: -20px !important;
}



div.slide-out-divLeft.barColapse.open {
    /*left: 49px !important;*/
    left: -50px !important;
}




.handleLeft {
    height: 160px;
    color: #3b444e;
    text-decoration: none;
    text-indent: inherit !important;
    background-color: #e6e6e6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: 12px 20px !important;
    left: 375px;
    position: absolute;
    width: 40px;
    float: left;
    padding: 20px 0 0 12px;
    transition: all .5s ease;
    margin-top: -5px;
    z-index: 0;
}


div.slide-out-divLeft.barColapse .handleLeft {
    left: 350px !important;
}


div.slide-out-divLeft.open .handleLeft {
    left: 290px !important
}


div.slide-out-divLeft.barColapse.open .handleLeft {
    left: 290px !important
}



div.slide-out-divLeft.open .handleLeft,
.handleRight:hover {
    background-color: #e6e6e6;
}


.handleLeft span.panelTxt {
    width: 150px;
    display: inline-block;
    position: absolute;
    left: -54px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


.handleLeft .rotate {
    bottom: 20px;
    top: inherit !important;
}


.handleLeft span.panelTxt a {
    color: #000 !important
}


.flagPanelClose {
    font-size: 18px;
    color: #fff;
    /* position: absolute;
    left: -2px;
    top: -3px;
    margin-bottom: 10px;*/
    transition: ease-out 0.3s all;
    float: right;
    padding: 4px 10px;
    background-color: #006642;
}

    .flagPanelClose i {
        margin-top: 2px;
    }

    .flagPanelClose:hover {
        cursor: pointer;
        color: #ffffff
    }


/*******************************************/

.action-content {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
    position: relative;
}

    .action-content h2 {
        color: #6c798a;
        font-size: 18px;
        margin-bottom: 15px;
    }


.icon-block {
    background-color: #fff;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    border-bottom: 1px solid #abb7b7;
    border-right: 1px solid #abb7b7;
    box-sizing: border-box;
    padding: 13px 8px 0px 8px;
    float: left;
    width: 110px;
    height: 100px;
    min-height: 115px;
    margin: 0 0px 0px 0px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    transition: ease-out 0.3s all;
}

    .icon-block:hover {
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
        transition: ease-out 0.3s all;
    }

    .icon-block i {
        color: #636466;
        font-size: 26px;
    }

    .icon-block:after {
        position: absolute;
        opacity: 0;
        content: '';
        z-index: -1;
        left: 0;
        top: 0;
        width: 0;
        height: 100%;
        background-color: #c8e6f1;
        transition: all .3s ease-out;
    }

    .icon-block:hover:after {
        width: 100%;
        opacity: 1;
    }

a:hover .icon-block {
    /*background: #013243;*/
    transition: all .4s ease-out;
}


.icon-block span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #458a94;
    margin: 4px 0 0 0;
    line-height: normal;
}

    .icon-block span span {
        display: block;
        margin: -2px 0 0 0;
        line-height: normal;
    }

.icon-block a, .icon-block a:hover {
    text-decoration: none;
}



.icon-block.right {
    text-align: center !important;
}

.action-icon-row {
    float: left;
    width: 100%;
}

    .action-icon-row:last-child .icon-block {
        border-bottom: none !important;
    }

.icon-features {
    clear: both;
    float: left;
    width: 170px;
    font-size: 13px;
    padding: 1px 3px 1px 3px;
    left: -1px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    position: absolute;
    z-index: 1000;
    margin-top: 9px;
    color: #317171;
    box-sizing: border-box;
}

    .icon-features:before {
        content: '';
        width: 78px;
        height: 2px;
        background-color: #fff;
        top: -3px;
        left: -3px;
        position: relative;
        z-index: 10005;
        border: 2px solid #fff;
        float: left;
    }

    .icon-features h4 {
        text-align: left;
        padding: 10px 0 0 10px;
        margin: 0;
        font-size: 18px;
    }

.icon-block.left:before {
    right: -3px !important;
    float: right;
}

.icon-block.right .icon-features {
    left: -91px;
    float: right;
}

    .icon-block.right .icon-features:before {
        margin-right: -6px;
        float: right;
    }

.copy-icon {
    position: absolute;
    bottom: 2px;
    left: 0px;
    z-index: 100;
    margin-top: 20px;
}

.icon-features form {
    margin: 10px 0 10px 0;
}

.icon-features .form-row {
    margin: 5px 0 0 0;
}

.icon-features .theme-btn {
    margin: 10px 0 5px 1px !important;
    min-width: 130px !important;
    padding: 6px 10px !important;
    font-size: 16px;
}

.theme-bg-color2 {
    background-color: #ecf0f1;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 5px 0;
    border-top: 1px solid #abb7b7;
    border-bottom: 1px solid #abb7b7;
    /*margin:10px 0;*/
    float: left;
}

.round {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.cont-inner-space {
    padding: 0 25px 0 35px;
}


.searchResult {
    background-color: #717073;
    box-sizing: border-box;
    float: left;
    width: 99.91%;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.searchResultRight {
    text-align: right;
}

    .searchResultRight span {
        margin-left: 10px;
    }

    .searchResultRight .form-control, .searchResultRight selet {
        padding: .175rem .35rem !important;
        margin-left: 10px;
        height: auto !important
    }

.searchLable {
    padding-top: 5px;
}


.calendarIcon {
    background-image: url("../images/calendar-icon.png");
    background-repeat: no-repeat;
    background-position: top 3px right 7px;
}

.checkRadioSpace {
    margin-right: 30px;
}

.subHeading {
    font-size: 22px;
    color: #495057;
    /*border-bottom: 1px solid #006642;;*/
    font-weight: normal;
    margin: 12px 0 12px 0;
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.mb-0mb-0 {
    margin-bottom: 0;
}


/************* Custom File upload styling *************/

.it .btn-orange {
    background-color: blue;
    border-color: #777 !important;
    color: #777;
    text-align: left;
    width: 100%;
}

.it input.form-control {
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .fileUpload.theme-btn-secondary {
        width: auto;
        min-width: 120px;
    }

    /* .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
	background-color:#fff;
} */

    .fileUpload .form-control {
        padding: 18px 15px 18px 15px;
    }

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: 8px;
}

/************** Collapsable *************/
.collapsible2 {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 10px 10px 10px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    margin: 20px 0 5px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .collapsible2 img {
        float: right;
        margin: 11px 0 0 0;
    }

    .collapsible2.active img {
        transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) /*For IE support*/
    }

    .collapsible2 + .content {
        height: auto !important;
    }

    .expandible2.active, .collapsible2:hover {
        background-color: #555;
    }

.shadow {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.35);
    clear: both;
    padding: 25px 25px 25px 35px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0 0px 0;
    border: 1px solid #eaeced;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    /* min-width: 350px;*/
}

    .bluish-header td,
    .light-bluish-header th,
    table tr.bluish-header th,
    .grid thead th, .Grid_HeaderRowStyle td {
        border-bottom: 2px solid #707070 !important;
        border-top: none;
        border-right: transparent !important;
        color: #717073 !important;
        font-weight: 600;
        padding: 7px 9px 7px 9px !important;
        font-size: 14px !important;
        line-height: normal
    }

        .light-bluish-header th a {
            color: #717073;
            /*text-decoration: underline*/
        }


.grid tr:nth-child(even) {
    background-color: #eeeeee;
}

.grid tr td table tr:nth-child(even) {
    background-color: transparent !important;
}

.grid tr td table tr:nth-child(odd) {
    background-color: transparent !important;
}

.grid tr:nth-child(odd) {
    background-color: #ffffff;
}

.grid tr {
    transition: ease-out .3s all;
}

    .grid tr:hover {
        background-color: #dadada;
    }

    .grid tr td, .Grid_RowStyleSmall td, .Grid_AlternateRowStyleSmall td {
        border: 0;
        color: #6c7a89;
        padding: 7px 9px 7px 9px !important;
        font-size: 14px !important;
        line-height: normal
    }

        .grid tr td table tr td {
            border: 0;
            padding: 0 !important;
        }

.grid {
    border-collapse: collapse;
}

    .grid a {
        color: #666680;
    }

.grid-bordered tr td {
    border: transparent;
    border-bottom: 1px solid #717073;
}

    .grid-bordered tr td:first-child {
        border-left: 0;
    }

    .grid-bordered tr td:last-child {
        border-right: 0;
    }

.Grid_RowStyleSmall {
    background-color: #eeeeee !important;
}

tr.Grid_AlternateRowStyleSmall {
    background-color: #ffffff !important;
}

.Grid_RowStyleSmall:hover, .Grid_AlternateRowStyleSmall:hover {
    background-color: #dadada !important;
}

.grid tfoot tr {
    background-color: #fff !important;
}

    .grid tfoot tr td {
        border: none !important;
        border-bottom: 1px solid #336e7b !important;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 17px;
        color: #336e7b;
    }

.grid .dropdown-menu {
    margin-top: 0;
    margin-right: 0;
    border: 1px solid rgba(0,0,0,.15);
}

    .grid .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }



        .grid .dropdown-menu ul li:after {
            position: absolute;
            width: 0%;
            height: 100%;
            left: 0;
            bottom: 0;
            z-index: -1;
            content: '';
            opacity: 0;
            background-color: #0b5b77;
        }

        .grid .dropdown-menu ul li:hover:after {
            width: 100%;
            opacity: 1;
            color: #fff;
        }

        .grid .dropdown-menu ul li:hover a {
            background-color: transparent !important
        }


.grid-lt-rt-bdr tr td:first-child {
    border-left: 1px solid #cccccc;
}

.grid-lt-rt-bdr .grid-header td {
    border-left: none !important
}

.grid-lt-rt-bdr tr td:last-child {
    border-right: 1px solid #cccccc;
}

.spacer {
    display: block;
    margin: 10px 0 20px 0;
    border: 1px solid transparent;
    clear: both;
}

.spacer20px {
    display: block;
    margin: 20px 0 20px 0;
    border: 1px solid transparent;
    clear: both;
}

.spacer10px {
    display: block;
    margin: 10px 0 0 0;
}

.paddingLeft10px {
    padding-left: 10px;
}


.keywords {
    display: inline-block;
    background-color: #ecf0f1;
    padding: 4px 10px 4px 10px;
    position: relative;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 16px;
    color: #6c7a89;
    margin: 15px 5px 0 5px;
}

    .keywords img {
        position: absolute;
        top: 12px;
        right: -5px;
    }

.uploadFile {
    background-color: #f3f6fa;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f4f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f4f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#f0f4f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4f9',GradientType=0 ); /* IE6-9 */
    border: 2px dashed #e0e3e4;
    border-radius: 10px;
    padding: 20px 0 0 0;
    text-align: center;
    display: block;
    /*margin:20px 0 10px 0;*/
}


    .uploadFile .head {
        font-size: 16px;
        color: #505050;
        font-weight: bold;
    }

    .uploadFile p {
        font-size: 14px;
        color: #6f8d94;
    }

        .uploadFile p span {
            color: #48a7bc;
            display: block;
        }

        .uploadFile p a {
            color: #336e7b;
            font-size: 15px;
            text-decoration: underline;
        }

.uploadFilePercentage {
    /* vertical-align: middle; */
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5em;
}

    .uploadFilePercentage .cancel {
        margin: 5px 0;
        font-size: 16px;
        color: #336e7b;
    }

        .uploadFilePercentage .cancel img {
            float: right;
            position: relative;
            top: 5px;
        }

    .uploadFilePercentage .bar {
        width: 100%;
        box-sizing: border-box;
        float: left;
        height: 6px;
        background-color: #cecece;
        position: relative;
        margin-bottom: 10px
    }

    .uploadFilePercentage .process {
        float: left;
        height: 6px;
        background-color: #336e7b;
    }

    .uploadFilePercentage .progressInfo {
        padding: 0px 25px;
        font-size: 15px;
        color: #6c7a89;
        display: block;
    }

    .uploadFilePercentage .fileSize {
        float: right;
    }


.floatleft {
    float: left;
}

.floatRight {
    float: right;
}

.exportToExcel {
    position: relative;
    top: 8px;
}


.policyTbl {
    border: 1px solid #cccccc;
    float: left;
    width: 100%;
    border-radius: 7px 7px 0 0;
    margin-bottom: 15px;
    border-bottom: 2px solid #006642;
    /*min-height: 199px;*/
    /* box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);*/
}

    .policyTbl .head {
        background-color: #006642;
        font-size: 18px;
        color: #fff;
        padding: 8px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        text-transform: capitalize;
        line-height: normal
    }

    .policyTbl .headNTF {
        background-color: #006642;
        font-size: 18px;
        color: #fff;
        padding: 8px 20px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        line-height: normal
    }

    .policyTbl .head i {
        float: right;
        font-size: 24px;
        /*font-size: 18px;*/
        transition: ease-out .3s all;
    }


    .policyTbl .head div[aria-expanded="true"] i {
        transform: rotate(-180deg);
    }


    .policyTbl .cont {
        padding: 10px 10px;
        width: 100%;
    }

        .policyTbl .cont table {
            width: 100%;
        }

            .policyTbl .cont table td {
                border: none;
                padding: 3px 6px;
                color: #353535;
            }

    .policyTbl th {
        background-color: #717073;
        font-size: 16px;
        color: #fff;
    }


.bdr-radius-0 {
    border-radius: 0 !important;
}

.collapsiablePanel {
    border: 1px solid #909ba6;
    border-top: 0;
    /*border-bottom-left-radius: 10px;*/
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .collapsiablePanel .panel {
        padding: 20px 30px 20px 20px;
    }

#content h2.accordion {
    background-color: #717073;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px;
    background-image: url("../images/dow-white.png");
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    border-radius: 10px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 0;
}

    #content h2.accordion.active {
        background-image: url("../images/up-white.png");
    }

.nobdr {
    border: none !important;
}

.noPadding {
    padding: 0 !important;
}

.noMargin {
    margin: 0;
}

.sideMobile.active .left-sidebar {
    width: 50px;
}

.border-bottom {
    border-bottom: 1px solid #dadfe1;
}


/***** Popup  Styles *****/
.PreviewPopUpOuter {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.5) !important;
    z-index: 10000 !important;
    margin-left: 0px !important;
}

.PreviewPopUpOuterFixed {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,.5) !important;
    z-index: 10000 !important;
    margin-left: 0px !important;
}

.qc-popup-wrap {
    width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 5px solid #606060;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    top: 25%;
    padding: 10px;
    background-color: #fff;
}

.PreviewPopUp {
    width: 600px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    border-bottom: 5px solid #006642; !important;
    position: relative !important;
    left: 30% !important;
    top: 10% !important;
    padding: 0 5px !important;
}

.PreviewHeading {
    padding: 10px 5px 10px 10px !important;
    border-bottom: 1px solid #ececec !important;
    font-size: 20px !important;
    color: #706f72 !important;
    font-weight: normal !important;
    background: none !important;
    height: auto !important;
}
    .PreviewHeading span {
        color: #006642 !important;
    }

    .popupAction {
        float: right !important;
    }

    .popupAction img {
        margin: -5px 5px 0 5px !important;
    }

    .popupAction a:hover {
        cursor: pointer;
        text-decoration: none !important;
    }

.PreviewPopUpIner {
    padding: 15px 10px !important;
    background: none !important;
}

    .PreviewPopUpIner .content {
        height: auto;
        max-height: 630px;
    }


.rightMenuIcons {
    position: fixed;
    right: 0;
    top: 425px;
    width: 50px;
    text-align: center;
    z-index: 10;
}

    .rightMenuIcons a {
        margin-bottom: 5px;
    }

        .rightMenuIcons a .call-icon {
            /*transition: .3s ease-out all;*/
            text-decoration: none !important;
            display: inline-block;
            height: 33px;
            width: 33px;
            background-image: url("../../Images/BrokerPortalV2/call.svg");
            background-repeat: no-repeat;
            background-position: 0 0;
            overflow: hidden;
            display: inline-block;
        }

        .rightMenuIcons a:hover .call-icon {
            background-position: 0 -33px;
        }


        .rightMenuIcons a .note-icon {
            /* transition: .3s ease-out all;*/
            text-decoration: none !important;
            display: inline-block;
            height: 38px;
            width: 38px;
            background-image: url("../../Images/BrokerPortalV2/Note.svg");
            background-repeat: no-repeat;
            background-position: 0px 0;
            overflow: hidden;
            display: inline-block;
            fill: #63acb4 !important;
            margin-right: -4px;
        }


        .rightMenuIcons a:hover .note-icon {
            background-position: 0 -39px;
        }


        .rightMenuIcons a .flag-icon {
            /* transition: .3s ease-out all;*/
            text-decoration: none !important;
            display: inline-block;
            height: 37px;
            width: 36px;
            background-image: url("../../Images/BrokerPortalV2/flag.svg");
            background-repeat: no-repeat;
            background-position: 0 0;
            overflow: hidden;
            display: inline-block;
        }

        .rightMenuIcons a:hover .flag-icon {
            background-position: 0 -37px;
        }



        .rightMenuIcons a i {
            font-size: 24px;
            color: #717075;
            margin-bottom: 10px;
            display: block;
            transition: .3s ease-out all;
            text-decoration: none !important;
        }

            .rightMenuIcons a i:hover {
                text-decoration: none !important;
                color: #de7b21;
            }

        .rightMenuIcons a svg {
            fill: #717075 !important;
            color: #717075 !important;
            margin-top: -2px;
        }

        .rightMenuIcons a:hover svg {
            fill: #006642; !important;
            color: #006642; !important
        }

/************ Media Query *************/
@media all and (-ms-high-contrast:none) {
    /* .steps ul li:before {margin: 0 0 0 27px;}*/ /* IE11 */
}


@media(max-width:1000px) {
    /*.steps{
		width:100%;
	}
	.steps ul li{
		background-color:#555555;
		border-radius:3px;
		padding:3px 20px;
		color:#000;
		margin:0 5px 10px 5px;
		display:block;
		min-height:50px;
		width:100%;
	}	
	

	.steps li span{
		padding-bottom:3px;
		color:#fff;
	}
	
	.steps ul li.active{
		background-color:#013243;
	}
	
	.steps ul li.active{		
		background-color:#013243;
		background-position:10px 10px;
		padding-left:40px;
		
	}
	
	.steps ul li.active span{
		color:#fff;
	}
	
	.steps ul li:before{
		display:none;
		height:0;
	}
	
	.steps li img{
	display:none;
	}*/

}

@media(max-width:768px) {
    .steps ul li {
        padding: 0 10px 0 10px;
    }

    .steps li span {
        font-size: 13px;
    }
    /*.steps ul li{
		display:block;
		width:100%;		
	}
	.steps ul {
		
	}*/

    .theme-btn {
        width: 100%;
        margin-left: 0;
    }

    .pagination {
        margin-top: 10px;
        float: none;
        text-align: center;
    }

        .pagination ul {
            width: 100%;
        }

    .totalRecord {
        text-align: center;
    }


    .searchLable {
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .searchResultRight {
        text-align: center;
    }

    .sideMobile .left-sidebar {
        width: 50px;
        padding-top: 10px;
        /* top: 80px;*/
        top: 56px;
    }

    .sideMobile.active .left-sidebar {
        width: 190px;
    }

    .d-block-sm {
        display: block !important;
    }

    .w-50 {
        width: 100% !important;
    }

    .deductible {
        right: -15px !important;
        top: -57px !important;
    }
    .emp-profile-icons{
        width:100%;
        justify-content:start !important;
        margin-top:20px !important;
    }
        .emp-profile-icons ul li .line{
            width:20px !important;
        }
}



@media(max-width:967px) {
    /* .right-menu{
		display:none !important;	
	} */
}


@media(max-width:780px) {
    .toggle-handel.active {
        width: 50px;
    }
}

@media(max-width:640px) {
    .tag {
        display: none !important;
    }

    .steps ul li span {
        display: none;
    }

    .steps ul li {
        padding: 0 20px 0 20px;
    }

    .theme-btn, .outline-btn {
        width: 100%;
        margin: 10px 10px 0 0px;
    }

    .emp-profile-icons ul li .line {
        display: none !important;
    }
}

@media(max-width:520px) {

    .icon .form-control {
        width: 85%;
    }
   
}

@media(max-width:440px) {
    .username {
        display: none !important;
    }

    .left-sidebar {
        width: 70px;
    }

        .left-sidebar.active {
            width: 190px;
            display: block;
            height: auto !important
        }

            .left-sidebar.active ul li {
                text-align: left;
            }

            .left-sidebar.active ul li {
                text-align: left;
                /*padding:10px 10px;*/
            }
}

@media(max-width:991px) {
    .border-right {
        border-right: 0 !important;
    }
}



@media(max-width:440px) {
    .side-subnav {
        position: relative;
        width: 200px;
    }

    .collapsible {
        /* background-color: #eee;*/
        color: #444;
        cursor: pointer;
        /*padding: 18px;*/
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        /* border:1px solid #ccc;*/
    }

        .collapsible:after {
            content: "+";
            position: absolute;
            right: 10px;
            font-size: 20px;
            color: #fff;
        }

    .sidebar-nav ul li > a:hover .collapsible:after {
        color: #476a77 !important;
    }

    .collapsible.active:after {
        content: "-";
        right: 10px;
        font-size: 24px;
        top: 15px;
    }

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


    /*** Style the collapsible content. Note: hidden by default ***/
    .content {
        /*padding: 0 18px;
        display: none;*/
        overflow: hidden;
        /*background-color: #f1f1f1;*/
    }

    .sidebar-nav li .content {
        position: relative !important;
        left: 0px;
        width: 200px;
    }



    .steps-bg {
        display: none;
    }

    /*.slide-out-div {
        display: none;
    }*/

    .userinfo img {
        margin: 0 -2px 0 0;
    }

    #navigation, #content {
        margin: 85px 0 0 0 !important;
    }
}

@media(max-width:400px) {
    .form-control#datepicker {
        width: 85% !important;
    }
}


@media (min-width: 1600px) {
}

.container {
    max-width: 1400px;
}

/* Dashboard 1 */


.tbl-bottom-radius {
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.orange-text {
    color: #f6754f !important;
}

.green-text {
    color: #c3cc24 !important;
}

.blue-text {
    color: #2b4f83 !important;
}

.no-style-table {
    width: 100%;
}

    .no-style-table tr td,
    .no-style-table tr th {
        background-color: transparent;
        color: #919092;
        font-size: 12px;
        padding: 4px 6px;
    }

.funnel {
    background-image: url("../../images/Brokerportalv2/funnel.png");
    width: 100%;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0;
    font-size: 13px;
}

.retention {
    background-image: url("../../images/Brokerportalv2/Donut.png");
    width: 100%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 145px;
}

.thin-table {
    margin-bottom: 0;
}

/* .thin-table tr td {
   padding: 9px 9px;
} */

table tr.bluish-header th, table tr.bluish-header td {
    background-color: #ffffff !important;
    color: #717073;
}

table tr.white-header th, table tr.white-header td {
    border-top: 1px solid #717073;
    border-bottom: 2px solid #717073;
    border-right: transparent;
}

table tr.grid-header th, table tr.grid-header td {
    background-color: transparent !important;
    color: #fff;
    /*border-top: 1px solid #b6b6b6;*/
    border-bottom: 2px solid #707070;
    border-right: transparent;
    font-size: 14px !important;
}

table tr.grid-header th, table tr.grid-header td {
    background-color: #ffffff !important;
    color: #717073 !important;
    font-weight: bold !important;
    padding: 7px 9px 7px 9px;
    border-right: none !important;
    font-size: 14px !important;
}



    table tr.grid-header th a, table tr.grid-header td a {
        color: #717073 !important;
        border-right: none !important;
    }


table tr.bluish-header th:first-child {
    border-radius: 5px 0 0 0;
}

table tr.bluish-header th:last-child {
    border-radius: 0 5px 0 0;
}

.no-radius-grid th {
    border-radius: 0 !important;
}

.light-bluish-header td,
.light-bluish-header th, .Grid_HeaderRowStyle td, Grid_HeaderRowStyle th {
    background-color: #ffffff;
    color: #717073 !important;
    /*border-top: 1px solid #717073;*/
    border-bottom: 2px solid #717073;
    border-right: transparent !important;
    font-weight: bold !important;
}

    .light-bluish-header th .label,
    .light-bluish-header td .label {
        color: #707173;
        font-size: 14px;
        font-weight: bold !important;
    }

.GridItem {
    background-color: #eeeeee !Important;
}


.GridAltItem {
    background-color: #ffffff !Important;
}
/* Dashboard 2 */
.mid-grey-bg {
    background-color: #999999;
}

.dark-green-bg {
    background-color: #90b498;
}

.light-green-bg {
    background-color: #8ec599;
}

.dark-blue-bg {
    background-color: #6c7a89;
}

.dark-grey-bg {
    background-color: #717073;
}

.box {
    border-radius: 4px;
    min-height: 90px;
}

.box-top-text {
    font-size: 16px;
}

.box-middle-text {
    font-size: 30px;
}

    .box-middle-text label {
        /*font-size: 30px;*/
    }


/* Get Qoute */
.btn-dark-grey {
    background: #3a434d;
    color: #fff;
    font-size: 14px;
    min-width: 150px;
    font-weight: normal;
    padding: 7px 15px;
}

    .btn-dark-grey:hover {
        background: #2d343c;
    }

.btn-white {
    background: #fff;
    border: 1px solid #d9d9d9;
}

.plans li {
    border-bottom: 1px solid #e6e6e6;
    list-style: none;
    padding: 6px 15px;
}

    .plans li:last-child {
        border-bottom: 0;
    }

    .plans li a {
        background-image: url("../images/pdf.png");
        background-repeat: no-repeat;
        background-position: left;
        color: #fc2414;
        padding-left: 30px;
    }

.margin-0 {
    margin: 0 !important
}

.padding-0 {
    padding: 0 !important;
}

.plan-container .checkbox {
    padding-top: 6px;
}

    .plan-container .checkbox label:before {
        background: #fff;
        border-color: #fff;
    }

.plan-container input[type=checkbox]:checked + label:before {
    background-color: #f6754f !important;
    color: #fff;
    border-color: #f6754f;
}


/* DropDown Multiselect */

.selectpicker-container .bootstrap-select {
    width: 100% !important;
}

.dropdown-menu.inner .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    background-color: #5eadb4;
}

.bootstrap-select > .dropdown-toggle {
    background-color: #fff !important;
    color: #555555 !important;
    font-size: 13px;
    border-color: #006642;
}

.bootstrap-select .inner {
    clear: both;
}

.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: #fff;
}

.bootstrap-select .bs-deselect-all,
.bootstrap-select .bs-select-all {
    font-size: 11px;
    padding: 4px 0px;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 3px;
}
/* Select Plans */
.plan-comparison-bottm {
    border-radius: 5px 5px 0 0;
    border: 1px solid #dadfe1;
    padding: 15px;
    position: relative;
    border-bottom: 2px solid #006642;    
    margin-bottom: 30px;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
}

.next-pre-btn {
    position: absolute;
    top: 38%;
    width: 100%;
    left: 0;
}

.plan-comparison-bottm .item {
    position: relative;
    /*margin-bottom: 30px;*/
}

    .plan-comparison-bottm .item #content-slider {
        height: auto !important;
    }
ul.content-slider {
    display:flex;
}

.plan-comparison-bottm .lSAction > a,
.next-pre-btn .down,
.next-pre-btn .next,
.next-pre-btn .prev {
    position: absolute;
    width: 30px;
    height: 60px;
    color: #fff;
    /*background-color: #006642;;*/
    text-align: center;
    vertical-align: middle;
    line-height: 64px;
    font-size: 20px;
    opacity: 1;
}

.next-pre-btn .next {
    left: -30px;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
}

.next-pre-btn .prev {
    right: -30px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
}

.down-arrow:focus, .down-arrow {
    position: absolute;
    bottom: -22px;
    text-align: center;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 20px 80px 0 80px !important;
    border-color: #006642 transparent transparent transparent !important;
    background-color: transparent !important;
    color: #fff;
    left: 42.4%;
    display: block !important;
    left: 0;
    right: 0;
    margin: auto;
}

    .down-arrow.collapsed {
        /*-ms-transform: rotate(180deg);*/ /* IE 9 */
        /*transform: rotate(180deg);*/
        display: none;
    }

        .down-arrow.collapsed i {
            /*display:none;*/
        }



    .down-arrow a, .down-arrow i {
        color: #fff !important;
    }


    .down-arrow:hover {
        color: #fff;
        text-align: center;
        width: 0 !important;
        height: 0 !important;
        border-style: solid !important;
        border-width: 20px 80px 0 80px !important;
        border-color: #006642 transparent transparent transparent !important;
        background-color: transparent !important;
        color: #fff;
    }

.plan-comparison-heading {
    position: relative;
    padding-bottom: 5px;
    /*margin-bottom: 15px;*/
}

    .plan-comparison-heading:after {
        content: " ";
        width: calc(100% + 30px);
        display: block;
        height: 1px;
        /*background-color: #dadfe1;*/
        position: absolute;
        left: -15px;
        bottom: 0;
    }

    .plan-comparison-heading h3 {
        font-size: 18px;
        text-align: left;
        /*text-align: center;*/
    }

.right-border {
    border-right: 1px solid #dadfe1;
}

.plan-comparison-hr {
    width: 75%;
    border-top-color: #dadfe1;
}

.show-more-btn a {
    width: 154px;
    height: 34px;
    background-color: #ebf4f9;
    border-radius: 5px 5px 0 0;
    display: inline-block;
    line-height: 34px;
    margin: 0px 0 -15px 0px;
    vertical-align: middle;
    box-shadow: -1px -1px 3px rgba(0,0,0, 0.2);
    transition: all 0.2s;
    position: relative
}

    .show-more-btn a:hover {
        background-color: #006642;
        color: #fff;
        text-decoration: none;
    }


.show-more-collapse[aria-expanded="false"]:before {
    content: 'Show More';
    width: 154px;
    height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    transition: ease-out .3s all;
}

.show-more-collapse[aria-expanded="true"]:before {
    content: 'Show Less';
    width: 154px;
    height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    transition: ease-out .3s all;
}

a.show-more-collapse:before {
    /*content: 'Show More';*/
}

.addExpnad {
    width: 15px;
    height: 15px;
    border: 1px solid #a39fb5;
    background-color: #e7e7e7;
    display: inline-block;
    color: #a39fb5 !important;
    font-size: 10px;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
    margin-top: -4px;
}

div.content ul.expand-collapse {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expand-collapse .checkbox label:before {
    width: 15px;
    height: 15px;
    top: 4px;
    border: 1px solid #a39fb5;
    border-radius: 0;
}

.expand-collapse input[type=checkbox]:checked + label:before {
    font-size: 9px;
    content: " "
}

.expand-collapse .checkbox label {
    margin-bottom: 0;
}

.filter .custome-scrollbar .content {
    height: 280px;
}


/* New Account */


.has-accordion div[aria-expanded="true"] .fa:before {
    content: "\f077";
}

.has-accordion div[aria-expanded="false"] .fa:before {
    /*content: "\f078";*/
    content: "\f077";
}

.has-accordion {
    min-height: auto;
}

    .has-accordion i.fa {
        float: right;
        padding-top: 4px;
        font-size: 18px !important
    }

.cursor-pointor {
    cursor: pointer;
}


#uploadfile1 {
    background-image: url('../images/search-icon2.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 5px;
}

.grid td.boxInnerLeftSpace {
    padding-left: 20px !important;
    /*border:1px solid red !important*/
}

.grid td.boxInnerRightSpace {
    padding-right: 20px !important;
    /*border:1px solid red !important*/
}


/***********Sohail 03/03/20 ************/

.has-accordion i.fa {
    float: right;
    padding-top: 4px;
}


.GridFooter {
    font-size: 12px;
    border: none 1px white;
    text-align: right;
}

    .GridFooter table {
        float: right;
    }

    .GridFooter span, .GridFooter + tr td span {
        padding: 3px 7px;
        background-color: #006642;
        border: 1px solid #006642;
        color: #ffffff;
        margin: 5px 2px;
        display: inline-block;
        min-width: 35px;
        height: 30px;
        line-height: 25px;
        border-radius: 3px;
        box-sizing: border-box;
        text-align: center;
        font-size: 12px;
    }

    .GridFooter a, .GridFooter + tr td a {
        padding: 8px 7px;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        color: #5d5681;
        margin: 5px 2px;
        display: inline-block;
        width: auto !important;
        transition: ease-out .3s all;
        border-radius: 3px;
        box-sizing: border-box;
        min-width: 35px !important;
        border-radius: 3px;
        text-align: center;
        box-sizing: border-box;
        font-size: 12px;
    }



    .GridFooter a {
        text-decoration: none;
    }

        .GridFooter + tr td a:hover,
        .GridFooter a:visited,
        .GridFooter a:focus,
        .GridFooter a:hover {
            text-decoration: none;
            background: #006642;
            color: #fff;
            border-color: #de7b21 !important;
            text-decoration: none !important;
            box-sizing: border-box;
            min-width: 35px !important;
            padding: 9px 7px !important;
        }

    .GridFooter + tr td b {
        display: none;
    }

    .GridFooter + tr td {
        text-align: right;
    }

.policyTbl .grid-bordered tr:last-child td {
    border-bottom: none !important;
}

#tooltip-top > .tooltip-arrow {
    border-top: 5px solid #da5129;
}

.has-accordion div[aria-expanded="true"] .fa:before {
    content: "\f077";
}
/*.has-accordion div[aria-expanded="true"] .fa:before {
    content: "\f077";
}
    */


.hamburger img {
    float: right;
    margin: 8px 5px 8px 0;
    text-align: right;
    display: block;
    position: relative;
    z-index: 100;
    transform: rotate(0);
}

.hamburger2 {
    display: none;
}

.sideMobile.active {
    padding-top: 10px;
    padding-left: 0px;
}


.moreIcon {
    display: none;
}


.iconbar {
    position: absolute;
    top: 1%;
    left: 0%;
    transition: .3s;
    padding: 10px;
    /*transform:translate(-50%,-50%);*/
    width: 30px;
    height: 20px;
    cursor: pointer;
    /*background-color:#06C;*/
    z-index: 95;
}


.bar {
    width: 26px;
    height: 3px;
    position: absolute;
    background-color: #ef913a;
    top: 20px;
    left: 8px;
    transition: .3s;
    z-index: 2000;
}

    .bar:before, .bar:after {
        content: '';
        position: absolute;
        width: 26px;
        height: 3px;
        background-color: #ef913a;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        left: -0px;
    }


    .bar:before {
        top: -6px;
    }

    .bar:after {
        top: 6px;
    }

.bars .bar {
    background: rgba(0,0,0,0);
    box-shadow: 0 2px 5px rgba(0,0,0,0);
}

    .bars .bar:before {
        top: 0;
        transform: rotate(45deg);
    }

    .bars .bar:after {
        top: 0;
        transform: rotate(135deg);
    }


.toggle {
    font-size: 40px;
    text-align: right;
    margin: 10px 0;
    /*display: block;
    display: none;*/
    width: 100%;
    /* background-color: #009;*/
    box-sizing: border-box;
    z-index: 2000;
    position: absolute;
}


    .toggle a {
        color: #fff;
    }



.humburgericon {
    display: block;
    position: absolute;
    z-index: 100;
    top: 140px;
    float: right;
}

.toggle {
    display: block;
}

.top-right a {
    padding: 5px 0px;
}



.sideMobile {
    /* width:190px; */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    /*left:-200px;*/
    transition: .5s;
    padding-top: 30px;
    position: fixed;
    top: 0px;
    /*background-color:#fff;*/
    z-index: 90;
    height: 100vh;
    /*border-right:1px solid #ededed;
		-webkit-box-shadow: 1px 0 30px rgba(0,0,0,.1);
    	box-shadow: 1px 0 30px rgba(0,0,0,.1);
		padding-left:5px;*/
}



    .sideMobile.active .hamburger img {
        transform: rotate(-180deg) !Important;
        float: right;
        margin-right: 20px;
    }

    .sideMobile.active {
        /*left:-170px;
		transition:.3s;*/
    }

.active {
    display: block;
}

.left-sidebar.active .sidebar-nav ul li a .left-sidebar {
    /* width: 70px; */
    padding-top: 10px;
}


.sideMobile.active .left-sidebar .sidebar-nav ul li a span {
    display: none;
}

.sideMobile.active .left-sidebar .sidebar-nav ul li a .fa-angle-right {
    display: none;
}


.login-panel {
    width: 90%;
}


.mTopRightView {
    display: inline;
}

.orange-btm-bdr {
    border-bottom: 2px solid #006642;
}

.full-width {
    width: 100%;
}

.ErrorMessages {
    color: red;
}

.errorList ul li {
    color: red;
}

.tab-link {
    /*border-bottom: 1px solid #dee2e6;*/
}

    .tab-link a {
        color: #006642 !important;
        padding-right: 10px;
        text-decoration: none;
    }

        .tab-link a:hover {
            color: #006642 !important;
            text-decoration: none !important;
        }

/* Kashif */
.modal-header {
    padding: 0.25rem 1rem;
    background: #006642 !important;
    color: white;
    font-weight: bold;
}

.boxInnerRightSpace {
    padding-right: 20px
}

.emp-inof-tbl .ApplicantGridRow td {
    /*padding: 1px 2px;*/
}

.ApplicantGridRow .ctrl-dob input[type="text"] {
    /* width:40px !important;*/
}

.form-control.year {
    width: 60px !important;
}


.RadUpload .ruFileWrap {
    height: 40px !important;
}

.RadUpload_Default .ruButton {
    background-color: #006642 !important;
    border-color: #006642 !important;
    background-image: none !important;
    color: #fff !important;
    text-align: center;
    padding: 3px 15px;
    border-radius: 3px;
    transition: ease-out .3s all;
}

.RadUpload_Default:hover .ruButton {
    background-color: #006642 !important;
    cursor: pointer !important;
}

.RadUpload .ruButton {
    height: 40px;
    border: 0;
    padding-bottom: 2px;
    background-position: 0 -23px;
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: center;
    font-size: 14px !important;
    text-transform: uppercase;
}

.RadUpload .ruBrowse {
    margin-left: 18px !important;
    height: 40px !important;
    width: 135px !important;
}

.RadUpload input.ruFileInput {
    font-size: 14px;
    font-weight: 400;
    height: 40px;
}

.RadWindow_Default {
    border-radius: 10px !important;
    border: none !important
}

    .RadWindow_Default .rwControlButtons a {
        background-image: url(../../Images/BrokerPortalV2/popup-close.png) !important;
        background-repeat: no-repeat !important;
        width: 18px !important;
        height: 18px !important;
        display: inline-block
    }

.RadWindow .rwCloseButton {
    background-position: center !important
}

.custom-file {
    margin-bottom: 15px;
}

.modal-body {
    /*padding:.5rem 1rem;*/
}


.ContextMenuPanel {
    background-color: #fff;
    margin-top: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 0;
}



    .ContextMenuPanel table tr td a {
        padding: 5px 0 5px 10px;
        border-bottom: 1px solid #e8e8e8;
        width: 100%;
        float: left;
    }

    .ContextMenuPanel table tr:last-child td a:last-child {
        border-bottom: none
    }

    .ContextMenuPanel a:hover {
        border-bottom: 1px solid #e8e8e8 !important;
        padding: 5px 0 5px 10px;
        text-decoration: none;
    }

    .ContextMenuPanel table tr:last-child a:last-child:hover {
        border-bottom: none !important
    }

.labelFeild {
    padding: 10px 15px;
}



/********Login screen *********/

.loginTop {
    float: left;
    width: 100%;
    background-color: #1a1a1a;
    padding: 5px 25px;
}

    .loginTop .fa-home {
        font-size: 17px;
        color: #ffffff !important;
    }


.loginBg {
    width: 100%;
    min-height: 100vh;
    background-image: url('../../images/NH-Login.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #1a1a1a;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
}

.login-container > div {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}


.loginWrap {
    margin: 0 auto;
    max-width: 470px;
    width: 100%;
}

@media(max-width: 490px) {
    .loginWrap {
        max-width: 100%;
        margin: 0 20px;
    }
}




.loginWrapInner {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.loginHead {
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 0px;
}


.loginWrap h2 {
    font-size: 24px !important;
    color: #646464;
    padding-bottom: 5px;
    margin: 0;
    font-weight: bold;
}


.loginWrap span {
    font-size: 16px !important;
    color: #999999;
    margin: 0;
    padding: 0;
}

    .loginWrap span.required, .loginWrap .LabelErrorMessage {
        color: #ffffff !important;
        padding-bottom: 10px;
        font-size: 14px !important;
        background-color: #f1828d;
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 0 auto 20px auto;
        border: 1px solid #d75e6a;
        /*width:100%;*/
        /*display: list-item;
        float:left;*/
        line-height: 18px;
        clear: both;
        text-align: center;
        font-family: 'Roboto', sans-serif !important;
        /*display:grid;*/
    }

.loginWrap .blockedUser span.required, .loginWrap .LabelErrorMessage {
    display: grid;
}

.loginWrap ul.LabelErrorMessage {
    display: inline-block;
}

.loginWrap .LabelErrorMessage li {
    color: #ffffff !important;
    list-style: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    padding-bottom: 0 !important;
}

.loginWelcome {
    font-size: 15px;
    color: #999999;
    font-weight: normal;
}


.loginForm {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}


.loginFormRow {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.loginForm label {
    margin-bottom: 5px;
    color: #646464;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    clear: both;
}

    .loginForm label span {
        color: #c9442a;
    }

.loginForm input[type="text"], .loginForm input[type="password"] {
    background-color: #ffffff;
    width: 100%;
    padding: 5px 65px;
    box-sizing: border-box;
    height: 40px;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    transition: ease-out 0.3s all;
    border: 1px solid #c5c5c5;
    background-image: url(../../images/vbar.png);
    background-repeat: no-repeat;
    background-position: 55px 7px;
}

.noVbar input[type="text"], .noVbar input[type="password"] {
    background-image: none !important;
}

.loginFormRow input[type="text"].NormalText {
    width: 100% !important;
    border: 1px solid #c1cd23 !important;
    padding: 7px !important;
    height: 38px !important;
}
/*
.loginForm input[type="text"].lock {
    background-image: url(../images/login-username.png);
    background-repeat: no-repeat;
}


.loginForm input[type="text"].key {
    background-image: url(../images/login-password.png);
    background-repeat: no-repeat;
}*/
.loginFormRow .fa-question-circle {
    color: #006642;;
    font-size: 16px;
    margin-left: 5px;
}


.loginFormRow .fa-lock, .loginFormRow .fa-key {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    left: 20px;
    width: 20px;
    height: 20px;
    color: #727074;
    font-size: 18px;
}


.signBtn {
    width: 100%;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    background-color: #006642;
    border-radius: 3px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    transition: ease-out 0.3s all;
    margin: 10px 0 0 0;
}

.loginFormRow input.btn {
    font-size: 16px;
    text-align: center;
    font-weight: normal !important;
    height: 40px;
    line-height: 36px;
}

.signBtn:hover {
    background-color: #009963;
}


.loginForgotPass {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    clear: both;
    display: block;
    float: left;
    width: 100%;
    color: #cdcdcd !important;
}

    .loginForgotPass a, .loginForgotPass a:link {
        color:  #009963 !important;
        font-size: 12px;
        text-decoration: none;
        transition: 0.3s all ease-out;
        padding: 0 2px;
        /*border: 1px solid transparent;*/
    }


        .loginForgotPass a.btn, .loginForgotPass a:link.btn {
            float: none;
            margin: 5px 2px 0 2px;
            padding: 0;
            background-color: transparent !important;
        }

        .loginForgotPass a:hover, .loginForgotPass a:link:hover {
            color: #323232 !important;
            text-decoration: underline;
        }

.loginFtr {
    margin-top: 15px;
    float: left;
}


    .loginFtr p {
        color: #fff;
        font-size: 14px;
        margin: 0px 0 10px 0;
        padding: 0;
    }


.errorMsgDiv {
    padding-bottom: 10px;
    font-size: 14px !important;
    color: #ffffff;
    background-color: #f1828d;
    border: 1px solid #d75e6a;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: 3% auto;
    width: 40%;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
}

.loginPanelErrorMSgCont {
    margin: 10px 0 20px 0;
    width: 100%;
    text-align: center;
}

.noVbar .loginPanelErrorMSgCont {
    margin: 0px 0 10px 0;
    width: 100%;
    text-align: center;
}


.deductible {
    position: absolute;
    right: 15px;
    top: -20px;
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1380px) {
    .loginWrap {
        top: 60.1%;
    }

    .errorMsgDiv {
        width: 45%;
        padding: 5px 5px;
        margin: 3% auto;
    }

    .loginWrap span.required {
        padding: 5px 20px;
    }
}
/* Media Query for Large screens */
@media (min-width: 1381px) {
    .loginTop {
        padding: 10px 10px;
    }

    .loginWrap {
        top: 50%;
    }

    .loginHead {
        margin-bottom: 10px;
    }

    .loginFtr {
        margin-top: 30px;
    }
}



@supports (-ms-ime-align: auto) {
    .loginWrap {
        top: 58.0%;
    }

    .errorMsgDiv {
        width: 45%;
        padding: 5px 5px;
        margin: 3.5% auto;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .loginWrap {
        top: 58.0%;
    }

    .errorMsgDiv {
        width: 45%;
        padding: 5px 5px;
        margin: 5% auto;
    }
}


@media(max-width:505px) {
    h1 .mainHeading {
        font-size: 20px !important;
        /* padding-top:15px !important;	 */
    }

    .logo {
        margin: 12px 0 0 8px !important;
    }
}


@media(max-width:768px) {


    .sideMobile .left-sidebar {
         width: 200px !important;
        padding-top: 24px;
        /*top: 80px;*/
        top: 56px;
    }

    .sideMobile.active .left-sidebar {
        width: 50px !important;
        
    }




       .sideMobile .left-sidebar .sidebar-nav ul li a span {
            display: inline-block !important;
        }


    .sideMobile.active .left-sidebar .sidebar-nav ul li a span {
        display: none !important;
    }
    #content-wrap {
        width: 100%;
        padding-right: 60px;
        padding-left: 70px;
    }

        #content-wrap.full {
            /* padding-left:0px ; */
            width: calc(100% - 0px);
            width: -webkit-calc(100% - 0px);
        }

    .breadcrumb-top {
        padding-left: 50px;
    }

    .spikes {
        display: none !important;
    }

    .slide-out-divLeft .handleLeft {
        left: 395px !important;
    }

    div.slide-out-divLeft.open {
        left: -5px !important;
    }
}

@media(max-width:440px) {
    #content-wrap {
        /*padding-right: 0px;
        padding-left: 50px;*/
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 645px;
    }
}

@media(max-width:1024px) {

    .contact-info {
        display: none !important;
    }

    .top-right {
        padding: 10px 5px 0 5px;
        /*width: 135px;*/
        /*display:inherit;*/
    }

    .username {
        display: none;
    }

    .spikes {
        display: none !important;
    }


    .topbar-left {
        width: 100%;
    }

    .agent-agency {
        padding: 8px 0 0 25px;
    }


    .mobile-right-menu {
        float: right;
        margin-top: -15px !important;
    }

        .mobile-right-menu .notification {
            position: absolute;
            width: 13px;
            height: 13px;
            background-color: #f6754f;
            border-radius: 50px;
            color: #fff;
            text-align: center;
            font-size: 9px;
            right: -4px;
            top: -5px;
        }

    ul.mobile-right-menu {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        ul.mobile-right-menu li {
            display: inline;
            padding: 16px 8px 20px 8px;
            margin: 0;
            text-align: right;
            list-style: none;
        }

            ul.mobile-right-menu li a {
                position: relative;
            }

    .moreIcon {
        display: inline-block !important;
        top: 10px;
        position: relative;
        float: right;
        margin: 10px 15px 0 0;
    }

        .moreIcon:hover {
            cursor: pointer;
        }

    .mTopRightView {
        transition: all .3s ease;
        z-index: -100;
        opacity: 0;
        top: 0px;
        position: absolute;
        width: 100%;
        display: inherit;
        min-height: 60px;
    }

        .mTopRightView.active {
            padding: 0px 0px 5px 0px;
            background-color: #fff;
            box-shadow: 0 1px 9px -3px rgba(0,0,0,.6);
            transition: all .3s ease;
            z-index: 1;
            opacity: 1;
            width: 100%;
            z-index: 1;
            float: left;
            box-sizing: border-box;
            color: #41aeb5;
            /*top: 65px;*/
            top: 50px;
        }

        .mTopRightView.activ .userinfo {
            float: right;
            margin-top: 20px;
        }

    .hamburger {
        display: none;
    }

    .hamburger2 {
        display: inline-block;
        position: absolute;
        right: 40px;
        top: 18px;
    }

        .hamburger2 img {
            transform: rotate(0);
        }

        .hamburger2.active2 img {
            transform: rotate(-180deg) !Important
        }
}
/*Firefox*/
@-moz-document url-prefix() {
    .hamburger2 {
        top: 34px;
    }
}

.required {
    /* color: #f6754f;*/
    color: red;
}

.font-24 {
    font-size: 1.5rem;
}

.height-auto {
    min-height: auto !important;
}



.emp-inof-tbl > th,
.emp-inof-tbl > td {
    padding: 8px;
}

.emp-inof-tbl th {
    background-color: #fff;
    color: #717075;
    font-size: 14px;
    padding-bottom: 10px;
}

.date-control > div {
    padding: 0 8px 0 0px;
}

.date-control .date-control-mm {
    width: 55px;
}

.date-control .date-control-yy {
    width: 95px;
}

.age-contol {
    width: 55px;
}

.quick-action a {
    color: #706f74;
    font-size: 18px;
}

.quick-action-dropdown {
    padding: 15px;
}

.quick-action.show a {
    color: #5eadb4;
}

.dropdown-menu {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1
}

.quick-action-dropdown h5 {
    font-size: 18px;
    padding-bottom: 5px;
}

.quick-action-dropdown .icon-block.right {
    margin-right: 0;
}

.quick-action-dropdown .action-icon-row {
    float: none;
    display: flex;
}

@-webkit-keyframes dropdown-menu-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes dropdown-menu-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.spikes {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e3e3e4;
    padding: 20px 15px 15px 15px;
    color: #abb7b7;
}

    .spikes > div {
        margin-right: 35px;
        position: relative;
    }

    .spikes .done .spikes-circle,
    .spikes .done {
        color: #5eadb4;
    }

        .spikes .done .spikes-circle::before {
            content: "\f00c";
            display: block;
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            top: -30px;
            left: 18px;
            font-size: 14px;
            color: #f89716;
        }

.spikes-circle {
    width: 45px;
    height: 45px;
    border: 3px solid #abb7b7;
    border-radius: 50%;
    font-size: 33px;
    DISPLAY: inline-block;
    line-height: 40px;
    color: #abb7b7;
}

.spikes .contacts .spikes-circle {
    font-size: 27px;
}

.spikes .coverage .spikes-circle {
    font-size: 23px;
}

.spikes .eligibility .spikes-circle {
    font-size: 28px;
}

.spikes .classification .spikes-circle {
    font-size: 23px;
    padding-top: 2px
}

.spikes .plans .spikes-circle {
    font-size: 28px;
}

.spikes .documents .spikes-circle {
    font-size: 28px;
}

.spikes .payments .spikes-circle {
    font-size: 21px;
}

.spikes .signatures .spikes-circle {
    font-size: 23px;
}

.blueBg {
    background-color: #dfeff0;
    border: 1px solid #afd6da;
    padding-left: 15px;
    padding-right: 15px;
}

    .blueBg table td {
        border: 0;
    }

.nobg-tbl tr:nth-child(odd),
.nobg-tbl tr:nth-child(even) {
    background-color: transparent;
}

.nobg-tbl tr td {
    border: 0;
    padding: 2px;
}

.documentHeading {
    position: relative;
}

    .documentHeading .cursor-pointor {
        padding-left: 20px;
    }

.add-document {
    position: absolute;
    top: 9px;
    left: 15px;
}

.back-btn img {
    margin-top: -5px;
}

.back-btn i {
    color: #545b62
}

.back-btn:hover i {
    color: #337ab7
}

.radio-grid table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.radio-grid table tr:nth-child(even) {
    background-color: #eff7f8;
}

.radio-grid tr td table tr {
    background-color: transparent !important;
}


.radio-grid table tr td {
    border-top: 1px solid #fff;
    padding-left: 2rem;
}

.radio-grid tr td table tr td {
    border: none !important;
}

.font-size-18 {
    font-size: 18px;
}

.grid .checkbox label {
    padding-left: 0;
}

.plan-comparison-plan .checkbox label {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding-left: 23px;
    min-height: 43px;
    /*max-height: 32px;*/
    overflow: hidden;
    -webkit-line-clamp: 2; /* show only two lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal; /* allow text to wrap to second line */
}
.plan-comparison-heading label {
    min-height: 32px;
    max-height: 32px;
    overflow: hidden;
    -webkit-line-clamp: 2; /* show only two lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal; /* allow text to wrap to second line */
}


.modal-dialog-centered {
    border-bottom: 5px solid #006642;
    border-radius: 7px;
}

.modal-title {
    font-size: 24px;
    color: #006642 !important
}


.modal-header .close {
    padding: 1rem;
    margin: -1rem -0.5rem -1rem auto;
}


.modal-content {
    border: none;
}

.modal-footer {
    border-top: 0;
    /*border-bottom: 5px solid #f89716;*/
    padding: .5rem 1.2rem .5rem .5rem;
}

.modal-content {
    border-radius: 7px;
    overflow: hidden;
}

    .modal-content .close {
        font-size: 2rem;
    }

.plan-comparison-bottm .lSSlideWrapper {
    position: inherit;
}

.plan-comparison-bottm .lSAction > a {
    top: 46%;
}

.plan-comparison-bottm .lSSlideWrapper .lSPrev {
    left: -46px;
    /*border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;*/
    border-style: solid;
    border-width: 50px 20px 50px 0;
    border-color: transparent #006642 transparent transparent;
}

    .plan-comparison-bottm .lSSlideWrapper .lSPrev:hover {
        left: -46px !important;
        /*border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;*/
        border-style: solid !important;
        border-width: 50px 20px 50px 0 !important;
        border-color: transparent #006642 transparent transparent !important;
    }

a.lSPrev:hover:before {
    display: none !important;
}


.plan-comparison-bottm .lSSlideWrapper .lSNext {
    right: -46px;
    border-style: solid;
    border-width: 50px 0 50px 20px;
    border-color: transparent transparent transparent #006642;
}

    .plan-comparison-bottm .lSSlideWrapper .lSNext:hover {
        right: -46px !important;
        border-style: solid !important;
        border-width: 50px 0 50px 20px !important;
        border-color: transparent transparent transparent #006642 !important;
    }

a.lSNext:hover:before {
    display: none !important;
}

.plan-comparison-bottm .lSAction > a::before {
    content: " ";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-weight: 600;
}

.plan-comparison-bottm .lSAction > a.lSPrev::before {
    content: "\f053";
}

.plan-comparison-bottm .lSAction > a.lSNext::before {
    content: "\f054";
}

.calendar-icon img {
    width: 21px;
}

.policyTbl .head.checkbox label {
    margin: 0;
    padding-bottom: 0 !important;
    padding-left: 30px;
}

    .policyTbl .head.checkbox label::before {
        top: 4px;
    }

.chkBoxTop .policyTbl .head.checkbox label::before {
    top: 0px !important;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0.3em solid #555555;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.table td, .table th {
    padding: .3rem;
    vertical-align: top;
    border-top: 0px solid #dee2e6;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em 0.26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custome-scrollbar .content table {
    /*background-color: #fff;*/
}

    .custome-scrollbar .content table td {
        padding: 5px 0px;
        white-space: normal !important;
        text-align: left;
    }

    .custome-scrollbar .content table tr {
        border: 0;
    }

.tree-view table tr td:first-child {
    width: 20px;
    vertical-align: top
}

.tree-view table tr td:nth-child(2) {
    width: 20px
}

.tree-view table tr td.second-first-tbl {
    width: auto
}

.custome-scrollbar .content table td.standardTreeview {
    padding-right: 5px
}

.hide-anchor > a:first-child {
    display: none
}


.plan-selection-grid .plan-selection-grid-lbl {
    float: left;
    padding-right: 5px;
    /*font-size:13px;*/
}

/*******for firefox only*******/


@-moz-document url-prefix() {
    .plan-selection-grid .plan-selection-grid-lbl {
        font-size: 13px;
    }
}

.plan-selection-grid > div {
    padding: 7px 10px;
}

    .plan-selection-grid > div:after {
        content: " ";
        display: block;
        clear: both;
    }

.plan-selection-grid .plan-selection-grid-lbl {
    float: left;
    padding-right: 6px;
}

.plan-selection-grid .plan-selection-grid-select {
    float: right;
    /*width: 170px;*/
    width: 117px;
    font-size: 13px;
}

.plan-selection-grid-even {
    background-color: #eeeeee;
}

/***For select plan dropdown ****/
.btn.dropdown-toggle {
    padding: .375rem .20rem;
}

@media only screen and (max-width: 1220px) and (min-width: 991px) {
    .plan-selection-grid .plan-selection-grid-select {
        width: 100%;
    }
}

.plan-comparison-plan-collapse {
    width: calc(100% + 10px);
    position: relative;
    left: -10px;
}

    .plan-comparison-plan-collapse .card {
        border-left: 0;
        border-bottom: 0;
        border-radius: 0;
    }

.add-btn-input {
    width: 21px;
    background: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    height: 20px;
    font-size: 20px;
    border: 1px solid #ffffff;
    line-height: 16px;
    text-align: center;
    padding: 0;
    color: #5eadb4;
    cursor: pointer;
    font-weight: bold;
}

    .add-btn-input:focus {
        outline: none
    }

.theme-btn-container input {
    border: none;
    min-width: 150px;
    background-color: #006642 !important;
    text-align: center;
    padding: 9px 15px !important;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    box-sizing: border-box;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 6;
    text-transform: uppercase;
    font-weight: normal !important;
    border-radius: 3px !important;
    height: 39px !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0 !important;
}



.theme-btn-container input:hover {
    background-color: #006642 !important;
}

.theme-btn-container input:focus {
    box-shadow: 0 0 0 0.2rem rgba(249, 105, 14, 0.27);
    outline: none
}

.aap-date-control-container input {
    border: 1px solid #dadfe1 !important;
    border-radius: 2px;
    color: #006642; !important;
    box-sizing: border-box;
    font-size: 16px;
    padding: 7px !important;
    height: auto !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .aap-date-control-container input:focus {
        border-color: #5eadb4 !important;
        box-shadow: 0 0 0 0.2rem rgba(94, 173, 180, 0.32);
    }

    .aap-date-control-container input:disabled, .BaseTextBoxReadOnly {
        color: #6b757d !important;
        background-color: #e9ecef;
        border: 1px solid #006642 !important;
    }

.app-RadComboBox-container .RadComboBox table td.rcbInputCell {
    padding: 0;
    background-image: none
}

.RadComboBox table {
    border: 1px solid #c1cd23 !important;
}

.app-RadComboBox-container .RadComboBox_WebBlue .rcbInput {
    /*border: 1px solid #c1cd23 !important;*/
    border-radius: 2px;
    color: #555555 !important;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    height: auto !important;
    font-style: normal;
}

.RadComboBox_WebBlue {
    font: normal 12px/16px 'Roboto', sans-serif !important;
}

.app-RadComboBox-container .RadComboBox table td.rcbArrowCell {
    background-image: url(../../Images/BrokerPortalV2/combo-box-arrow.png) !important;
    background-repeat: no-repeat !important;
    width: 7px;
    height: 5px;
}

.RadComboBox_WebBlue .rcbArrowCellRight {
    background-position: center !important;
}

.RadComboBoxDropDown_WebBlue .rcbHovered {
    background-color: #dadada !important
}

.RadComboBoxDropDown_WebBlue .rcbHeader, .RadComboBoxDropDown_WebBlue .rcbFooter {
    background-color: transparent !important;
    color: #717073 !important;
    font-weight: bold !important
}

.RadComboBoxDropDown_WebBlue .rcbHeader {
    border-top: 1px solid #717073 !important;
    border-bottom: 2px solid #717073 !important;
}

.dropDwonMenuPanel {
    background-color: #fff;
    width: 200px;
    background-color: #fff;
    width: 200px;
    right: 50px !important;
    left: auto !important;
    top: auto !important;
    /*margin-top: 10px;*/
    border-radius: 5px;
    border: 1px solid #cccccc;
display:none;
}



    .dropDwonMenuPanel ul {
        padding: 0;
        margin: 0;
        /*display: block !important;*/
        width:100%;

    }

        .dropDwonMenuPanel ul li {
            display: block;
            border-bottom: 1px solid #e8e8e8;
            display: block;
            text-align: left;
            padding: 0;
            margin: 0;
        }

            .dropDwonMenuPanel ul li a {
                color: #006642 !important;
                padding: 5px 0 5px 10px;
                transition: ease-out .3s all;
                display: inline-block;
            }



                .dropDwonMenuPanel ul li a:hover {
                    color: #006642 !important;
                    padding: 5px 0 5px 15px;
                }

.light-blue-bg2 {
    background-color: #63acb4 !important;
}

.FormLabel {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 14px !important;
    color: #717075 !important;
}

.lblDash {
    font-size: 26px !important;
}



.level1 a {
    transition: all 0.2s;
}

    .level1 a.highlighted {
        background-color: rgba(62, 44, 86, 0.0392156862745098);
        padding-left: 10px;
    }

    .level1 a.highlighted,
    .level1 a:hover {
        color: #402d57;
    }

ul.level1 .StaticMenu {
    background-image: none !important;
}

    ul.level1 .StaticMenu:before {
        content: " ";
        transition: all 0.2s;
        width: 8px;
        height: 8px;
        background: #006642;;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 23px;
    }

.level1 a.highlighted:before,
.level1 a.StaticMenu:hover:before {
    background: #402d57;
}

ul.level2.dynamic {
    border: 1px solid #ccc;
    padding: 5px 10px !important;
    border-radius: 5px;
    box-shadow: 1px 3px 8px rgba(0,0,0, 0.2);
    background: #fff;
    padding: 10px;
}

.level2.dynamic .DynMenu {
    background-image: none !important;
    padding-top: 13px;
    margin-left: -8px;
}

/* Tooitip customization */

.tooltip-inner {
    background-color: #6c757d;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #6c757d !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-right-color: #6c757d !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-right-color: #6c757d !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-right-color: #6c757d !important;
}


/* Alert box design added by Zeeshan */

.alert-danger {
    background-color: #F9E1E6;
    border: 1px solid #FF92A9;
    color: #C8524E;
    position: relative;
    padding-left: 55px;
}

    .alert-danger::before {
        content: "\f071";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        color: #D64541;
        top: 23px;
        left: 30px;
        transform: translate(-50%, -50%);
        font-size: 27px;
        position: absolute
    }


    .alert-danger ul {
        margin-bottom: 0;
    }

/* Loader */
.loaderOverlay {
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.TelerikModalOverlay {
    background-color: Black !important;
    filter: alpha(opacity=70) !important;
    opacity: 0.7 !important;
}

.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}



/* LOADER 1 */
#loader-1:before, #loader-1:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 10px solid transparent;
    border-top-color: #006642;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #ffffff;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dobFormat {
    font-size: 12px;
    position: relative;
    top: 3px;
}

/********Emloyee profile /contact************/
.emp-profile-icons {
    width: 62%;
    display: flex;
    justify-content: end;
    flex-wrap:wrap;
}
.emp-profile-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap:5px;
    width:100%;
    margin-right:-70px;

    
}

    .emp-profile-icons ul li {        
        display: flex;
        align-items: center;
        flex:1;

    }

        .emp-profile-icons ul li a {
            color: #717075;
            margin: 0 5px;
            padding: 0 3px 3px 3px;
            min-width:20px;
        }

            .emp-profile-icons ul li .line {
                /* flex: 1; */
                height: 3px;
                background: #717075;
                margin-left: 8px;
                border-radius: 5px;
                flex:1;               
                margin:-10px 0 0 0; 
               
            }


        .emp-profile-icons ul li.emp-profile-icons-done a {
            color: #006642;
        }

        .emp-profile-icons ul li.emp-profile-icons-done .line {
            background-color: #006642 !important;
        }

        .emp-profile-icons ul li.emp-profile-icons-done.current a {
            border-bottom: 2px solid #006642;;
        }


.classification-inner {
    border: 1px solid #DBDBDB;
    overflow: hidden;
    margin: 20px 30px 40px 30px;
    border-radius: 5px;
}

.inner-heading {
    background-color: #f9f9f8;
    margin-top: 1.5rem;
    font-weight: normal;
    font-size: 18px;
    border-top: 1px solid #dadfe1;
    border-bottom: 2px solid #006642;
    padding: 13px 15px;
    margin-bottom: 0;
    clear: both;
}

.percentage {
    right: 0;
    top: 6px;
}

.position-absolute {
    position: absolute !important;
}


/*******Questionnaire**********/
.mandetoryLabel {
    border-bottom: 1px solid #006642;;
    display: block;
    color: #006642;
    padding: 10px 10px 6px 10px;
}

.questionnairePanel {
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin: 0px 0;
    vertical-align: top;
}


.questionRow {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 30px 0 0;
    color: #636466;
    border-bottom: 1px solid #717073;
    transition: ease-out .3s all;
}

    .questionRow:last-child, .alternateRow:last-child {
        border: none !important;
        border-bottom: none !important
    }



    /*
.questionRow.alternateRow{
	background-color:#eeeeee;
}

*/


    .questionRow:nth-child(even) {
        background-color: #eeeeee;
    }


    .questionRow:nth-child(odd) {
        background-color: #ffffff;
    }


.questionnairePanel.paymentInfo .questionRow:nth-child(even) {
    background-color: #eeeeee !important;
}

.questionnairePanel.paymentInfo .questionRow:nth-child(odd) {
    background-color: #f7f7f7;
}

.questionnairePanel.paymentInfo .questionRow {
    border-bottom: 1px solid #d2d2d2;
}


.questionRow:hover {
    background-color: #dadada !important;
}

.noHover .questionRow {
    background-color: #ffffff !important;
}


    .noHover .questionRow:hover, .noHover .alternateRow:hover {
        background-color: transparent !important
    }


.questionRow .py-3 {
    padding-top: .7rem !important;
    padding-bottom: .4rem !important;
}


.questionRow .radio label {
    margin-right: 15px;
}

.questionRow .form-control {
    /*border:1px solid #dadfe1 !important;
	   height:30px !important;*/
}

.questionRow .QuestionLabel {
    padding: 0 10px 0 0px;
    float: left;
    width: 94%;
}


.questionRow .QuestionLabel2 {
    padding: 15px 0 0 0px;
}

.questionRow .QuestionNo {
    padding: 0 10px 0 10px;
    display: inline-block;
    float: left;
}

.questionRow .bullet {
    width: 10px;
    height: 10px;
    background-color: #fc9532;
    float: left;
    margin: 5px 10px 0 30px;
    box-sizing: border-box;
}

.questionRow .col-md-2 {
    /*border:1px solid red;*/
    text-align: right;
}


/*******Sign & Enroll**********/
.lt-padding-10 {
    padding-left: 10px !important;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    text-indent: -9999px;
}


.checkbox.checkboxWithoutLabel label, .radio.checkboxWithoutLabel label {
    margin-bottom: 10px !important;
}

.txt-center {
    text-align: center;
}

.fa-cloud-upload-alt {
    font-size: 20px;
    color: #006642;;
}

.right-align {
    text-align: right;
}

.mr-bt-0 {
    margin-bottom: 0 !important;
}

.padding-bt-0 {
    padding-bottom: 0 !important;
}


.mt-0 {
    margin-top: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}


.theme-btn-supportColor {
    border: none;
    min-width: 150px;
    background-color: #5eadb4;
    text-align: center;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
    box-sizing: border-box;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 6;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

    .theme-btn-supportColor:hover {
        color: #fff;
    }

    .theme-btn-supportColor:focus {
        box-shadow: 0 0 0 0.2rem rgba(249, 105, 14, 0.27);
    }


.employeeDataGrid td {
    vertical-align: top;
    position: relative;
}

.ctrl-required {
    position: absolute;
    left: -2px;
}

.w-50 {
    width: 50%;
    box-sizing: border-box;
    float: left;
}




.accordion {
    clear: both;
}

    .accordion li {
        /*margin: .5em 0;*/
    }



a.Navtoggle {
    width: 100%;
    display: block;
    /*background: rgba(0,0,0,0.78);
    color: #ffffff;
    padding: .75em;
    border-radius: 0.15em;*/
    transition: background .3s ease;
}

    a.Navtoggle i.fa-angle-right {
        font-size: 16px;
        margin-right: -10px;
        transition: ease-out .2s all;
        position: absolute;
        color: #fff;
        top: 8px;
        width: 10px !important;
        right: 18px;
    }

    a.Navtoggle.active i {
        color: #fff !important;
    }


        a.Navtoggle.active i.fa-angle-right {
            transform: rotate(90deg);
            top: 8px;
            color: #fff !important
        }

.sidebar-nav li a.Navtoggle.active {
    background-color: #006642;
    color: #fff;
}

a.Navtoggle .inner a {
}

.accordion ul.inner {
    overflow: hidden;
    display: none;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

ul.inner .inner.show {
    display: none;
    position: relative;
}


.accordion .inner ul {
    margin: 0 0;
}

.accordion ul.inner li {
    margin-bottom: 0;
}

    .accordion ul.inner li a {
        padding-left: 25px;
    }

.accordion ul.inner.show {
    margin: 5px 0 0 0 !important;
}


.ajax__calendar {
    right: 0 !important;
}

.sidebar-nav hr {
    /* margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;*/
}


.ajax__calendar .ajax__calendar_container {
    left: inherit !important;
    right: 0 !important;
}



/********Contrast STyle******/

.hc .btn a, .hc .btn input, .hc input.btn, .hc .signBtn {
    background-color: #000;
    border: 0px solid #000;
}

.hc .orangeArrow, .hc .loginHead img {
    filter: saturate(100) grayscale(100%);
}

.hc input[type="text"], .hc input[type="password"], .hc textarea {
    border: 1px solid #000;
}

.hc .loginForgotPass a, .hc .loginForgotPassa:link {
    color: #000000 !important;
}

.gridIcons a i {
    color: #717075;
    font-size: 16px;
}

    .gridIcons a i:hover {
        color: #f99524;
    }

#btnNote i:hover,
.gridIcons button i:hover {
    color: #f99524;
}

.gridIcons a i.fa-file-alt {
    top: 0px;
    px;
    margin-left: 3px;
    position: relative;
}

.gridIcons a:hover i {
    color: #de7b21;
}

.gridIcons a.add svg {
    color: #f99524;
    transition: .3s ease-out all;
}

.gridIcons a:hover svg {
    color: #de7b21;
    text-decoration: none !important;
}

.grid tr td i.see-green-Sqr, .followUp-ftr i.see-green-Sqr {
    color: #c1c747 !important;
    font-size: 12px;
}

i.see-green-Sqr {
    color: #c1c747 !important;
    font-size: 12px;
}

.grid tr td i.orange-Sqr, .followUp-ftr i.orange-Sqr {
    color: #006642 !important;
    font-size: 12px;
}

i.orange-Sqr {
    color: #006642; !important;
    font-size: 12px;
}

.grid tr td i.blue-Sqr, .followUp-ftr i.blue-Sqr {
    color: #3c99e6 !important;
    font-size: 12px;
}

i.blue-Sqr {
    color: #3c99e6 !important;
    font-size: 12px;
}

.grid tr td i.see-green-Sqr, .grid tr td i.orange-Sqr, .grid tr td i.blue-Sqr {
    padding-left: 10px;
}


.grey-btn2 {
    background-color: #636466;
}


/*To datalist Strat here*/
.btnNotecls, .btnAddcls, .btnCallcls {
    visibility:hidden;
}

.btnAddcls svg{
    width: 22px !important;
    height: 20px !important;
}

    .btnRemovecls {
        display: none;
    }

.impall {
    display: inline-block !important;
    visibility: visible !important;
}

.flagdisplay {
    display: none !important;
}

.onetxt {
    display: none !important;
}
/*To datalist End here*/
.Hiddentd, .HiddenNotes, .HiddenCalls {
    display: none !important;
}

.grid-bordered tr td .Hiddentd {
    display: none !important;
}

#dvGoodRow button,
#dtlTodo input[type=button], #dtlTodo button {
    background-color: transparent;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 25px;
}


    #dvGoodRow button i {
        color: #636466;
        top: -2px;
        position: relative
    }

        #dvGoodRow button i.redicon {
            color: #63ACB4 !important;
        }

        #dvGoodRow button i.redcallicon {
            color: #006642; !important;
        }

.impall svg {
    width: 22px !important;
    height: 20px !important;   
}

/******for IE Only******/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .impall svg {
        height:18px !important;
    }
}



.impall svg:hover path {
    fill: #e25050;
}


/***********Note Dropdown Menu**************/
ul.noteDropDown {
    float: left;
    width: 127px;
    background: #fff;
    position: absolute;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 7px 11px -1px rgba(0,0,0,0.41);
    -moz-box-shadow: 0px 7px 11px -1px rgba(0,0,0,0.41);
    box-shadow: 0px 7px 11px -1px rgba(0,0,0,0.41);
    margin-top: 7px;
    position: absolute;
    padding: 5px 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .3s ease-out all;
    z-index: 1;
}

    .noteMenu:hover + ul.noteDropDown, ul.noteDropDown:hover {
        visibility: visible;
        opacity: 1;
        height: auto;
    }

    ul.noteDropDown li {
        list-style: none;
        margin: 0;
        text-align: left;
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #adadad;
    }

        ul.noteDropDown li:last-child {
            border: none;
        }

        ul.noteDropDown li a {
            color: #41aeb5;
            font-size: 14px;
            display: block;
            padding: 5px 10px;
            clear: both;
            transition: .3s ease-out all;
        }

            ul.noteDropDown li a:hover {
                text-decoration: none;
                background-color: #006642;;
                color: #fff;
            }


#ctl00_ucLogedInUser_lnkMyAccount {
    margin-right: 15px;
}
.loginWrap .loginFormRow .fa-lock, .loginWrap .loginFormRow .fa-key {
    position: absolute;
    bottom: 5px;
    z-index: 100;
    right: 4px !important;
    left: auto;
    width: 21px;
    height: 20px;
    color: #727074;
    font-size: 18px;
}
/*Lead Demo*/

/*.lead-details {
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #00828e;
}

.lead-details-head {
    background-color: #636466;
    color: #fff;
    font-size: 16px;
    border-radius: 7px 7px 0 0;
    padding: 7px 20px;
}

.lead-details .grid {
    color: #717075;
}

.lead-summary-TM {
    margin-top: 1.2rem;
}

    .lead-summary-TM table td {
        color: #458a94 !important;
    }

.addremoveArrow {
    display: inline-block;
    border-radius: 3px;
    background-color: #006642;;
    width: 28px;
    height: 28px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    margin-left: -8px;
    font-size: 14px;
    color: #fff;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
}

select.form-control {
    border: 1px solid #5aadb7 !important
}

.addremoveArrow a {
    color: #fff;
}

.new-note-tabs {
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
    border: 1px solid #CCCCCC;
    border-radius: 7px 7px 0 0;
    min-height: 351px;
    position: relative;
    border-bottom: 2px solid #00828e;
}

    .new-note-tabs .tab-content {
        padding: 20px 20px 40px 20px;
        margin-bottom: 40px;
    }

    .new-note-tabs .nav-tabs {
        display: flex;
    }

        .new-note-tabs .nav-tabs li {
            flex-grow: 1;
            text-align: center;
        }

        .new-note-tabs .nav-tabs .nav-link {
            color: #fff !important;
            background-color: #636466;
            border-radius: 0;
            height: 38px;
            padding: 7px 15px;
        }

        .new-note-tabs .nav-tabs .nav-item:nth-child(1) .nav-link {
            border-radius: 6px 0 0 0;
        }

        .new-note-tabs .nav-tabs .nav-item:last-child .nav-link {
            border-radius: 0 6px 0 0;
        }

        .new-note-tabs .nav-tabs .nav-link::after {
            height: 34px;
            width: 1px;
            background-color: #CCCCCC;
            left: auto;
            right: 0;
            top: 2px;
            content: " ";
            position: absolute;
        }

        .new-note-tabs .nav-tabs .nav-item:last-child .nav-link::after {
            width: 0;
        }

        .new-note-tabs .nav-tabs .nav-link.active {
            background: #006642;;*/ /* Old browsers */
/*background: linear-gradient(to bottom, #006642; 0%,#006642; 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006642;', endColorstr='#006642; ',GradientType=0 );*/ /* IE6-9 */
/*}

.NewNote span {
    position: relative;
    top: 2px;
    left: 6px;
    vertical-align: top;
}

.Appointment i {
    position: relative;
    top: 3px;
}

.AssignAgent span {
    position: relative;
    top: 2px;
    left: 6px;
    vertical-align: top
}

.LogCall span {
    position: relative;
    left: 6px;
    vertical-align: top
}

.Appointment span {
    position: relative;
    left: 7px;
}

.tab-footer {
    background-color: #F3F3F3;
    position: absolute;
    bottom: 0;
    padding: 13px;
    width: 100%;
    color: #717075;
    left: 0
}

    .tab-footer .btn-link {
        color: #41AEB5;
        font-size: 12px;
    }

    .tab-footer .dropdown-menu-right {
        margin: 0;
        left: 0;
    }

    .tab-footer .theme-btn {
        min-width: auto;
        margin: 0;
        padding: 0;
        height: 34px;
        width: 38px;
        padding-top: 3px;
        background:#006642;;
    }

    .tab-footer .download-btn i,
    .tab-footer .cross-btn i {
        font-size: 20px;
    }

    .tab-footer .download-btn {
        padding-top: 0;
        margin-left: 6px;
    }


.history-icons {
    position: relative;
}

.history-icons-left {
    float: left;
}

}

.history-icons-left .note-added {*/
/*background-color: #006642;;*/
/*font-size: 25px;
}

    .history-icons-left .note-added i {
        font-size: 36px;
    }

        .history-icons-left .note-added i.grey {
            font-size: 25px;
        }

.history-icons-left > div {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #006642;;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.history-icons-right-head {
    padding-top: 7px;
}

.history-icons::before {
    content: " ";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #CCCCCC;
    left: 16px;
    top: 25px;
    z-index: -1;
}

.history-icons:last-child:before {
    background-color: transparent !important
}

.history-icons-right {
    margin-left: 55px;
    border-bottom: 1px solid #E6E5E5;
    margin-bottom: 25px;
}

.color-aqua {
    color: aqua;
}

.color-green {
    color: #008000;
}

.color-firebrick {
    color: #B22222;
}

.color-mediumvioletred {
    color: #C71585;
}

.color-darkorange {
    color: #FF8C00;
}

.color-gold {
    color: #FFD700;
}

.color-yellow {
    color: #FFFF00;
}

.color-plum {
    color: #DDA0DD;
}

.color-rebeccapurple {
    color: #663399;
}

.color-indigo {
    color: #4B0082;
}

.define-targets-tbl-top.table {
    color: #717075
}*/

.updatePanelAgent table {
    width: 100%;
}

@media(max-width:540px) {
    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        width: 100%;
        display: block;
        overflow: hidden
    }

        .responsive-table .form-control {
        }

    .updatePanelAgent table tbody,
    .updatePanelAgent table tr,
    .updatePanelAgent table tr td,
    .updatePanelAgent table {
        display: block;
        width: 100%;
    }

    .updatePanelAgent #ctl00_PlaceHolderBodyMain_SmallBusinessInsuranceQuoteInfo1_ctrllookup2_lblName {
        width: 100% !important
    }
}


.effect-ctr input{
    margin-top:0px !important;
}

.popUPHead {
    background: #006642 !important;
    color: white !important;
    padding: 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px !important;
}

.PopUpBg {
    padding: 0px 0 15px 0 !important;
    border: 0;
}

.popUpInner {
    padding: 0px 12px;
}

.grid-bordered tr td.tdPadding {
    text-align: center
}