﻿@charset "utf-8";
* {
	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');
}
 @font-face {
    font-family: 'visuelt-regular-pro';
    src: url('../fonts/visuelt-regular-pro.eot');
    src: url('../fonts/visuelt-regular-pro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/visuelt-regular-pro.woff2') format('woff2'),
         url('../fonts/visuelt-regular-pro.woff') format('woff'),
         url('../fonts/visuelt-regular-pro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.visuelt {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'visuelt-regular-pro';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: /*#1d8c7f*/#1A0E3D;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
	font-family: 'visuelt-regular-pro','RobotoRegular', Arial, Georgia;
	font-size: 15px;
	/*background: #f0f4f5;*/
}
.font-roboto-medium {
	/*font-family: 'RobotoMedium' !important;*/
    font-family: 'visuelt-regular-pro' !important;
}
.font-roboto-light {
	/*font-family: 'RobotoLight' !important;*/
    font-family: 'visuelt-regular-pro' !important;
}
.font-roboto-thin {
	/*font-family: 'RobotoThin' !important;*/
    font-family: 'visuelt-regular-pro' !important;
}
.font-12 {
	font-size: 12px;
}
.font-14 {
	font-size: 14px;
}
.color-primary {
	color: #717070;
}
.color-secondary {
	color: #717070;
}
.color-link {
	color: /*#74246c*/#B62571;
}
.color-white, .color-white:hover {
	color:#292933 /*#fff*/ ;
}
.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-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;
}
.align-center {
	text-align: center !important;
	float: none !important;
	margin: 0 auto;
}
.bg-sprite {
	background: url(../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: 60px;
	display: inline-block;
	text-align: center;
}
.status.status-active {
	background-color: #f0b323;
}
.status.status-pending {
	background-color: #00b5e6;
}
.status.status-terminate {
	background-color: #f75314;
}
.status.status-request {
	background: #1996d7;
}
.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%;
}
.margin-top {
	margin-top: 15px;
}
.margin-bottom {
	margin-bottom: 15px;
}
.bottom-button-bar, .bottom-button-bar2 {
	position: fixed;
	bottom: 0;
	background: #fff;
	left: 0;
	padding: 20px;
	z-index: 98;
	margin: 0;
	box-shadow: 0 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;
}
.header-links-master .dropdown-menu, #sidebar-wrapper .dropdown-menu, .navbar-nav .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;
}
.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;
}
.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: #74246c;
}
.mega-menu li a:hover {
	text-decoration: none;
}
header {
	padding: 8px 40px;
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 7px #ccc;
}
.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 20px;
	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);
}
.nav-section {
	background: linear-gradient(90deg, #672d89 20%, #b74264 60%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672d89', endColorstr='#b74264');
	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 8px;
	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;
}
.claims-icon {
	background-position: -381px -55px;
}
.downloadforms-icon {
	background-position: -436px -55px;
}
.more-icon {
	background-position: -489px -55px;
}
.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-fixed {
	position: fixed;
	z-index: 999;
	min-height: auto;
	box-shadow: 0 2px 8px #c3c3c3;
}
.nav-fixed .navbar {
	margin: 0;
}
.center-layout {
	width: 55%;
	margin: 0 auto;
	position: relative;
}
.widget {
	background: #fff;
	border: 1px solid #eceaea;
	border-radius: 2px;
	margin-bottom: 15px;
	padding: 15px;
	float: left;
	width: 100%;
}
.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;
}
.table th {
	font-weight: 400;
	font-size: 14px;
	color: #717070;
}
.table th, .table td {
	vertical-align: middle !important;
}
 .table-instructions td:nth-child(2) {
 word-break: break-word !important;
}
footer {
	background: #fff;
	float: left;
	width: 100%;
}
.fat-footer {
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer {
	/*background: #74246c;*/
	padding: 0 15px;
}
.footer-links {
	padding: 15px 0 0 30px;
}
html {
	position: relative;
	min-height: 100%;
}
body {
	margin-bottom: 200px;
}
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#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: 285px;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: linear-gradient(180deg, #672d89 20%, #b74264 60%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672d89', endColorstr='#b74264');
	-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%;
}
.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;
}
.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.hide {
	display: none !important;
}
.bg-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99;
	opacity: 1;
	display: block;
	top: 0;
	left: 0;
}
.spinner-image {
	border: 16px solid #ccc;
	border-radius: 50%;
	border-top: 16px solid #74246c;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.page-header {
	margin: 0 0 15px;
}
.breadcrumb {
	font-size: 13px;
	padding: 15px 0;
	margin: 0;
}
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:focus {
	border-bottom: 1px solid #72246C !important;
	box-shadow: 0 1px 0 0 #72246C !important;
}
.form-group label {
	color: #292933/*#511f31*/;
	width: 100%;
	float: left;
	font-size: 14px;
	margin-top: 6px;
	font-weight: 700;
	font-family: 'visuelt-regular-pro','RobotoRegular', Arial, Georgia;
	text-transform: uppercase;
}
.checkbox.checkbox-inline, .radio.radio-inline {
	margin-top: 0;
}
.radio {
	padding-left: 20px;
}
.radio input[type=radio] {
        cursor: pointer;
        /*opacity: 0;*/
        opacity: 1;
        z-index: 1;
        /*outline: 0 !important;*/
        outline: 3px auto black !important;
        margin-top: 10px;
        margin-left: -18px;
}
.radio label {
	display: inline-block;
	padding-left: 5px;
	position: relative;
}
 .radio 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 input[type=radio] + label::after, .radio input[type=radio]:checked + label::after {
 background-color: #72246C;
}

    /*.radio+.radio, .checkbox+.checkbox {
    margin-top: 10px !important;
}*/

    .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*/#1A0E3D;
}
.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: #fff;     
    border-radius: 2px;
    /* border: 1px solid #ccc;*/
    border: 2px solid black;
    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: #fff;
}
 .checkbox input[type="checkbox"]:checked + label::after {
 content: "\e013";
 font-family: 'Glyphicons Halflings';
}
 .checkbox label::after {
 color: #555;
 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:hover:after {
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	-moz-transform: translateX(6px);
	-ms-transform: translateX(6px);
}
.btn + .btn {
	margin-left: 8px;
}
.datepicker-icon {
	background-position: -392px -3px;
	position: absolute;
	right: -3px;
	top: -4px;
	cursor: pointer;
}
.modal-content {
	border-radius: 2px;
}
.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;
}
.firm-info-xs, .search-info-xs {
	display: none;
}
.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:before {
	content: "";
	background-image: url(../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: -420px -116px;
	height: 20px;
	margin: 0 3px;
	width: 20px;
}
.additional-style-table .currency {
	padding-right: 30px !important;
}
.coverage-amount {
	width: 14%;
}
.action-column > button, .edit-button, .delete-button {
	background-color: transparent;
	border: 0 none;
	height: 19px;
	width: 18px;
	float: left;
	margin: 0 7px 0 0;
}
.action-column {
	padding: 8px 5px 8px 5px !important;
}
.edit-button {
	background-position: -468px -116px;
}
.delete-button {
	background-position: -511px -116px;
}
.pagination {
	float: right;
}
.footable-paging .label.label-default {
	float: left;
	margin: 10px 0;
}
.search-filter {
	position: relative;
}
.search-filter input {
	border-color: #74246c;
	padding-right: 35px !important;
}
.search-icon {
	background-position: -9px -158px;
	position: absolute;
	right: 6px;
	top: 0;
}
.dashboard-search-icon {
	background-position: -440px -9px;
	position: absolute;
	right: 1px;
	top: .5px;
	width: 65px;
	height: 32.5px;
	background-color: #74246c;
}
.info-panel-table .table th, .info-panel-table .table td {
	border: none;
}
.panel-title {
	position: relative;
    margin-left: 2%;
}
#accordion .panel-title a {
	display: block;
}
#accordion .panel-title .chevron-dark-up, #accordion .panel-title .chevron-dark-down {
	position: absolute;
	right: 0;
	top: 0;
}
.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: #74246c;
	border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
	background: none;
	color: #74246c;
}
li.tabName > a {
	border: 1px solid #ccc;
	color: #717070;
}
.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;
}
.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;
}
.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: -354px -168px;
}
.bg-sprite.more-actions {
	background-position: -388px -161px;
}
.dropdown1 .bg-sprite:hover {
	border-radius: 50%;
	background-color: #E6E6E6;
}
.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;
}
.heightLabel input, .weightLabel input {
	width: 65%;
}
.heightLabel span, .weightLabel span {
	padding-top: 7px;
}
.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;
}
textarea {
	resize: none;
}
.bg-sprite.add-button {
	background-position: -317px -167px;
	margin-right: 10px;
}
.legal-action.page-action-btns {
	margin-bottom: 15px;
}
.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: #fff;
}
.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;
}
.header-links {
	display: inline-block;
}
a.status.status-request:hover, a.status.status-request:focus, .page-actions > button:hover {
	color: #fff;
	text-decoration: none;
}
.helpimages {
	bottom: 85%;
	border: 1px solid #eceaea;
	padding: 10px 0px 0px 10px;
	position: absolute;
	z-index: 999;/*top: -150px;
    overflow-y: scroll;*/
}
.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;
}
.page-actions .btn[disabled] {
	opacity: .4 !important;
}
 input::-ms-clear {
 display: none;
}
.panel-title > span {
	color: /*#511f31*/#fff !important;
	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 {
	position: relative;
}
.date span, .demotime span, .dateOne 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;
}
div.page-header > div.dropdown {
	margin-top: 3px;
}
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(../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, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(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;
}
.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;
	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(../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: 0 75px 0 12px;
	border-left: 1px solid #dedede;
}
.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;
}
.selectMaximum {
	margin-bottom: 22px;
}
.nav-up {
	top: -80px;
}
.bootstrap-select > select {
	display: none !important;
}
.pagetitle {
	/*color: #fff;*/
	/*font-size: 24px;*/
	/*margin: 20px 0 25px;*/
	float: left;
	width: 100%;
}

h4.pagetitle{
    margin-bottom: 40px;
}
.payment-wizard, .panel-group, .panel-collapse, .panel-body {
	float: left;
	/*width: 100%;*/
    width: 95%;
    margin-left: 2%;
    margin-top: 3%;
}
.payment-wizard .panel {
	background: #fff;
	padding: 15px;
	box-shadow: 0 0 4px #ccc;
	border: none;
}
.payment-wizard .panel-default > .panel-heading {
	background-color: #f0f4f5;
	width: 96%;
	padding: 0;
	float: left;
}
.payment-wizard .payment-step {
	float: left;
	padding: 6px 14px;
	background: #a8a8a8;
	font-size: 17px;
	color: #fff;
	height: 37px;
}
.payment-step.active {
	background: #a93e6a;
}
a[aria-expanded="true"] {
	color: #a93e6a;
}
.payment-wizard .panel-title {
	float: left;
	width: 100%;
}
.payment-wizard .panel-title > a:hover, .payment-wizard .panel-title > a:active, .payment-wizard .panel-title > a:visited, .payment-wizard .panel-title > a:focus {
	text-decoration: none;
}
.form-panel {
	padding: 15px;
}
.payment-wizard .form-group label {
	text-transform: uppercase;
	font-weight: 400;
}
.payment-wizard .form-group {
	margin-bottom: 30px;
}
.content-part {
	margin-top: 7%;
	margin-left: 4%;
	width: 45%;
}
.hline {
	width: 35px;
	height: 3px;
	background: #cecece;
	margin: 0 auto;
	margin-top: 40px;
}
.content-heading {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.contact-details {
	text-align: left;
	background: rgb(182, 37, 113); /*#ff8400;*//* #dc6b2f;*/
	margin-top: 10px;
	padding: 7px 20px;
	color: #fff;
	width: auto;
}
.payment-wizard .panel-title a {
	padding: 10px 15px;
	width: 100%;
	float: left;
}
.text-color {
	/*color: #74246c !important;*/
    color: #4d4d4f !important;
}
.form-panel .table tr td {
	padding: 15px 10px !important;
	color: #333;
}
.btn-disabled {
	background-color: #a8a8a8;
	border-color: #a8a8a8;
	color: #e5e5e5;
}
.form-panel .table tbody tr td {
	border-top: 0;
}
.mainTable {
	float: left;
	width: 100%;
}
.mainTable {
	float: left;
	width: 100%;
}
.margin-top-20 {
	margin-top: 20px;
	float: left;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	opacity: .5;
}
.mainTable input[type="checkbox"] {
	margin: 4px;
	vertical-align: middle;
}
.payment-wizard .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
.ui-datepicker-trigger {
	top: 36px;
	cursor: pointer;
	position: absolute;
	right: 5px;
	z-index: 1;
}
.ui-widget-header {
	border: 1px solid /*#72246C*/ #1A0E3D ;
	background: /*#672d89*/ #1A0E3D ;
}
.services-logo {
	height: 100px;
}

/* Aon empower results logo specific styling */
.aon-logo {
	display: inline;
	height: 80px;
	margin-top: -10px;
}

/* CVV and ECP modal styles */
.cvv2CC, 
.cvv2ECP {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	max-width: 90%;
}

.close-icvv, 
.close-iecp {
	cursor: pointer;
}

/* Validation message styles */
.validation-message {
	color: red;
	display: none;
}

.validation-message.show {
	display: block !important;
}

/* Field visibility helpers */
.field-hidden {
	display: none !important;
}

.field-visible {
	display: block !important;
}
.btn-primary {
	/*background-color: #74246c;
	border-color: #74246c;*/
    	background-color: #62a70f;
	border-color: #62a70f;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #88247f;
	border-color: #88247f;
}
.bs-vertical-wizard {
	padding-bottom: 50px;
}
.bs-vertical-wizard ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bs-vertical-wizard ul > li {
	display: block;
	position: relative;
}
.bs-vertical-wizard ul > li > a {
	display: block;
	padding: 25px 10px 50px 48px;
	/*color: #fff;*/
    color: #292933;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .8px;
}
.bs-vertical-wizard ul > li > a:hover, .bs-vertical-wizard ul > li > a:focus {
	text-decoration: none;
}
.bs-vertical-wizard ul > li > a:before {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 40px);
	background-color: #bdc2ce;
	left: 20px;
	bottom: -18px;
	z-index: 3;
}
.bs-vertical-wizard ul > li > a .ico {
	pointer-events: none;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 2;
}
.bs-vertical-wizard ul > li > a .desc {
	display: block;
	color: #bdc2ce;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: .8px;
}
.bs-vertical-wizard ul > li.complete > a:before {
	background-color: /*#fff*/#bdc2ce;
	opacity: 1;
	height: calc(100% - 40px);
	bottom: -18px;
}
.bs-vertical-wizard ul > li.complete > a:after {
	display: none;
}
.bs-vertical-wizard ul > li.locked > a:after {
	display: none;
}
.bs-vertical-wizard ul > li:last-child > a:before {
	display: none;
}
.bs-vertical-wizard ul > li > a .ico.ico-green {
	color: #5cb85c;
}
.bs-vertical-wizard ul > li > a .ico.ico-muted {
	color: #bdc2ce;
}
.bs-vertical-wizard ul > li.current a {
	font-weight: 700;
}
.bs-vertical-wizard ul > li.current > a:before {
	background-color: /*#41b6e6*/#B62571;
	opacity: 1;
}
.bs-vertical-wizard ul > li.current > a:after {
	border-color: #41b6e6;
	background-color: #41b6e6;
	opacity: 1;
}
.bs-vertical-wizard ul > li.current:before {
	border-color: rgba(234, 236, 241, 0);
	border-left-color: #eaecf1;
	border-width: 11px;
	margin-top: -11px;
}
.wizard-container {
	/*background: linear-gradient(180deg, #672d89 20%, #b74264 60%);*/
    background: #ffffff;
    bottom: 19px;
    /*background: #72246C;*/
	width: 25%;
	top: -19px;
	left: 19px;
	position: absolute;
	box-shadow: 0 0 4px #ccc;
	z-index: 1;
	min-height: 480px;
	flex: 1;
	/*bottom: -19px;*/
}
.payment-icon {
	background-color: rgba(255, 255, 255, .2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-repeat: no-repeat;
}
.complete .payment-icon {
    /*background-color: rgba(22, 208, 139, .8);
    background-image: url(../images/tick.png);
    background-position: 13px 14px;
    background-size: initial;*/
    background-image: url('../images/doneicon.png');
    background-size: contain;
}
.current .payment-icon {
	background-color: rgba(65, 182, 230, 1);
}
.step1-icon {
    /*background-image: url(../images/profile.png);*/
    background-image: url('../images/Myinfo_icon.png');
    /*background-position: 11px 7px;*/
    background-size: contain;
}
.step2-icon {
    /*background-image: url(../images/duetime.png);*/   
    background-image: url('../images/BalanceDue_Icon.png');
     /*background-position: 8px 6px;*/
      background-size: contain;
}
.step3-icon {
    /*background-image: url(../images/Payment.png);*/
    background-image: url('../images/Pay_Icon.png');
    /*background-position: 8px 6px;*/
     background-size: contain;
}
.main-content {
	background: #fff;
	position: relative;
	min-height: 435px;
}
.form-group .form-control {
	width: 100%;
}
.form-custom-width {
	float: left;
	width: 100%;
}
.radio label {
	width: 100%;
}
.Acc-no {
	float: left;
}
.acc-details label {
	margin-top: 0;
}
.text-bold {
	font-weight: 700;
}
.Total-text {
	font-size: 22px;
}
.border-top {
	border-top: 1px solid #ededed;
}
.table > thead > tr > th {
	border-bottom: 1px solid #ddd;
}
body {
	/*background: url(../images/bg-image4.jpg);
	background-repeat: no-repeat;
	background-size: cover;*/
}
.wizard-content {
    margin-top: -2%;
	margin-left: 27%;
	flex: 3;
}

.wizard-content_new {
    margin-top: -2%;
    margin-left: 1%;
    margin-right: 1%;
    flex: 3;
}
.panel-heading {
	padding: 10px 0;
	border-bottom: 1px solid /*#e0e0e0*/#1A0E3D;
	margin: 0;
}
.margin-left {
	margin-left: 10px;
}
.acc-details label {
	width: auto;
	margin-right: 10px;
}
.increase-height {
	min-height: 637px;
}
 @media (min-width:320px) and (max-width:480px) {
 .thankyou {
 padding: 40px 0px !important;
}
 .bs-vertical-wizard ul > li {
 width: 37px !important;
}
 .payment-wizard .panel-default > .panel-heading {
 width: 83% !important;
}
 .content-part {
 width: 100% !important;
 margin-left: 0 !important;
}
 .btn {
 width: 100%;
}
 .btn + .btn {
 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;
}
 .total-payment-amount-font {
 font-size: 16px !important;
}
 .total-payment-amount-highlighter {
 font-size: 16px !important;
}
}
 @media (min-width:320px) and (max-width:990px) {
 .thankyou-page {
 padding: 15px !important;
 margin-top: 68px;
}
 .no-padding-xs {
 padding: 0;
}
 .form-panel {
 padding: 0;
}
 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: 1000;
 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: 55px;
}
 .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(../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 {
 display: block;
}
 .breadcrumb {
 display: none;
}
 .alphabet-filter {
 margin: 10px 0 0;
}
 .filter-label {
 line-height: 38px;
}
 .btn + .btn {
 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;
}
 .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 {
 width: 100%;
}
 .btn + .btn {
 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) {
	 .login-details-container {
 padding: 15px;
 background-color: #fff;
}
 .thankyou .btn {
 white-space: pre-line;
}
 .next-step-button {
 float: none !important;
}
 .display-flex {
 display: block !important;
 margin-bottom: 20px !important;
}
 .panel-heading {
 padding: 17px 0;
}
 .wizard-text {
 float: left;
 width: 100px;
 position: absolute;
 font-size: 15px;
 left: -28px;
 text-align: center;
 top: 54px;
}
 .bs-vertical-wizard ul > li > a .ico {
 top: 10px;
}
 .pagetitle {
 margin: 20px 0 10px;
 font-size: 20px;
}
 .main-content {
 padding: 0;
}
 .wizard-container {
 width: 100% !important;
 position: unset;
 top: auto;
 left: auto;
}
 .center-layout {
 width: 98%;
}
 .wizard-content {
 margin-left: 0;
 width: 100%;
}
 .bs-vertical-wizard ul > li {
 width: 90px;
}
 .main-content, .form-custom-width {
 width: 100% !important;
}
 .wizard-container {
 min-height: auto;
 text-align: center;
 !important;
}
 .contact-details {
 display: none;
}
 .bs-vertical-wizard {
 padding-bottom: 0 !important;
}
 .bs-vertical-wizard ul > li > a:before {
 height: 1px !important;
 width: calc(100% - -28px) !important;
 left: 41px !important;
 top: 31px !important;
 bottom: -18px;
}
 .bs-vertical-wizard ul > li {
 display: inline-block !important;
 margin-right: 66px;
}
 .bs-vertical-wizard ul > li:last-child {
 margin-right: 0;
}
 .hide-xs {
 display: none;
}
 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(../images/loginbg.jpg) no-repeat;
}
 .login-details-container {
 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: .5px;
	width: 55px;
	height: 48.5px;
	background-color: #74246c;
}
.ssn-tax-id-container {
	margin-bottom: 20px;
}
}
 @media (min-width:768px) and (max-width:990px) {
 .center-layout {
 width: 98%;
}
 .wizard-content {
 margin-left: 27%;
 width: 73%;
}
 .wizard-container {
 width: 25%;
}
}
.main-content {
	width: 100%;
}
.display-flex {
	display: flex;
	margin-bottom: 40px;
        width: 104%;
}
#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: .5px;
	width: 55px;
	height: 48.5px;
}
.dashboard-search-btn {
	position: absolute;
	top: 0;
	right: 0;
}
}
 @media (min-width:768px) and (max-width:991px) {
 .payment-wizard .panel-default > .panel-heading {
 width: 93%;
}
 .content-part {
 width: 93%;
}
 td.hideColumn-sm {
 visibility: hidden;
}
 td.hideColumns-sm {
 display: none;
}
.custom-search-container {
	width: 100%;
}
.table-cell {
	display: table-cell;
}
.btn-group.bootstrap-select.input-group-btn:first-child {
	border-right: 1px solid #ccc;
}
.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;
}
}
 @media (min-width:768px) {
 .firm-info-xs, .search-info-xs {
 margin-bottom: 10px;
}
 .btn-search-dashboard.mobile-view {
 display: none;
}
}
 @media (min-width:991px) and (max-width:1100px) {
 .thankyou-page {
 padding: 0 15px !important;
}
 .center-layout {
 width: 94%;
}
 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) {
 .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 (min-width:992px) and (max-width:1366px) {
 .forgot-details-container .form-group {
 min-height: 70px !important;
}
 .center-layout {
 width: 70%;
}
}
 @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;
}
.hiddenssn, .shownssn {
	position: relative;
}
.firmdetails_form {
	margin-top: 15px;
}
.firm-edit {
	background-position: -459px -111px;
}
.viewContainer {
	margin-right: 25px;
}
.dateRange {
	display: inline-block;
}
#accordion1 .panel-title .chevron-dark-up, #accordion1 .panel-title .chevron-dark-down {
	position: absolute;
	left: -20px;
	right: auto;
	top: 0;
}
.beneficiary-history {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
#accordion1 .panel-heading {
	padding: 10px 25px;
	background-color: #fff;
}
#accordion1 .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, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.floatingMenu ul {
	list-style-type: none;
	margin-bottom: 0;
}
.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 {
	padding: 2px 15px;
}
.empInformation h4 {
	border-bottom: 1px solid #ccc;
}
.empInformation .panel-heading h4 {
	border-bottom: none;
}
.empInformation 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%;
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(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.help-images-info-message {
	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;
}
.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(../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, .14), 0 1px 6px 3px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
	position: absolute;
	right: 338px;
	top: 17px;
}
img.vipLogo {
	top: 7px;
	position: absolute;
	box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .14), 0 1px 6px 3px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}
.more-padding {
	padding-left: 20px;
	padding-right: 20px;
}
.search-accordion {
	margin-bottom: 0;
}
.contact-name-edit {
	background-position: -462px -116px;
	position: absolute;
	top: -2px;
	left: 45px;
}
.contact-name-save {
	background-position: -175px -166px;
	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: .5px;
	width: 100px;
	height: 48.5px;
	background-color: #74246c;
	border-left: .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;
}
.wizard-title {
	font-size: 15px;
	font-weight: 700;
	font-style: normal !important;
	font-family: 'RobotoRegular' !important;
	color: #a93e6a;
}
.text-color {
	color: #74246c;
	font-weight: 700;
	font-size: 18px;
}
.table th {
	font-weight: 700;
	font-size: 14px;
	color: #717070;
}
.btn-positive {
	position: relative;
	padding-right: 32px;
}
.btn-positive:after {
	content: "";
	background: url(../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;
}
.font-22 {
	font-size: 22px;
}
.font-28 {
	font-size: 28px;
}
.font-25 {
	font-size: 25px;
}
label.echeck, label.creditcard {
	color: #323232;
}
.label-color {
	color: #511f31;
	font-weight: normal !important;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'RobotoRegular', Arial, Georgia;
	width: 45%;
}
.bg-color {
	/*background: linear-gradient(90deg, #672d89 40%, #b74264 80%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#672d89', endColorstr='#b74264');*/
    background-color: #fff /*#72246C*/;
}
.btn-secondary {
	position: relative;
	background: #DC6B2F;
	color: #fff;
}
.btn-secondary:hover {
	background: #DC6B2F;
	color: #fff;
}
.dloadtemplate:before {
	background-position: -314px -114px;
}
.icon-btn {
	padding-left: 42px;
	position: relative;
}
.icon-btn:before {
	content: "";
	background-image: url(../images/icon-sprite.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 28px;
	position: absolute;
	left: 9px;
}
.font-16 {
	font-size: 16px;
}
.thankyou {
	padding: 30px 15px;
	float: left;
	width: 100%;
}
.extra-margin-top {
	margin-top: 30px;
}
.thankyou-page {
	float: left;
	width: 100%;
	padding: 20px 40px;
}
.help-desk {
	padding: 6px 12px;
	margin: 10px 15px 0 0;
	background: #e46d37;
}
iframe#iPayment {
	height: 100vh;
}
.bg-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF;
	z-index: 99;
	opacity: 1;
	display: block;
	top: 0;
	left: 0;
}
.spinner-image {
	border: 16px solid #ccc;
	border-radius: 50%;
	border-top: 16px solid #74246c;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite; /* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}

/* Safari */
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.alert h4.info-heading {
	margin-top: 10px !important;
	color: inherit;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px !important;
}
.auto-width {
	width: auto !important;
	margin-right: 2px;
}
.btn-primary.disabled-input {
	/*background-color: #74246c;
	border-color: #74246c;*/
    background-color: #62a70f;
	border-color: #62a70f;
}
/*.btn-primary.disabled-input:hover{
    cursor: not-allowed;
}*/
.message-margin-top {
	margin-top: 40px;
}
.alert-warning {
	border-color: #ccc !important;
}
.helpimages.help-images-info-message {
	bottom: 75%;
	border: 1px solid #eceaea;
	padding: 10px;
	position: absolute;
	z-index: 999;
	width: 100%;
	top: initial;
	overflow-y: initial;
}
.no-scroll {
	overflow: hidden;
}
.payment-option-radio-btn {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.label-select-payment-type {
	width: 100%;
}
.back-to-my-info {
	margin-right: 10px;
}
.ecp-image {
	top: 130px;
	position: absolute;
}
.credit-card-image {
	top: 115px;
	position: absolute;
	right: 0;
}
input.disabled-input {
	pointer-events: none;
	background-color: rgb(235, 235, 228);
	border-bottom: 1px solid #b2b2b2 !important;
	border-style: none;
	font-size: 14px;
	padding: 4px 12px 4px 4px;
	height: 30px;
	color: rgb(84, 84, 84);
	width: 35%;
}
.radio, .checkbox {
	margin-top: 0 !important;
}
/*input[type=radio] + label::after, input[type=radio]:checked + label::after {
    background-color: #72246C;
}*/
.help-info-container {
	float: left;
	width: 100%;
	position: absolute;
	top: -10px;
	right: -9px;
	cursor: pointer;
}
.wizard-step a {
	pointer-events: none;
}
.total-payment-amount-font {
	color: /*#511f31*/#1A0E3D;
	font-size: 20px;
}
.total-payment-amount-highlighter {
	font-size: 22px;
}
.overflow-container {
	overflow-y: scroll;
	height: 120px;
	float: left;
	width: 100%;
}
.help-info-container .glyphicon {
	border: 1px solid #fff;
	background-color: #74246c;
	color: #fff;
	padding: 3px;
	border-radius: 50%;
	font-size: 12px;
}
a:active, a:hover {
	outline: 0 !important;
}
.cancel-button {
	margin-right: 0 !important
}
.login-banner {
	float: left;
	height: 550px;
	position: relative;
	width: 60%;
}
.banner {
	float: left;
	position: absolute;
	width: 100%;
	left: 0;
}
.banner {
	height: 650px;
}
@media (max-width: 990px) and (min-width: 320px) {
	.login-details-container h3 {
 font-size: 20px;
 text-align: center;
 margin-bottom: 20px;
}
.select-landing-at {
 margin-top: 10px !important;
}
.login-details-container {
 margin-top: 40px !important;
}
.login-banner {
 display: none;
}
.loginDetails {
 width: 100% !important;
 padding: 6.5px 30px !important;
 margin-top: 20px;
}
.login-heading {
	color: #511f31;
}
}
.caption h2.font-48 {
	font-size: 48px;
}
.loginDetails.login-container {
	width: 40%;
	padding: 6.5px 40px;
}
@media (min-width: 320px) and (max-width: 480px) {
.login-details-container h3 {
font-size:18px
}
}
.margin-top-60 {
	margin-top: 60px;
}
.select-landing-at .radio {
	margin-bottom: 20px !important;
	float: left;
	width: 100%;
}
.select-landing-at {
	margin-top: 30px;
}
.landing-page-btn-container {
	margin-top: 25px;
	margin-bottom: 25px;
}
.landing-page-btn, .landing-page-btn:hover, .landing-page-btn:focus {
	border: 1px solid #fff;
}
.landing-page-btn + .landing-page-btn {
	margin-left: 0 !important;
}

.easy-steps
{
    display:flex;
    font-size: large;    
}

.easy-steps-items {
    align-items:stretch;
}

.easy-steps li
{
    display: inline-block;
    padding-left: 5px;
}

@media screen and (min-width: 1100px) {
.footer-links-large {
padding-left: 30px;
}
}

.build-version
{
    font-size: x-small;
    margin-top: 65px;
}

.btn:hover {
    background-color: #ffffff !important;
    background-image: none !important;
    border: 1px solid #B62571 !important;
    border-radius: 50px !important;
    color: #B62571 !important;
    cursor: pointer !important;
    outline: none !important;
    box-shadow: none !important;
}
.account-button {
    background-color: /*#db6708*/ #B62571 !important;
    border: medium none !important;
    border-radius: /*3px*/ 50px !important;
    color: #ffffff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: normal !important;
    padding: 8px 10px !important;
    position: relative;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
.panel-upper {
     float: left;
     width: 100%;
    margin-left: 2%;
    margin-top: 3%;

}

/* Payment Gateway Help Popups */
.cvv2CC, .cvv2ECP {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    max-width: 90%;
}

.close-icvv, .close-iecp {
    cursor: pointer;
}

/* Message Page Styles */
.message-margin-top {
    margin-top: 20px;
}

/* Alert danger styling with brand colors */
.alert-danger {
    color: #292933;
    background-color: #FFE9EB;
    border-color: #FFE9EB;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger a {
    color: #B62571 !important;
    font-weight: 500;
}

.alert-danger a:hover {
    color: #B62571 !important;
    text-decoration: underline;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

/* Payment Gateway Step Styles */
.graylabel {
    color: gray !important;
}

.wizard-content {
    min-height: 480px;
}

.payment-iframe {
    width: 100%;
    margin-left: 17px;
}

.payment-restriction-message {
    display: inline-block;
    margin-right: -90px;
    color: #d9534f;
    font-size: 14px;
    margin-top: 10px;
}

.payment-marker {
    float: right;
    width: 0px;
    color: #d9534f;
    font-weight: bold;
}
