body .main{
  margin: 0;
  float: left;
  position: relative;
  width: 100%;	
}
#landing-layout {
    padding: 0 1%;
}
body .main a{
	color: #208fba;
}
body .main a:hover,
body .main a:focus {
    /* color: #0067a6; */
    text-decoration: underline;
}
body .main a#addSel,body .main a.btn-blue,
body .main a#addSel:hover,
body .main a.btn-blue:hover,
body .main a.btn-transparent#addSel:hover{
	text-decoration:none;
	color: #fff;	
}
a#addSel:focus,a#addSel:active,a#addSel:visited,
a.btn-blue:focus,a.btn-blue:active,a.btn-blue:visited,
body .main a.btn-transparent:hover,body .main a.btn-transparent:active,body .main a.btn-transparent:focus,body .main a.btn-transparent:visited{
	text-decoration:none;
}
body .main a.paymentBtn{
	margin-bottom:10px;		
}
body .main a.btn-transparent,
body .main a.btn-transparent i.txt-icon,
body .main a.btn-transparent#addSel .caret{
	color:#6e27c5;
}
body .main a.btn-transparent#addSel{
	color:#000;
}
body .main a.btn-transparent.btnDisabled,
body .main .dropdown.open a.btn-transparent,
body .main a.btn-transparent:hover i.txt-icon,
body .main a.btn-transparent#addSel:hover .caret{
	color:#fff;
}
.breadcrumb {
  padding: 8px 15px 8px 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;  
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "|\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > .active {
  color: #333333;
}
.policy-search-page h1{
	margin-bottom: 0px;
}
.asterisk{
	color: #ff0000;
}	
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
h1,
.h1 {
  
  font-size: 22px;
  font-weight: normal;
  color: #005293;
  text-transform: none;
}
/* h1,
.h1 {
    font-size: 36px;
} */

h2,
.h2 {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 14px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}
.tab-content .h2,
.panel-body .h2 {
  font-weight: 600;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
#divProducerCode{
	display: none;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.field-row:before,
.field-row:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.tab-pane .row:before,
.tab-pane .row:after,
.panel-body .row:before,
.panel-body .row:after,
.body-content  > *.administrative:before,
.body-content  > *.administrative:after,
.table > header:before,
.table > header:after,
.table > .content:before,
.table > .content:after,
.table > .content .row.heading:before,
.table > .content .row.heading:after,
.mobile-nav-container:before,
.mobile-nav-container:after {
  content: " ";
  display: table;
  clear: both;
}
/* .row,.field-row{
	margin-top: 10px;
} */
.body-content {
  padding-top: 0;
  padding-bottom: 60px;
  min-height: 500px;
}
p{
	margin: 0 0 12px;	
}
.utility-link {
  font-weight: normal;
  font-size: 17px;
  line-height: 15px;
  text-transform: uppercase;
}
a.utility-link {
    display: inline-block;
    margin-top: 17px;}
.h1 > .utility-link {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
}
.policyTitle .num {
  margin: 0 10px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 17px;
  text-align: left;
  background-color: #6e27c5;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active{
	background-color: #7e27c5;
	color: #ffffff;
	text-decoration:none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* .tab-content, .panel-body{
	padding-top: 40px;	
} */
.table {
  /* padding-top: 30px; 
  padding-bottom: 30px; */
  padding-bottom: 0px;
  font-weight: normal;
}
.modal-body .table{
	padding-bottom: 0px;
}
.table:nth-child(2n+1),
.blue-bg-clr {
    background: #ecf4fb;}
.table.header {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 600;
  text-transform: none;
  font-size: 15px;  
}
.table.header:nth-child(2n+1),
.no-background.table:nth-child(2n+1) {
    background: none;
}
.table:last-of-type {
    border-bottom: none;
}
.table .heading {
  font-weight: 600;
  text-transform: none;
  font-size: 15px;
  margin-top: 20px;
}
.table .group-label {
  font-weight: 600;
  display: block;
}
.table a.num > * {
  display: block;
  margin-top: 5px;
  line-height: 1.1;
}
.table [class*="col-"],
.pagingTool [class*="col-"],
.summary [class*="col-"] {
  padding: 0 10px;
}
.table .dropdown {
    float: right;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
.border-right{
	border-right:1px solid rgba(0, 0, 0, 0.2);	
}
.border-top,
.coverage-details .summary.border-top .table:first-of-type{
	border-top:1px solid rgba(0, 0, 0, 0.2);	
}
.border-bottom,
.coverage-details .summary.border-bottom .table:last-of-type{
	border-bottom:1px solid rgba(0, 0, 0, 0.2);	
}
.border-left{
	border-left:1px solid rgba(0, 0, 0, 0.2);	
}
.coverage-details .summary.border-bottom,
.coverage-details .summary.border-top{
	border:none;		
}
.dropup, .dropdown{
	position: relative;	
}
.label {
    color: #000000;
    text-transform: capitalize;;
    font-weight: bold;
    font-size: 18px;
}
.label.label-value{
	font-size: 28px;
}
.body-content > header {
    margin-bottom: 0px;
}
a.utility-link.edit-name,#policy-details .billing-details a.utility-link{
	margin-top: 0px;
}
#policy-details .table.total [class*=col-] {
    font-weight: 600;
    min-height: 2px;
}
.content .h1 {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 6px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.body-content > header > .content .h1 + * {
    margin-top: 30px;
}
.body-content > header > .content [class*="col-"] {
    font-size: 18px;
    margin-top: 20px;
}
.body-content > header > .content [class*="col-"] > *,
#billingDetail .top-m-content [class*="col-"] > span,
#insured-info [class*="col-"] > span{
    display: block;
}
.summary .legend {
    font-size: 14px;
}
.summary .legend span {
    display: inline-block;
    padding-left: 20px;
}
.btn, .caret, img {
    vertical-align: middle;
}
span.currentPaymentLabel{
	width:100%;
	/*float: left;	*/
}
.body-content > header > aside > * {
    margin-top: 5px;
    margin-bottom: 10px;
}
.body-content > * {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding: 0;
}
.body-content aside {
    padding-left: 20px;
    font-size: 17px;
    min-height: 160px;
}
aside,aside.billing-details{
	font-size: 18px;
	border-left:1px solid rgba(0, 0, 0, 0.2);
}
aside.claimAdjusterInfo{
	padding-top:64px;	
}
.body-content aside.cstCentreAlign{
	padding-left: 0px;
	padding-right: 0px;
}
.body-content aside > * {
    display: block;
}
.body-content aside .h4 {
  font-weight: 400;
}
.body-content aside .small-text {
    font-size: 14px;
}
.body-content aside .btn {
    margin-top: 30px;
}
.policy-details [class*="col-"] > *,
aside.billing-details [class*="col-"] > *{
    display: block;
}
.policy-details [class*="col-"],
aside.billing-details [class*="col-"] {
    float: left;
    /* padding: 0 10px; */
}
.main [class*="col-"],
.modal-body [class*="col-"]{
	padding: 10px;
}
.main #billingList .payment-info [class*="col-"]{
	padding: 0px 10px;
}
.modal-body .driver-info-modal [class*="col-"]{
	padding: 5px 0px;
}
.panel-body .row,
.tab-pane .row,
.tab-content .row,
.body-content .row,
.t2 .tab-heading,
#divPolicySearchRs .field-row.input-field-row {
    margin-left: -10px;
    margin-right: -10px;
}
.t2 .tab-heading:before,
.t2 .tab-heading:after {
    content: " ";
    display: table;
}
.t2 .tab-heading:after {
    clear: both;
}
.t2 .tab-heading:before,
.t2 .tab-heading:after {
    content: " ";
    display: table;
}
.t2 .tab-heading:after {
    clear: both;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
}
.tab-heading li {
    padding: 0;
}
.tab-heading li:first-child a {
    padding: 14px 33px 14px 10px;
}
.list-inline > li {
    position: relative;
}
.list-inline > li > a {
    display: block;
}
.list-inline > li > a:focus,
.list-inline > li > a:active {
    text-decoration: none;
    outline: none;
}
.tab-heading {
    border-bottom: 1px solid #cccccc;
}
.tab-heading [href="#policies"] {
    min-width: 130px;
    text-align: center;
}
.tab-heading [href="#billing"] {
    min-width: 206px;
    text-align: center;
}.tab-heading [href="#claims"] {
    min-width: 130px;
    text-align: center;
}
.tab-heading .magic-line {
    position: absolute;
    left: 0;
    width: 0;
    padding: 0;
    border-bottom: 6px solid #000000;
    -webkit-transition: left 0.2s, width 0.2s;
    -o-transition: left 0.2s, width 0.2s;
    transition: left 0.2s, width 0.2s;
    z-index: 1;
    margin-top:-6px;
}
.tab-heading a {
    font-size: 18px;
    font-weight: 400;
    color: #00b8ff;
    padding: 14px 33px;
}
.tab-heading .active > a {
    color: #464646;
    font-weight: normal;}
.tab-heading a:hover,
.tab-heading a:hover > *,
.tab-heading a:focus,
.tab-heading a:focus > *,
.inner-wrapper .tab-heading a:hover,
.inner-wrapper .tab-heading a:hover > *,
.inner-wrapper .tab-heading a:focus,
.inner-wrapper .tab-heading a:focus > * {
    text-decoration: none;
    color: #000000;
}
.tab-heading li {
    padding: 0;
}
.tab-heading li:first-child a {
    padding: 14px 33px 14px 10px;
}
.tab-pane,
.panel-body {
    padding-bottom: 30px;
}
.collapse .tab-pane,
.collapse .panel-body,
.collapsing .tab-pane,
.collapsing .panel-body {
    border-top: none !important;
}
.tab-pane > .header,
.panel-body > .header {
    padding: 10px 0 4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab-pane .view-details,
.panel-body .view-details,
.tab-pane .view-all,
.panel-body .view-all {
    font-weight: normal;
    line-height: 15px;
    color: #18b4f2;
    text-transform: uppercase;
    font-size: 14px;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
    clear: both;
    position: relative;
}
.coverage-details .admin {
  color: #005293;
  font-weight: 600;
  font-size: 18px;
  padding: 0 0 20px 0;
  margin-bottom:30px;
  position: relative;
  border-bottom: 1px solid #666666;
}
.coverage-details .admin:before,
.coverage-details .admin:after {
    content: " ";
    display: table;
}
.coverage-details .admin:after {
    clear: both;
}
.coverage-details .admin:before,
.coverage-details .admin:after {
    content: " ";
    display: table;
}
.coverage-details .admin:after {
    clear: both;
}
.coverage-details .admin > * {
    display: inline-block;
}
.coverage-details .admin .dropdown{
	margin-left: 20px;	
}
.coverage-details .admin > *:first-child {
    margin-top: 8px;
}
.coverage-details [class*="col-"] > * {
    display: block;
}
.coverage-details .summary {
  margin: 40px 0px;
  clear: both;
}
.coverage-details .cstCol12.col-1-2 .table ul li,
.coverage-details .cstCol11.col-1-1 .table ul li{
	list-style:none;
}
ul.list-two-parts li{
		width:50%;
		float:left;
}
.coverage-details .cstCol12.col-1-2 .table ul li:before,
.coverage-details .cstCol11.col-1-1 .table ul li:before{
	content:"\2022";
	position:relative;
	top:35px;
	margin-left:-5px;
	clear: both;
	float: left;
	margin-top: -26px;
}
.coverage-details .cstCol12.col-1-2 .table ul li.removeBulletPoint:before,
.coverage-details .cstCol11.col-1-1 .table ul li.removeBulletPoint:before{
	content:" ";
}
li.removeBulletPoint .addSpace{
	padding-left: 30px;
}
ul.additional-info-list,
ul.appraisal-details-list{
	margin-left:0px;	
}
.inspectionAdditionalInfo{
	font-weight: bold;
	font-size: 18px;	
}
ul.additional-info-list li,
ul.appraisal-details-list li{
	list-style: inside;	
}
ul.appraisal-details-list li{
	margin:20px 0px;	
}
#appraisal-details .summary .col-8-12.blue-bg-clr {
  margin-top: 15px;
}
.coverage-details .cstCol12.col-1-2 .table ul li .cstCol12.col-1-2,
.coverage-details .cstCol12.col-1-2 .table ul li .cstCol11.col-1-1,
.grid .cstCol12.col-1-2 {
  min-height: 18px;
  padding-bottom: 0;
}
[class*="col-"] ul.list-two-parts li [class*="col-"] {
  padding-right: 20px;
  word-break: break-all;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 20px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  background-color: #0067a6;
  border-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #004773;
  border-color: #e0e0e0;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn + .dropdown-menu {
  margin-top: 0;
}
.btn + .dropdown-menu a {
  
  font-size: 14px;
}
.open > .dropdown-menu{
	display: block;	
}
.btn-transparent {
    border-width: 2px;
    color: #6e27c5;
    background-color: transparent;
    border-color: #6e27c5;
}

body .main a.btn-transparent:hover,
.btn-transparent:hover {
    color: #ffffff;
    background-color: #6e27c5;
    border-color: #6e27c5;
}

.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
    background-image: none;
}

.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
    background-color: transparent;
    border-color: #0067a6;
}

.btn-transparent .badge {
    color: transparent;
    background-color: #0067a6;
}

.btn-transparent:hover .badge {
    color: #0067a6;
    background-color: #ffffff;
}
a#addSel.dropdown-toggle.btn.btn-blue{
	background-color: #fff;
	color: #000000;
}
a#addSel.dropdown-toggle.btn.btn-blue .caret{
	color: #6e27c5;
}

a#addSel.dropdown-toggle.btn.btn-blue:hover
{
	background-color: #6e27c5;
	color: #fff;
}
a#addSel.dropdown-toggle.btn.btn-blue:hover .caret
{
	color: #fff;
}
.btn-blue,a.btn-blue {
  color: #ffffff;
  background-color: #6e27c5;
  border-color: #6e27c5;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active,
a.btn-blue:hover,
a.btn-blue:focus,
a.btn-blue.focus,
a.btn-blue:active,
a.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  /*color: #ffffff;
  background-color: #7e27c5;
  border-color: #7e27c5;*/
}
.btn-blue:active,
.btn-blue.active,
.open > .dropdown-toggle.btn-blue {
  background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled.focus,
.btn-blue[disabled].focus,
fieldset[disabled] .btn-blue.focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
  background-color: #0067a6;
  border-color: #0067a6;
}
.btn-blue .badge {
  color: #0067a6;
  background-color: #ffffff;
}
.btn-purple {
  color: #ffffff;
  background-color: #6e27c5;
  border: 1px solid #6e27c5;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active{
	
}
.ghost-btn{
  color: #6e27c5;
  background-color: #ffffff;
  border: 1px solid #6e27c5;
  padding:10px 25px;
  font-weight: bold;
}
.ghost-btn:hover{
  color: #ffffff;
  background-color: #6e27c5;
}
.ghost-btn.view-all-pdf-btn{
	margin-bottom: 20px;	
}
.btnDisabled, .btnDisabled:hover, .btnDisabled:active, .btnDisabled:visited, .btnDisabled:focus {
	background-color: #707070 !important;
	color: #FFFFFF;
	border: none;
	cursor: default;
}
body .main a.disableLink, a.disableLink, a.disableLink:hover, a.disableLink:active, a.disableLink:visited, a.disableLink:focus {
	color: #707070;
	cursor: default;
	text-decoration: none;
}
.loaderImg,
.collapse{
	display: none;	
}
.collapse.in {
    display: block;
}
.policy-header header,
.payment-name .label {
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
}
.row .textBold,.accountEnrollStatus{
	font-weight: bold;
	font-size: 16px;
}
.account + .account {
    margin-top: 30px;
}
.account > header {
    margin-bottom: 15px;
    position: relative;
}
.account > header .h2 {
    font-size: 24px;
    margin-bottom: 0;
}
.account > header .dropdown {
    position: absolute;
    bottom: 0;
    right: 0;
}
.account > header .viewDetails {
    max-width: 150px;
    margin-left: 200px;
    display: inline-block;
}
.account .account-content {
    background: #f3f4f4;
    position: relative;
}
.account .account-content:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 360px;
    height: 4px;
    background: #000;
}
.account .account-content .inner {
    padding: 45px 30px 16px 29px;
}
.account .account-content .inner > .row {
    margin-left: 0;
    margin-right: 0;
}
.account .account-content .notification {
    background: #d4ebf5;
    margin-bottom: 30px;
}

.account .account-content .notification > .inner {
    padding: 30px 20px 26px 20px;
    position: relative;
}
.account .account-content .notification > .inner > [class*="icon-"] {
    position: absolute;
    top: 50%;
    left: 26px;
    margin-top: -15px;
    width: 34px;
    height: 30px;
    background-position: -42px -225px;
}
.account .account-content .notification > .inner > strong {
    display: inline-block;
    margin-left: 50px;
}
.account .account-content .policy-header {
    margin-bottom: 30px;
}
.account .account-content .policy-list > a {
    display: block;
}
/* .account .account-content .payment-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #686866;
    margin-bottom: 20px;
} */
.account .account-content .payment-info.headers {
    color: #005293;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    text-transform: uppercase;
    font-size: 14px;
}
.e-options ul{
	margin-bottom: 0;	
}

/*Second Nav*/
ul.second-nav{
	width: 100%;
	background: #f4f4f4;
	float:left;
	margin: 30px 0px;	
}
ul.second-nav li{
	list-style: none;
	float:left;	
	text-align: center;
}
ul.second-nav li a{
	padding: 27px 10px;
	color: #6e27c5;
	font-size: 15px;
	font-weight:600;
	height: 72px;
	width: 201px;
	float: left;
}
ul.second-nav li.active,ul.second-nav li:hover{
	background: #ffffff;
}
ul.second-nav li.active a,ul.second-nav li a:hover,ul.second-nav li.active,ul.second-nav li:hover a{
	color: #000000;
	text-decoration:none;
}
ul.second-nav li a *{
	display: block;	
}
ul.second-nav li a span{
	margin-top: 10px;	
}
ul.second-nav li .icon-policies {
    background-position: -87px 0;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}
ul.second-nav li.active .icon-policies,ul.second-nav li:hover .icon-policies{
	background-position: -44px -226px;
}
ul.second-nav li i.fa{
	font-size:40px;	
	margin:0 auto;
}

/*Pagination*/
.pagination{display:inline-block;padding-left:0;margin:3px 0px 0px 0px;border-radius:4px}
.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#6e27c5;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,
.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,
.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,
.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;color:#6e27c5;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,
.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#6e27c5;border-color:#6e27c5}.pagination>.disabled>a,
.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,
.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,
.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.pagingTool .pagingTotalItems {
  line-height: 43px;
}
.pagingTool{ padding:20px 0px; }
.pagingTool .dropdown{
	float: right;
}
.pagingTool.bottom .dropdown{
	float: left;
}
/* Validation Error */
.error-messaging {
  color: #c20000;
  display: none;
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0;
}
ul#errMsgList, .errMsgList {
  color: #c20000;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 15px 5px;
}
form .form-error label{
  color: #c20000;
}
form .form-error input[type="text"],form .form-error input[type="password"],form .form-error textarea,form .form-error select{
  border: 1px solid #c20000;
  background:#FFFFFF;
}
input[type="text"].asOfDateInputTxt{
	border:none;
	background:none;
	width:130px;
	padding:0px;	
}
select.appraisal-location{
	border: 1px solid #6e27c5;
	color:#6e27c5;
	padding:10px;	
	width:60%;
}
.policy-details .full-width-col.cstBillFullWidth,
.policy-details.billing-details.full-width-section .full-width-col {
  padding: 0 0 30px;
}
.cancelled-coverage-label {
   color: #f03b3b;
    display: inline-block;
    font-size: 15px;
    padding-top: 5px;
    text-transform: capitalize;
    width: 100%;
}
.currentTermCoverageDetails {
    border: 1px solid black;
    width: 85%;
    margin: 15px 0px;
    display: none;
}
.currentCoverageHeading {
    font-weight: bold;
    padding: 15px 0px;
}
.morgage-icon {
    background: url(../images/basic2-179_bank_building.png) 0 2px no-repeat;
    width: 20px;
    height: 18px;
    float: left;
}
/*Mail icons start*/
.mail-icon,.undelivered-icon,.e-delivered-icon{
	width: 36px;
	height: 24px;
	display: inline-block !important;	
}
.mail-icon{
	background: url("../images/delivery_email.gif") no-repeat;	
}
.undelivered-icon{
	background: url("../images/delivery_fail_email.gif") no-repeat;	
}
.e-delivered-icon{
	background: url("../images/delivery_paper.gif") no-repeat;	
}
/*Mail icons end*/
.morelink,.lesslink {
	color: #00b8ff;
	cursor: pointer;
}
/*Sort Icons** Start*/
.main a.sortArrows,
.main a.sortArrowsAsc,
.main a.sortArrowsDesc{
    color: #000;
    text-decoration: none;
}
.main a.sortArrows:hover,
.main a.sortArrows:active,
.main a.sortArrows:visited,
.main a.sortArrowsAsc:hover,
.main a.sortArrowsAsc:active,
.main a.sortArrowsAsc:visited,
.main a.sortArrowsDesc:hover,
.main a.sortArrowsDesc:active,
.main a.sortArrowsDesc:visited{
	text-decoration: none;
}	
.sortArrows:after {
    background-image: url(../images/Neutral.png);
}
.sortArrowsAsc:after {
    background-image: url(../images/ascending.png);
    z-index: 100;
}
.sortArrowsDesc:after {
    background-image: url(../images/Decending.png);
    z-index: 100;
}
.sortArrows:after, .sortArrowsAsc:after, .sortArrowsDesc:after {
    content: ' ';
    height: 25px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
}

/*Sort Icons** End*/
/*Icons** Start*/
[class*="icon-"] {
    background: transparent url(../images/sprites.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
}
i.txt-icon{
	color: #afafaf;	
}
.body-content .panel-group .panel-default > .panel-heading [class*="icon-"] {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12.5px;
}
/*Icon alerts*/
#global-msg-area {
    margin: 0 0 10px auto;}
#global-message.message-area,#global-message.message-areas {
    font-size: 17px;
    line-height: 1.3;}
#global-message > div {
    position: relative;
    overflow: auto;}
#global-message span {
    display: inline-block;
    float: left;}
#dynaCacheErrorDiv {
    margin: 0 0 10px auto;} 
.message-area,.message-areas {
	display: none;
    border: 1px solid #ddd1d1;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.3);
    color: #322222;
    font-weight: 500;
    margin: 10px 0px;
    padding: 5px;}
.tab-content .message-area,.tab-content .message-areas {
    border: medium none;
    box-shadow: none;
    margin-bottom: 1.5%;
    margin-top: 5px;}
.user-input-form .message-area.success {
    border: none;
    box-shadow: none;}
.message-area.error, .message-area.success, .message-area.info,
.message-areas.error, .message-areas.success, .message-areas.info {
	clear:both;
	display: block;}
.message-area span,.message-areas span {
	color: #322222;
    margin: 0 0 0 40px;
    display: inline-block;}
.message-area img,.message-areas img {
    left: 12px;
    position: absolute;
    top: 10px;
    padding-right: 5px;
    vertical-align: middle;}
.message-area.error img,.message-areas.error img {
    background: url('../images/icons_sprites.png') no-repeat -230px -230px;
	height: 27px;
    width: 27px;}
.message-area.info img,.message-areas.info img {
	background: url('../images/icons_sprites.png') no-repeat -307px -230px;
	width: 27px;
	height: 27px;}
.message-area.success img,.message-areas.success img {
	background: url('../images/icons_sprites.png') no-repeat -271px -230px;
	width: 27px;
	height: 27px;}
.message-area > div,.message-areas > div {
    position: relative;
    min-height: 27px;
    padding: 10px;}
.message-area.error > div,.message-areas.error > div {
    background: #F8A8A8;}
.message-area.success > div,.message-areas.success > div {
    background: #ddffde;}
.message-area.info > div,.message-areas.info > div {
    background: #CFEDFF;}
/****  */
/*Start** Spinner loader*/
@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
/*End** Spinner loader*/
/*Start** Claim Life Cycle */
#claimDetailBackBtn{
	display: none;
}
#claimDetail .timeline {
  clear: both;
  border-bottom: 1px solid #cecece;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#claimDetail .timeline .claim-progress {
  width: 19.5%;
  float: left;
  position: relative;
}
#claimDetail .timeline .claim-progress p {
  color: #a5a5a5;
  text-align: center;
}
#claimDetail .timeline .claim-progress p span {
  background-color: #cecece;
  width: 25px;
  height: 25px;
  color: #000;
  display: block;
  padding: 1px 8px;
  margin: 0 auto 15px;
  font-size: 14px;
  position: relative;
  z-index: 3;
}
#claimDetail .timeline .claim-progress.current-progress p {
  color: #0067a6;
}
#claimDetail .timeline .claim-progress.current-progress p span {
  color: #0067a6;
  background-color: #fdb813;
}
#claimDetail .timeline .claim-progress:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dashed #cecece;
  position: absolute;
  z-index: 0;
  top: 13px;
}
#claimDetail .timeline:after {
  content: "";
  display: table;
  clear: both;
}
#claimDetail .claim-timeline-desc strong{
	display: block;
	padding-top:10px;
} 
.claim-timeline-desc > div{
	display:none;	
}
.claim-timeline-desc > div.active{
	display:block;	
}


.timelineNew{
    border-bottom: 1px solid rgb(204,204,204);
    margin-bottom: 30px;
}
.timelineNew .title{
    /* color: #fdb813; */
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
    line-height: 15px;
    padding-bottom: 20px;
}
.timelineNew .clRadio1:checked ~ .descContainer > .clDesc1,
.timelineNew .clRadio2:checked ~ .descContainer > .clDesc2,
.timelineNew .clRadio3:checked ~ .descContainer > .clDesc3,
.timelineNew .clRadio4:checked ~ .descContainer > .clDesc4,
.timelineNew .clRadio5:checked ~ .descContainer > .clDesc5,
.timelineNew .clRadio6:checked ~ .descContainer > .clDesc6,
.timelineNew .clRadio7:checked ~ .descContainer > .clDesc7,
.timelineNew .clRadio8:checked ~ .descContainer > .clDesc8{
 display: block; 
}
.timelineNew .clRadio:checked + label:after{
 	color: #333; 
}
.timelineNew input.clRadio{
	display: none;
}
.timelineNew .descContainer{
	padding-top: 100px;  
}
.timelineNew .clLine {
    display: inline-block;
    border-top: 2px solid #DCDCDC;
    width: 100px;
    margin: 0px 20px;
}
.timelineNew .clLine:last-child {
	border: 1px solid black;
}
.timelineNew label:after {
    content: attr(text);
    color: #18b4f2;
    position: absolute;
    display: block;
    width: 152%;
    left: -26%;
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    line-height: 1.40em;
    margin-top: 20px;
    text-align: center;
}
.timelineNew label{
  transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
	cursor: pointer;
    opacity: 1;
    width: 56px;
    height: 56px;
    position: relative;
    display: inline-block;
    line-height: 56px;
    text-align: center;
    margin-top: 30px;
    border-radius: 55px;
    background-color: #BFC2C9;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    user-select: none;
    -webkit-user-select: none;
}
.timelineNew label.clActive{
	background-color: #FE6603;
}
.timelineNew label.clDone{
	background-color: #67BC45;
}
.timelineNew .clDesc{
  display: none;
  padding: 20px 0px;
  font-size: 15px;
}
/*End**/
.purple-box{
	border: 1px solid #afafaf;
	border-top: 4px solid #6e27c5;
	padding: 20px !important;
}
/*Start** Modal*/
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    /*-webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);*/
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
/*.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;    
}

.modal-dialog {
    position: relative;
    width: 80%;
    margin: 10px auto;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.7);
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.modal-header {
    padding: 5px 14px 0 0;
    border-bottom: 1px solid transparent;
    min-height: 15px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid transparent;
}
.modal-footer:before,
.modal-footer:after{
	content: " ";
    display: table;	
}
.modal-footer:after{
	clear:both;	
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal-header .modal-title {
    display: none;
}

.modal-header .close {
    float: right;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ccc;
    background: transparent;
    line-height: 1;
}

.modal-body .fluid-video-wrap {
    padding-top: 56%;
    position: relative;
}

.modal-body .fluid-video-wrap .BrightcoveExperience {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.modal-content {
    -webkit-transition: margin-top 0.5s ease;
    -o-transition: margin-top 0.5s ease;
    transition: margin-top 0.5s ease;
}
/*End** Modal*/
/*Start** Video*/
.search-video{
	margin:10px 0px;	
}
/*.search-video > a{
	display: block;
	position: relative;	
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
	padding:2px;
	margin-bottom:10px;
}*/
.search-video > a {
  background-color: rgba(0, 0, 0, 0) !important;
  position: static !important;
  font-size: 0px !important;
}
.search-video > a > img{
	max-width:100%;
	width:100%;	
}
.search-video > a:before{
	content:"";
	position:absolute;
	top:50%;left:50%;
	margin-top:-29px;
	margin-left:-29px;
	height:58px;
	width:58px;
	border:2px solid #fff;
	-webkit-border-radius:50%;-moz-border-radius:50%;
	border-radius:50%;
	z-index:1;
}
.search-video > a:after{
	content:"";
	margin-left:-3px;
	border-left:15px dashed #fff;
	top:50%;
	left:50%;
	margin-top:-14px;
	border-top:15px solid transparent;
	border-bottom:15px solid transparent;
	position:absolute;
}
/*End** Video*/

/*Start** Policy Search*/
.policy-search-page .required-label{
	margin-top: 30px;
}
.policy-search-page .required-label{
	font-size:13px;
}
.policy-search-page .separatorWrap{
	margin:20px 0px;
}
.policy-search-page .ORseparator { 
	width:100%; 
	text-align:center; 
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
	line-height:0.1em; 
	margin:10px 0 20px; 
} 
.policy-search-page .ORseparator span { 
	background:#fff; 
	padding:0 10px; 
}
.policy-search-page .e-options{
	margin-top: 40px;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom:20px;
	padding-bottom:15px; 
}
.policy-search-page .rightHS{
	padding: 0px 30px;	
}
.policy-search-page .rightHS .contact-premier-solution,
.policy-search-page .rightHS .e-options,
.policy-search-page .rightHS .e-options-2{
	padding-left:30px;	
}
.policy-search-page ul.Eoptions-list{
	list-style:none;
	padding:0px;	
	margin:0px;
}
.policy-search-page ul.Eoptions-list li{
	margin:10px 0px;	
}
.policy-search-page input[type="text"],
.policy-search-page input[type="password"] {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 98%;
  padding: 5px 1%;
}
.policy-search-page select {
  padding: 5px 1%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-width: 200px;
}
.policy-search-page .btn.btn-purple{
	text-transform: none;	
	padding: 7px 55px;
}
.policy-search-page input[type="text"]::-webkit-input-placeholder {
	   color: #ffffff;
	}
	.policy-search-page input[type="text"]:-moz-placeholder { /* Firefox 18- */
	   color: #ffffff;  
	}
	.policy-search-page input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	   color: #ffffff;  
	}
	.policy-search-page input[type="text"]:-ms-input-placeholder {  
	   color: #ffffff; 
	}
	.policy-search-page .policy-help-link{
		display: block;
	}
	.policy-search-page .profile-icon{
		margin-right: 12px;
		padding-top:2px;
		float:left;
	}
/*End** Policy Search*/
.cstRightAlign,.cstPrintAlign,.textRightAlign,.billing-text-rightAlign{
	text-align:right;
}
.cstCentreAlign{
	text-align:center;
}
.updatePolicyDescriptionForm{
	padding-right:40px;	
}
/*Start** Claim Upload Documents*/
#claim-documents{
	padding-top: 20px;
}
#claim-documents .open > .dropdown-menu{
	right:0px;
	left:inherit;	
}
#claimUploadDocForm button:disabled {
	border-color: lightgray !important;
    color: lightgray;
}
div[class^="optionBox"] {
	display: inline-block;
}

div[class^="optionBox"] i{
    padding-left: 20px;
    border-left: 1px solid black;
    margin-left: 20px;
    padding-right: 20px;
    font-style: normal;
}

div[class^="optionBox"] .numPageOption{
	margin-top: -10px;
}
.chubbHelp{
	    margin-left: 10px;
    height: 20px;
    width: 20px;
    background: rgb(0,84,148);
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    color: white;
    cursor: default;
}
.tooltip_templates { display: none; }
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
	background: rgb(255,241,144);
	border: 1px solid rgb(248,222,138);
	border-radius: 4px;
	box-shadow: 0px 0px 4px #AAA;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
	color: black;
	padding: 8px;
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow-border{
	border-right-color: rgb(248,222,138);	
}
.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-arrow-background{
	border-right-color: rgb(255,241,144);
}
#tooltip_filetypes p{
	width: 230px;
}
#claimUploadDocForm button:disabled {
	border-color: #707070 !important;
    color: #fff;
    background: #707070;
}
.col-1-1.upload-msgArea .message-area {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.col-1-1.upload-msgArea {
    padding-left: 0px;
    padding-right: 0px;
}
.displayNone{
	display: none;

}
.noItemAfterFilter{
    text-align: center;
    padding-top: 30px;
    color: #888;
}p#fileUploaded:before {
    content: '';
    width: 20px;
    height: 15px;
    display: inline-block;
    background-image: url("../images/ui-icons_222222_256x240.png");
    background-position-x: -30px;
    background-position-y: 146px;
}
#claimUploadDocForm textarea{
	width: 100%;
}
#claim-documents .description-header .more,
.word-break-cls {
  display: inline-block;
  word-break: break-all;
}
.main .driverInformationCls [class*="col-"] {
  /*word-break: break-all;*/
}
.pre-warp-white-space{
	white-space: pre-wrap;
	font-family: monospace, serif;
	word-break: break-all;
}
/*End** Claim Upload Documents*/

/*Start** Video Spotlight*/
.main [class*="col-"].video-spotlight-parent{
	padding: 15px 0px;	
}
.video-spotlight-parent #video-spotlight-module.video-mod{
	display: block;	
}
.video-spotlight-parent #video-spotlight-module #video-thumb{
	padding: 0 0px 10px;	
}
/*End** Video Spotlight*/
 .removeBorder,.table.header.removeBorder{
  	border:none;
  }
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
  td.visible-lg {
        display: table-cell !important;
    }
   /*  .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    } */
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.modal-dialog {
        width: 80%;
    }
    .modal-lg {
        width: 80%;
    }
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
  td.visible-md {
        display: table-cell !important;
    }

    /* .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    } */

    .hidden-md {
        display: none !important;
    }
}
@media (max-width: 991px) {	
	/*Second Nav*/
	ul.second-nav li{
		width: 25%;
		height: auto;
	}
	ul.second-nav li a{
		width: 100%;
		padding: 32px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
  td.visible-sm {
        display: table-cell !important;
    }

    /* .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    } */

    .hidden-sm {
        display: none !important;
    }
    .timelineNew .clLine {
	    width: 5% !important;
	}
}
@media (max-width: 767px) {
	.report-a-claim-state .login-modal-header .login-modal-head{
		font-size: 21px;
		background: none;
	}	
	.coverage-details .admin .dropdown{
		margin-left: 0px;	
	}
	.currentTermCoverageDetails,
	select.appraisal-location {
	    width: 100%;
	}
	.modal-dialog {
        width: 80%;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 80%;
    }
    
	ul.second-nav li a{
		height: auto;
		padding: 10px 0px;
	}
	[class*='col-']{
		clear: both;
	}
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .mobileRemoveBorder,.removeBorder-mobile{
  	border:none;
  }
  .mobileAlignLeft {
    text-align: left!important;
  }
  .pagingTool .dropdown{
  	float: left;
  	padding-left:12px;
  }
  .pagingTool.bottom .dropdown{
  	padding-left:0px;
  }
  .body-content aside{
  	padding-left:0px;
  	border: none;
  	 min-height: inherit;
  }  
  .body-content .panel-group .panel-default {
    border: none;
    border-top: 1px solid #cddde7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.body-content .panel-group .panel-default:last-child {
    border-bottom: 1px solid #cddde7;
}
.body-content .panel-group .panel-default > .panel-heading {
    background: #ffffff;
    position: relative;
}
.body-content .panel-group .panel-default > .panel-heading [class*="icon-"] {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -12.5px;
}
.body-content .panel-group .panel-default > .panel-heading .panel-title {
    font-size: 13px;
    font-weight: normal;
    color: #18b4f2;
}
	.body-content .panel-group .panel-default > .panel-heading h4.panel-title{
		margin-bottom:0px;
	}
.body-content .panel-group .panel-default > .panel-heading .panel-title > a {
    display: block;
    padding: 15px 0;
    /*text-transform: uppercase;*/
}
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:hover,
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:focus,
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:active,
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:hover > *,
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:focus > *,
.body-content .panel-group .panel-default > .panel-heading .panel-title > a:active > * {
    text-decoration: none;
    color: #18b4f2;
}
.body-content .panel-group .panel-default > .panel-heading .panel-title > a [class*="icon-"] {
    background-position: -37px -421px;
}
.body-content .panel-group .panel-default > .panel-heading .panel-title > a.collapsed [class*="icon-"] {
    background-position: -1px -421px;
}
.body-content .panel-group .panel-default > .panel-heading .panel-title > a [class*="icon-"],.body-content .panel-group .panel-default > .panel-heading.open .panel-title > a [class*="icon-"] {
  background-position: -37px -421px;
}
.body-content .panel-group .panel + .panel {
    margin-top: 0;
}
.body-content .panel-group .panel-body {
    padding: 15px 0 30px 0;
}
.body-content .panel-group .panel-body > .heading {
    display: none;
}
	
.coverage-details .cstCol12.col-1-2 .table ul li:before,
.coverage-details .cstCol11.col-1-1 .table ul li:before{
	top:47px;
	margin-left:0px;
}
.body-content aside.cstCentreAlign{
	padding-left:10px;	
}
.paymentInstructions{
	word-wrap: break-word;	
}
.paymentInstructions .btn.btn-transparent{
	width:100%;
	padding-left:0px;
	padding-right:0px;	
}

.table .dropdown{
	float:none;
}
a#addSel.dropdown-toggle.btn.btn-blue{
	width: 97%;
	padding-right: 0px;
	padding-left: 3%;
}
.open > .dropdown-menu{
	width: 100%;
}
	
  /*Start** Whitespace normal For Large Addresses*/
	a#addSel.btn {
	  text-align: left;
	  white-space: normal;
	}
	.dropdown-menu.selDropdownMenu > li > a {
	  white-space: normal;
	}
	/*End** Whitespace normal For Large Addresses*/
	
/*Start** Claim Lifecycle*/
  #claimDetail .timeline .claim-progress {
    float: none;
    width: 100%;
  }
  #claimDetail .timeline .claim-progress p {
    text-align: left;
  }
  #claimDetail .timeline .claim-progress p span {
    display: inline-block;
    margin-right: 20px;
    margin-left: 10px;
  }
  #claimDetail .timeline .claim-progress p br {
    display: none;
  }
  #claimDetail .timeline .claim-progress:after {
    width: 0;
    border-left: 1px dashed #cecece;
    position: absolute;
    z-index: 0;
    top: -21px;
    left: 21px;
    height: 72px;
  }

	.timelineNew{
		border-bottom: none !important;
		padding-top: 10px !important;
		margin-bottom: 40px !important;
	}	
	.timelineNew .clRadio:checked + label:after{
		color: black ;
	}
	.timelineNew .clRadio:checked + label + .clLine + .descContainer{
		display: block;
	}	
	.timelineNew .clRadio:checked + label + .descContainer{
		display: block;
	}
	.timelineNew .clRadio:checked + label + .clLine{
		display: none;
	}	
	.claims-lifecycle-mobile{
	    padding-right: 0px !important;
	}
	.timelineNew .clDesc{
	  display: block !important;
	}
	
	.timelineNew .clDesc {
	    padding: 5px 0px !important;
	}
	.timelineNew label {
		display: block !important;
		margin: 0px auto;
		margin-top: 10px !important;
	}
	.timelineNew label:after{
	    width: 400% !important;
    	left: -150% !important;
    	margin-top: 10px !important;
    }
	.timelineNew .clLine {
	    display: inline-block;
	    border-top: none !important;
	    border-right: 2px solid #DCDCDC;
	    width: 50% !important;
	    height: 30px !important;
	    margin: 0px !important;
	    margin-top: 40px !important;
	}	
	.timelineNew .descContainer {
    	 margin-top: 40px !important;
    	background-color: #fafafa;
    	padding: 15px !important;
    	min-height: 0px !important;
    	display: none; 
	}
	
  /*Start** Policy Search*/
  .policy-search-page .rightHS{
  	padding: 0px 10px;
  }
  .policy-search-page .btn.btn-purple{
  	width:98%;
  	padding: 7px 1%;
  }
  .policy-search-page input[type="text"]::-webkit-input-placeholder {
	   color: rgba(0, 0, 0, 0.5);
	}
	.policy-search-page input[type="text"]:-moz-placeholder { /* Firefox 18- */
	   color: rgba(0, 0, 0, 0.5);  
	}
	.policy-search-page input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
	   color: rgba(0, 0, 0, 0.5);  
	}
	.policy-search-page input[type="text"]:-ms-input-placeholder {  
	   color: rgba(0, 0, 0, 0.5);  
	}
	.policy-search-page select{
		width:98%;
	}
	.policy-search-page .policy-help-link{
		display: inline-block;
	}
  /*End** Policy Search*/
}

/*BCWS Phase 2 Customer portal changes starts*/

/* .prevAccountInfo{
    display: inline-block;
    width: 25px;
    border: 1px solid #0067a6;
    text-align: center;
    border-radius: 50%;
    background: #0067a6;
    font-size: 18px;
    color: white;
    cursor: pointer;
} */

.prevAccountInfo{
	display:inline-block;
	
}
.prevAccountInfo img{
    background: url(../images/icons_sprites.png) no-repeat -307px -230px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    transform: scale(0.8);
}

#policies .prevAccountInfo{
  width: 20px;
  border: none;
  font-size: 15px;
}

.accStatusParent .accStatus{
  display: block;
}

/*BCWS Phase 2  Customer portal changes ends*/


/*WFD Changes*/
a.disabled-link, a.disabled-link:hover, a.disabled-link:active, a.disabled-link:visited{
	color: #afafaf !important;
	cursor: not-allowed !important;
	text-decoration: none !important;
}
/*END WFD*/

#activity-policy-docs .deliveryMethod-icon{
	position: absolute;
	right: 0;
	top: 10px;
	width: 40%;
}
#activity-policy-docs .deliveryMethod-icon div.col-12-12{
	width: 100%;
}
.claim-dropdown-left{
	left: 10px;
    right: auto;
    top: 51px;
}
.pad-0{
	padding: 0 !important;
}
.left-benefits-offer{
	 background-color: #6e27c5;
	 color: #fff;
}
.sub-tex-title{
	font-size: 14px;
    padding: 7px 0;
}
.cssBenefitsnOffers{
	width: 100%; 
    min-height: auto !important;
    padding-bottom: 20px !important;
}
.font-17{
	font-size: 17px;
}
.height-100{
	height: 100%;
}

.benefits-learn-more-btn{
	padding: 3px;
    border: 1px solid #fff;
    width: 75%;
    margin-top: 7px;
    font-size: 15px; 
    margin-top: 7px;   
}
@media (max-width: 767px) {
	.benifit-ing-container{
	float: left;
    height: 100%;
    width: 100%;
    margin-top: -10px;
}
}

@media (min-width: 900px) {
	.parent-container-benifit{
	height: 170px;
}
}

@media screen and (min-width: 767px ) and (max-width: 890px){
.parent-container-benifit {
    height: 190px;
}
}
/*DOCUMENT UPLOAD CHANGES*/
.upload-doc-icon:before{
	margin: auto;
	width: 40px;
	height: 40px;
	display: block;
	content: url('../images/upload-doc-icon.svg');
}

#upload-documents{
    min-height: inherit;
}

/*END DOCUMENT UPLOAD CHANGES*/
/*Quickpay changes*/
.bill-paymentPlan{
	margin-top: 50px;
    padding-left: 10px;
    font-size: 16px;
}
.bill-paymentPlan .label{
	font-size: 16px;
	margin-right: 25px;
}
.bill-paymentPlan .details-page{
	padding-left: 0px;
}
span.enrolled-label{
	min-width: 130px;
    display: inline-block;
}
.quickpay-btn{
	background-color: #7ACC00;
	color: white;
	border: none;
	padding: 10px;
}
.quickpay-btn .btn-txt{
	vertical-align: -1px;
	margin-right: 5px;
}
.acct-details-btn{
	border: 1px solid #6e27c5;
	padding: 13px 29px;
	background-color: white;
	color: #6e27c5;
	font-weight: bold;
}

.acct-details-btn:hover{
	color: #ffffff;
    background-color: #6e27c5;
}
.acct-details-btn span.view-details-image{
	background: url(../images/chevron-right-purple.svg) no-repeat;
    display: inline-block;
    height: 10px;
    width: 8px;
}
.acct-details-btn:hover span.view-details-image{
	background: url("../images/chevron-right.svg");
}
.viewDetails{
	color: #6e27c5 !important;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    margin: auto;
    text-transform: unset;
}
.viewDetails.disableLink .acct-details-btn, .viewDetails.disableLink .acct-details-btn:hover {
    color: #707070;
    border: 1px solid #707070;
    background-color: white;
}
.viewDetails.disableLink .acct-details-btn span.view-details-image, .viewDetails.disableLink .acct-details-btn:hover span.view-details-image{
	background: url("../images/chevron-right-gray.svg");
}
.viewDetails:hover, .viewDetails:visited, .viewDetails:focus{
	text-decoration: none;
}
span.view-details-image{
	vertical-align: unset;
	margin-left: 10px;
}
.acct-info-label{
	/*font-family: "Oswald", "Chubb Publico Web Light", "Georgia";*/
	font-weight: bold;
	font-size: 16px;
}
.account-payment-info {
	margin-top: 20px;
	background: #f3f4f4;
	padding-left: 1%;
}
.account-payment-info .table.header{
	border: none;
	margin-top: 10px;
}
.currentPaymentLabel{
	font-size: 16px;
}
.paymentInstructions {
	margin-top: 10px;
}
.details-page .quickpay-btn{
	margin-top: 14px;
}
.row.account-payment-info.details-page {
	min-height: 110px;
}
.row.account-payment-info.details-page .col-1-3 {
	padding: 0px 10px;	
}
#ng-agent-container {
	display: none;
}
.summ-top{
	margin-top:62px
}
.summary{
	margin-top: 20px;
}
.policy-details.billing-details .table:nth-child(2n+1), .billing-details-tab-header .table:nth-child(2n+1){
	background: none;
}
.policy-details.billing-details .table.header{
	border-bottom: none;
	padding-bottom: 0px;
	font-size: 16px;
}
.policy-details.billing-details .table .heading{
	font-size: 16px;
}
.policy-details.billing-details .row [class*="col-"]{
	padding-top: 0px;
	padding-bottom: 5px;
}
.policy-details.billing-details .row.header [class*="col-"]{
	padding-top: 10px;
}
.policy-details.billing-details .h2{
	font-size: 20px
}
.bill-paymentPlan.details-page{
    padding-left: 0px;
}
#seib-error-msg{
	color:red;
	padding: 10px;
	background-color: antiquewhite;
	border: 1px solid red;
}
/*END Quickpay changes */	   