﻿@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0
}
@font-face {
 font-family: 'RobotoThin';
 src: url('../fonts/RobotoThin.eot');
 src: url('../fonts/RobotoThin.eot') format('embedded-opentype'), url('../fonts/RobotoThin.woff2') format('woff2'), url('../fonts/RobotoThin.woff') format('woff'), url('../fonts/RobotoThin.ttf') format('truetype'), url('../fonts/RobotoThin.svg#RobotoLight') format('svg')
}
@font-face {
 font-family: 'RobotoLight';
 src: url('../fonts/RobotoLight.eot');
 src: url('../fonts/RobotoLight.eot') format('embedded-opentype'), url('../fonts/RobotoLight.woff2') format('woff2'), url('../fonts/RobotoLight.woff') format('woff'), url('../fonts/RobotoLight.ttf') format('truetype'), url('../fonts/RobotoLight.svg#RobotoLight') format('svg')
}
@font-face {
 font-family: 'RobotoRegular';
 src: url('../fonts/RobotoRegular.eot');
 src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg')
}
@font-face {
 font-family: 'RobotoMedium';
 src: url('../fonts/RobotoMedium.eot');
 src: url('../fonts/RobotoMedium.eot') format('embedded-opentype'), url('../fonts/RobotoMedium.woff2') format('woff2'), url('../fonts/RobotoMedium.woff') format('woff'), url('../fonts/RobotoMedium.ttf') format('truetype'), url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg')
}
body {
	font-family:'RobotoRegular', Arial, Georgia;
	color:#511f31;
	font-size:15px;
	background: #f0f4f5;
}
/*typography styles*/
.font-roboto-medium {
	font-family:'RobotoMedium' !important
}
.font-roboto-light {
	font-family:'RobotoLight' !important
}
.font-roboto-thin {
	font-family:'RobotoThin' !important
}
.font-12 {
	font-size:12px
}
.font-14 {
	font-size:14px
}
.font-16 {
	font-size:16px
}
.font-22 {
    font-size: 22px;
}
.font-weight-bold{
	font-weight:bold
}
.color-primary {
	color:#717070
}
.color-secondary {
	color:#717070
}
.color-link {
	color:#72246C
}
.color-white, .color-white:hover {
	color:#fff
}
.color-red{
	color:#cd5c5c !important;
    font-size:16px;
}
.color-Elm{
	color:#00857D;
}
.color-green{
	color:#1ccc1c;
}
.bg-dynamic-orange {
	background: #F0B323;
	border-color: #F0B323;
}
.bg-dynamic-blue {
	background: #41B6E6;
	border-color: #41B6E6;
}
.bg-dynamic-green {
	background: #48A23F;
	border-color: #48A23F;
}
.bg-influential-orange {
	background: #DC6B2F;
	border-color: #DC6B2F;
}
.bg-influential-blue {
	background: #3A5DAE;
	border-color: #3A5DAE;
}
.bg-influential-green {
	background: #00857D;
	border-color: #00857D;
}
.bg-influential-gray {
	background: #63666A;
	border-color: #63666A;
}
/*bg-hover effects*/
.bg-dynamic-orange:hover {
	background: #F0B323;
	border-color: #F0B323;
}
.bg-dynamic-blue {
	background: #41B6E6;
	border-color: #41B6E6;
}
.bg-dynamic-green {
	background: #48A23F;
	border-color: #48A23F;
}
.bg-dynamic-pink {
	background: #e2575a;
	border-color: #e2575a;
}
.bg-influential-orange {
	background: #DC6B2F;
	border-color: #DC6B2F;
}
.bg-influential-blue {
	background: #3A5DAE;
	border-color: #3A5DAE;
}
.bg-influential-green {
	background: #00857D;
	border-color: #00857D;
}
/*typography styles*/
/*common styles*/
.align-center {
	text-align:center !important;
	float: none !important;
}
.nowrap{
	white-space:nowrap;
}
.bg-sprite {
	background:url(../Content/images/icon-sprite.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
	background-position: -9px -9px;
	float:none;
	margin:auto;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease
}
.chevron-icon {
	height: 14px;
	width:14px
}
.chevron-dark {
	background-position: -100px -9px
}
.chevron-white {
	background-position: -192px -9px
}
.contactus-icon {
	background-position-x: -53px
}
.chevron-dark-down {
	background-position: -100px -9px
}
.chevron-dark-up {
	background-position: -100px -23px
}
.status, .status:focus {
	font-size: 12px;
	padding: 3px 8px;
	color: #fff;
	border-radius: 4px;
	min-width: 70px;
	display: inline-block;
	text-align: center
}
.status.status-active {
	background-color: #f0b323
}
.status.status-pending {
	background-color: #41B6E6
}
.status.status-terminate {
	background-color: #f75314
}
.status.status-request {
	background: #DC6B2F;
}
.status.status-make-payment {
    background: #3A5DAE;
}
.page-actions .status.status-active {
	background-color: #43a047
}
.no-padding {
	padding:0 !important;
}
.no-margin {
	margin:0
}
.no-padding-left {
	padding-left:0
}
.no-padding-right {
	padding-right:0
}
.remove-text-decoration:hover, .remove-text-decoration a:hover {
	text-decoration:none
}
.float-container {
	float:left;
	width:100%
}
.pt-7{
padding-top:7px;	
}
.margin-top {
	margin-top: 15px
}
.margin-bottom {
	margin-bottom: 15px;
}
.mt-0{
	margin-top:0;
}
.mb-0{
	margin-bottom:0;
}
.m-t-20 {
    margin-top: 20px;
}
.bottom-button-bar, .bottom-button-bar2 {
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	padding: 20px;
	z-index: 98;
	margin: 0;
	box-shadow: 0px 1px 10px #dedede;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease
}
.bottom-bar-float {
	position:static;
	box-shadow:none;
}
/*common styles*/
/*dropdown styles starts here*/
.header-links-master .dropdown-menu, #sidebar-wrapper .dropdown-menu, .navbar-nav .dropdown-menu, .btn-group .dropdown-menu{
	border-radius: 0;
	border: 1px solid #dcdddf;
	top: 110%;
	min-width: 240px;
	border-top: 3px solid #9d2062;
	padding: 0;
	box-shadow: 0 0 2px #dcdddf;
	-webkit-box-shadow: 0 0 2px #dcdddf
}
.btn-group .dropdown-menu{
	top: 95%;
	width: 100%;
	min-width: auto;
}
.btn-group .dropdown-menu li, .btn-group .dropdown-menu .btn{
	width: 100%;
	background-color: #fff;
	text-align:left;
}
.btn-group .dropdown-menu .btn, .btn-group .dropdown-menu li a{
	padding: 8px;
    position: relative;
}
.dropdown-menu>li>.btn:focus, .dropdown-menu>li>.btn:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.btn-group p{
	margin:0px;
	line-height: 20px !important;
}

.header-links-master .dropdown-menu:before {
	content: '';
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #9d2062;
	position: absolute;
	top: -16px;
	right: 30px
}
.dropdown-menu li a {
	padding: 10px 15px;
	position:relative
}
/*.header-links-master .dropdown-menu li a:after, #sidebar-wrapper .dropdown-menu a:after, .navbar-nav .dropdown-menu a:after {
	content:"";
	background:url(../Content/images/icon-sprite.png) no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 11px;
	background-position: -161px -17px;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease
}*/
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .grouped-links li a:hover, .dropdown-menu-active {
	color: #9d2062 !important;
	background-color: #dfe0e2 !important
}
.dropdown-menu>li>a:hover:after {
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px)
}
.dropdown-toggle[aria-expanded="true"] .chevron-dark {
	background-position: -100px -23px
}
.dropdown-toggle[aria-expanded="true"] .chevron-white {
	background-position:  -192px -23px
}
.mega-menu {
	min-width:600px !important
}
.mega-menu li a {
	float: left;
	width: 100%;
	color:#72246C
}
.mega-menu li a:hover {
	text-decoration:none
}
/*dropdown styles ends here*/
/*header styles*/
header {
	padding:8px 40px;
	float: left;
	width: 100%;
	background:#fff
}
.header-links li {
	float: left;
	padding: 0 20px
}
.header-links li a {
	display: block;
	text-align: center;
	position:relative
}
.login-info {
	padding: 6px 0 0 10px;
	cursor:pointer
}
.header-links a:after {
	position: absolute;
	top: auto;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #9d2062;
	content: '';
	-webkit-transition: all 0.2s;
	-webkit-backface-visibility: hidden;
	transition: all 0.2s;
	backface-visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}
.header-links li a:hover:after {
	background-color: #9d2062;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
/*header styles*/
/*title bar styles starts here*/
.title-section {
    background: linear-gradient(90deg, #672D89 20%, #A93F6B 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672D89', endColorstr='#A93F6B');/*For IE7-8-9*/
	float: left;
	width: 100%;
	padding: 0 40px
}
/*title bar styles ends here*/
/*nav sections styles starts here*/
.nav-section {
	background: linear-gradient(90deg, #672D89 20%, #A93F6B 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672D89', endColorstr='#A93F6B');/*For IE7-8-9*/
	min-height: 125px;
	float: left;
	width: 100%;
	padding: 0 40px;
}
.nav > li >a:hover, .nav .open>a, .nav .open > a:focus, .nav .open > a:hover, .nav li > a:focus, .nav-acitve {
	background-color: #41b6e6;
	color:#fff
}
.nav > li > a {
	padding: 4px 3px;
	border-right:1px dotted transparent;
	border-left:1px dotted transparent
}
.nav > li p {
	margin:0
}
.home-icon {
	background-position: -9px -55px;
}
.home-icon {
	background-position: -10px -55px
}
.payments-icon {
	background-position: -66px -55px
}
.newpolicy-icon {
	background-position: -118px -55px
}
.policy-icon {
	background-position: -173px -55px
}
.roster-icon {
	background-position: -223px -55px
}
.annualrefunds-icon {
	background-position: -278px -55px
}
.renewals-icon {
	background-position: -332px -55px
}
.octoberrenewals-icon {
	background-position: -420px -284px;
}
.claims-icon {
	background-position: -381px -55px
}
.request-claims-icon:before {
    background-position: -464px -255px;
    height: 26px !important;
    top: 4px;
}
.downloadforms-icon {
	background-position: -436px -55px
}
.others-icon {
	background-position: -488px -55px
}
.more-icon {
	background-position: -489px -55px
}
.import-group-life-roster:before {
    background-position: -389px -292px;
    height: 30px;
}
.navbar-nav .dropdown-menu:before {
	border:none
}
.navbar-nav .dropdown-menu {
	min-width:250px;
	top: 100%
}
.nav-more {
	display:none !important
}
.nav-more .dropdown-menu {
	right: 0;
	left: auto
}
.navbar-nav {
	display:table;
	width:100%
}
.navbar-nav > li {
	display: table-cell;
	float:none
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #672d89
}
.navbar-nav > li:nth-last-child(2) .dropdown-menu {
 right:0;
 left:auto
}
.navbar-nav > li:last-child .dropdown-menu {
 right:0;
 left:auto
}
.nav-without-infopanel {
	min-height:0
}
.nav-without-infopanel .navbar {
	margin:0
}
/*nav sections styles ends here*/
/*Fixed sticky header when scrolling styles*/
.nav-fixed {
	position: fixed;
	z-index: 999;
	min-height: auto;
 height:65px;
	box-shadow: 0px 2px 8px #c3c3c3;
 transition:all .1s;
    transition: min-height .2s;
}
.nav-fixed .navbar {
 margin:0;
}
/*nav sections styles ends here*/
/*center layout styles starts here*/
.center-layout {
	float: left;
	width: 100%;
	padding: 0 40px;
	min-height: 40px
}
.widget {
	background:#fff;
	border:1px solid #eceaea;
	border-radius:2px;
	margin-bottom: 15px;
	padding: 15px;
	float:left;
	width:100%
}
/*info panel styles starts here*/
.info-panel {
	float: left;
	width: 100%;
	margin-top: -61px
}
.info-panel .table th, .info-panel .table td, .navbar, .info-panel-table .table th, .info-panel-table .table td {
	border:none
}
.info-panel .table {
	margin:0
}
.firm-overview {
	padding: 10px 15px 0;
	border-right: 1px solid #dedede
}
.info-panel-table .currency {
	padding-right: 80px
}
.firm-overview-header {
	padding: 10px 0 0
}
.firm-overview-header > div {
	padding-right: 15px
}
.title-xs {
	display:none
}
/*info panel styles ends here*/
/*center layout styles ends here*/

/*table styles starts here*/
.table th {
	font-weight:normal;
	font-size:14px;
	color:#717070
}
.table th, .table td {
	vertical-align:middle !important
}
.table-instructions td:nth-child(2) {
word-break: break-word !important
}
/*table styles starts here*/

/*footer styles starts herer*/
footer {
	background: #fff;
	float:left;
	width:100%
}
.fat-footer {
	padding-top: 5px;
	padding-bottom:5px
}
.footer {
	background:#72246C;
	padding:0px 15px;
}
.footer-links {
	padding: 15px 0 0 30px
}
/*footer styles starts here*/
/*sticky footer styles starts here*/
html {
	position: relative;
	min-height: 100%
}
body {
	margin-bottom: 200px
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%
}
/*sticky footer styles ends here*/
/*side bar styles starts here*/
/* Toggle Styles */
#wrapper {
	padding: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}
#sidebar-wrapper {
	z-index: 100;
	position: fixed;
	left: -330px;
	height: 100%;
	width:300px;
	top:0;
	overflow-y: auto;
	overflow-x: hidden;
    background: linear-gradient(180deg, #672d89 20%, #A93F6B 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672d89', endColorstr='#A93F6B');/*For IE7-8-9*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.sidebar-open {
	overflow:hidden
}
#wrapper.toggled #sidebar-wrapper {
	left: 0
}
#page-content-wrapper {
	width: 100%
}
.full-width {
	width: 100%
}
.quote-width-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	width: 487px
}
.sidebar-nav {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none
}
.sidebar-nav li a:hover, .sidebar-nav li a:focus {
	text-decoration:none;
	color:#fff
}
.sidebar-nav li a {
	text-align: left;
	padding: 10px;
	float: left;
	width: 100%;
	position:relative
}
.sidebar-nav li i {
	float: left
}
.sidebar-nav li p {
	margin:0;
	float: left;
	padding: 8px
}
#sidebar-wrapper .dropdown-menu {
	position:static;
	width:100%;
	box-shadow: none;
	min-width:100%;
	float:left;
	background: #fff
}
#sidebar-wrapper .dropdown-menu li a {
	padding: 15px 0 15px 8px;
}
.sidenav-close {
	cursor:pointer
}
/*side bar styles ends here*/
.footable-details.table.info-panel-table td, .footable-details.table.info-panel-table td input {
	text-align: left
}
.footable-detail-row {
	background-color: #f0f4f5
}
.footable-details>tbody>tr>th:nth-child(1) {
 font-size: 14px;
 color: #717070
}
.sidenav-close {
	position: absolute;
	background-color: #41b6e6 !important;
	height: 36px;
	width: 36px;
	cursor:pointer;
	z-index: 9999;
	float: left;
	left: -40px;
	background-position: -342px -7px;
	webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease
}
.bg-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 99;
	opacity: 0.6;
	display:none
}
.page-header {
	margin:0 0 15px
}

/*breadcrumb styles starts here*/
.breadcrumb {
	font-size:13px;
	padding:15px 0;
	margin:0;
	background: none !important;
}
/*breadcrumb styles ends here*/
/*form styles starts here*/
form .form-group, .form .form-group {
	min-height: 80px
}
.field-line-textbox {
	background-color: transparent !important;
	border-width: 0 0 1px 0 !important;
	border-style: solid !important;
	border-bottom-color: #b2b2b2 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
 transition: all .3s;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 15px !important
}

.field-line-textbox-small {
	background-color: transparent !important;
	border-width: 0 0 1px 0 !important;
	border-style: solid !important;
	border-bottom-color: #b2b2b2 !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	padding-left: 0;
	padding-right: 0;
	transition: all .3s;
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	font-size: 15px !important;
	width:100px
}

.field-line-textbox:focus {
	border-bottom: 1px solid #72246C !important;
	box-shadow: 0 1px 0 0 #72246C !important
}
.radio-info input[type=radio]:focus+label::before {
  box-shadow: 0px 0px 3px 1px #72246C !important;
  border-color:#72246C !important;
}
.form-group label {
    font-size: 14px;
    color: #515151;
}
/*Custom Radio & Checkbox styles*/
.checkbox.checkbox-inline, .radio.radio-inline {
	margin-top: 0
}
.radio {
	padding-left: 20px
}
.radio input[type=radio] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: 0!important
}
.radio label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}
.radio-info input[type=radio]:checked+label::before {
 border-color: #72246C
}
.radio label::before {
 -o-transition: border .5s ease-in-out;
 -webkit-transition: border .5s ease-in-out;
 background-color: #fff;
 border-radius: 50%;
 border: 1px solid #ccc;
 content: "";
 height: 17px;
 left: 0;
 transition: border .5s ease-in-out;
 width: 17px;
 outline: 0!important;
 top:2px
}
.radio label::after, .radio label::before {
 display: inline-block;
 margin-left: -20px;
 position: absolute
}
.radio-info input[type=radio]+label::after, .radio-info input[type=radio]:checked+label::after {
 background-color: #72246C;
}
.radio input[type=radio]:checked+label::after {
 -ms-transform: scale(1, 1);
 -o-transform: scale(1, 1);
 -webkit-transform: scale(1, 1);
 transform: scale(1, 1)
}
.radio label::after {
 -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
 -ms-transform: scale(0, 0);
 -o-transform: scale(0, 0);
 -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
 -webkit-transform: scale(0, 0);
 -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
 background-color: #555;
 border-radius: 50%;
 content: " ";
 height: 11px;
 left: 3px;
 top: 5px;
 transform: scale(0, 0);
 transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33);
 width: 11px
}
.checkbox {
	padding-left: 20px
}
.checkbox input[type="checkbox"] {
	cursor: pointer;
	opacity: 0;
	z-index: 1;
	outline: none !important
}
.checkbox label, .radio label {
	min-height: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
	color:#511f31
}
.checkbox label {
	display: inline-block;
	padding-left: 5px;
	position: relative
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
 background-color: #72246C;
 border-color: #72246C
}
.checkbox label::before {
 -o-transition: 0.3s ease-in-out;
 -webkit-transition: 0.3s ease-in-out;
 background-color: #ffffff;
 border-radius: 2px;
 border: 1px solid #cccccc;
 content: "";
 display: inline-block;
 height: 17px;
 left: 0;
 margin-left: -20px;
 position: absolute;
 transition: 0.3s ease-in-out;
 width: 17px;
 outline: none !important;
 margin-top: 1px
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
 color: #ffffff
}
.checkbox input[type="checkbox"]:checked + label::after {
 content: "\e013";
 font-family: 'Glyphicons Halflings'
}
.checkbox label::after {
 color: #555555;
 display: inline-block;
 font-size: 11px;
 height: 16px;
 left: 0;
 margin-left: -20px;
 padding-left: 3px;
 padding-top: 1px;
 position: absolute;
 top: 0;
 width: 16px;
 margin-top: 1px
}
.btn-large {
	padding: 14px;
	font-size: 16px;
}
.btn-positive {
	position:relative;
	padding-right: 32px
}
.btn-positive:after {
	content: "";
	background: url(../Content/images/icon-sprite.png) no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	right: 9px;
	background-position: -132px -17px;
 transition: all .2s ease;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease
}
.btn-positive.btn-search:after {	    
    width: 30px;
    height: 32px;
    right: 6px;
    top: 0px;
    background-position: -454px -10px;
}
.btn-positive:hover:after {
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px)
}
.btn + .btn, .btn-group + .btn, .btn + .btn-group {
	margin-left: 8px
}
.datepicker-icon {
	background-position: -392px -3px;
	position: absolute;
	right: -3px;
	top: -4px;
	cursor: pointer
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-content {
	border-radius: 2px
}
.arrow-circle-icon {
	background-position: -460px -284px;
	position: absolute;
	right: -3px;
	top: -4px;
	cursor: pointer
}
.field-error {
	display: block;
	font-size: 12px;
	padding-top: 5px;
	color: red;
	display:none;
	position: absolute;
}
.required:after {
	content: '*';
	color: #a94442;
	padding-left: 2px
}
.req_field {
	color: #a94442;
}
/*form styles ends here*/
.firm-info-xs, .search-info-xs {
	display:none
}
/*Filter styles starts here*/
.filter-label {
	line-height: 28px;
	color: #221e1f;
	margin-right: 8px
}
.alphabet-filter {
	float: left;
	list-style: none;
	margin: 4px 0 0 0
}
.alphabet-filter > li {
	float: left
}
.alphabet-filter a {
	border-right: 1px solid #c6c6c6;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	color: #511f31
}
.alphabet-filter > li:first-child a {
	padding-left: 0
}
.alphabet-filter li:last-child a {
	border-right: 0 none;
	padding-right: 0
}
.page-action-btns a{
	padding-left: 38px;
	position: relative
}
.page-action-btns a.deleteApplication, .page-action-btns a.changeStatus, .page-action-btns a#changeBankInfo, .page-action-btns a#enroll-eft, .page-action-btns a#delete-info, .page-action-btns a.createNewQuote{
	padding: 6px 12px !important;
	position: relative;
}
.page-action-btns a.deleteApplication:before, .page-action-btns a.changeStatus:before, .page-action-btns a#changeBankInfo:before, .page-action-btns a#enroll-eft:before, .page-action-btns a#delete-info:before, .page-action-btns a.createNewQuote:before {
	content: "";
	background-image: url("../Content/images/icon-sprite.png");
	background-repeat: no-repeat;
	height: 0px;
	width: 0px;
	position: absolute;
	left: 0px
}
.page-action-btns a:before {
	content: "";
	background-image: url("../Content/images/icon-sprite.png");
	background-repeat: no-repeat;
	height: 20px;
	width: 24px;
	position: absolute;
	left: 9px
}
.addemppartner:before {
	background-position: -260px -116px
}
.dloadtemplate:before {
	background-position: -314px -114px
}
.uploadcensus:before {
	background-position: -369px -114px
}
.bg-sprite.info-icon {
	background-position: -411px -115px;
	height: 20px;
	margin: 0 3px;
	width: 20px
}
.bg-sprite.info-icon {
	background-position: -411px -115px;
	height: 20px;
	margin: 0 3px;
	width: 20px
}
.bg-sprite.info-icon-small {
	background-position: -442px -118px;
	height: 20px;
	margin: 0 3px;
	width: 20px
}
/*Filter styles ends here*/
/*Grid Styles starts here*/
.additional-style-table .currency {
	padding-right: 30px !important
}
.coverage-amount {
	width: 14%
}
.action-column > button, .edit-button, .delete-button, .accept-button, .ok-button, .un-accept-button, .download-button {
	background-color: transparent;
	border: 0 none;
	height: 19px;
	width: 18px;
	float: left;
	margin: 0 7px 0 0
}
.ok-button {
    background-position: -432px -12px;
    width: 24px;
    height: 24px;
	float: none;
}
.action-column {
	padding: 8px 5px 8px 5px !important;
}
.edit-button {
	background-position: -468px -116px
}
.delete-button {
	background-position: -511px -116px
}
.accept-button {
    background-position: -432px -14px;
    height: 24px;
    width: 22px;
}
.download-button{
    background-position: -320px -216px;
    width: 29px;
    height: 23px;
}
.un-accept-button {
    background-position: -132px -165px;
    height: 24px;
    width: 22px;
}
.print-action-btn {
	background-position: -503px -215px;
	height: 24px;
	width: 27px;
}
.pagination {
	float: right
}
.footable-paging .label.label-default {
	float: left;
	margin: 10px 0
}
.search-filter {
	position: relative
}
.search-filter input {
	border-color: #72246C;
	padding-right: 35px !important
}
.search-icon {
	background-position: -9px -158px;
	position: absolute;
	right: 6px;
	top: 0;
	cursor: pointer;
}
.dashboard-search-icon {
	background-position: -440px -9px;
	position: absolute;
	right: 1px;
	top: 0.5px;
	width: 65px;
	height: 32.5px;
	background-color: #72246C;
}
.info-panel-table .table th, .info-panel-table .table td {
	border:none
}
/*Grid Styles ends here*/
/*Accordion styles starts here*/
.panel-title {
	position:relative
}
#accordion .panel-title a {
	display:block
}
#accordion .panel-title .chevron-dark-up, #accordion .panel-title .chevron-dark-down {
	position: absolute;
	right: 0;
	top: 0
}
/*Accordion styles ends here*/
/*Tab styles starts here*/
.nav-tabs {
	border-bottom: 2px solid #eee;
	float: left;
	width: 100%
}
.nav-tabs>li {
	padding:0 15px
}
.nav-tabs>li>a {
	border:none;
	color:#717070
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	font-family: 'RobotoMedium';
	background-color: #72246C;
	border-bottom-color: transparent;
}
.nav-tabs>li>a:hover {
	background:none;
	color:#72246C
}
li.tabName>a {
    border: 1px solid #ccc;
    color: #717070;
}
/*Tab styles ends here*/
.print:before {
	background-position: -67px -166px
}
.action-column > button.cancel-button {
	background-position: -133px -166px
}
.action-column > button.save-button {
	background-position: -176px -166px
}
#SaveBtn, #CancelBtn {
	display: none
}
.alert.alert-info.col-md-12 {
	float: left
}
.pdf_final:before {
	background-position: -220px -165px
}
.excel_final::before {
 background-position: -265px -165px
}
.view-container select {
	width: auto !important
}
.view-container label {
	line-height: 34px
}
.delete-button, .cancel-button {
	margin-right: 0 !important
}
/*dashboard styles starts here*/
.coverage-dtls {
	margin-top: 40px;
}
.dropdown-dashboard select {
	background: #ffffff !important
}
#labelOverlay {
	cursor: default;
	height: 45px;
	left: 44%;
	position: absolute;
	text-align: center;
	top: 40%;
	width: 90px;
	display: none
}
#labelOverlay p.used-size {
	line-height: 24px;
	font-size: 20px;
	color: #a87db2
}
#labelOverlay p.total-size {
	font-size: 12px;
	color: #a87db2
}
.dashboard-tiles p {
	font-size: 24px
}
.dashboard-tiles > div > div {
	padding: 8px 15px
}
.dashboard-container select {
	background: #ffffff!important;
}
.dashboard-container label {
	margin: 0 !important
}
/*dashboard styles ends here*/
/*New Dashboard styles start here*/
.home-layout .widgets{ 
	margin-bottom:8px; 
	width: 100%;
	padding:10px;
	}
.home-layout .widget{ 
	margin-bottom:8px; 
	}	
.home-layout .table>tbody>tr>td {
    padding-top:5px;
	padding-bottom:5px;
}
.pending-quoted-policies .info-panel-table .currency {
    padding-right: 8px;
}
.d-flex .flex-col {
	background: #fff;
    border: 1px solid #eceaea;
    border-radius: 2px;
    padding: 10px;
}
.label-container .form-group{ 
	display:table; 
	} 
.label-container .label-name, .label-container .label-field{ 
	display:table-cell; 
	} 
.label-container .label-name{ 
	padding:6px 6px 6px 0px;
} 	
.label-container .label-field .heightLabel span, .label-container .label-field .weightLabel span {
    padding-top: 0px;
	} 
.widgets .label-container .form-group, .d-flex .flex-col .form-group{
    min-height: auto !important;
	margin-bottom: 5px;
}
.label-container .margin-bottom, .label-container .form-group {
    min-height: auto !important;
	margin-bottom: 5px;
}
.search-container .form-group{
    min-height: auto !important;
}
/*Dasboard vip section divider styles start here*/
ul.label-container+.vip-divider{
	position:relative;
	height:28px;
	margin:0 -11px;
	background:#f0f4f5;
}
ul.label-container+.vip-divider:before, ul.label-container+.vip-divider:after{
	content:"";
	position:absolute;
	background:#fff;
	height:10px;
	width:100%;
	left:0;
	right:0;
	border: 1px solid #eceaea;
}
ul.label-container+.vip-divider:before{
	top: 0;
	border-radius: 0px 0px 2px 2px;
	border-top:0px !important;
}
ul.label-container+.vip-divider:after{
	bottom:0;
	border-bottom:0px !important;
	border-radius: 2px 2px 0px 0px;
}
@media (max-width: 767px){
ul.label-container li {
    display: block;
    width: 100%;
}
}
/*Dasboard vip section divider styles end here*/
@media (min-width: 992px) {
.mt-md-65{ margin-top:65px; }
.mt-md-125{ margin-top:125px; }
.d-flex {
    display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 8px;
}
.d-flex .flex-col:not(:last-child) {
	margin-right:8px;
}	
}
@media (max-width: 992px) {
.d-flex .flex-col{
	margin-bottom:8px;
}	
}
ul.label-container{
    list-style: none;
	margin:0;
	width:100%;
}
ul.label-container li{
display:table-cell;
width:1%;
}
@supports (-ms-ime-align:auto) {
  ul.label-container li{
	width:0% !important;
} 
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
ul.label-container li{
	width:0% !important;
	}
}
@media (min-width: 1151px) and (max-width: 1281px) {
ul.label-container li{
width:0%;
}
ul.label-container .label-name {
    padding-right: 2px;
}
}
@media (min-width: 992px) and (max-width: 1150px) {
.label-container .label-md-block{
 display:block !important;
 }	
.label-container .label-name {
    padding-right: 2px !important;
}
}
/*Grid  layout for medium desktop styles start*/
@media (min-width: 992px) and (max-width: 1200px) {
.clearboth-xm{
	clear:both;
}
.clearfix-xm:before, .clearfix-xm:after{
	display: table;
    content: " ";
	clear: both;
	}	
.col-xm-1,.col-xm-10,.col-xm-11,.col-xm-12,.col-xm-2,.col-xm-3,.col-xm-4,.col-xm-5,.col-xm-6,.col-xm-7,.col-xm-8,.col-xm-9{float:left}
.col-xm-12{width:100%}
.col-xm-11{width:91.66666667%}
.col-xm-10{width:83.33333333%}
.col-xm-9{width:75%}
.col-xm-8{width:66.66666667%}
.col-xm-7{width:58.33333333%}
.col-xm-6{width:50%}
.col-xm-5{width:41.66666667%}
.col-xm-4{width:33.33333333%}
.col-xm-3{width:25%}
.col-xm-2{width:16.66666667%}
.col-xm-1{width:8.33333333%}
}
@media (min-width: 1201px) {
    .clearboth-lg{ 
        clear: both; 
    }
    .clearfix-lg:before, .clearfix-lg:after{
        display: table;
        content: " ";
        clear: both;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .clearboth-sm{
        clear:both;
    }
}
/*Grid  layout for medium desktop styles end*/
/*New Dashboard styles end here*/
/* roster details icons starts here */
.dropdown .page-action-btns li a {
	padding: 6px 40px !important
}
.action-add:before {
	background-position: -314px -168px
}
.action-edit:before {
	background-position: -464px -116px
}
.action-terminate:before {
	background-position: -511px -116px
}
.action-print:before {
    background-position: -505px -216px;
}
.bg-sprite.more-actions {
	background-position: -388px -161px
}
.dropdown1 .bg-sprite:hover {
	border-radius: 50%;
	background-color: #E6E6E6
}
/* roster details icons ends here */
/* roster maintenance */
.dashboard-tiles > div > div {
	position: relative;
	text-align: left;
	padding-left: 20px
}
.dashboard-tiles .bg-sprite {
	height: 42px;
	position: absolute;
	right: 20px;
	top: 16px;
	width: 51px
}
.employee-icon {
	background-position: -6px -208px
}
.partner-icon {
	background-position: -193px -208px;
	width: 60px !important
}
.coverage-icon {
	background-position: -121px -208px
}
.premium-icon {
	background-position: -63px -208px;
}
/* roster maintenance */
/* Update Coverage - Elite Life starts here*/
.heightLabel input, .weightLabel input {
	width:65%
}
.heightLabel span, .weightLabel span {
	padding-top: 7px
}
/* Update Coverage - Elite Life ends here*/


.panel-hide, .panel-hide1 {
	display:none
}
.panel-hide.panel-in, .panel-hide1.panel-in {
	display:block
}
.edit-share, .contingent-edit-share {
	max-width: 100px;
	float: right;
	text-align: right;
}
#nested .panel-title .chevron-dark-up, #nested .panel-title .chevron-dark-down{
	position: absolute;
	left: -20px;
	right: auto;
	top: 0;
}

/* Add Beneficiary starts here*/
textarea {
	resize: none
}
/* Add Beneficiary ends here*/

/* Update Employee/Partner Coverage  starts here*/
.bg-sprite.add-button {
	background-position: -317px -167px;
	margin-right: 10px
}
.legal-action.page-action-btns {
	margin-bottom: 15px;
}
/* Update Employee/Partner Coverage  ends here*/
/*October Renewal Process styles start here*/
.firm-renewal-heading a, .renewal-info-xs a{ color:#df2128; }
.firm-renewal-heading{
    background: #fff;
    border: 1px solid #eceaea;
    border-radius: 2px;
    padding: 10px 8px;
	margin-top: 10px;
}
.renewals-section{ 
	min-height:50px !important; 
	}
.renewals-section .renewals-nav {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.renewals-section .renewals-nav > li {
    display: table-cell;
	width:1%;
	position:relative;
    padding-top: 22px;
	padding-bottom: 22px;
	text-align:center;	
	white-space: nowrap;
	color:#DC6B2F;
    font-size: 16px;
    padding-left: 15px;
	padding-right: 15px;
	pointer-events:none;	
}
.renewals-section .renewals-nav > li.active{
	color:#F0B323;
	text-decoration:underline;
}
.sidebar-nav.renewals-nav > li.active {
	color:#ffff00;
}
.renewals-section .renewals-nav > li.active:after {
	content: "You're here";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    font-size: 12px;
}
.renewals-section .renewals-nav > li.active:after {
	content: "You're here";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    font-size: 12px;
}
.renewals-section .renewals-nav > li.visited, .sidebar-nav.renewals-nav > li.visited {
	color:#48A23F; 
}
.renewals-section .renewals-nav > li div {
	position: absolute;
    top: 50%;
    bottom: 50%;
	-webkit-transform: translate(-50%, -50%); 
	-ms-transform: translate(-50%, -50%);
    -moz--transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);		
    left: 50%;
	right: 50%;
	width: 100%;
	height: 2px;
    background-color: #fff;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .renewals-section .renewals-nav > li div {
	margin-top:10px;
}
}
.renewals-section .renewals-nav > li div:before {
	content: "";
    position: absolute;
    top: -2px;
    bottom: 0;
    left: -5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}
.renewals-section .renewals-nav > li div:after {
        content: "";
    position: absolute;
    top: -5px;
    bottom: 0;
    right: -8px;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 6px solid transparent;
}
@media (min-width: 320px) and (max-width: 991px) {
.renewals-section {
    margin-top: 68px;	
    padding: 0 15px !important;
}
.renewals-section .renewals-nav > li {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 767px) {
	ul.label-container li{
	display:block;
	width:100%;
	}
.renewals-section .renewals-nav > li > span:last-child {
		display:none;
}
.sidebar-nav.renewals-nav li{
color:red;
    text-align: left;
    padding: 15px;
    float: left;
    width: 100%;
    position: relative;
    line-height: 20px;
	border-bottom: 1px solid;
}
.sidebar-nav.renewals-nav li.active:after {
    content: "";
    position: absolute;
    top: 36%;
    bottom: 50%;
    left: 0;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 8px solid #ffff00;
    border-bottom: 6px solid transparent;
}
.renewals-section .renewals-nav > li.active:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -2px;
    transform: rotate(270deg);
    left: 43%;
	transition:all .2s;
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-left: 8px solid #ffff00;
    border-bottom: 6px solid transparent;
}
}
@media (min-width: 768px) {
.renewals-section .renewals-nav > li > span:first-child {
		display:none;
}
	.pb-5{ padding-bottom:5px; }
}
/*October Renewal Process styles end here*/
/* Wizard styles stsrts here*/
.stepwizard {
	display: table;
	margin-top: 20px;
	position: relative;
	table-layout: fixed;
	width: 100%
}
.stepwizard > div:before {
	background-color: #ccc;
	bottom: 0;
	content: "";
	left: 0;
	height: 8px;
	position: absolute;
	top: 12px;
	width: 50%
}
.stepwizard > div::after {
 background: #ccc;
 content: "";
 height: 8px;
 position: absolute;
 right: 0;
 top: 12px;
 width: 50%
}
.stepwizard-step.completed:before, .stepwizard-step.completed a, .stepwizard-step.active:before, .stepwizard-step.completed:after {
	background: #a3719f;
	border: 1px solid #a3719f;
	color: #ffffff
}
.stepwizard-row {
	display: table-row
}
.stepwizard-step {
	display: table-cell;
	position: relative;
	pointer-events: none;
	text-align: center
}
.btn-circle {
	border-radius: 4px;
	font-size: 12px;
	height: 30px;
	line-height: 1.42857;
	position: relative;
	padding: 6px 0;
	z-index: 1;
	text-align: center;
	width: 30px
}
.stepwizard-step p {
	margin-top: 10px
}
.page-info-panel {
	background: #f9f9f9;
	padding-top: 10px
}
/* Wizard styles ends here*/
/*Coverage styles start here*/
.bg-image {
	background: url('../Content/images/bg-image.jpg') no-repeat fixed;
	background-size: cover;
	min-height: 600px;
}
.story-teller-title:after {
	content: '';
	height: 2px;
	width: 60px;
	display: block;
	background: #fff;
	margin: 15px auto;
}
.story-teller-container {
	background: #fff;
	padding: 30px 30px 0px  30px;
	float:left;
	width:100%;
	position:relative
}

.story-teller-container .form-group label {
	font-size: 15px;
	color: #717070;
	font-weight:normal
}
.story-teller-btns .btn, .story-teller-btns .btn:hover {
	border: 1px solid #fff !important;
}

.story-teller-btns .datepicker-icon {
	position: absolute;
	top: 22px;
	right: 6px;
	background-position: -392px -3px
}
.story-teller-btns .date span, .demotime span {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 0;
}

.form-control[disabled], fieldset[disabled] {
	opacity: 0.4;
}

.icon-btn {
	padding-left: 42px;
	position:relative
}

.icon-btn:before {
	content: "";
	background-image: url(../Content/images/icon-sprite.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 28px;
	position: absolute;
	left: 9px;
}

.action-edit {
	padding-left: 34px
}

.xs-more-actions {
	background-position: -390px -161px;
}
/*progress bar styles starts here*/
.progress-bar-section {
	padding: 20px 40px;
	background: #fff;
	box-shadow: 2px 2px 2px #dedede
}
.progress-bar-section .progress {
	height: 30px;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, .3);
	position:relative
}
.progress-title {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 4px;
	left:0
}
.progress-bar {
	font-size: 14px;
	line-height: 28px;
	color: #511f31;
}
/*progress bar styles ends here*/

.helpimages p{
	margin: 0 !important;
}
.helpimages.scheduleInfo, .helpimages.coverageBasisInfo, .helpimages.dependentCoverageInfo {
    background-color: #fff8dc;
    border: 1px solid darkgray;
   /* margin-bottom: 10px;*/
}

.story-teller-container .position-datepicker{
	top: -3px !important;
    right: -8px !important;
}

.glyphicon-info-sign:hover, .glyphicon-question-sign:hover{
	cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
.quote-detail-listing-btn{
    padding: 4px 4px 4px 30px !important;
}
}
@media (min-width: 320px) and (max-width: 480px) {
	.progress-bar-section .progress {
    height: 50px;
	}
.progress-column:not(:first-child) {
 padding-left: 0;
}
 header {
padding:10px 15px
}

}
@media (min-width: 320px) and (max-width: 767px) {
	.quote-detail-listing-btn{
        padding: 14px 4px 4px 30px !important;
    width: 100%;
    margin-right: 0px !important;
}
.story-teller-container .login-info {
 padding: 12px 0 0 20px;
}
.header-links-master .dropdown-menu li:first-child {
 padding-top:10px;
 padding-bottom:10px
}
.apply {
 padding-right: 0;
}
.approve {
 padding: 0;
}
.pay {
 padding-left: 0;
}
}

.import-group-life-roster:before {
    background-position: -473px -15px;
    height: 30px;
}
.quote-detail-listing-btn {
    padding-left: 0px !important;
	margin-right: 30px;
}
.quote-detail-listing-btn:before {
	content: "";
	background-image: none !important;
	background-repeat: no-repeat;
}
.alert.alert-info.message-container.col-md-12 {
	      float: left;
    font-size: 16px;
    line-height: 2;
    padding: 25px 15px !important;
    background-color: #faf4d4 !important;
    border-color: #efe29d  !important;
}
/*
.page-info-panel .form-group {
    min-height: 47px !important;
}
.btns {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
	-ms-transform: translateX(6px);
}

.btns {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
}*/
/*Coverage styles end here*/
.header-links {
	display: inline-block;
}
/* Firm Maintenance styles starts here*/
a.status.status-pending:hover, a.status.status-pending:focus, a.status.status-request:hover, a.status.status-request:focus, a.status.status-make-payment:focus, a.status.status-make-payment:hover, .page-actions > button:hover {
	color: #ffffff;
	text-decoration: none;
}
.helpimages {
	background: #fff;
	bottom: 100%;
	border: 1px solid #eceaea;
	right: 0;
	padding: 10px;
	position: absolute;
	z-index: 999;
}
.activityDesc {
    background: #f9f9f9 !important;
    bottom: auto;
    border: 1px solid #eceaea;
    right: 0;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: -36px;
    width: 80% !important;
    color: #511f31;
}
.helpimages.helpImagesInfo, .helpimages.socialSecurityNumberInfo, .activityDesc.activityDescInfo {
    background-color: #fff8dc;
    width: 50%;
    border: 1px solid darkgray;
    margin-bottom: 10px;
}
/* Firm Maintenance styles ends here*/
/* Custom search styles starts here*/
.custom-search-container {
	width: 80%;
	margin: 0 auto 40px;
}
.custom-search, .custom-search input.form-control {
	border-radius: 2px;
	box-shadow: none;
	padding:0;
	height:auto;
}
.custom-search .bootstrap-select {
	height:auto
}
.custom-search .btn {
	border:none;
	padding: 15px 24px 15px 15px;
	margin:0 !important
}
.custom-search .input-group {
	width:100%
}
.custom-search input.form-control {
	border:none;
	padding:15px 75px 15px 12px;
	border-left:1px solid #dedede
}
.custom-search .btn-group.open .dropdown-toggle, .custom-search .dropdown-menu>li>a:hover, .custom-search .dropdown-menu>li>a:focus, .custom-search .grouped-links li a:hover, .custom-search .dropdown-menu-active, .custom-search .btn-default.focus, .custom-search .btn-default:focus {
	box-shadow: none;
	background:#f2f2f2 !important
}
.table-container {
	display:table;
	width:100%
}
.table-cell {
	display:table-cell
}
.btn-group.bootstrap-select.input-group-btn:first-child {
    border-right: 1px solid #ccc;
}
.desktopView {
    display: block;
}
.mobileView {
    display: none;
}
/* Custom search styles ends here*/
.page-actions .btn[disabled] {
	opacity: .4 !important
}
input::-ms-clear {
 display: none
}
.panel-title > span {
	color: #511f31;
	font-size: 15px
}
.beneficiary-date {
	float: left;
	position: relative
}
.beneficiary-date .datepicker-icon {
	top: -5px
}
.edit-beneficiary, .edit-contingent-beneficiary {
	max-width: 170px
}
.google-visualization-tooltip {
	height: auto !important
}
.viewtemplate::before {
 background-position: -421px -166px
}
.dropdown1.open .bg-sprite {
	background-color: #e6e6e6;
	border-radius: 50%
}
.date, .demotime, .dateOne, .dateTwo {
	position: relative
}
.date span, .demotime span, .dateOne span, .dateTwo span {
	background: transparent;
	border: 0 none;
	border-radius: 0;
	padding: 0;
	position: absolute;
	right: 2px;
	top: 0
}
span.input-group.demotime {
	width: 100% !important;
}
header .header-links {
	display: none
}
.dropdown-roster {
	display:block !important;
}
/* Dropdown Additional Action button*/
div.page-header>div.dropdown {
	margin-top: 3px;
}
/* Legal/Attention Flags */
a.btn.btnFlag:focus, a.btn.btnFlag:active, a.btn.btnFlag.active:focus, a.btn.btnFlag:target, a.btn.btnFlag:hover {
	outline: 0 none;
	background: none;
	box-shadow: none;
	text-decoration:underline;
	color:#23527c;
}
ul.menudown {
	padding:0 !important;
}
.leftPadding {
	padding-left: 15px;
}
.annualRefund>.panel-default>.panel-heading {
	background-color: #fff;
	border: none;
	color: #511f31;
	padding-left: 0;
}
.annualRefund .panel-title a {
	color: #511f31;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.1;
	pointer-events: none;
}
.annualRefund div.panel-default {
	border: none;
	box-shadow: none;
}
.annualRefund .panel-body {
	padding-left: 0;
	padding-right: 0;
}
.annualRefund.widget {
	padding: 5px 15px;
}
.center-layout.login {
	padding: 0;
}
.bgImage {
	float: left;
	width: 55%;
	background: url(../Content/images/loginbg.jpg) no-repeat;
	background-size: cover;
	min-height: 100%;
	position: fixed;
}
.loginDetails {
	width: 45%;
	padding: 6.5px 40px;
}
.loginFooter{
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.floating-logo {
	position: fixed;
	bottom: 0;
	right: 0;
}
.logoCenter {
	margin-bottom: 40px;
}
.caption {
	position: absolute;
	top: 22%;
	width: 100%;
	padding-left: 50px;
	color: #000;
}
.caption h4 {
	font-size: 50px;
}
.caption h2 {
	font-size: 78px;
}
.caption h5 {
	font-size: 30px;
}
.newUser {
	padding-top: 30px;
	border-top: 1px solid #dedede;
	margin-top: 20px
}
.logoCenter img {
	margin: 0 auto;
}
.searchBtn .search-button {
	padding: 13px 26px;
}
/* CSR dashboard */
.firm-info .table-cell {
	display: block;
}
.paymentsContainer, .carouselContainer {
	width: 100%;
}
.widgets {
	background: #fff;
	border: 1px solid #eceaea;
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 15px;
	float: left;
}
.tile {
	float: left;
	background-color: #f3f2f2;
	border: 1px solid #fff;
	/*text-align: center;*/
    margin-bottom: 5px;
}
.terminate-icon {
	background-position: -185px -91px;
	width: 58px;
	height: 51px;
}
.reinstate-icon {
	background-position: -119px -91px;
	width: 58px;
	height: 51px;
}
.updateCoverage-icon {
	background-position: -63px -91px;
	width: 58px;
	height: 51px;
}
.addEmployee-icon {
	background-position: -4px -91px;
	width: 58px;
	height: 51px;
}
.carouselContainer .carousel-indicators li {
	background-color: #fff !important;
	border-color: #ccc !important;
}
.carouselContainer .carousel-indicators li.active {
	background-color: #ccc !important;
	border-color: #fff !important;
}
.carouselContainer .carousel-indicators {
	bottom: -25px !important;
}
.policyDetails.nav-tabs {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.policyDetails.nav-tabs > li {
	float: none;
	display: inline-block;
}
.bannerImg.text-center p {
	font-size: 30px;
	color: #fff;
}
.bannerImg.text-center {
	padding: 40px 0;
}
.bannerImg {
	background-image: url(../Content/images/loginbg.jpg);
}
.rows, .rows1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.rows .flex, .rows1 .flex {
	flex-direction: column;
}
p.bg-sprite.setting-icon {
	background-position: -268px -212px;
	height: 39px;
	width: 38px;
}
h5.myLinks {
	line-height: 1.8;
}
.rows p.color-secondary {
	font-size: 14px;
    font-weight: 600;
    color: #515151;
}
.paymentsContainer {
	padding-bottom: 5px;
}
.custom-search.custom-select {
	margin-top: 4px;
	border: none;
}
.custom-search.custom-select, .custom-search.custom-select input.form-control {
	height: 34px;
}
.custom-search.custom-select .btn {
	border: none;
	padding: 7px;
	margin: 0 !important;
}
.custom-search.custom-select input.form-control {
	padding: 0px 75px 0px 12px;
	border-left: 1px solid #dedede;/*border: 1px solid #ccc;*/
}
.bootstrap-select.form-control {
/*border: 1px solid #ccc;*/
}
.searchInfoTable.table>thead>tr>th, .searchInfoTable.table>tbody>tr>td {
	border: none;
}
.firm-info-md .custom-search.custom-select, .search-info-xs .custom-search.custom-select {
	border: 1px solid #ccc;
	height: 36px;
}
.row.quickLinks {
	margin: 0;
}
.myLinksHeading {
	padding-left: 15px;
}
span.limit {
	font-size:14px;
}
.selectedLinks {
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: #f3f2f2;
	margin-bottom: 10px;
	border-color: #ccc;
	width: 100%;
    float: left;
	padding: 6px 12px;
}
a.selectedLinks:hover{
	text-decoration: none !important;
}
.selectMaximum {
	margin-bottom: 22px;
}
/*.nav-up {
	top: -80px;
}*/
.bootstrap-select > select {
	display: none !important;
}
@media (min-width: 320px) and (max-width: 480px) {
.title-section h3 {
    font-size: 18px;
}	
 .thankyou {
 padding: 40px 0px !important;
}
 .three-tabs-xs.tabName {
 padding: 0 !important;
}
.three-tabs-xs.tabName a {
 font-size: 12px !important;
}
 .search-containers-sm {
 display:none !important;
}
 .search-containers-xs {
 display:block !important;
}
.search-container.search-containers {
 width: 100%;
}
.search-containers .search-filter {
    width: 100%;
    margin-left: 20px;
    margin-bottom: 10px;
}
.view-container.view-containers, .viewContainer.margin-right{
	width: 100%;
}
.viewContainer.margin-right{
	padding-left: 10px;
}
 .btn, .btn-group {
width:100%
}
 .btn + .btn,.btn-group + .btn,.btn + .btn-group {
 margin: 15px 0 0 0
}
 .alphabet-filter > li {
 margin-bottom: 5px
}
 tr.footable-paging > td {
 padding: 0 !important
}
 .footable-paging .label.label-default {
 margin: 18px 0 !important
}
 .dashboard-chart-widget, .dashboard-grid-widget, .dashboard-widget-right, .dashboard-widget-left {
 margin-left: 0 !important;
 min-height: 10px !important;
 width: 100% !important
}
 .dropdown-dashboard .view-container {
 width: 100% !important
}
 .dashboard-panel, .dashboard-panel table {
 margin: 0
}
 .dashboard-tiles > div, .elite-ltd-hide > div {
 padding: 0 !important;
 width: 100% !important;
}
 .footable-details tbody th {
 width: 50%
}
 table.footable-details>tbody>tr>td:nth-child(2) {
 word-break: break-word;
}
 .legal-flag-assigned {
text-align:left;
padding-top: 7px;
}
 .bottom-button-bar, .bottom-button-bar2 {
 position:static;
 box-shadow:none;
 padding:0
}
 .mobile-no-padding {
 padding: 0 !important
}
 .stepwizard-step .btn {
 width: 30px
}
 #step-3 .text-danger {
 margin-bottom: 10px
}
 .step2-button > button {
 margin-bottom: 15px
}
 .page-actions, .btn.status {
 float: left;
 width: 100% !important
}
 .page-actions .btn.status + .btn.status {
 margin: 10px 0 0 0 !important
}
 .accordionHeading {
 display: block;
 margin-top: 3px;
}
 h4.primary-buttons {
 font-size: 17px;
}
.custom-search-container .btn-large {
padding-left: 4px;
padding-right: 4px
}
.custom-search .btn {
padding:15px 10px
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
right:3px
}
.table-cell > p:first-child {
margin:0
}
.loginDetails {
padding:20px !important
}
.login-details-container h3 {
font-size:18px
}
.radio-inline-mobile + .radio-inline-mobile{
	margin-left: 0px;
}
span.beneficiary-history-user-id {
    margin-left: 0px !important;
    display: block;
    margin-top: 10px;
}
.ellipsis {
    max-width: 140px !important;
}
.product-select-manage-forms {
 margin-left: 0px !important;
 display: block;
}
}
@media (min-width: 320px) and (max-width: 990px) {
.title-section {
	margin-top: 68px;
}
.title-section + .center-layout{
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0px;
}
 header, .title-section, .progress-bar-section, .center-layout {
 padding-right: 15px;
 padding-left: 15px;
}	
 .thankyou-page {
 padding: 15px !important;
 margin-top: 68px;
}
img.eyeIcon, img.cancelIcon {
	left: auto !important;
    top: auto !important;
    right: 5% !important;
    bottom: 5%;
}
.floatingMenu {
	left: auto !important;
    right: 6% !important;
    top: auto !important;
    bottom: 12%;
}	
 .dashboard-grid-widget, .dashboard-widget-right {
 margin-left: 1%;
 width: 49%;
 float: left
}
 .navbar-toggle, .title-xs {
 display: block
}
 header {
 padding:8px 15px;
 position: fixed;
 z-index: 90;
 box-shadow: 2px 2px 2px #dedede
}
 .header-links-master, .nav-section {
 display:none
}
 .info-panel {
 margin:0 0 15px
}
 .navbar-toggle {
 margin-right:0;
 padding-left:0
}
 .center-layout {
 padding:15px;
 margin-top: 68px
}
 .center-layout > .breadcrumb {
padding-top:0
}
 .firm-overview {
 border-bottom:1px solid #dedede;
 border-right:none;
 margin-bottom: 10px
}
 .info-panel-table .currency {
 padding-right: 8px
}
 .login-info {
 padding: 15px 0;
 cursor: pointer;
 width: 100%;
 border-bottom: 1px solid #f0f0f0
}
 .login-info > span, .login-info > div {
 padding:0 15px
}
 .login-info .dropdown-toggle:hover, .login-info .dropdown-toggle[aria-expanded="true"] {
 border-bottom: none
}
 #sidebar-wrapper .faq-icon {
 background-position: -225px -13px;
 height:22px
}
 #sidebar-wrapper .contactus-icon {
 background-position: -266px -13px;
 height:22px
}
 #sidebar-wrapper .logout-icon {
 background-position: -302px -13px;
 height: 22px;
}
 .header-links {
 width:100%
}
 .header-links li {
 width: 33.33%;
 padding:0
}
 .header-links li a:hover, .header-links li a:focus {
 color:#fff
}
 .header-links li a:hover:after {
 background:#fff
}
 .sm-login-info.color-white {
 float: left;
 width: 100%;
 background-image: url(../Content/images/user-bg.jpg);
 background-size: cover
}
 .footer-links {
 padding: 0 15px
}
 .services-logo {
 height: 90px
}
 .header-links li a {
 border-right: 1px solid #f0f0f0;
 padding: 4px 0
}
 .header-links li:last-child a {
 border:none
}
 body {
 margin-bottom: 230px
}
 .info-panel-table .text-right.footable-first-visible {
 text-align: left
}
 .info-panel {
 padding: 0
}
 .sidebar-nav, .sidebar-nav.navbar-nav > li {
 display: block
}
 .nav > li > a {
 border-top: 0 dotted transparent;
 border-bottom: 0 dotted transparent
}
li.tabName>a {
    border: 1px solid #ccc !important;
    color: #717070;
}
 .firm-info-xs, .search-info-xs, .renewal-info-xs {
display:block
}
 .breadcrumb {
display:none
}
 .alphabet-filter {
 margin: 10px 0 0
}
 .filter-label {
 line-height: 38px
}
.btn + .btn, .btn-group + .btn, .btn + .btn-group {
 margin-left: 1px
}
 .page-action-btns a {
 padding: 6px 4px 6px 30px;
 font-size: 13px
}
 .page-action-btns a:before {
 left: 4px;
}
 .pagination {
 margin-top: 0
}
 .footable .label.label-default {
 margin-top: 10px !important;
}
 .modal-footer .btn + .btn {
 margin-top: 0 !important
}
 .modal-footer .btn {
width: auto !important;
}
 .page-action-btns + .nav.nav-tabs {
 margin-top: 15px
}
 .view-container {
 padding: 0;
 margin-top: 10px;
}
.view-container.view-containers, .viewContainer.margin-right {
 margin-top: 0px !important;
}
 .dashboard-tiles {
 margin-top: 15px
}
 .coverage-dtls {
 margin-top: 15px;
 text-align: center
}
 .dashboard-tiles > div:nth-child(2n+2) {
 padding-left: 15px;
 padding-right: 0
}
 .dashboard-tiles > div {
 width: 50%
}
 .elite-ltd-hide > div {
 padding: 0
}
 table.footable>tbody>tr>td:first-child, table.footable>thead>tr>th:first-child, .footable-details>tbody>tr>td, .footable-details>tbody>tr>th {
text-align:left !important
}
 .page-actions .btn.status + .btn.status {
 margin: 0 0 0 8px;
}
 .page-actions .btn.status {
 width: auto;
}
 div.primary-buttons {
display:none
}
 div.dropdown1 {
display: block;
}
 .table-pendingemppartner .fooicon-plus, .table-pendingemppartner .fooicon-minus, .table-reinstatement .fooicon-plus, .table-reinstatement .fooicon-minus {
 margin-left: 8px;
 margin-right: 0
}
 .table-pendingemppartner input[type="checkbox"], .table-reinstatement input[type="checkbox"] {
 float: left;
 margin-top: 3px
}
 .firm-info-md {
display: none;
}
.taxId {
padding:15px !important;
}
/*.search-icon {
    top: 7px;
}*/
.masterLayout.search-icon {
    background-position: -10px -160px !important;
    right: 12px !important;
    top: 6px !important;
    width: 32px !important;
    height: 32px !important;
}
.widgets .form-group {
    min-height: 60px !important;
    margin-bottom: 5px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
 .btn, .btn-group {
 width: 100%
}
 .btn + .btn, .btn-group + .btn, .btn + .btn-group {
 margin: 15px 0 0 0
}
 .legal-flag-assigned {
text-align:left;
padding-top: 7px;
}
 .bottom-button-bar, .bottom-button-bar2 {
 position:static;
 box-shadow:none
}
 .stepwizard-step .btn {
 width: 30px
}
 .step2-button > button {
 margin-bottom: 15px
}
}
@media (min-width: 320px) and (max-width: 767px) {
.mt-68{
	margin-top:-68px;
}
.mt-10{
	margin-top:10px;
}
 .thankyou .btn {
 white-space: pre-line;
}
 .annual-refund-preference-checkbox + .annual-refund-preference-checkbox {
 margin-left: 0px;
}
	.manage-test-account-search {
    margin-right: 0 !important;
}
	.navigate-to-whole-container {
    margin-top: 80px !important;
}
.page-action-btns.application_maintenance{
	width: 100%;
	margin-bottom: 10px;
}
td.hideColumn-xs {
visibility:hidden;
}
td.hideColumns-xs {
display:none;
}
.custom-search-container {
width:100%
}
.forgot-details-container{
    width: 100% !important;
    margin: 0 auto !important;
}
.custom-search {
margin-bottom:15px
}
.table-container .table-cell {
width:100%;
display:block
}
.login {
 background:url(../Content/images/loginbg.jpg) no-repeat;
}
.login-details-container {
    /*background: rgba(255,255,255, 0.9);*/
    padding: 15px;
 background-color: #fff;
}
.searchBtn {
 padding-left: 15px;
}
.bgImage, .floating-logo {
 display:none
}
footer.loginFooter{
	position: relative;
}
.loginDetails {
 width: 100% !important;
    padding: 20px;
}
.search-button.btn-large {
 padding: 6px 12px !important;
 font-size: 14px;
}
.table-cells {
 min-height: 60px;
}
.product, .bannerContainer {
 padding: 0;
}
.captions p {
 font-size: 22px;
}
.captions {
 padding-right: 0;
 padding-left: 30px;
}
.paymentDue {
 text-align: center;
}
.bannerBtn {
 width: 90%;
}
.viewContainer{
	margin-right: 0 !important;
	margin-top: 10px;
}
.custom-search input.form-control {
    border-left: none;
}
.desktopView {
    display:none ;
}
.mobileView {
    display: block;
}
.forgotsecuritycode {
    position: absolute;
    left: 15px !important;
    top: -20px !important;
}
.btn-search-dashboard.desktop-view {
display: none;
}
.btn-search-dashboard {
    padding-right: 32px;
    top: -5px !important;
    margin: 5px auto 10px auto !important;
	float: none !important;
    right: 0 !important;
    position: relative !important;
}
.dashboard-search-icon {
 background-position: -257px -205px;
 position: absolute;
 right: 1px;
 top: 0.5px;
 width: 55px;
 height: 48.5px;
 background-color: #72246C;
}
.ssn-tax-id-container {
    margin-bottom: 20px;
}
.applicationMaintenance + .applicationMaintenance{
	display: block !important;
	margin-left: 0px !important;
}
/*.productSelect + .productSelect{
	display: block !important;
	margin-left: 0px !important;
}*/
.insured-info-heading {
 line-height: 1.4 !important;
}
.header-border-bottom {
 margin-bottom: 25px;
}
.search-filter-xs {
 margin-bottom: 10px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
 #empInfoActions .btn {
margin-bottom:10px
}
.viewContainer{
	margin-right: 0 !important;
	margin-top: 10px;
}
.masterLayoutSearch {
    margin-bottom: 10px;
}
.btn-search-dashboard {
    padding-right: 32px;
    top: 11px;
    float: right;
    right: 5% !important;
}
.dashboard-search-icon {
        background-position: -257px -205px;
    position: absolute;
    right: 1px;
    top: 0.5px;
    width: 55px;
    height: 48.5px;
}
.dashboard-search-btn{
	position: absolute;
    top: 0;
    right: 0;
}

}
@media (min-width: 768px) and (max-width: 991px) {
  .mt-68{
	  margin-top:-68px;
	 }
 .navigate-to-whole-container {
 margin-top: 80px !important;
}
td.hideColumn-sm {
visibility:hidden
}
td.hideColumns-sm {
display: none
}
.custom-search-container {
 width: 100%;
}
.table-cell {
padding: 10px
}
.bgImage {
 width: 45% !important;
}
.loginDetails {
 width: 55% !important;
}
.caption {
 padding: 15px;
}
.caption h4 {
 font-size: 20px !important;
}
.caption h2 {
 font-size: 40px !important;
}
.caption h5 {
 font-size: 18px !important;
}
.floating-logo {
display:none
}
.paymentDue {
 text-align: center;
}
.product, .bannerContainer {
 padding: 0;
}
.forgotsecuritycode {
    position: absolute;
    left: 15px !important;
    top: -20px !important;
}
.productSelect + .productSelect{
	margin-left: 0px !important;
}
}
@media (min-width: 768px) {
 .d-block{ display:block !important; }
  .pl-sm-0{ padding-left:0; }
  .pr-sm-0{ padding-right:0; }
.firm-info-xs, .search-info-xs {
 margin-bottom:10px;
}
.btn-search-dashboard.mobile-view {
display: none;
}

}
@media (min-width: 991px) and (max-width: 1100px) {
 header {
 padding:8px 15px
}
 .nav-section, .center-layout {
 padding: 0 15px
}
 .navbar .nav > li > a {
 font-size: 12px
}
 .navbar .dropdown-menu {
 min-width:275px !important
}
 .dropdown-menu li a {
 font-size:13px;
 padding:10px
}
 #sidebar-wrapper, .sidenav-close, .bg-overlay {
 display:none !important
}
 #empInfoActions .btn {
margin-bottom:10px
}
 .coverage-dtls {
 margin-top: 24px;
}
}
@media (min-width: 991px) and (max-width: 1199px) {
.firm-info-md {
 width: 100%;
}
td.hideColumn-md {
visibility:hidden
}
td.hideColumns-md {
display:none
}
}
@media (min-width: 992px) and (max-width: 1100px) {
.table-cells {
 min-height: 57px !important;
}
.dashboard h3 {
 font-size: 18px !important;
}
.address h4 {
 font-size: 16px !important;
}
}
@media (min-width: 992px) {
    .mt-0 {
    margin-top: 0 !important;
}
.employee-modaldialog {
    width: 700px;
    margin: 30px auto;
}	
.makepaymentbtn-container{
	margin-top:30px;
    text-align: center;
} 
		
.recentPayments.widgets {
 width: 48%;
 margin-left: 1%;
 margin-right: 1%;
}
.searchInfo .page-info-panel {
 padding-top: 10px;
 margin-bottom: 5px;
}
.searchInfo .page-info-panel .form-group {
 margin-bottom: 5px;
}
.widgets .form-group {
    min-height: 70px !important;
	margin-bottom:5px;
}
}
@media (max-width: 991px) {	
.makepaymentbtn-container{
	margin-bottom:10px;
} 
}
@media (min-width: 992px) and (max-width: 1366px) {
.forgot-details-container .form-group {
    min-height: 70px !important;
}
}

@media (min-width: 1101px) {
 #wrapper.toggled #sidebar-wrapper {
 left: -330px
}
 .sidenav-close {
display:none
}

}
@media (min-width: 1052px) and (max-width: 1100px) {
.table-cells {
 min-height: 74px !important;
}
}
@media (min-width: 1200px) {
/*.pull-right.header-links-master {
 width: 31% !important;
}*/
.firm-info-md {
 width: 44%;
 margin-top: 12px;
}
}
span.showSsn, span.hideSsn {
    position: absolute;
    top: 26px;
    left: 110px;
}
/*img.showhide:hover {
    cursor: pointer;
}*/
.hiddenssn, .shownssn {
    position: relative;
}
/*Roster Report and Beneficiary History*/
.firmdetails_form {
	margin-top: 15px;
	}
.firm-edit {
    background-position: -459px -116px;
    height: 20px;
}
.form-group {
	min-height: 80px
}
.viewContainer{
	margin-right: 25px;
}
.dateRange{
	display: inline-block;
} 
#accordion1 .panel-title .chevron-dark-up , #accordion1 .panel-title .chevron-dark-down, #accordion2 .panel-title .chevron-dark-up, #accordion2 .panel-title .chevron-dark-down{
	position: absolute;
	left: -20px;
	right: auto;
	top: 0;
}
.beneficiary-history {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.beneficiaryHistory .beneficiary-history {
	border-bottom: none;
}
#accordion1 .panel-heading, #accordion2 .panel-heading {
    padding: 10px 25px;
	background-color: #ffffff;
}
#accordion1 .panel, #accordion2 .panel{
    margin-bottom: 10px;
	border: none !important;
    border-bottom: 1px solid #eee !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
li.tabName {
    font-size: 14px;
    padding: 1px 5px;
}
li.tabName a{
    padding: 4px;
	text-decoration:none;
}
.firmMenu img.eyeIcon, .firmMenu img.cancelIcon{
    position: fixed;
    top: 237px;
    z-index: 10;
    left: 1.3%;
}
img.eyeIcon, img.cancelIcon{
    position: fixed;
    top: 232px;
    z-index: 10;
    left: 1.3%;
}
.floatingMenu {
    position: fixed;
    border: 1px solid #f5f5f5;
    z-index: 90;
    background-color: #fff;
    left: 3.6%;
    top: 270px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.floatingMenu ul{
	list-style-type: none;
	margin-bottom: 0;
	max-height: 300px;
    overflow-y: auto;
}
.floatingMenu ul li{
	background-color: #fff;
}

.floatingMenu ul li a{
	padding: 10px 15px;
    position: relative;
	display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.floatingMenu ul li a:hover{
	text-decoration:none;
	color: #9d2062 !important;
    background-color: #dfe0e2 !important;
}
.widget.empInformation, .widget.form-maintenance{
	padding: 2px 10px;
}
.empInformation h4, .annualRefund h4,  h4.maintain-form{
    border-bottom: 1px solid #ccc;
}
h4.maintain-form div.row{
	margin-bottom: 6px;
}
.empInformation .panel-heading h4{
    border-bottom: none;
}
.empInformation h4 div.row, .annualRefund h4 div.row{
	margin-bottom: 6px;
}
.billingInfoTitle h4, .policyInfoTitle h4 {
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.legal-flag-assigned img{
    margin-bottom: 2px;
}
@media (min-width: 1360px) and (max-width: 1400px) {
.logoCenter {
    margin-bottom: 20px;
}
.loginDetails .margin-bottom {
    margin-bottom: 5px;
}
.loginDetails .form-group {
    min-height: 70px;
}
.newUser {
    padding-top: 15px;
    border-top: 1px solid #dedede;
    margin-top: 10px;
}
}
.forgot-details-container {
	    background-color: #fff;
    padding: 9px;
    margin: 10px auto;
	width: 50%;
    /*min-height: 493px;*/
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    border: 1px solid #fcfcfc;
	border-radius: 4px;
}
.forgot-details-container .form-group{
	min-height: 45px;
}
span.captcha {
    font-size: 16px;
    padding: 5px 10px;
    background-color: #015DA6;
    border: 1px solid #fff;
    color: #fff;
}
.captchaContainer{
	margin-bottom: 40px;
}
.privacy {
    border: 1px solid #bababa;
    height: 300px;
    overflow: auto;
    padding: 2%;
}
.privacy p {
    font-size: 13px;
}
.refreshCaptcha{
	margin-left: 5px;
}
.helpimages.helpImagesInfo{
    background-color: #fff8dc;
    width: 100%;
    border: 1px solid darkgray;
    margin-bottom: 10px;
}
.loginHeading{
	font-weight: 600;
	padding-left: 13px;
}
.dropdown-header span.text {
    font-size: 16px;
    color: #000;
}
.margin-top.myLinks{
	margin-top: 25px;
}
.securityCode{
	position: relative;
}
.forgotsecuritycode {
    position: absolute;
    left: -5px;
    top: 38px;
}
.forgotCodeMessage p{
	color: red;
}
.pending-quoted-policies table tr td, .pending-quoted-policies table tr th{
    border: none;
}
.pending-quoted-policies table{
	margin-bottom: 0;
}
.widgets.pending-quoted-policies {
    padding-bottom: 0;
	padding-top: 5px;
}
/*.masterLayoutDashboard{
	position: relative;
}*/
.masterLayout.search-icon {
    background-position: -7px -157px;
    position: absolute;
    right: 350px;
    top: 7px;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.masterLayoutMenu.navbar-toggle {
    padding: 9px 0px !important;
}
.btn-search-dashboard {
    padding-right: 32px;
    top: 12px;
    float: right;
    right: 420px;
    position: absolute;
}
.btn-search-dashboard:after{
	content: "";
    background: url(../Content/images/icon-sprite.png) no-repeat;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 3px;
    background-position: -276px -220px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
}
img.vipLogo.desktopView {
	margin: 0 3px;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.14), 0 1px 6px 3px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    position: absolute;
        top: 7px;
    left: -50px;
}
img.vipLogo {
    top: 7px;
    position: absolute;
    box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.14), 0 1px 6px 3px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.more-padding{
	padding-left:20px;
	padding-right: 20px;
}
.search-accordion {
    margin-bottom: 0;
	border: 1px solid #ddd;
}

.contact-name-edit{
    background-position: -460px -116px;
	width: 32px;
    height: 20px;/*position: absolute;
    top: -2px;
	left: 45px;*/
}
.contact-name-save{
    background-position: -175px -166px;
	width: 26px;
    height: 20px;/*width: 21px;
    height: 21px;
    position: absolute;
    left: 45px;*/
}
.dashboard-search-btn{
	position: absolute;
    top: 0;
    right: 0;
}
.desktop-dashboard-search-icon {
	background-position: -423px -1px;
	position: absolute;
	right: 1px;
	top: 0.5px;
	width: 100px;
	height: 48.5px;
	background-color: #72246C;
	border-left: 0.5px solid #ccc;
}

.search-page.form-control {
    border: none;
    padding: 15px 110px 15px 12px !important;
    border-left: 1px solid #dedede;
}
.btn.disabled {
    pointer-events: none;
}
a.underline {
    text-decoration: underline;
}
.payment-confirmation{
	margin-top: 25px;
}
.disclaimer.margin-top{
	margin-top: 10px !important;
}



/*           ================== */
.mainTable {
    border: 2px solid #eeeeee;
    border-radius: 3px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    width: 100%;
}
.mainTable td label {
    display: inline-block;
    font-weight: bold;
    padding-top: 15px;
}
.mainTable td input {
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 60%;
	display: inline;
}
.mainTable td select {
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 32px;
    width: 60%;
}
.helpimage {
    background: #fff;
    bottom: 100%;
    /* border: 1px solid #eceaea; */
    left: 390px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: 0px;
}
.helpimageCvv {
    background: #fff;
    bottom: 100%;
    /* border: 1px solid #eceaea; */
    right: 10px;
    padding: 10px;
    position: absolute;
    z-index: 999;
    top: -110px;
}
.creditcard label{
	padding-left: 20px;
}
/*           ================== */





.beneficiary-history-user-id label {
    margin-right: 10px;
    cursor: pointer;
}
span.beneficiary-history-user-id {
    margin-left: 75px;
}
.panel-heading a:hover {
    text-decoration: none;
}
.primary-beneficiary-heading, .contingent-beneficiary-heading{
	line-height: 2.3;
}
.no-padding-top{
	padding-top: 0 !important;
}
.widget-border{
	border: 2px solid #ccc;
}

body {
    counter-reset: section sect;
}
.contingent-beneficiary-heading span::after{
    counter-increment: section;
    content: " " counter(section) "";
}
.primary-beneficiary-heading span::after {
    counter-increment: sect;
    content: " " counter(sect) "";
}
.red{
	color: #BA4166;
}

.ellipsis{
    overflow: hidden;
	display:inline-block;
    text-overflow: ellipsis;
    max-width: 350px;
    white-space: nowrap;
	margin-bottom: 0;
}
td.descriptionData {
    position: relative;
}
.checkbox.checkbox-primary.checkbox-inline.productSelect {
    padding-right: 10px;
}
.filter-button {
    background-position: -501px -17px;
    float: right;
    height: 22px;
    margin-left: 10px;
}
.applicationMaintenanceFilter{
	transition:2s linear;
}
.blue{
	color: #337ab7;
}
.panel-group-filter{
	margin-bottom: 0px !important;
}
.no-collapse .panel{
	    margin-bottom: 10px;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.no-collapse .panel-heading{
    padding: 10px 25px;
    background-color: #ffffff;
}

.no-collapse .panel-title .chevron-dark-down, .no-collapse .panel-title .chevron-dark-up {
    position: absolute;
    left: -20px;
    right: auto;
    top: 0;
}
.margin-right {
    margin-right: 15px !important;
}
.viewContainer.margin-right {
    margin-right: 5px !important;
}
.search-containers-xs{
		display:none;
	}
h4.panel-title a {
    display: block;
}
.no-action {
    opacity: 0.3;
    pointer-events: none;
}
.navigate-to-container{
	box-shadow: 0 0 10px #ccc;
	    min-height: 160px;
		margin: 15px 0;
}
.search-account-contact-icon{	
    background-position: -5px -261px;
    width: 55px;
    height: 55px;
}
.application-maintenance-icon{	
    background-position: -67px -261px;
    width: 55px;
    height: 55px;
}
.administrator-menu-icon {
    background-position: -198px -261px;
    width: 55px;
    height: 55px;
}
.manage-test-accounts-icon{	
    background-position: -134px -261px;
    width: 55px;
    height: 55px;
}
.navigation-page-name{
    font-size: 18px;
    color: #511f31;
}
.navigate-to-container:hover {
    transform: scale(1.02);
	box-shadow: 0 0 30px #ccc;
}
.navigate-to-container .bg-sprite{
	    margin-top: 10px;
}
.navigate-to-whole-container{
    margin-top: 60px;
}
.navigate-to-whole-container>.widget {
    margin: 2% auto;
}
.add-new-account:before {
    background-position: -506px -257px;
}
.manage-test-account-search {
    margin-right: 15px;
}
.action-edit{
    background-position: -464px -116px;
}
table.footable-details>tbody>tr>th:nth-child(1) {
    /* min-width: 40px; */
    width: 160px;
}
.disabled-input{
    background-color: #eee !important;
    opacity: 1;
    border-radius: 4px !important;
    padding: 3px 6px !important;
	pointer-events: none;
}
.to-lower-case {
    text-transform: lowercase;
}
.vip-logo-placement{
	position: relative;/*min-width: 105px;*/
}
li.border-bottom-line {
    border-bottom: 1px solid #ccc;
    margin: 10px 15px;
}
.dropdown-backdrop {
    display: none;
}
.diasbled,.disabled{
	pointer-events:none;
	opacity: 0.4;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.no-wrap{
	white-space: nowrap;
}
.quote-summary-page-heading {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.separator-gipToElite{
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.visibility-hidden {
    visibility: hidden;
}
.padding-bottom-95{
    padding-bottom: 95px;
}
.add-edit-beneficiary {
    background-position: -460px -167px;
    width: 32px;
    height: 20px;
}
.beneficiary-page-info-panel{
	background: #fff;
}
.no-margin-view-container {
	margin: 0 !important;
}
.action-edit-white:before {
	background-position: -272px -261px;
}
.action-add-white:before {
	background-position: -313px -261px;
}
.action-terminate-white:before {
	background-position: -422px -261px;
}
.insured-info-heading {
	line-height: 2.2;
}
.header-border-bottom {
	border-bottom: 1px solid #eee;
}
.search-icon-right {
	right: 16px !important;
}
/* Thank You Page */
.bg-color {
    background: linear-gradient(90deg, #672d89 40%, #b74264 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672d89', endColorstr='#b74264');
}
.help-desk {
	padding: 6px 12px;
	margin: 10px 15px 0 0;
	background: #e46d37;
}
.thankyou-page {
	float: left;
	width: 100%;
	padding: 20px 40px;
}
.thankyou {
	padding: 30px 15px;
	float: left;
	width: 100%;
}
.extra-margin-top {
	margin-top: 30px;
}
.font-28 {
	font-size: 28px;
}
.btn-secondary {
	position: relative;
	background: #DC6B2F;
	color: #fff;
}
.btn-secondary:hover {
	background: #DC6B2F;
	color: #fff;
}
.view-letter-icon {
	background-position: -507px -290px;
	height: 25px !important;
	width: 30px !important;
}
a:active, a:hover {
	outline: 0 !important;
}
.margincls{
	margin-left:90px;
	margin-right:121px
}

.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
  margin: 50px; /* make some space so the tooltip is visible */
}

.tooltip-wrapper .btn[disabled] {
  /* don't let button block mouse events from reaching wrapper */
  pointer-events: none;
}

.tooltip-wrapper.disabled {
  /* OPTIONAL pointer-events setting above blocks cursor setting, so set it here */
  cursor: not-allowed;
}

.tool-tip {
  display: inline-block;
   margin: 50px; /* make some space so the tooltip is visible */
}

.tool-tip [disabled] {
  pointer-events: none;
}

.page-header-invoices {
	margin: -10px 0px 15px;
}

.open-pdf-invoices {
	margin-left: 339px;
	margin-top: -54px;
	color: #fff !important;
	background-color: #72246C !important;
	border-color: #72246C !important;
	border-radius: 2px !important;
	position: relative;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.monthlyInvoice {
	border-width: 0px 0px 1px 0px !important;
	box-shadow: none !important;
	width: 74px;
	text-align: center;
	margin-left: 7px;
	margin-top: -34px;
}

.type-pdf-invoices {
	padding: 6px 12px;
	border: 1px solid transparent;
}


.background-color-pdf-invoices {
	border: 1px solid #c1aeae !important;
	padding: 4px !important;
	color: #717070 !important;
}

.click-color-change {
	font-family: 'RobotoMedium';
	background-color: #72246C;
	color: white !important;
	cursor: pointer;
}

.label-firmadmin-partner {
	max-width: 100%;
	margin-bottom: 5px;
	margin-top: -48px;
	font-weight: bold;
}

.invoice-send-btn {
	width: 89px;
	margin-top: 51px;
	margin-left: -8px;
}

.invoice-send-txt {
	border-width: 0px 0px 1px 0px !important;
	width: 261px;
}

.invoices-header {
	color: #72246C !important;
	margin-left: 19px;
}

.product_n_g {
	margin-left: 20px;
	margin-top: 5px;
}

.product_a {
	margin-left: 2px;
	margin-top: 5px;
}


