.container {
	max-width: 1024px;
}

@media ( min-width : 768px) {
	.container,.container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

h1,h2,h3,h4,h5,h6 {
	color: #0047BA; /* @Keerti: Replaced - #2895d5 */
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h1.hr,h2.hr {
	padding-bottom: 10px;
	border-bottom: 1px solid #e6e7e8;
}

.btn {
	padding-top: 9px;
	padding-bottom: 9px;
}

.btn-blue {
	background-color: #0047BA; /* @Keerti: Replaced - #2895d5 */
	color: #fff !important;
	border-color: #0047BA; /* @Keerti: Replaced - #2895d5 */
}

.btn-blue:focus,.btn-blue:hover {
	background-color: #0076a7;
	color: #fff;
}

.btn-blue-ghost {
	background-color: transparent;
	color: #0047BA; /* @Keerti: Replaced #2895d5 */
	border: 2px solid #0047BA; /* @Keerti: Replaced #2895d5 */
}

.btn-blue-ghost:focus,.btn-blue-ghost:hover {
	background-color: transparent;
	color: #0047BA; /* @Keerti: Replaced #2895d5 */
	border: 2px solid #0047BA; /* @Keerti: Replaced #2895d5 */
}

.btn-wide {
	min-width: 130px;
}

.btn-login {
	width: 100%;
}

.btn-edit {
	display: inline-block;
	font-size: 12px;
	margin-top: -2px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.btn-edit:focus,.btn-edit:hover {
	text-decoration: none;
}

.text-red {
	color: #E21D12; /*@ Keerti: Replaced #c72e2e */
}

.text-label {
	font-size: 14px;
	font-weight: normal;
	margin-left: 10px;
}

.text-label input[type="checkbox"] {
	position: relative;
	top: 2px;
}

.text-label a:focus,.text-label a:hover {
	text-decoration: none;
}

.space-left {
	margin-left: 10px;
}

.space-right {
	margin-right: 10px;
}

.alert p+ul,.alert p+ol {
	margin-top: 6px;
}

ul.lower-alpha {
	list-style: lower-alpha;
}

ul.lower-roman {
	list-style: lower-roman;
}

html {
	position: relative;
	min-height: 100%;
}

body,header,footer {
	min-width: 300px;
}

body {
	font-size: 14px;
}

header {
	position: relative;
}

header .container .inner {
	margin-bottom: 20px;
	padding-top: 27px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e6e7e8;
}

header .nav {
	margin-top: 10px;
}

header .nav>li {
	display: inline;
}

header .nav>li+li:before {
	padding: 0 8px 0 5px;
	color: #ccc;
	content: "|";
}

header .nav>li>a {
	display: inline-block;
	padding: 0;
}

header .nav>li>a:focus,header .nav>li>a:hover {
	background-color: transparent;
}

.logo {
	display: block;
	max-width: 330px;
	height: 80px;
	background: url('../../images/benefitwallet-logo.png') center no-repeat;
	background-size: contain;
}

.logo img {
	max-width: 100%;
	height: auto;
}

.esalogo {
	display: block;
	max-width: 167px;
	height: 70px;
	background: url('../../images/ESALogo.jpg') center no-repeat;
	background-size: contain;
}

.esalogo img {
	max-width: 100%;
	height: auto;
}

.login-panel {
	margin: 20px auto;
	padding: 20px;
	max-width: 380px;
}

.login-heading {
	font-size: 25px;
	margin-bottom: 20px;
	color: #2895d5;
	text-align: center;
}

.login-panel .btn {
	width: 100%;
}

.loader-sm {
	position: relative;
	top: -2px;
}

.page-body {
	margin-bottom: 40px;
}

.box {
	margin: 20px 0;
	padding: 15px;
	background-color: #f7f9fa;
}

.tooltip.in {
	opacity: 1;
}

.tooltip>.tooltip-inner {
	padding: 6px 10px;
	background-color: #f4f8fb;
	color: #666;
	border: 1px solid #cee0eb;
}

.tooltip.top>.tooltip-arrow {
	width: 12px;
	height: 6px;
	background: url('../../images/error-msg-caret-down.png') 0 0 no-repeat;
	border: 0;
}

.tooltip.bottom>.tooltip-arrow {
	width: 12px;
	height: 6px;
	background: url('../../images/error-msg-caret-up.png') 0 0 no-repeat;
	border: 0;
}

.login-panel label.error {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 40px;
	padding: 9px 12px;
	background-color: #f7ebeb;
	color: #c72e2e;
	border: 1px solid #c72e2e;
}

.login-panel label.error:before {
	content: "";
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	width: 18px;
	height: 15px;
	background: url('../img/warning-sign.png') center no-repeat;
}

.loading-panel {
	padding: 10px;
	text-align: center;
}

.loading-panel .loader {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	background: url('../img/ajax-loader.gif') center no-repeat;
}

.panel-faq {
	background-color: transparent;
	border-bottom: 1px solid #e6e7e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-faq .panel-heading {
	padding: 20px;
}

.panel-faq .panel-title {
	font-size: 14px;
	color: #2895d5;
}

.panel-faq .panel-title a {
	position: relative;
	padding-right: 20px;
	display: block;
}

.panel-faq .panel-title a:hover,.panel-faq .panel-title a:focus {
	text-decoration: none;
}

.panel-faq .panel-title a .glyphicon {
	position: absolute;
	top: 0;
	right: 0;
}

.panel-faq .panel-title a .glyphicon-chevron-down {
	display: none;
}

.panel-faq .panel-title .collapsed .glyphicon-chevron-up {
	display: none;
}

.panel-faq .panel-title .collapsed .glyphicon-chevron-down {
	display: inline-block;
}

.panel-faq .panel-body {
	padding-top: 5px;
	padding-left: 30px;
}

.panel-group .panel-faq+.panel-faq {
	margin-top: 0;
}

.panel-group .panel-faq .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}
/* panel-steps */
.panel-steps {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-steps .nav {
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

.panel-steps .nav:before,.panel-steps .nav:after {
	content: " ";
	display: table;
}

.panel-steps .nav:after {
	clear: both;
}

.panel-steps .nav.nav-justified>li {
	display: table-cell;
	padding-left: 10px;
	padding-right: 10px;
	width: 1%;
}

.panel-steps .nav>li {
	position: relative;
	display: inline-block;
	padding: 15px 30px;
	border-bottom: 2px solid transparent;
}

.panel-steps .nav>li .step {
	font-size: 14px;
	display: block;
	margin: 0 auto 10px;
	width: 24px;
	height: 24px;
	line-height: 22px;
	color: #0047ba; /* @Keerti: Replaced - #2895d5 */
	text-align: center;
	border: 1px solid #0047ba; /* @Keerti: Replaced - #2895d5 */
	border-radius: 50%;
}

.panel-steps .nav>li .step-label {
	display: block;
}

.panel-steps .nav>li .step-label+.step {
	margin-top: 5px;
}

.panel-steps .nav>li.active {
	color: #2895d5;
	border-bottom-color: #2895d5;
}

.panel-steps .nav>li.active .step {
	background-color: #2895d5;
	color: #fff;
}

.step-pane {
	display: none;
	padding-top: 20px;
}

.step-pane>.panel-heading:before,.step-pane>.panel-heading:after {
	content: " ";
	display: table;
}

.step-pane>.panel-heading:after {
	clear: both;
}

.step-pane>.panel-heading {
	font-size: 18px;
	position: relative;
	margin-top: -30px;
	padding: 15px 0;
	color: #2895d5;
}

.step-pane>.panel-heading>.nav {
	position: relative;
	float: right;
	margin-top: 2px;
}

.step-pane>.panel-heading .nav {
	
}

.step-pane>.panel-heading .nav>li {
	display: inline;
	margin-left: 20px;
}

.step-pane>.panel-heading .nav>li>a {
	display: inline-block;
	padding: 0;
}

.step-pane>.panel-heading .nav>li>a:focus,.step-pane>.panel-heading .nav>li>a:hover
	{
	background-color: transparent;
}

.step-pane>.panel-heading .nav>li>a .bw-icon {
	font-size: 16px;
	top: 2px;
	margin-right: 5px;
	color: #888;
}

.step-1-active .panel-steps .nav>.step-1 {
	color: #0047ba; /* @Keerti: Replaced - #2895d5 */
	border-bottom-color: #0047ba; /* @Keerti: Replaced - #2895d5 */
}

.step-1-active .panel-steps .nav>.step-1 .step {
	background-color: #2895d5;
	color: #fff;
}

.step-1-active .step-pane-1 {
	display: block;
}

.step-2-active .panel-steps .nav>.step-2 {
	color: #0047ba; /* @Keerti: Replaced color - #2895d5 */
	border-bottom-color: #0047ba; /* @Keerti: Replaced - #2895d5 */
}

.step-2-active .panel-steps .nav>.step-2 .step {
	background-color: #0047ba; /* @Keerti: Replaced - #2895d5 */
	color: #fff;
}

.step-2-active .step-pane-2 {
	display: block;
}

.step-3-active .panel-steps .nav>.step-3 {
	color: #0047ba; /* @Keerti: Replaced - #2895d5 */
	border-bottom-color: #0047ba; /* @Keerti: Replaced - #2895d5 */
}

.step-3-active .panel-steps .nav>.step-3.step {
	background-color: #2895d5;
	color: #fff;
}

.step-3-active .step-pane-3 {
	display: block;
}

.step-4-active .panel-steps .nav>.step-4 {
	color: #0047ba; /* @Keerti: Replaced - #2895d5 */
	border-bottom-color: #0047ba; /* @Keerti: Replaced - #2895d5 */
}

.step-4-active .panel-steps .nav>.step-4.step {
	background-color: #2895d5;
	color: #fff;
}

.step-4-active .step-pane-4 {
	display: block;
}

.step-5-active .panel-steps .nav>.step-5 {
	color: #2895d5;
	border-bottom-color: #2895d5;
}

.step-5-active .panel-steps .nav>.step-5.step {
	background-color: #2895d5;
	color: #fff;
}

.step-5-active .step-pane-5 {
	display: block;
}

.step-6-active .panel-steps .nav>.step-6 {
	color: #2895d5;
	border-bottom-color: #2895d5;
}

.step-6-active .panel-steps .nav>.step-6.step {
	background-color: #2895d5;
	color: #fff;
}

.step-6-active .step-pane-6 {
	display: block;
}

.form-control {
	display: inline-block;
	height: 40px;
	padding: 10px 12px;
	border-radius: 5px;
}

.form-control.datepicker {
	background-image: url('../../images/calendar.png');
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 0;
}

.form-control.available {
	background: url('../../images/check.png') right center no-repeat;
}

.form-control.available.error {
	background-image: none;
}

.form-control.form-control-text {
	padding: 0;
	height: inherit;
	background: none;
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control.form-control-text[disabled] {
	background: none;
	cursor: default;
}

.form-box {
	margin: 20px 0;
}

.form-box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.form-box-lightgray {
	padding: 30px;
	background-color: #f7f9fa;
}

.form-box label.error {
	font-size: 14px;
	font-weight: normal;
	color: #c72e2e;
	margin-left: 10px;
}

.form-control-sm {
	max-width: 300px;
}

.form-group {
	position: relative;
}

.form-group .form-control.error {
	border-color: #c72e2e;
}

.form-horizontal {
	position: relative;
}

.form-horizontal>.nav-control {
	position: absolute;
	top: -3px;
	right: 0;
	border-bottom: 0;
	z-index: 100;
}

.form-horizontal>.nav-control>li {
	padding: 0;
}

.form-horizontal>.nav-control>li>a {
	padding: 2px 5px;
}

.form-horizontal>.nav-control>li>a:focus,.form-horizontal>.nav-control>li>a:hover
	{
	background-color: transparent;
}

.iframe-container {
	margin-bottom: 20px;
}

.iframe-container .btn {
	width: 100%;
	white-space: normal;
	text-align: center;
}

.iframe-container iframe {
	display: none;
	width: 100%;
	max-width: 100%;
	height: 500px;
	overflow: auto;
	border: 1px solid #e8e8e8;
}

.login-panel label.error {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 40px;
	padding: 9px 12px;
	background-color: #f7ebeb;
	color: #c72e2e;
	border: 1px solid #c72e2e;
}

.login-panel label.error:before {
	content: "";
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 6px;
	width: 18px;
	height: 15px;
	background: url('../../images/warning-sign.png') center no-repeat;
}

.loading-panel {
	padding: 10px;
	text-align: center;
}

.loading-panel .loader {
	margin: 20px auto;
	width: 80px;
	height: 80px;
	background: url('../../images/ajax-loader.gif') center no-repeat;
}

.panel-faq {
	background-color: transparent;
	border-bottom: 1px solid #e6e7e8;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-faq .panel-heading {
	padding: 20px;
}

.panel-faq .panel-title {
	font-size: 14px;
	color: #2895d5;
}

.panel-faq .panel-title a {
	position: relative;
	padding-right: 20px;
	display: block;
}

.panel-faq .panel-title a:hover,.panel-faq .panel-title a:focus {
	text-decoration: none;
}

.panel-faq .panel-title a .glyphicon {
	position: absolute;
	top: 0;
	right: 0;
}

.panel-faq .panel-title a .glyphicon-chevron-down {
	display: none;
}

.panel-faq .panel-title .collapsed .glyphicon-chevron-up {
	display: none;
}

.panel-faq .panel-title .collapsed .glyphicon-chevron-down {
	display: inline-block;
}

.panel-faq .panel-body {
	padding-top: 5px;
	padding-left: 30px;
}

.panel-group .panel-faq+.panel-faq {
	margin-top: 0;
}

.panel-group .panel-faq .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
}

footer {
	font-size: 11px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

footer .container .inner {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	background-color: #e8f3fa;
}

footer .section {
	padding: 10px;
}

footer .section p {
	margin-top: 0;
	margin-bottom: 6px;
}

footer .section p:last-child {
	margin-bottom: 0;
}

footer .section.section-top {
	position: relative;
	background-color: #F1F1F1;  /* @Keerti: Replaced - #AAAFB9 */
	font-size: 13px; /* @Keerti: Added font-size */
}

footer .section.section-top .right {
	display: block;
	margin-top: 6px;
}

.keyword {
	margin: 15px;
	text-align: center;
}

.center {
	text-align: center;
}

.password-verdict {
	display: none;
}

.progress {
	margin-top: 10px;
	border-radius: 5px;
	width: 300px;
	height: 18px;
	background: none;
}

.passwordstrenght {
	margin-top: 5px;
	width: 300px;
	position: absolute;
	z-index: 10;
	margin-top: 11px;
	border-radius: 5px;
}

.progress-bar.progress-bar-danger {
	margin-left: -1%;
}

table {
	border-collapse: separate;
}

.progresstd {
	border-right: 1px solid #ddd !important;
	border-top: 0px !important;
	border-bottom: 0px !important;
	border-left: 0px !important;
}

.phone {
	color: #2894d4;
}

@media ( max-width : 767px) {
	header .container .inner {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.block-xs {
		display: block;
		margin-top: 10px;
	}
	.panel-steps .nav.nav-justified {
		overflow-x: auto;
		overflow-y: hidden;
	}
	footer .container {
		padding-left: 0;
		padding-right: 0;
	}
	footer a {
		white-space: nowrap;
	}
	.form-control-sm {
		max-width: 100%;
	}
	.form-control {
		display: inline-block;
		height: 40px;
		padding: 10px 12px;
		border-radius: 5px;
	}
	.margintop {
		margin-top: 5px;
	}
	.table {
		margin-bottom: 3px;
	}
	.btn-wide {
		width: 100%;
		margin-bottom: 5px;
	}
	.buttonspace {
		height: 10px;
	}
	.btn-blue,.btn-blue-ghost {
		border-radius: 5px;
	}
	.alert-msg {
		color: red;
	}
	.keyword {
		margin: 15px;
		text-align: center;
	}
	.center {
		text-align: center;
	}
	.form-box-lightgray {
		padding: 10px;
		background-color: #f7f9fa;
		border-radius: 5px;
	}
	.phone {
		color: #2894d4;
	}
	.progress {
		margin-top: -23px;
		border-radius: 5px;
		width: 100%;
		height: 18px;
		background: none;
	}
	.passwordstrenght {
		margin-top: 5px;
		width: 100%;
		position: relative;
		z-index: 10;
		margin-top: -10px;
		border-radius: 5px;
	}
	.progresstd {
		border-right: 1px solid #ddd !important;
		border-top: 0px !important;
		border-bottom: 0px !important;
		border-left: 0px !important;
	}
}

@media ( min-width : 768px) {
	header .nav {
		float: right;
		margin-top: 0;
	}
	.form-control.form-control-text {
		padding-top: 7px;
	}
	.iframe-container iframe {
		display: block;
	}
	.iframe-container .mobile-view {
		display: none;
	}
	footer .section {
		padding: 10px 30px;
	}
	footer .section.section-top {
		padding-right: 120px;
	}
	footer .section.section-top .right {
		position: absolute;
		top: 10px;
		right: 30px;
		margin-top: 0;
	}
}

html body.login .logo {
	max-width: 100%;
	margin-left: 20px;
	margin-right: 20px;
}


/* my-profile-security */
.m-t-0 {
    margin-top: 0 !important;
}
.radio-image {
    padding-top: 0;
    padding-left: 0;
}
.radio-cards {
    width: 9.5%;
    display: inline-block;
    text-align: center;
}
.radio-cards.active-img {
    border: 3px solid #0047ba;
    vertical-align: top;
    border-radius: 11px;
}
.radio-cards label::before {
    margin-left: -10px;
}
.radio-cards label::after {
    margin-left: -10px;
}
.radio-cards label {
    padding-left: 0;
}
.radio-card {
    width: 100%;
    min-height: 100px;
    margin-bottom: 10px;
}
.radio-cards .radio-card a {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.radio-cards.active-img .radio-card a {
    -webkit-filter: grayscale(0);
    filter: none;
}
.radio-card img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width:1199px) {
    .radio-cards {
        width: 19.5%;
        margin-bottom: 10px;
    } 
}

@media (max-width:685px) {
    .radio-cards {
        width: 24%;
        margin-bottom: 10px;
    } 
}

@media (max-width:420px) {
    .radio-cards {
        width: 48%;
        margin-bottom: 10px;
    } 
}


/* ====== START :: Accessibility Remediation CSS Code ====== */

.text-hide {
	border: 0;
    clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.block-xs-A11y a {
    color: #0047BA;
}

.right-A11y a {
    color: #0047BA;
}

a, a:focus, a:hover{
	color: #0047ba !important;
}

.form-control {
    color: #333333;
}

a:focus, a:hover
{
  outline: #0047ba solid 1px !important;
  outline-offset: 0px;
}

.form-control:focus,
input:focus, 
select:focus, 
button:focus,
textarea:focus 
{ /* Defined by @Dhananjay */
 border-color: #0047ba;
}

.btn-blue:focus , .btn-blue:hover,
.btn-blue-ghost:focus, .btn-blue-ghost:hover {  /* Defined by @Dhananjay */
  background: #55585A !important;
  outline: none !important;
  color: #FFF !important;
  border: #55585A 1px solid !important
}

[type="radio"]:focus + label:before, [type="radio"]:hover + label:before { /* Defined by @Dhananjay */
  box-shadow: 0px 1px 2px 1px #0047ba;
}
/* ====== END :: Accessibility Remediation CSS Code ====== */

/* as per JIRA HSA-3676: sync the error pages to portal */
.toplinks {
    float: right;
    width: 460px;
    margin-top: 5px;
    margin-right: 10px;
}

.toplinks table td.toplinks_center {
    height: 23px;
    text-align: right;
}

.toplinks table td.toplinks_right {
    width: 80px;
    height: 28px;
    text-align: right;
}

.toplinks ul {
    margin: 0;
    padding: 0;
}

.toplinks ul li {
    list-style: none;
    display: inline;
    border-right: 1px solid #444;
    padding: 0px 3px 0 6px;
    font-size: 11px;
}

.toplinks ul li.noborder {
    border: none;
}

.toplinks ul li a {
    font-size: 13px;
}

a {
    text-decoration: none;
}
/* as per JIRA HSA-3676: sync the error pages to portal */

.outagemessage a{color: inherit !important;text-decoration:underline;}

/* as per JIRA HSA-3676: sync the error pages to portal */


.clientlogo {
    background: url(../../images/verizon-logo.png) center no-repeat;
}

/* US-126650 [277-12] - bug 131205: Fix the logo on the prelogin page for USCourts */
.USC_logo {
    background: url(../../images/uscourts_logo.jpg) left no-repeat;
}/* END */
