﻿@charset "utf-8";
/* CSS Document */

@import url("https://use.typekit.net/pul5rwh.css");

html {
    overflow-x: hidden;
    min-height: 100%;
}

a {
    color: #22272D;
}

    a:hover {
        color: #C81766
    }

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Lato', sans-serif;
    height: 100%;
    /*color: #22272D;*/
    color: #575a5d;
    background-color: #F8F3F2;
    /* font-size: 0.875rem; */
}

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, th, caption, pre, p, blockquote, input, textarea, legend {
    line-height: 1.5;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    color: #414042;
}

td {
    font-size: 15px;
}

input[type=text]::-ms-clear {
    display: none;
}

b, strong {
    font-weight: 600;
}

::-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;
}

h4 {
    font-size: 18px;
}

.font-bold {
    font-weight: 600;
}


.header.topbar {
    background: #ffffff;
    /* background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); 
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); 
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );  */
    clear: both;
    display: inline-block;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    display: table;
    z-index: 300;
    min-height: 80px;
    border-bottom: 1px solid #ccc;
    height: auto;
    top: 0;
}

/****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;
    }

.header.topbar .logo {
    margin: 0px 0 0 20px;
    width: 150px;
    height: auto;
    float: none
}

.logo img {
    width: 225px;
    position: relative;
    top: 0px;
}

.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 {
    padding: 0px 40px 0 20px;
    text-align: right;
    vertical-align: top;
    position: relative;
    float: right;
    margin-top:19px;
}

.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: 3px;
}

.top-right ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top
}

    .top-right ul li {
        display: inline-block;
        padding: 17px 8px 20px 8px;
    }

        .top-right ul li a {
            position: relative;
        }

.user-account .fas {
    font-size: 21px;
    position: relative;
    top: 1px;
    margin-right: 9px;
    color: #414042;
}

.arrow-down i {
    margin-left: 5px;
}

.email-notificaiton a {
    font-size: 20px;
    color: #414042;
}

.bell-icon a {
    font-size: 18px;
    color: #414042;
}

.top-right .navigationSignIN ul li {
    width: 100%;
    padding: 0;
}

.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 {
    color: #4ec2c0;
    padding: 8px 0 0 45px;
    font-size: 16px;
}

    .agent-agency label {
        font-size: 16px;
        color: #006784;
    }

.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: #345181;
                color: #fff;
            }

.top-right ul li:first-child {
    border-left: none;
}

.userinfo {
    display: inline-block;
}

.contact-info {
    color: #414042;
    font-size: 14px;
    vertical-align: top;
    padding-left: 10px;
    padding-top: 12px;
}

    .contact-info .fas {
        font-size: 18px;
        padding-right: 5px;
        vertical-align: top;
    }

.email-icon,
.phone-icon {
    position: relative;
    top: 14px;
    vertical-align: top;
}

.lblLoggedInAs {
    font-size: 14px;
}

.userinfo a {
    color: #6c7a89;
}

    .userinfo a:hover {
        text-decoration: none;
    }

/*.userinfo img{
	margin:0 10px;
}*/

.navigationSignIN .arrow-icon {
    margin-left: 5px;
}

.account-icon {
    vertical-align: top;
    padding-top: 4px;
}

.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 soldi #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: 200px;
    height: 100vh;
    height: 100%;
    top: 0;
    z-index: 20;
    padding-top: 80px;
    background: #fff;
    float: left;
    position: fixed;
    border-right: 1px solid #cccccc;
    transition: ease-out .3s all;
}

    .left-sidebar .sidebar-nav ul {
        padding: 0
    }

        .left-sidebar .sidebar-nav ul li a {
            width: 100%;
            transition: all 0.2s;
        }

            .left-sidebar .sidebar-nav ul li a i {
                color: #345181;
                width: 28px;
            }

            .left-sidebar .sidebar-nav ul li a.current i {
                color: #ffffff;
            }

            .left-sidebar .sidebar-nav ul li a:hover {
                background-color: #345181;
                color: #fff;
                text-decoration: none;
            }

    .left-sidebar .sidebar-nav.content {
        height: 100vh;
        padding-bottom: 80px;
    }

    .left-sidebar .sidebar-nav ul li i.application-in-review {
        background-image: url(../../Images/Application-in-review.svg);
        height: 16px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.application-in-review {
        background-image: url(../../Images/Application-in-review-white.svg);
    }

    .left-sidebar .sidebar-nav ul li i.install-in-progress {
        background-image: url(../../Images/Install-in-Progress.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.install-in-progress {
        background-image: url(../../Images/Install-in-Progress-White.svg);
    }

    .left-sidebar .sidebar-nav ul li i.group-changes {
        background-image: url(../../Images/GroupChanges.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.group-changes {
        background-image: url(../../Images/GroupChanges-white.svg);
    }

    .left-sidebar .sidebar-nav ul li i.changes-accepted {
        background-image: url(../../Images/ChangesAccepted.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.changes-accepted {
        background-image: url(../../Images/ChangesAccepted-white.svg);
    }

    .left-sidebar .sidebar-nav ul li i.plan-favorites {
        background-image: url(../../Images/PlanFavorites.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 4px;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.plan-favorites {
        background-image: url(../../Images/PlanFavorites-White.svg);
    }

    .left-sidebar .sidebar-nav ul li i.reports {
        background-image: url(../../Images/Reports.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.reports {
        background-image: url(../../Images/Reports-white.svg);
    }

    .left-sidebar .sidebar-nav ul li i.census-templates {
        background-image: url(../../Images/CensusTemplates.svg);
        height: 18px;
        display: inline-block;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }

    .left-sidebar .sidebar-nav ul li a:hover i.census-templates {
        background-image: url(../../Images/CensusTemplates-White.svg);
    }

.has-svg-icon .fill-in,
.fill-in {
    fill: #345181;
}

.stroke-in {
    stroke: #006784
}

.left-sidebar .sidebar-nav ul li.has-svg-icon a:hover .fill-in,
.left-sidebar .sidebar-nav ul li a.current .fill-in,
.left-sidebar .sidebar-nav ul li.application-in-review a:hover .fill-in {
    fill: #fff !important;
}

.left-sidebar .sidebar-nav ul li a.current .stroke-in,
.left-sidebar .sidebar-nav ul li.application-in-review a:hover .stroke-in {
    stroke: #fff;
}

.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: 18px;
            text-align: center;
            position: relative;
            list-style: none;
        }

            .sidebar-nav ul > li:first-child {
                clear: both
            }

    .sidebar-nav li a.current {
        color: #fff;
        background-color: #345181;
    }

    .sidebar-nav li > a {
        width: 100%;
        ;
        display: inline-block;
        padding: 6px 0px 6px 15px;
        color: #646464;
        text-align: left;
        font-size: 14px;
        white-space: nowrap;
    }

.agencey-staff-icon {
    fill: #006784;
}

.left-sidebar .sidebar-nav ul li a:hover .agencey-staff-icon {
    fill: #fff
}

.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 {
    font-size: 18px;
}

.sidebar-nav li.active a {
    color: #fb9678;
    font-weight: 500;
    border-left: 3px solid #fb9678;
}

#content-wrap {
    width: 98%; /***** Safari *****/
    width: calc(100% - 220px);
    width: -webkit-calc(100% - 220px);
    float: right;
    box-sizing: border-box;
    transition: ease-out all .3s;
    box-sizing: border-box;
    padding-right: 30px;
}

    #content-wrap.full {
        width: calc(100% - 70px);
    }

    #content-wrap.left-sidebar-open {
        width: calc(100% - 220px);
        width: -webkit-calc(100% - 220px);
    }








/* Bread Crumb */

.app-breadcrumb {
    margin: 0;
    padding: 5px 20px !important;
    border-bottom: 1px solid #ccc;
    list-style: none;
    background: none;
    border-radius: 0;
    min-height: 31px;
    background: #ffffff;
}

.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: "»";
}

.breadcrumb-table {
    margin-top: 0
}

.breadcrumb-inside-page {
    position: absolute;
    width: 100%;
    left: 0;
}

/* Tabs */

.nav-tabs .nav-link {

    position: relative;
    color: #22272D;
}

    .nav-tabs .nav-link.active::after {
        width: 100%;
        background-color: #c81766;
        height: 3px;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #22272D;
        font-weight: 500;
    }

.nav-tabs .nav-item {
    position: relative
}



/* Text Colors */

.text-orange {
    color: #f9690e !important;
}

.text-bright-green {
    color: #d7d513 !important;
}

.text-aqua {
    color: #4ec2c0 !important;
}

.text-teal {
    color: #345181 !important;
}

.text-teal-2 {
    color: #22272D !important;
}

.text-turquoise {
    color: #5eadb4 !important;
}
.dark-grey-text {
    color: #414042 !important
}

.calm-blue-text {
    color: #345181 !important
}

.fill-calm-blue {
    fill: #345181
}

.calluna-font-semibold {
    font-family: "calluna-sans",sans-serif;
    font-weight: 600
}


.header-space {
    margin-top: 60px;
    display: inline-block;
}


.main-content {
    margin: 80px 10px 0 0;
    box-sizing: border-box;
    width: 100%;
}

.mainHeading {
    font-size: 24px;
    color: #414042;
    font-weight: normal;
}

.mainHeading-inner {
    font-size: 18px;
}

h1.mainHeading {
    padding-left: 0;
    border-bottom: 0;
    font-family: "calluna-sans",sans-serif;
    color: #414042 !important;
}

.mainHeading i {
    font-size: 20px;
    color: #345181;
}

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 {
        font-size: 14px;
        color: #22272D;
        padding-bottom: 5px !important
    }

.form-group-label-mb-0 label {
    padding-bottom: 0 !important;
    margin-bottom: 0
}

input[type="text"].form-control,
.form-control {
    border: 1px solid #CED4DA;
    border-radius: 2px;
    color: #22272D !important;
    padding: .3rem .60rem .375rem .60rem;
    height: 36px;
    font-size: 16px;
}

    .upAddress-inner select:focus,
    .upAddress-inner input[type="text"]:focus,
    .form-control:focus {
        border-color: rgb(52, 81, 129) !important;
        box-shadow: 0 0 0 0.2rem rgb(52, 81, 129, 32%);
    }

.form-control-sm {
    height: 30px;
    padding: 2px;
}

.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;
}

.vertical-form-control .divContainerVertical {
    float: none;
    margin: 0;
    overflow: initial;
}


    .vertical-form-control .divContainerVertical > div,
    .vertical-form-control .divControlsVertical > div {
        float: none
    }

.vertical-form-control .divRequiredValidator {
    float: left !important;
}

.vertical-form-control .divContainerVertical > div > span {
    color: #f03434 !important;
    float: none
}

.vertical-form-control .divCaptionVertical {
    width: 100%;
    font-size: 16px;
}

.acc-master-errMsg {
    position: absolute;
    top: 25px;
}

.upAddress-inner {
    display: flex;
}

    .upAddress-inner select,
    .upAddress-inner input[type="text"] {
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-weight: 400;
        line-height: 1.5;
        background-color: #fff;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        border: 1px solid #dadfe1;
        border-radius: 2px;
        color: #495057 !important;
        height: 38px;
        font-size: 16px;
    }



.icon .form-control {
    width: 90%;
    display: inline-block;
    clear: left;
}

input[type="text"].form-control:disabled,
.form-control:disabled,
.form-control[readonly] {
    border-color: #CED4DA;
    background-color: #ecf0f1;
    color: #abb7b7 !important;
}

.fa-input {
    font-family: "Font Awesome 5 Free", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: none;
    border: 0;
    padding: 0
}

.grid .form-control {
    height: 30px !important;
    padding: 0px 5px !important;
}

.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 {
    color: #FF0000 !important;
    font-size: 16px;
}

label {
    padding-bottom: 3px !important;
    margin-bottom: 0;
    color: #575a5d;
    line-height: 1.5 !important;
}

.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;
}

.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: 5px;
    float: none !important;
}

.blueBtn2,
.theme-btn {
    border: none;
    min-width: 130px;
    background-color: #C81766;
    text-align: center;
    padding: 8px 20px;
    font-size: 15px !important;
    font-weight: 400;
    color: #fff !important;
    box-sizing: border-box;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    z-index: 6;
    /* box-shadow: 0px 4px 6px rgba(0,0,0, 0.16);*/
    border-radius: 50px;
    float: none !important;
}

    .theme-btn:hover {
        color: #fff;
    }

    .theme-btn:focus {
        box-shadow: 0 0 0 .2rem rgba(210,210,210,1);
    }

.btn-border,
.btn-outline {
    background-color: #fff !important;
    border: 1px solid #C81766 !important;
    color: #C81766 !important;
}

    .btn-border:hover, .btn-border:focus,
    .btn-outline:hover, .btn-outline:focus {
        background-color: #a2104f !important;
        color: #ffffff !important;
        border: 1px solid #C81766 !important;
    }



.dropdown.bootstrap-select .dropdown-toggle:focus {
    border-color: rgb(52, 81, 129) !important;
    box-shadow: 0 0 0 0.2rem rgb(52 81 129 / 32%) !important;
    outline: none !important
}

.aspNetDisabled.theme-btn,
input[type=submit].aspNetDisabled {
    border-radius: 50px;
    background-color: #e0dbdb;
    text-align: center;
    padding: 8px 20px;
    font-size: 16px !important;
    font-weight: 400;
    color: #fff !important;
    min-width: 130px;
    border: 0;
    opacity: .65;
    cursor: not-allowed
}

    .aspNetDisabled.theme-btn:hover,
    input[type=submit].aspNetDisabled:hover {
        background-color: #e0dada;
    }
    .btn-float-none .theme-btn {
    float: none !important
}

/*.btn-border {
    background-color: #fff;
    color: #006784 !important;
    border: 1px solid #006784;
}*/

.theme-btn.btn-border:hover {
    color: #fff !important
}

.grid .theme-btn {
    padding: 5px 15px;
    margin: 0;
}

.btn-sm {
    min-width: 100px;
}

.grey-btn {
    background-color: #717075;
}

    .grey-btn:hover {
        background-color: #515151 !important;
    }


.qmButtons .NormalButton,
.outline-btn {
    border: none;
    background: #fff;
    text-align: center;
    padding: 7px 25px;
    font-weight: 400;
    color: #C81766 !important;
    box-sizing: border-box;
    border: 1px solid #C81766;
    position: relative;
    font-size: 15px !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-radius: 50px;
}
    .qmButtons .NormalButton:hover,
    .outline-btn:hover, .theme-btn:hover {
        background-color: #a20f4f;
        transition: all .3s ease-out;
        color: #fff !important;
    }

.mid-size-btn {
    min-width: 125px;
}

.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-transition: right .3s ease;
    -webkit-box-shadow: -9px 1px 27px -8px rgba(0,0,0,0.24);
    -moz-box-shadow: -9px 1px 27px -8px rgba(0,0,0,0.24);
    box-shadow: -9px 1px 27px -8px rgba(0,0,0,0.24);
    border-radius: 10px;
    z-index: 110;
    transition: right .3s ease;
}

div.slide-out-div.open {
    right: -3px !important;
}

.custome-scrollbar .content {
    height: 200px;
}


.handle {
    height: 160px;
    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: 219px;
    position: absolute;
    width: 40px;
    float: left;
    padding: 15px 0 0 12px;
    transition: all .5s ease;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
}

    div.slide-out-div.open .handle,
    .handle:hover {
        background-color: #ccc;
    }

.filter .handle {
    height: 105px;
    left: -60px;
}

.filter.slide-out-div {
    width: 290px;
    right: -290px;
    margin-bottom: 0
}

.rotate {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /*For IE support*/
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 15px;
}

.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;
}

.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;
    }

.filter .action-content {
    padding: 15px 0px 5px 0px
}

.filter .content {
    margin-bottom: 0;
}


.icon-block a {
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    float: left;
    width: 80px;
    min-height: 90px;
    margin: 0 10px 10px 0;
    position: relative;
    text-align: center;
}

a:hover .icon-block {
    /*background: #013243;*/
    transition: all .4s ease-out;
}


.icon-block span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #f6754f;
    margin: 10px 0 0 0;
}

.icon-block a {
    text-decoration: none;
}

.action-icon-row {
    float: left;
    width: 100%;
}

.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;
    }



.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: 20px;
    color: #f6754f;
    border-bottom: 1px solid #f6754f;
    font-weight: normal;
    padding-bottom: 5px;
    margin: 25px 0 25px 0;
    clear: both;
    float: left;
    width: 100%;
}

.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;*/
}

.grid-inside thead td,
.grid-inside th,
.GridHeader th,
.GridHeader td,
.grid th,
.grid .grid-header td,
.grid thead th {
    border-top: none;
    border-right: 0px;
    color: #22272D !important;
    font-weight: 500;
    padding: 8px 15px !important;
    font-size: 15px !important;
    border-left: 0;
    border-top: 1px solid #ccc;
    text-transform: capitalize;
    font-weight: 700
}

.grid-inside thead tr:hover {
    background-color: #fff !important
}

.inner-header td,
.inner-header th {
    border-top: 0 !important;
}

/*.grid-inside tr:first-child td {
    padding: 0
}*/

.grid tr:nth-child(even) {
    background-color: #EFF1F5;
}

.grid tr:nth-child(odd) {
    background-color: #F8F9FB;
}

.grid tr.GridHeader,
.grid thead tr {
    background-color: #fff !important
}

    .grid table tr:nth-child(odd) {
        background-color: #F8F9FB;
    }

/*.grid table td {
    padding:0 0 1px 0 !important
}*/

.grid tr td table tr {
    background-color: transparent
}

.grid tr td table td,
.grid tr th table td {
    padding: 0 0 1px 0;
}

    .grid tr td table td,
    .grid tr th table td {

    }

.grid tr td .tree-grid {
    border: 1px #cccccc solid;    
    margin-top: 10px;
}

.grid tr td .tree-grid td {
    padding: 9px 15px
}

.grid-inside tr,
.grid tr {
    transition: ease-out .3s all;
}

    .grid-inside tr:hover,
    .grid tr:hover {
        background-color: #e0dbdb;
    }

    .grid-inside tr td,
    .grid tr td {
        border: 0;
        color: #22272D;
        padding: 9px 15px;
        font-size: 15px;
        border-top: 1px solid #e8ebed;
    }

.grid tbody tr:last-child td {
    /*border-bottom: 2px solid #d7d513;*/
}

.grid-inside,
.grid {
    border-collapse: collapse;
    border: 0 !important;
    width: 100%
}

    .grid a {
        color: #22272D !important;
    }

        .grid a:hover {
            color: #C81766 !important
        }

        .grid-bordered tr td {
            border: 1px solid #afd6da;
        }

    .grid-bordered tr td:first-child {
        border-left: 0;
    }

    .grid-bordered tr td:last-child {
        border-right: 0;
    }


.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
        }

.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 {
    float: left;
    width: 100%;
    border-radius: 7px 7px 0 0;
    margin-bottom: 30px;
    min-height: 199px;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
    background: #fff;
}

    .policyTbl .headgrey,
    .policyTbl .head {
        background-color: #F8F3F2;
        color: #345181;
        padding: 7px 15px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        font-size: 18px;
        position: relative;
        text-align: left !important;
        font-weight: 600;
        font-family: "calluna-sans",sans-serif;
    }

    .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;*/
    }


.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;
}

.noPadding {
    padding: 0;
}

.noMargin {
    margin: 0;
}

.sideMobile.active .left-sidebar {
    width: 50px;
}

.border-bottom {
    border-bottom: 1px solid #dadfe1;
}



/************ 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;
        margin-bottom: 15px;
    }

    .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: 0px;
        padding-top: 10px;
        top: 80px;
    }

    .sideMobile.active .left-sidebar {
        width: 190px;
    }

    .d-block-sm {
        display: block !important;
    }

    .mobile-leftNav .sideMobile.active .left-sidebar {
        width: 0;
    }

    .mobile-leftNav .sideMobile .left-sidebar {
        width: 190px;
    }

        .mobile-leftNav .sideMobile .left-sidebar .sidebar-nav ul li a span {
            display: inline-block
        }

    .mobile-leftNav .hamburger2 .hamburger-icon .first-bar {
        width: 9px;
    }


    .mobile-leftNav .hamburger2 .hamburger-icon {
        float: right
    }
    .mobile-leftNav .hamburger2 .hamburger-icon .first-bar {
        width: 13px;
    }
        .mobile-leftNav .hamburger2 .hamburger-icon .second-bar {
            width: 17px;
        }

        .mobile-leftNav .hamburger2 .hamburger-icon .third-bar {
            width: 9px;
        }
}



@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% !important;
        /*margin:10px 10px 0 0px;*/
    }
}

@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;
    }
    .emp-landing .mainHeading {
        top: 0;
    }
    .acc-master-errMsg {
        position: relative
    }
}



@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/funnel.png");
    width: 100%;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 15px 0;
    font-size: 13px;
}

.retention {
    background-image: url("../images/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 {
    background-color: #5eadb4 !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;
}

table tr.aqua-header th {
    background-color: #4ec2c0;
    color: #fff;
    border-bottom: 0;
}

.light-bluish-header td,
.light-bluish-header th {
    background-color: #8ec6cb;
    color: #fff !important;
}

.table-borderless {
    border: 0 !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: 110px;
}

.box-top-text {
    font-size: 16px;
}

.box-middle-text {
    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;
}

.selectpicker-container .btn.dropdown-toggle {
    border-radius: 2px;
}

.selectpicker-w-100 .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: #345181 !important;
    font-size: 1rem;
    border-color: #dadfe1;
}

.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: 12px;
    padding: 5px;
}

.bootstrap-select .dropdown-menu {
    margin-top: 0
}

/* Select Plans */

.plan-comparison-bottm {
    border-radius: 5px 5px 0 0;
    border: 1px solid #dadfe1;
    padding: 15px;
    position: relative;
    border-bottom: 2px solid#d7d513;
    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 .lSAction > a,
.next-pre-btn .down,
.next-pre-btn .next,
.next-pre-btn .prev {
    position: absolute;
    width: 30px;
    height: 60px;
    color: #fff;
    background-color: #006784;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    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 {
    position: absolute;
    bottom: -29px;
    text-align: center;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
    width: 58px;
    height: 27px;
    background-color: #006784;
    color: #fff;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

    .down-arrow:hover {
        color: #fff;
    }

.plan-comparison-heading {
    position: relative;
    padding-bottom: 5px;
}

    .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: center;
        font-weight: normal;
    }

.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;
}

    .show-more-btn a:hover {
        background-color: #c1cb30;
        color: #fff;
        text-decoration: none;
    }

.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;
}

.expand-collapse .checkbox label {
    margin-bottom: 0;
}

.filter .custome-scrollbar .content {
    height: 360px;
}


/* New Account */


.has-accordion div[aria-expanded="true"] .fa:before {
    content: "\f077";
}

.has-accordion div[aria-expanded="false"] .fa:before {
    content: "\f078";
}

.has-accordion {
    min-height: auto;
}

    .has-accordion i.fa {
        float: right;
        padding-top: 4px;
    }

.cursor-pointor {
    cursor: pointer;
}


#uploadfile1 {
    background-image: url('../images/search-icon2.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 5px;
}



/***********Sohail 03/03/20 ************/


.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;
    cursor: pointer
}

.hamburger {
    display: flex;
    justify-content: flex-end;
    margin: 10px 10px;
    position: relative;
    z-index: 2
}

.hamburger-icon {
    cursor: pointer;
    width: 17px;
    position: relative;
    right: 5px;
}

    .hamburger-icon span {
        height: 2px;
        background-color: #345181;
        display: block;
        margin-bottom: 3px;
        float: right;
        transition: all 0.3s;
    }

    .hamburger-icon .first-bar {
        width: 9px;
    }

    .hamburger-icon .second-bar {
        width: 17px;
    }

    .hamburger-icon .third-bar {
        width: 13px;
    }

    .hamburger-icon:hover span {
        width: 100%;
    }

.hamburger2.active2 .hamburger-icon span,
.sideMobile.active .hamburger-icon span {
    float: left
}

.hamburger2.active2 .hamburger-icon .first-bar,
.sideMobile.active .hamburger-icon .first-bar {
    width: 13px;
}

.hamburger2.active2 .hamburger-icon .third-bar,
.sideMobile.active .hamburger-icon .third-bar {
    width: 9px;
}

/*.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: 13px;
    }

    .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;
}


.login-panel {
    width: 90%;
}


.mTopRightView {
    display: inline;
}




@media(max-width:505px) {
    h1.mainHeading {
        /*font-size: 20px !important;*/
        /* padding-top:15px !important;	 */
    }
}


@media(max-width:768px) {


    .sideMobile .left-sidebar {
        /* width: 50px; */
        padding-top: 10px;
        top: 80px;
        overflow: hidden
    }




        .sideMobile .left-sidebar .sidebar-nav ul li a span {
            display: none;
        }

    .sideMobile.active .left-sidebar .sidebar-nav ul li a span {
        display: inline-block;
    }

    #content-wrap {
        width: 100% !important;
        padding-right: 0px;
        padding-left: 0px !important;
    }

        #content-wrap.full {
            /* padding-left:0px ; */
            width: calc(100% - 0px);
            padding-left: 0;
        }

    .breadcrumb-top {
        padding-left: 0px !important;
    }

    .spikes {
        display: none !important;
    }
}


@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;
    }

    .emp-profile-icons {
        margin-bottom: 1rem;
    }

    .logo img {
        top: 22px;
    }

    .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: -60px;
        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;
        }

        .mTopRightView.activ .userinfo {
            float: right;
            margin-top: 20px;
        }

    .hamburger {
        display: none !important;
    }

    .hamburger2 {
        display: inline-block;
        position: absolute;
        right: 35px;
        top: 27px; 
        width: 17px;
    }

        .hamburger2 img {
            transform: rotate(0);
        }

        .hamburger2.active2 img {
            transform: rotate(-180deg) !Important
        }
    .smallBizPlasDisplay .planInfoContainer {
        padding-right: 8px;
        padding-left: 8px;
    }
    .smallBizPlasDisplay .planInfoVal {
        font-size: 14px;
    }
    .smallBizPlasDisplay .monthPremium {
        font-size: 20px;
    }
    .mobile-leftNav .hamburger2.active2 .hamburger-icon span {
        float: right;
    }
    .mobile-leftNav .hamburger2.active2 .hamburger-icon .first-bar {
        
        width: 9px;
    }

    .mobile-leftNav .hamburger2.active2 .hamburger-icon .second-bar {
        width: 17px;
    }

    .mobile-leftNav .hamburger2.active2 .hamburger-icon .third-bar {
        width: 13px;
    }
}
/*Firefox*/
@-moz-document url-prefix() {
    .hamburger2 {
        top: 33px;
    }
}

.navigationSignIN {
    padding-top: 20px;
    position: relative
}
.LabelRequired,
.required {
    color: #FF0000 !important;
    font-size: 16px !important
}

.font-24 {
    font-size: 1.5rem;
}

body a:focus {
    border: 0 !important
}

.height-auto {
    min-height: auto !important;
}

.emp-inof-tbl th {
    background-color: #fff;
    color: #717075;
    font-size: 14px;
    font-weight: 500
}

.emp-inof-tbl th {
    padding: 0
}

.emp-inof-tbl td {
    padding-right: 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
}

.dropDwonMenuPanel {
    display: block;
    position: absolute;
    z-index: 100;
    background-color: #FFFFFF;
    width: 170px;
    text-align: left;
    clear: both;
    left: auto !important;
    top: 55px;
    right: 0 !important;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgb(218, 218, 218);
    box-shadow: 0px 2px 4px rgba(0,0,0, 0.1);
}

    .dropDwonMenuPanel ul {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        padding-bottom: 0px;
    }

        .dropDwonMenuPanel ul li:first-child a {
            border-radius: 4px 4px 0 0;
        }

        .dropDwonMenuPanel ul li:last-child a {
            border-radius: 0 0 4px 4px;
        }

        .dropDwonMenuPanel ul li a {
            padding: 7px 5px 7px 10px;
            font-size: 14px;
            transition: all 0.3s;
            display: block;
            width: 100%;
            color: #6c7a89;
        }

            .dropDwonMenuPanel ul li a:hover {
                padding-left: 12px !important;
                color: #fff;
                background-color: #345181;
                text-decoration: none
            }

.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: #f9690e;
        }

.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: #f2f8f9;
    border: 1px solid #afd6da;
    padding-left: 15px;
    padding-right: 15px;
}

    .blueBg table td {
        border: 0;
        font-size: 13px;
    }

.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;
}

.add-document {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 20px;
}

.back-btn img {
    margin-top: -5px;
}

.radio-grid table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.radio-grid table tr:nth-child(even) {
    background-color: #eff7f8;
}

.radio-grid table tr td {
    border-top: 1px solid #fff;
    padding-left: 2rem;
}

.font-size-18 {
    font-size: 18px;
}

.grid .checkbox label {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: top;
}

.checkbox .HiddenText label {
    text-indent: -99999px;
    height: 18px
}

.checkbox .HiddenText input[type=checkbox]:checked + label:before {
    text-indent: 0;
}

.plan-comparison-plan .checkbox label {
    margin-bottom: 0;
    padding-bottom: 0 !important;
    padding-left: 35px;
}

.modal-title {
    font-size: 20px;
    font-weight: normal;
    color:#fff;
}

.modal-footer {
    border-top: 0;
    /*border-bottom: 8px solid #D7D513;*/
    padding-bottom: 15px;
    border-radius: 0;
}

.modal-content {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    border: 0 !important
}

    .modal-content .close {
        font-size: 2rem;
    }

.modal-header {
    padding: 0.8rem 1rem;
    background-color: #345181;
    color:#fff;
}

.plan-comparison-bottm .lSSlideWrapper {
    position: inherit;
}

.plan-comparison-bottm .lSAction > a {
    top: 46%;
    box-shadow: 1px 2px 5px rgba(0,0,0, 0.2);
}

.plan-comparison-bottm .lSSlideWrapper .lSPrev {
    left: -46px;
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px;
}

.plan-comparison-bottm .lSSlideWrapper .lSNext {
    right: -46px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
}

.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;
    color: #fff;
}

    .policyTbl .head.checkbox label::before {
        top: 6px;
    }

.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 #345180;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media(max-width:440px) {
    .plan-comparison-bottm {
        margin: 0 20px;
    }
    .has-breadcrumb h1.mainHeading {
        margin-top: 15px;
    }
}

.plan-selection-grid > div {
    padding: 7px 15px;
}

    .plan-selection-grid > div:after {
        content: " ";
        display: block;
        clear: both;
    }

.plan-selection-grid .plan-selection-grid-lbl {
    float: left;
    padding-right: 8px;
}

.plan-selection-grid .plan-selection-grid-select {
    float: right;
    width: 170px;
}

.plan-selection-grid-even {
    background-color: #F3F5F1;
}

@media only screen and (max-width: 1220px) and (min-width: 991px) {
    .plan-selection-grid .plan-selection-grid-select {
        width: 100%;
    }
}

@media only screen and (max-width: 1190px) and (min-width: 991px) {
    .select-plan-top-cards .policyTbl .theme-btn {
        min-width: 120px;
        width: 111px;
        padding: 11px 8px;
        font-size: 12px;
        margin: 0 -5px 0 -10px;
    }
}

@media (max-width: 385px) {
    .plan-selection-grid .plan-selection-grid-lbl {
        width: 100%;
    }

    .plan-selection-grid-select.selectpicker-container {
        width: 100%;
    }
}

.calendar-icon svg {
    width: 21px;
    padding-top: 0px;
}

.table {
    color: #22272D;
}

.select-plan-top-cards .policyTbl p {
    font-size: 12px;
    color: #6c7a89;
}

.left-bottom-border {
    border: 1px solid #dadfe1;
    border-top: 0;
    border-right: 0;
}

.plan-comparison-plan .table tr td {
    padding-left: 10px;
    padding-right: 10px;
}

    .plan-comparison-plan .table tr td hr {
        margin-bottom: 0;
    }

.plan-comparison-plan .table tr:last-child td {
    color: #575a5d;
}

.plan-comparison-plan .left-bottom-border {
    padding-top: 5px;
}

.font-14 {
    font-size: 14px;
}

.emp-profile-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .emp-profile-icons ul li {
        display: inline-block;
    }

        .emp-profile-icons ul li a {
            color: #345181;
            margin: 0 5px;
            padding: 0 3px 3px 3px;
        }

        .emp-profile-icons ul li.emp-profile-icons-done a {
            color: #345181
        }

        .emp-profile-icons ul li.emp-profile-icons-done.current a {
            border-bottom: 2px solid #a2104f;
        }

@media (max-width: 991px) {
    .mb-sm-15 {
        margin-bottom: 15px;
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .mt-sm-10 {
        margin-top: 10px !important;
    }

        .ml-sm-10 {
            margin-left: 10px;
        }

    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .pl-sm-15 {
        padding-left: 15px;
    }
    .pl-sm-10 {
        padding-left: 10px;
    }
}

@media (max-width: 575px) {
    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mt-xs-15 {
        margin-top: 15px;
    }

    .mb-xs-0 {
        margin-bottom: 0 !important;
    }

    .mt-xs-15 {
        margin-top: 15px !important;
    }

    .mb-xs-15 {
        margin-bottom: 15px;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .mb-xs-15 {
        margin-bottom: 10px;
    }

    .pr-xs-30 {
        padding-right: 30px;
    }
}

.grid .grid-header {
    background-color: #fff !important;
    color: #414042;
}



.percentage {
    right: 0;
    top: 6px;
}

.grid-bo-brd-btm .grid tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 1170px) {
    .peo-no-emp {
        max-width: 100%;
        flex: auto;
    }

        .peo-no-emp label {
            width: 100%;
            display: block !important;
        }

        .peo-no-emp.form-inline .form-control {
            margin: 0 !important;
        }
}

.fa-plus-svg {
    top: -2px;
    width: 20px;
}


.inner-heading {
    background-color: #F8F3F2;
    margin-top: 1.5rem;
    font-weight: 500;
    font-size: 18px;
    padding: 4px 20px;
    margin-bottom: 0;
    clear: both;
    color: #345181;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600;
    font-family: "calluna-sans",sans-serif;
}

.font-20 {
    font-size: 20px;
}

.table-border-radius tr th:first-child {
    border-radius: 4px 0 0 0;
}

.table-border-radius tr th:last-child {
    border-radius: 0 4px 0 0;
}

.profile-first-tbl {
    padding-right: 7px;
}

.profile-second-tbl {
    padding-right: 15px !important;
}

    .profile-first-tbl tr,
    .profile-second-tbl tr {
        transition: ease-out .3s all;
    }

        .profile-first-tbl tr:hover,
        .profile-second-tbl tr:hover {
            background-color: #e0dbdb !important;
        }

    .profile-second-tbl .table-sm td,
    .profile-first-tbl .table-sm td {
        padding-left: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

@media (max-width: 991px) {
    .profile-first-tbl {
        padding-right: 22px;
        margin-left: -1px;
    }

    .profile-second-tbl {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #eff1f5;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f8f9fb
}

    .no-shadow {
        box-shadow: none;
    }

.classification-inner {
    border: 1px solid #DBDBDB;
    overflow: hidden;
    margin: 20px 30px 40px 30px;
    border-radius: 5px;
}

.account-search-form table tr td {
    padding-bottom: 10px;
    padding-right: 15px;
}

    .account-search-form table tr td .FormLabel {
        font-size: 1rem;
        color: #575a5d;
    }

    .account-search-form table tr td select,
    .account-search-form table tr td input[type="text"] {
        border: 1px solid #dadfe1;
        border-radius: 2px;
        color: #495057 !important;
        box-sizing: border-box;
        padding: .375rem .75rem;
        font-size: 1rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

        .form-control-container input[type="text"]:focus,
        .account-search-form table tr td select:focus,
        .account-search-form table tr td input[type="text"]:focus {
            border-color: #5eadb4;
            box-shadow: 0 0 0 0.2rem rgba(94, 173, 180, 0.32);
            outline: none
        }

.form-control-container table {
    width: 100%;
}

.form-control-container input[type="text"] {
    height: 38px !important;
    font-size: 16px;
    padding: .375rem .75rem;
    border: 1px solid #dadfe1;
    border-radius: 2px;
    color: #495057 !important;
    display: block;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.broker-portal-card table tr:nth-child(odd) {
    background-color: #EFF1F5;
}

.broker-portal-card table tr:nth-child(even) {
    background-color: #F8F9FB;
}

.broker-portal-card table tr td {
    padding: 6px 0px;
    font-size: 16px;
}

    /*.broker-portal-card table tr td a {
        color: #006784
    }*/

.cal-control input[type="text"] {
    border: 1px solid #dadfe1;
    border-radius: 2px;
    color: #495057 !important;
    padding: .375rem .75rem;
    height: calc(2.25rem + 2px);
    font-size: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .cal-control input[type="text"]:focus {
        border-color: #5eadb4 !important;
        box-shadow: 0 0 0 0.2rem rgba(94, 173, 180, 0.32);
        outline: none
    }

.rcorners {
    background-color: #345181 !important;
    border: 0 !important;
    text-align: center;
    padding: 10px 1px 10px 10px !important;
    height: auto !important;
}

.LabelErrorMessage,
.alert-danger {
    background-color: #F9E1E6;
    border-color: #FF92A9;
    position: relative;
    border-radius: 2px;
}

    .LabelErrorMessage ul,
    .alert.alert-danger ul {
        padding-left: 50px !important;
    }


    .LabelErrorMessage li,
    .alert-danger li {
        color: #C8524E;
    }


    /*.LabelErrorMessage:before,*/
    .alert-insisde ul::before,
    .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: 50%;
        left: 30px;
        transform: translate(-50%, -50%);
        font-size: 27px;
        position: absolute
    }

.comment-alert {
    padding-left: 3.5rem
}

/*.alert-insisde span,*/
.alert-insisde ul {
    border-color: #f9e1e6;
    position: relative;
    padding: 10px 80px;
    border: 1px solid #FF92A9;
    list-style: disc;
    color: #721c24;
    background-color: #F9E1E6;
    margin: 0 0 20px 0px;
    border-radius: 2px;
    list-style: square;
    color: #C8524E;
}

/*.alert-insisde span {
    padding-left: 20px
}*/

.alert-info {
    background-color: #f2f8f9;
    border: 1px solid #afd6da;
    color: #575a5d;
    border-radius: 2px;
    padding-left: 35px;
    background-image: url(../../../images/indicator-info2.png);
    background-repeat: no-repeat;
    background-position: 10px 14px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
   
}

tr.alert-info {
    background-position: 10px 6px !important;    
}

    tr.alert-info td {
        padding: 5px 35px !important;
        font-size: 13px;
        /*border: 1px solid #7CCFE4;*/
    }

    .terminated-notifcation {
        background-color: #ffffed;
        position: relative;
        border-radius: 3px;
        color: #6b6b6b;
        border: 1px solid #d5d417;
        padding: 5px 15px;
        font-size: 13px;
    }

.terminated-notifcation b{    
    float:left;
    padding-right:5px;
    border:1px solid transparent;
}
    .mb-2rem-inside-ul ul {
    margin-bottom: 2rem
}

.qoteProfile li {
    display: inline-block;
    padding-right: 10px;
    font-size: 13px;
}

    .qoteProfile li i {
        padding-right: 3px;
        color: #345181;
    }

.no-shadow {
    box-shadow: none !important
}

.smallBizPlasDisplay .quotationDiv {
    float: none;
    background: #ffffff;
    padding: 15px;
    padding-top: 0;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 7px 7px 0 0;
}

    .smallBizPlasDisplay .quotationDiv .white-box {
        border: 1px solid #ccc;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
    }

    .smallBizPlasDisplay .quotationDiv .content {
        background-color: transparent;
    }

.smallBizPlasDisplay .planInfoLbl {
    font-size: 12px;
    padding-bottom: 5px;
}

.smallBizPlasDisplay .planInfoVal {
    font-size: 16px;
    /*word-break: break-all;*/
}

.smallBizPlasDisplay .planInfoContainer {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.smallBizPlasDisplay .monthPremium {
    font-size: 24px;
    color: #345181;
}

.smallBizPlasDisplay .ffm-plan-name.checkbox label:before {
    top: 4px;
}

.smallBizPlasDisplay .qoteProfile {
    margin: 0
}

.smallBizPlasDisplay .gradientback2 .CheckedListBoxMenue {
    margin-left: 0
}

.smallBizPlasDisplay .gradientback2 h4 {
    text-align: left;
    color: #575a5d;
    font-size: 13px;
}

.smallBizPlasDisplay .gradientback2 {
    padding: 10px 10px;
    border: 1px solid #dcdcdc;
    width: 100%;
}

    .smallBizPlasDisplay .gradientback2 label {
        font-size: 14px
    }

.agent-select table {
    width: 100%;
}

    .agent-select table .BaseTextBoxReadOnly {
        border-color: #dadfe1;
        background-color: #ecf0f1;
        color: #abb7b7 !important;
        font-size: 16px;
        height: 38px;
        border-radius: 2px;
        padding-left: 8px;
    }

    .agent-select table tr td:nth-child(4) {
        position: absolute;
        top: 32px;
        right: 21px;
    }

.agent-select .BtnLookup {
    background-image: url(../../../images/search-icon.png);
    height: 26px;
    width: 30px;
    cursor: pointer;
    background-size: 20px;
    background-position: 8px 6px;
    background-repeat: no-repeat;
    border: 0;
}

.hide-dob-img img[src="images/btn_calendar.gif"] {
    display: none
}

.dob-control .form-control {
    display: inline
}

.btn-container input,
.NormalButton-container .NormalButton,
.NormalButton-container input.NormalButton {
    border: none;
    min-width: 150px;
    margin-left: 5px;
    margin-bottom: 5px;
    box-shadow: 0px 4px 6px rgba(0,0,0, 0.16);
    border-radius: 5px;
    font-size: 16px;
    background: #006885;
    color: #fff;
    height: 40px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn-container input:hover,
    .NormalButton-container .NormalButton:hover,
    .NormalButton-container input.NormalButton:hover {
        background-color: #004559;
    }

    .btn-container input:focus,
    .NormalButton-container .NormalButton:focus,
    .NormalButton-container input.NormalButton:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 103, 132, 0.23);
        outline: none
    }

.hide-heading .heading {
    display: none
}

.tbl-align-top td {
    vertical-align: top
}

.font-medium {
    font-weight: 500
}

.button-icon i {
    top: 3px;
    left: 9px;
    color: #006784;
}

.button-icon input {
    border: 0;
    padding: 0 0 0 30px;
    background: no-repeat;
    color: #006784;
}


.plus-btn {
    background-color: #345181;
    font-size: 19px;
    font-weight: bold;
    border: 0;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    padding: 0;
    line-height: 20px;
    margin-right: 5px;
}

    .plus-btn.position-absolute {
        top: 10px;
    }

input[type=submit].aspNetDisabled.plus-btn {
    width: 20px;
    height: 20px;
    min-width: 20px;
    color: #ffffff !important;
    box-shadow: none;
    padding: 0;
    border-radius: 50%;
    background-color: rgb(133 151 179);
    opacity: 1;
    font-weight: bold;
}



/* Loader */
.loader {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 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: #345181;
}

#loader-1:before {
    z-index: 100;
    animation: spin 1s infinite;
}

#loader-1:after {
    border: 10px solid #f3f2f1;
}

@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);
    }
}

/* Pagination */

.app-pagination {
    background-color: #fff !important;
}

    .app-pagination:hover {
        background-color: #fff !important;
    }

    .app-pagination td {
        border-top: 1px solid #ddd !important;
        border-bottom: 1px solid #ddd !important
    }

    .app-pagination span {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        background-color: #345181;
        border: 1px solid #345181;
        color: #fff;
    }

    .app-pagination a {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        border: 1px solid #ccc;
        background-color: #fff;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

        .app-pagination a:focus,
        .app-pagination a:hover {
            background-color: #345181;
            color: #fff !important;
            border-color: #345181;
            text-decoration: none;
            border: 1px solid #345181 !important;
        }


.app-pagination-2 {
    border-top: 1px solid #ddd;
    padding: 9px 15px;
}

.app-pagination td table td {
    border: 0 !important;
}


.pagination-inside-grid table {
    width: auto;
}

    .pagination-inside-grid  table td {
        border: 0 !important
    }

        .pagination-inside-grid table td b {
            padding-right: 10px;
        }

        .pagination-inside-grid table td a {
            margin: 0 3px;
        }


        .GridItem, .GridAltItem {
            border: 0 !important
        }

    .GridAltItem a:link,
    .GridItem a:link,
    .GridAltItem td .NormalText,
    .GridItem td .NormalText {
        font-size: 15px !important;
    }


.grid .NormalText {
    font-size: 15px;
}

.grid tr th {
    background-color: #fff !important
}

.hide-link a:first-child {
    display: none;
}

.footerBg {
    clear: both
}

.GridFooter td {
    text-align: left
}

.alert ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.address-popup-container .stateContainer,
.address-popup-container .cityContainer {
    padding-bottom: 1.5rem;
}

.popup-heading {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    background: #345181;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.popup-cross-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.calendar-control-100 .form-control {
    width: 100% !important
}

.divCaptionVertical {
    padding-bottom: 5px;
    line-height: 1.5;
}

.control-lbl-hidden .divCaptionVertical {
    padding-bottom: 0
}

span.date-time {
    font-size: 12px;
}

/* Calendar Control UI Change */

.ajax__calendar {
    position: relative;
    z-index: 100;
}

.ajax__calendar_container {
    font-family: 'Roboto', sans-serif !important;
    width: 220px !important;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2) !important;
    border-radius: 5px;
}

    .ajax__calendar_body,
    .ajax__calendar_days,
    .ajax__calendar_months,
    .ajax__calendar_years,
    .ajax__calendar_container TABLE {
        width: 100% !important
    }

.ajax__calendar .ajax__calendar_container {
    color: #575a5d !important
}

.ajax__calendar_day,
.ajax__calendar_dayname {
    height: 18px !important;
    width: 18px !important;
    text-align: center !important;
    line-height: 17px;
    font-size: 13px;
    padding: 0 !important
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    color: #999 !important;
}

/*.ajax__calendar_body,
.ajax__calendar_days,
.ajax__calendar_months,
.ajax__calendar_years {
    height: 215px !important;
}*/

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #345181 !important;
    border-color: #345181 !important;
    color: #ffffff !important;
    transition: all 0.3s !important;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year,
.ajax__calendar .ajax__calendar_active .ajax__calendar_month,
.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #345181 !important;
    border-color: #345181 !important;
    color: #ffffff !important;
}

.ajax__calendar_header {
    height: 24px !important;
    background-color: #345181 !important;
    color: #fff !important;
    font-size: 14px !important;
}

.ajax__calendar_title {
    font-weight: 500 !important
}

.ajax__calendar_footer {
    height: 22px !important;
    padding-top: 3px !important;
    font-size: 12px !important;
}

.ajax__calendar_today {
    padding-top: 4px !important;
    font-size: 13px !important;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #006784 !important;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #ffffff !important;
}

.ajax__calendar_container TABLE {
    height: 100%;
    background: #fff;
}

.ajax__calendar_year,
.ajax__calendar_month {
    line-height: 43px;
}

.ajax__calendar_years tr td br,
.ajax__calendar_months tr td br {
    display: none
}

.ajax__calendar_next,
.ajax__calendar_prev {
    background-image: none !important
}

    .ajax__calendar_next:before,
    .ajax__calendar_prev:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .ajax__calendar_next:before {
        content: "\f054";
    }

    .ajax__calendar_prev:before {
        content: "\f053";
    }


/* END Calendar Control UI Change */

.show-row-bottom {
    margin-top: -2.5rem;
}

.benefit-selection-grids {
    margin-top: -30px;
}

.benefit-selection-grids-heading {
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
    top: -4px;
    position: relative
}

.benefit-selection-first-grid:after {
    content: " ";
    width: 1px;
    background-color: #dee2e6;
    height: calc(100% + 12px);
    position: absolute;
    right: 0;
    top: -12px;
}

table.radio-inside-tbl {
    width: 100%;
}

    table.radio-inside-tbl tr {
        display: inline;
        padding-left: 5px;
    }

        table.radio-inside-tbl tr:first-child {
            padding-left: 0;
        }

.text-overflow-ellipsis {
    white-space: nowrap;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

/*Policy Landing Page*/
.acc-master-2 .head {
    font-size: 16px;
}

    .acc-master-2 .head ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        font-size: 14px;
    }

        .acc-master-2 .head ul li {
            display: inline-block;
            border-right: 1px solid #345181;
            padding-right: 10px;
            margin-right: 5px;
        }

            .acc-master-2 .head ul li:last-child {
                border-right: 0;
                padding-right: 0;
                margin-right: 0;
            }

.acc-master-2-box {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 1px 3px rgba(0,0,0, 0.16);
    margin-bottom: 20px;
    min-height: 101px;
}

.circle-icon {
    background-color: #F6F5F5;
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #345181;
    line-height: 34px;
    flex-shrink: 0;
}

.acc-master-2-box-lbl {
    color: #9E9D9D;
    font-size: 14px;
    padding-left: 10px;
}

.box-btm-circle-icon {
    width: 70px;
    height: 70px;
    color: #345181;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin: 0 auto 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acc-master-2-box-btm {
    margin-bottom: 15px;
}

    .acc-master-2-box-btm.group-profile i {
        font-size: 30px;
    }

.box-btm-circle-icon .fa-file-alt,
.box-btm-circle-icon .fa-clipboard-list,
.box-btm-circle-icon .fa-clipboard-check {
    font-size: 35px;
}

.box-2-heading {
    font-weight: 500;
    font-family: "calluna-sans",sans-serif;
}

.box-btm-circle-icon .fa-user-tag {
    font-size: 32px;
}

.box-btm-circle-icon .fa-file-medical {
    font-size: 32px;
}

.box-btm-circle-icon .fa-user-tie {
    font-size: 32px;
}

.box-btm-circle-icon .fa-money-check-alt {
    font-size: 31px;
}

.acc-master-2-box-btm > a {
    text-decoration: none;
}


.documentHeading.head h2 {
    color: #345181;
    font-weight: 500;
}



@media(max-width:1160px) {
    .smlBizFirstRow,
    .smlBizSecondRow {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .smallBizPlasDisplay .planInfoContainer:first-child {
        border-left: 0;
    }
    .smallBizPlasDisplay .planInfoVal {
        font-size: 14px;
    }
    .smallBizPlasDisplay .monthPremium {
        font-size: 20px;
    }
}

@media(max-width:600px) {
    .smallBizPlasDisplay .planInfoContainer {
        flex: 0 0 100%;
        max-width: 100%;
        border-left: 0;
        border-bottom: 1px solid #afd6da;
    }
    .planInfo.row {
        margin: 0;
    }
}


.grid tbody tr.has-tree-grid {
    background-color: #fff
}

    .grid tbody tr.has-tree-grid td {
        padding: 5px 15px !important
    }


.policyTbl-inside-heading {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 5px 10px;
}

/* Admin Stylings */

.admin-wrap {
    margin-top: 95px
}

/* Plan Details Page */

.plan-detail-top-policyTbl h2 {
    font-size: 1.9375rem;
}

.plan-detail-top-policyTbl h2 {
    font-size: 1.9375rem;
}

.plan-detail-top-policyTbl h3 {
    font-size: 1.5rem;
}

.plan-detail-top-footer {
    background-color: #F3F2F1;
    border-top: 1px solid #ccc;
    padding: 8px 20px;
}

    .plan-detail-top-footer a {
        font-weight: 500;
    }

    .plan-detail-top-footer span {
        padding: 0 20px;
    }



.pirnt-btn {
    color: #646464;
}

.plan-detail-top-policyTbl h2 {
    font-size: 1.9375rem;
}

.plan-detail-top-policyTbl h3 {
    font-size: 1.5rem;
}

.plan-detail-top-footer {
    background-color: #F3F2F1;
    border-top: 1px solid #ccc;
    padding: 8px 20px;
}

    .plan-detail-top-footer a {
        font-weight: 500;
    }

        .plan-detail-top-footer a:hover {
            text-decoration: none;
        }

    .plan-detail-top-footer span {
        padding: 0 20px;
    }

.plan-detail-grid table {
    table-layout: fixed;
}

    .plan-detail-grid table td {
        padding: 14px 15px;
        font-size: 16px;
    }

.plan-detail-grid-header {
    background-color: #DCDCDC !important;
    color: #414042;
    padding: 7px 0;
}

.font-18 {
    font-size: 1.125rem !important;
}

.plan-detail-grid tr {
    border: 0!important
}

.plan-detail-grid .heading,
.plan-detail-grid-header td {
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 15px !important;
    background-color: #e9e9e9;
}

.plan-detail-grid .alt-rowcolor {
    background-color: #F3F2F1 !important;
}

.plan-detail-grid .border-left {
    border-color: #ccc !important;
}

.light-grey-bg {
    background-color: #F3F2F1 !important;
}

.plan-detail-grid .border-btm-green td {
    border-bottom: 2px solid #d7d513 !important;
}

.hide-tooltip-style .tooltip {
    opacity: 1;
    position: relative;
   font-family: 'Lato', sans-serif;
}



.tbody-flex tbody {
    display: flex
}

.tbody-flex tbody td {
    padding-right: 15px
}

.fake-ol {
    counter-reset: li;
    list-style: none;
}

    .fake-ol li {
        position: relative;
        display: block;
    }

        .fake-ol li:before {
            content: counter(li);
            counter-increment: li;
            position: absolute;
            left: -18px;
            top: 0;
            height: 2em;
            width: 2em;
        }

.pt-20 {
    padding-top: 20px;
}

.fa-hands-usd {
    height: 19px;
}

.rows-page-max-rows .form-control {
    display: inline
}

.rows-page {
    display: inline-block;
    width: 190px;
}

.max-rows {
    display: inline-block;
    width: 200px;
}

@media(max-width:450px) {
    .max-rows {
        margin-top: 10px;
    }
}

.fValidation {
    border-color: #dc3545 !important
}

    input[type="text"].form-control.fValidation:focus,
    .form-control.fValidation:focus,
    .fValidation:focus {
        border-color: #dc3545 !important;
        box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25) !important;
    }

.hide-text-validation {
    position:absolute;
    text-indent: -999999px;
}

.divbusy {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 21%);
    z-index: 1000;
}

.fa-plus-circle, .fa-edit {
    color: #345181;
}

.GridFooter + tr a {
    color: #22272D !important;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0 2px;
    min-width: 22px;
    display: inline-block;
    text-align: center;
    transition: .3s ease-out all;
}

    .GridFooter + tr a:hover {
        background-color: #345181;
        color: #fff !important;
        text-decoration: none;
    }
.GridFooter + tr span {
    color: #fff !important;
    background-color: #345181;
    padding: 5px;
    margin: 0 2px;
    min-width: 22px;
    display: inline-block;
    text-align: center;
}

.labelFeildCount {
    color:#22272D !important;
    font-size:16px !important;
}

.close {
    opacity:1 !important;
    color:#fff !important;
}

.fa-arrow-circle-left {
 color:#345181;
}

.custom-select:focus {
    border-color: rgb(52, 81, 129) !important;
    box-shadow: 0 0 0 0.2rem rgb(52 81 129 / 32%) !important; 
}

.tab-btns > div {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.tab-btns ul li a {
    font-weight: 600;
    font-size: 1rem;
    padding: 10px !important;
    position: relative
}

    .tab-btns ul li a.selected:before {
        content: "";
        background-color: #C81766;
        position: absolute;
        bottom: -1px;
        left: 0;
        height: 4px;
        width: 100%;
    }

.main-nav.nav-tabs .nav-item {
    width: auto;
    text-align: center;
}

    .main-nav.nav-tabs .nav-item .nav-link {

    }


.main-nav .nav-link.active {
    position: inherit;
    border-color: #dee2e6 #dee2e6 #fff !important;
    background: #fff !important;
    color: #22272D;
    font-weight: 500;
    border: 0;
}

    .main-nav .nav-link.active::after {
        width: 100%;
        background-color: #c81766;
        height: 3px;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
    }

    .custom-control-radio input[type="radio"] {
        appearance: none;
        width: 18px;
        height: 18px;
        background-color: transparent;
        border: 1px solid #dadfe1;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

.custom-control-radio input[type="radio"]:checked {
    appearance: none;
    background-color: #345181 !important;
    border-color: #345181;
}

.greyBlock {
    background-color: #F6F5F5;
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size:13px;
    box-sizing:border-box;
}

    .greyBlock i {
        color: #345181 !important;
        margin-right:5px;
    }
.greyBlock p{
    font-size: 13px;
    font-family: 'Lato', sans-serif;
}
    .mb-15 {
    margin-bottom:15px;
}

.scrollDiv {
    width:1068px;
    overflow-x:scroll;
}

.scrollDivInner {
    width: 1550px;
    float: left;
    clear: both;
}

.scrollDivPopUp {
    width: 780px;
    overflow-x: scroll;
}
.scrollDivPopUPInner {
    width: 2200px;
    float: left;
    clear: both;
}


