body {
	font-weight: 300;
}

b, strong {
	font-weight: bold;
}

#wb-sm {
	margin-bottom: 30px;
}

.modalOverride .modal-dialog {
	background: white;
}

.modalOverride .modal .fade .in {
	
}

.noscriptwarning {
	background-color: #f57900;
	color: #fff;
	font-family: sans-serif;
	font-size: 150%;
	font-weight: bold;
	left: 0;
	padding: 5px 0;
	position: fixed;
	text-align: center;
	bottom: 0;
	width: 100%;
	z-index: 101;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.fade.in {
	opacity: 0;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity = 0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.modal-backdrop.fade.in {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.webResult {
	margin: 0px 0px;
	padding: 10px;
}

a.btn, button.btn {
	width: 150px;
}

.nounderline {
	text-decoration: none;
}

.underline {
	text-decoration: underline;
}

a.collapseBtn {
	width: auto !important;
	text-decoration: none;
	cursor: pointer;
}

a.collapseBtn:hover, a.collapseBtn:focus, a.collapseBtn:active {
	background: none;
}

.form-control {
	width: 100%;
}

.dob .form-control {
	width: auto;
	display: inline-block;
}

.dob label {
	display: block;
}

.has-success .control-label {
	color: inherit !important;
}

.has-error .control-label {
	color: inherit !important;
}

form.error .form-group:not (.has-error ) {
	border-left: thick solid transparent;
	padding-left: 10px;
}

.form-group.has-error {
	border-left: thick solid #a94442;
	padding-left: 10px;
}

input.disabled, select.disabled {
	cursor: default !important;
}

.inlineForm {
	display: inline;
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus
	{
	background: #2750a0;
}

.cal-cnt .cal-hd, .cal-days a:hover, .cal-days a:focus, .cal-days .cal-currday,
	.cal-days .cal-currday a, .cal-cnt .cal-hd, .cal-days a:hover,
	.cal-days a:focus, .cal-days .cal-currday, .cal-days .cal-currday a {
	background: #023c88;
}

.cal-wd {
	background: #2750a0;
}

.picker-toggle:link, .picker-toggle:visited, .picker-toggle:focus {
	color: #2750a0 !important;
}

.cal-days a {
	color: #2750a0;
}

.cal-days td.datepicker-selected a {
	background-color: #2750a0;
}

.checklist .has-success .glyphicon, .checklist .glyphicon.has-success {
	color: #3c763d
}

.checklist .has-error .glyphicon, .checklist .glyphicon.has-error {
	color: #a94442
}

ul.checklist {
	list-style: none;
	padding-left: 15px;
}

ul.checklist>li:before {
	display: block;
	position: relative;
	max-height: 0;
	margin-right: 10px;
	font-size: larger;
}

ul.checklist>li.validate-success:before {
	content: '\2714';
	color: #3c763d;
	left: -20px;
}

ul.checklist>li.validate-error:before {
	content: '\2718';
	color: #a94442;
	left: -20px;
}

ul.checklist>li.validate-required:before {
	content: '\2022';
	left: -16px;
}

.glyphicon.glyphicon-filled-circle {
	width: 16px;
}

.glyphicon.glyphicon-filled-circle:before {
	content: "\2022";
}

label.error {
	display: block;
}

.glyphicon-spin {
	-webkit-animation: spin 2000ms infinite linear;
	animation: spin 2000ms infinite linear;
}

@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(359deg);

        
transform
:
 
rotate
(359deg);

    
}
}
@
keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

100%
{
-webkit-transform
:
 
rotate
(359deg);

        
transform
:
 
rotate
(359deg);

    
}
}
.menu-container {
	padding-top: 15px;
}

.content-container {
	padding-left: 0;
	padding-right: 0;
}

main.container {
	padding-top: 30px;
}

.container-body {
	padding-top: 15px;
}

.page-header {
	margin-top: 0;
}

.sub-page-header {
	font-size: 40px;
	margin-top: 10px;
}

.h3-header, .h2-header, .h1-header {
	border-bottom: 1px solid #eeeeee;
}

.checklistCon {
	margin-left: 20px;
}

.error-container {
	margin-bottom: 15px;
}

#error-container {
	margin-bottom: 15px;
	border: 1px solid #A94444;
	border-radius: 4px;
	padding: 10px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	outline: none;
}

#error-container:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

#error-container p {
	font-weight: bold;
}

#error-container ul {
	margin-bottom: 0;
}

#error-container a {
	color: #a94442;
	font-weight: bold;
}

.has-error .help-block {
	margin: 0;
}

/* wizard */
.wizard {
	margin: 0 0 20px 0;
}

.wizard ul {
	list-style: none;
	display: inline-table;
	padding-left: 0px;
	width: 100%;
	margin: 0;
}

.wizard ul li {
	display: inline;
	width: 0px;
	height: 0px;
}

.wizard ul li>div {
	display: table;
	float: left;
	height: 50px;
	background: #D9F4FA;
	text-align: center;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 0 0 40px;
	color: #777;
}



.wizard ul li.migrateStepWidth>div {
    width: 217px !important;
}

.wizard ul li.migrateStepWidthLoa2>div {
    width: 181px !important;
}

@media ( max-width : 1199px) {
    .wizard ul li.migrateStepWidth>div {
        width: 152px !important;
        margin: 0 5px 0 0;
    }
    .wizard ul li.migrateStepWidthLoa2>div {
        width: 126px !important;
        margin: 0 5px 0 0;
    }
}

.wizard ul li.stepWidth>div {
	width: 181px !important;
}

.wizard ul li.stepWidthLoa2>div {
	width: 154px !important;
}

@media ( max-width : 1199px) {
	.wizard ul li.stepWidth>div {
		width: 152px !important;
		margin: 0 5px 0 0;
	}
	.wizard ul li.stepWidthLoa2>div {
		width: 126px !important;
		margin: 0 5px 0 0;
	}
}

.wizard ul li>div>span {
	display: table-cell;
	vertical-align: middle;
	cursor: default;
}

.wizard ul li.active>div {
	background: #3EABE6;
	color: #fff;
}

.wizard ul li.active>div:after {
	border-left: 30px solid #3EABE6 !important;
}

.wizard ul li>div:before {
	content: "";
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 30px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.wizard ul li>div:after {
	content: "";
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 30px solid #D9F4FA;
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 1;
}

.wizard ul li:first-child>div {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-left: 20px;
}

.wizard ul li:first-child>div:before {
	display: none;
}

.wizard ul li:last-child>div {
	padding-right: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
}

.wizard ul li:last-child>div:after {
	display: none;
}

/* Fix for wizard z-index in IE8 */
.lt-ie9 .wizard ul li.step1>div {
	z-index: 7;
}

.lt-ie9 .wizard ul li.step2>div {
	z-index: 6;
}

.lt-ie9 .wizard ul li.step3>div {
	z-index: 5;
}

.lt-ie9 .wizard ul li.step4>div {
	z-index: 4;
}

.lt-ie9 .wizard ul li.step5>div {
	z-index: 3;
}

.lt-ie9 .wizard ul li.step6>div {
	z-index: 2;
}
/* Fix for wizard li last-child in IE8 */
.lt-ie9 .wizard ul li.step7>div {
	z-index: 1;
	padding-right: 20px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin: 0;
}

.lt-ie9 .wizard ul li.step7>div:after {
	display: none;
}

.userTableCaption {
	line-height: 1.75em;
}

.services-panel {
	padding: 10px;
}

.services-panel-description {
	padding: 10 0px;
	border-bottom: 1px solid #eeeeee;
}

.services-panel-attributes {
	padding: 10 0px;
	border-bottom: 1px solid #eeeeee;
}

.services-panel-actions {
	margin-top: 20px
}

.btn-left {
	text-align: left;
	margin-left: 0;
	padding-left: 0;
}

a.chooser-btn, button.chooser-btn {
	margin-bottom: 1em;
}

.chooser-btn {
	width: 221px !important;
}

.loginInput {
	margin-bottom: 0px !important;
}

.validateButton {
	font-family: 'robotoregular', Helvetica, Arial, Tahoma, sans-serif;
}

input[type=checkbox] {
	margin: 10px;
}

.h1-header a {
	font-familty: 'robotoregular', Helvetica, Arial, Tahoma, sans-serif;
}

section.altLangLink a.btn-link {
	width: auto;
}

#loginForm {
	margin: 0 0 20px 0;
}

section.loginCreate .brdr-lft {
	padding: 0 0 0 30px;
}

section.loginCreate h4 {
	margin-top: 0;
}

.createAccntBtn {
	text-align: center;
	margin: 20px 0;	
}

@media (max-width : 767px) {
	section.loginCreate .brdr-lft {
		border-left-width: 0 !important;
		padding: 0;
	}
	.createAccntBtn {
		text-align: left;
	}	
}

a.learnLnk {
	display: inline-block;
}

/* User Left Menu */
#wb-sec {
	margin-top: 0;
}

#wb-sec ul li .list-group-item {
	border-radius: 0;
	border-bottom: 0;
}

#wb-sec ul li:last-child .list-group-item {
	border: 1px solid #ddd;
}

#wb-sec .list-group a.list-group-item.wb-navcurr {
	border-top: 1px solid #2750a0;
}

#wb-sec .list-group a.list-group-item.wb-navcurr, #wb-sec .list-group a.list-group-item[href]:hover,
	#wb-sec .list-group a.list-group-item[href]:focus {
	background: #2750a0;
}

#wb-sec .list-group a.list-group-item[href]:hover, #wb-sec .list-group a.list-group-item[href]:focus
	{
	border-left: 1px solid #2750a0;
	border-right: 1px solid #2750a0;
}

/* Mobile Menu & Language Link */
#wb-lng {
	float: none !important;
}

#mb-pnl .langLogoutLink {
	
}

#mb-pnl .lng-ofr li {
	display: block !important;
}

#mb-pnl #sec-pnl {
	background: #2750a0;
}

#mb-pnl #sec-pnl ul li a {
	color: #fff;
	text-decoration: none;
}

#mb-pnl.overlay-def .mfp-close {
	color: #000;
}

.backLink {
	margin-top: 20px;
}

.backLink .glyphicon {
	margin-right:5px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline !important;
}

a.btn:hover {
	text-decoration: none !important;
}

a.btn-link:hover {
	text-decoration: underline !important;
}

.fade.in {
	opacity: 1;
}

#contact-info {
	padding: 20px 0 0 60px;
}

#contact-info p {
	line-height: inherit;
}

.brdr-lft#contact-info, brdr-rght#contact-info {
	border-color: #eee;
}

@media (max-width : 767px) {
	#contact-info {
		padding: 20px 0 0 15px;
	}
	.brdr-lft#contact-info, brdr-rght#contact-info {
		border: none;
	}
}
.sideNavbar .glyphicon:before{
    margin-right:3px;
}

footer .copyright p {
	padding: 30px 0;
	margin: 0;
} 

footer .copyright .list-inline > li {
	padding: 0;
	margin: 0 !important;
}

/* bil-error pages */
.bil-error #wb-sttl img, .bil-error #wb-sttl object {
        height: auto;
}
@media (max-width : 991px) {
	.bil-error #wb-sttl img, .bil-error #wb-sttl object {
	        height: 1.9em;
	}
}

/* Vertical offset utility classes */
.toffset  { margin-top: 2px; }
.toffset1 { margin-top: 5px; }
.toffset2 { margin-top: 10px; }
.toffset3 { margin-top: 15px; }
.boffset  { margin-bottom: 2px; }
.boffset1 { margin-bottom: 5px; }
.boffset2 { margin-bottom: 10px; }
.boffset3 { margin-bottom: 15px; }

.userProfile p{
    padding-top: 10px;
}
.userProfile label{
    width: 150px;
}

.backLink {
	font-size:17px;
	margin-top: 20px;
}

.cancelLink {
	width:100px !important;
}
.cancelLink:hover span {
	background-color: #F6CF64;
}
.cancelLink:focus {
	outline: none !important;
}

.attrQ {
	display: none;
}