@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);
@font-face {
  font-family: "BD";
  src: url(../fonts/BD.eot);
  src: url(../fonts/BD.eot) format("eot"), url(../fonts/BD.woff) format("woff"), url(../fonts/BD.ttf) format("truetype");
   }
body{
	font-family: 'Roboto', sans-serif;
}

h1{
	font-size: 36px;
	font-weight: 400;
}

h2{
	font-size: 30px;
	font-weight: 400;
}
h3{
	font-size: 24px;
	font-weight: 400;
}

h4{
	font-size: 18px;
	font-weight: 400;
}

h5{
	font-size: 14px;
	font-weight: 500;
}

h6{
	font-size: 12px;
	font-weight: 500;
}

p{
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 30px;
	color: #000;
}
a:focus {
    outline: medium none;
}

.main-header {
    padding-bottom: 20px;
    padding-top: 20px;
	padding-left: 26px;
    padding-right: 26px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus{
	outline: none;
}

.modal.fade.show {
    opacity: 1;
}

/* HOMEPAGE */

.login-modal .modal-dialog {
    margin: 70px auto;
    width: 522px;
}

.login-modal{
	background: rgba(19, 36, 56, 0.9) none repeat scroll 0 0;
}

.login-modal .close {
    color: #808080;
    font-size: 36px;
    opacity: 1;
}
.login-modal .close:hover {
    color: #91bbe8;
}
.login-modal .close:focus {
    color: #6aa1ea;
}
.login-modal .modal-content{
	border-radius: 4px;
	height: 624px;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.5);
}

.login-modal .modal-header {
    padding: 17px 23px 0px 23px;
	border: 0;
}

.login-modal .bd-logo-form {
    margin: 54px 0 0 16px;
}

.login-form-inner{
	margin-left: 86px;
}

.login-form-inner > h3 {
    margin: 0;
}

.input{
	border-radius: 4px;
    background: #FFFFFF;
	border: 1px solid #B3B3B3;
    color:#333333;
	font-size: 16px;
	padding: 0 16px;
	/* color: #cecece; */
	margin: 16px 0 8px;
}

.input:hover{
	border: 1px solid #004593 ;
    color:#333333;
    cursor: pointer;
}

.input:focus{
	border: 2px solid #009BFF;
    color:#333333;
    background: #FFFFFF;
    border-radius: 4px;
	box-shadow: none;
	outline: none;
    cursor:default;
}
.login-modal .form-group{
	margin-bottom: 0;
}
.login-modal .link {
    margin-top: 30px;
}

.input-full-size{
	width: 100%;
	height:48px;
}
.input-small-size {
    height: 40px;
    width: 100%;
}
.login-modal .modal-body {
    min-height: 410px;
}

.clearable{
  background: #fff url('../Images/cross-search.png') no-repeat right -20px center;
  /* border: 1px solid #999; */
  padding: 0 40px 0 16px;
  /* border-radius: 3px; */
  /* transition: background 0.4s; */
}
.clearable.x  { background-position: right 16px center; }
.clearable.onX{ cursor: pointer; }
.clearable::-ms-clear {display: none; width:0; height:0;}
.clearable2{
  background: #fff url('../Images/cross-search.png') no-repeat right -20px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px;
  border-radius: 4px;
  /* transition: background 0.4s; */
}
.clearable2.x  { background-position: right 65px center; }
.clearable2.onX{ cursor: pointer; }
.clearable2::-ms-clear {display: none; width:0; height:0;}


.button-main{
    background: #6aa1ea none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 13px 16px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #ececec;
	display: inline-block;
	margin: 0 10px 0 0;
}

.button-main:hover {
    background: #91BBE8 none repeat scroll 0 0;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid #ececec;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
    padding: 13px 16px;
	display: inline-block;
	margin: 0 10px 0 0;
}
.button-main:active{
    background: #436EBA none repeat scroll 0 0  !important;
	outline-offset: 0px;
	box-shadow: none;
	outline: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid transparent !important;
	color: #6AA1EA !important;
	border-radius: 4px;
	font-size: 16px;
    padding: 13px 16px;
	display: inline-block;
	 margin: 0 10px 0 0;
}

.button-main:focus{
    background: #436EBA none repeat scroll 0 0;
	outline-offset: 0px;
	box-shadow: none;
	outline: none;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid transparent;
	color: #fff;
	border-radius: 4px;
	font-size: 16px;
    padding: 13px 16px;
	display: inline-block;
	margin: 0 10px 0 0; 
}

.login-modal .btn {
	padding: 7.5px 16px;
	margin-top: 16px;
}
.btnfull{
	width: 100%;
}

.link {
    color: #6aa1ea;
    display: table;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.link:hover{
	color: #6AA1EA;
	text-decoration: underline;
}

.link:focus{
	color: #6AA1EA;
	text-decoration: none;
}

.login-modal .modal-footer p {
    color: #808080;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}
.login-modal .modal-footer {
    border: 0;
	padding-left: 24px;
	padding-right: 24px;
}

.login-modal .modal-footer p a {
    color: #6aa1ea;
}

.header-subheading{
	color: #4d4d4d;
	float: left;
	margin-left: 10px;
	margin-bottom: 0;
}

.bd-main-logo {
    float: left;
	width: 84px;
}

.navbar-right > a {
    color: #4d4d4d;
    cursor: pointer;
    float: right;
    font-size: 14px;
    margin-right: 15px;
    margin-top: 8px;
}
.navbar-right > a:hover {
    text-decoration: none;
}

.main-navigation {
    background: #333333;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.marketing-content, .pdg26{
	padding-left: 26px;
    padding-right: 26px;
}
.bd-logo-form img {
    width: 125px;
}
.main-navigation a {
    color: #fff;
}
.main-navigation ul li {
    float: left;
    margin-right: 1.2em;
    padding: 10px 0;
    list-style: none;
}
.main-navigation ul li:last-child {
    margin-right: 0px;
}
.main-navigation ul {
    padding: 0;
}


.carousel-caption {
    left: 0%;
    padding-bottom: 30px;
	background: rgba(0,0,0,0.6);
	width: 417px;
	height: 100%;
	bottom: 0;
	text-align: left;
}
.carousel-caption h3{
    font-size: 26px;
	font-weight: 700;
	text-shadow: none;
	line-height: 31px;
	border-left: 4px solid #f27707;
	padding-left: 10px;
}
.carousel-caption p{
    font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-shadow: none;
	line-height: 20px;
	border-left: 4px solid transparent;
	padding-left: 10px;
}
.carousel-indicators .active {
    background-color: #436eba;
    border: 1px solid #436eba;
	width: 8px;
	height: 8px;
	margin: 1px;
}
.carousel-indicators li {
    border: 1px solid #436eba;
	width: 8px;
	height: 8px;
}

.carousel-indicators {
    bottom: -30px;
}

.carousel-caption-inner{
	position: absolute;
    top: 50%;
    transform: translate(7%, -55%);
    width: 320px;
}


.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}






.marketing-content-main{
	margin-top: 50px;
}

.marketing-box-img {
    border-radius: 3px 3px 0 0;
    border-top: 4px solid #f27707;
}

.marketing-box-heading {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    margin: 34px 0 20px;
}

.marketing-box-content {
    color: #4d4d4d;
    font-size: 14px;
	line-height: 18px;
    font-weight: 400;
	margin-bottom: 20px;
}
.learn-more {
    color: #ff931e;
}

.learn-more:hover {
    color: #ff931e;
	text-decoration: underline;
}


footer{
	margin-top: 16px;
	border-top: 1px solid #e6e6e6;
	padding-top: 16px;
}

.footer{
	padding-left: 26px;
	padding-right: 26px;
}
.quick-links ul li a{
	color: #4d4d4d;
	font-size: 12px;
}
.quick-links ul li {
    border-right: 1px solid #4d4d4d;
    float: left;
    line-height: 12px;
    list-style: outside none none;
    margin-right: 15px;
    padding-right: 16px;
}
.quick-links ul .social-links {
    border: none;
	padding-right: 0;
}
.quick-links ul .social-links a {
	font-size: 16px;
}

.quick-links ul{
	padding: 0;
}

.quick-links ul li:last-child{
	padding: 0;
	margin: 0;
}


.copyright > p {
    color: #808080;
    font-size: 12px;
	margin-bottom: 16px;
	margin-top: 5px;
}

.maint-message{
	background: #feefd8;
	padding: 7px 0;
}
.maint-message p{
	color: #4d4d4d;
	font-size: 14px;
	text-align: center;
	margin: 0;
}
.login-form-inner > p {
    color: #333333;
    line-height: 18px;
	margin: 20px 0 10px;
}

.error-message{
	font-size: 14px;
	color: #ff0000;
	font-weight: 400;
	width: 100%;
	margin: 0;
}
input::-ms-clear, input::-ms-reveal{
    display:none !important;
}

/* HOMEPAGE */




/* modal css */

.modal-backdrop.in {
    display: none;
}


.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel-inner.vertical .active {
    top: 0;
}

.carousel-inner.vertical .next {
    top: 300px;
}

.carousel-inner.vertical .prev {
    top: -300px;
}

.carousel-inner.vertical .next.left,
.carousel-inner.vertical .prev.right {
    top: 0;
}

.carousel-inner.vertical .active.left {
    top: -300px;
}

.carousel-inner.vertical .active.right {
    top: 300px;
}

.carousel-inner.vertical .item {
    left: 0;
}

.carousel-inner.vertical .carousel-control {
    width: 100%;
    bottom: inherit;
    top: inherit;
}

.carousel-inner.vertical .carousel-control.left {
    top: 0;
}

/* modal css */




/* PASSWORD EXPIRY POPUPS */


.expiry-modal .modal-dialog {
    margin: 70px auto;
    width: 357px;
}

.expiry-modal{
	background: rgba(19, 36, 56, 0.9) none repeat scroll 0 0;
}

.expiry-modal .modal-content{
	border-radius: 4px;
	border: 0;
	box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.5);
}

.expiry-inner h3{
	font-size: 22px;
	margin: 0;
}

.expiry-inner p{
	margin: 16px 0 24px 0;
}
.expiry-inner p a{
	color: #66a5eb;
}
.expiry-inner{
	padding: 0;
}
.expiry-inner .button-main{
	width: 100%;
	padding: 0;
	line-height: 18px;
	height: 48px;
}

.expiry-modal .modal-body {
    margin: 0;
    padding: 24px;
}
a{
	cursor: pointer;
    color:#004593;
}
a:hover{color: #004593;text-decoration:underline;}
a:focus{color: #023970;text-decoration:none;}

/* PASSWORD EXPIRY POPUPS */






/* Technical support */


/*.inner-header{
	background: #6aa1ea none repeat scroll 0 0;
    box-shadow: 0 2px 6px #a3afbf;
    color: #fff;
    height: 56px;
    width: 100%;
}
.inner-header h3{
	color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 400;
    line-height: 53px;
    margin: 0 ;
}*/
.tech-support-content{
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
	margin-top: 15px;
}

.welcome-page-content {
     display: flex;
    flex-wrap: wrap;
    list-style: outside none none;
    margin-top: 24px;
    padding: 23px 0 40px;
}


.tech-support-content h4{
	font-size: 16px;
	font-weight: 700;
}
.welcome-page-content p {
    color: #202326;
    font-size: 16px;
    text-align: center;
	margin: 28px 0 0 0;
}
.welcome-page-content h4 {
    background: #202326 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    width: 60px;
}
.welcome-page-content a:hover{
	text-decoration: none;
}

.welcome-page-content a:hover > h4{
	background: #004593;
}
.welcome-page-content a:hover > p{
	color: #004593;
}

.welcome-page-content a:focus{
	text-decoration: none;
 }

.welcome-page-content a:focus > h4{
	background: #023970;
	text-decoration: none;
}
.welcome-page-content a:focus > p{
	color: #023970;
	text-decoration: none;
}



.tech-support-content table{
	margin-top: 20px;
	line-height: 18px;
}

.tech-supp, .welcome-page, .resert-security-qns{
	margin-top: 40px;
	min-height: 760px;
}

.footer-inner{
	border-top: 1px solid #cccccc;
	padding: 10px 0;
}
.footer-inner p{
	font-size: 12px;
	margin: 0;
	color: #4d4d4d;
	line-height: 21px;
}
.footer-inner p.copyright-inner{
	color: #808080;
}
.footer-inner p a, .anchor_outer a, .link-inline{
	color: #004593;
}
.footer-inner p a:hover,.anchor_outer a:hover, .link-inline:hover{
	color: #004593;
	text-decoration: underline;
}
.footer-inner p a:focus,.anchor_outer a:focus, .link-inline:focus{
	color: #023970;
}

/* Technical support */






/* Reset security questions */

.margn-none{
	margin: 0;
}

.reset-qns h6 {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
	margin-bottom: -6px;
}

.reset-qns h5{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 18px;
}

.wrapper-dropdown-2.bar-drop.inner-dd.dropdown-full span{
	display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93%;
}

.btn-fix{
	width: 142px;
	height: 40px;
	padding: 7px 16px;
	margin: 0 0 0 20px;
}
.btn-fix:focus{
	width: 142px;
	height: 40px;
	padding: 7px 16px;
	margin: 0 0 0 20px;
}
.btn-fix:hover{
	width: 142px;
	height: 40px;
	padding: 7px 16px;
	margin: 0 0 0 20px;
}
.btn-fix:active{
	width: 142px;
	height: 40px;
	padding: 7px 16px;
	margin: 0 0 0 20px;
}

.btns-inner-form{
	text-align: right;
	margin: 16px 0;
}

.resert-security-qns h3{
	margin-top: 10px;
	margin-bottom: 14px;
}
.resert-security-qns p{
	margin-bottom: 0;
	color: #4d4d4d;
}


.resert-security-qns ul li{
	padding-left: 10px;
	line-height: 16px;
}

.nomgn{
	margin: 0 !important;
}

.mb15{
	margin-bottom:15px;
}
.last-updated {
    color: #808080;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

/* Reset security questions */




/* input css */

input::-webkit-input-placeholder {
    color: #63758f;
}
input:focus::-webkit-input-placeholder {
    color: #ffffff;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color:#B3B3B3;
}
input:focus:-moz-placeholder {
    color: #ffffff;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #63758f;
}
input:focus::-moz-placeholder {
    color: #ffffff;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #63758f;
}
input:focus:-ms-input-placeholder {
    color: #ffffff;
}
/* input css */

.detail-container {
    position: relative;
    min-height: 420px;
}
@media (min-width: 768px) {
    .detail-container {
        min-height: 440px !important;
    }
}
@media (max-width: 768px) {
    .detail-container {
        min-height: initial;
    }

    .text-bottom {
        margin-top: 10px!important;
        position: relative !important;
        margin-bottom: 10px !important;
    }
}
.text-bottom {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
}










.bar-drop {
    display: inline-block;
    margin: 0;
    font-size: 14px;
    /* border-left: 1px solid #7BACEA; */
    height: 56px;
}

.bar-icons{
	display: inline-block;
}

.bar-drop:hover, .bar-icon1:hover, .bar-dropdown button:hover {
    background: #91BBE8 none repeat scroll 0 0;
}

.bar-drop:focus, .bar-drop .open > a, .bar-drop .open > a:focus, .bar-drop .open > a:hover, .bar-icon1:focus, .bar-icon1:focus, .bar-dropdown button:focus, .bar-dropdown.open button:focus{
    background: #436EBA none repeat scroll 0 0;
	outline-offset: 0px;
	box-shadow: none;
	outline: none;
	border: none;
}
.bar-drop:active{
    background: #436EBA none repeat scroll 0 0;
	outline-offset: 0px;
	box-shadow: none;
	outline: none;
	border: none;
}
/*.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default{
	background: inherit;
}*/

.bar-drop > li > a {
    color: #fff;
}

.bar-drop > li > a img {
    margin-left: 10px;
}

.bar-drop > li > a {
    padding: 12px 32px;
}
.bar-drop img {
    margin-left: 16px;
}

.bar-divider{
	background-color: #e5e5e5;
    height: 1px;
    overflow: hidden;
	padding: 0 !important;
}

.bar-right-main{
	text-align: right;
}

/* custom dropdown */

.wrapper-dropdown-2 {
    position: relative; 
    padding: 17px 22px;
    cursor: pointer;
    outline: none;
	float: right;
}

.wrapper-dropdown-2 .dropdown {
    position: absolute;
    right: 0px;
    background: white;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    list-style: none !important;
    opacity: 0;
    pointer-events: none;
	font-size: 16px;
	font-weight: 400;
	color: #202326;
	width: 288px;
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	text-align: left;
	z-index:999;
	border-radius: 0 0 4px 4px;
	padding: 0;
}
.dropdown.dropdown-inner-open li:first-child{
	border-top: 1px solid #a3afbf;
	margin-top: -2px;
	background: #fff;
}


.wrapper-dropdown-2.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}
.no-opacity       .wrapper-dropdown-2 .dropdown,
.no-pointerevents .wrapper-dropdown-2 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}
.no-opacity       .wrapper-dropdown-2.active .dropdown,
.no-pointerevents .wrapper-dropdown-2.active .dropdown {
    display: block;
}
.icons-inner-dropdown li a, .wrapper-dropdown-2 .dropdown li a{
    color: #202326;
	line-height: 40px;
	text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
	overflow: hidden;
	padding: 3px 16px;
	font-size: 14px;
	display: block;
	font-weight: 400;
}



.icons-inner-dropdown li a:hover, .wrapper-dropdown-2 .dropdown li a:hover{
    color: #004593 !important;
	background: transparent;
}
.icons-inner-dropdown li a:focus, .wrapper-dropdown-2 .dropdown li a:focus{
    color: #fff !important;
	background: #6aa1ea;
}

.back-app a{
	color: #fff;
}
.back-app a:hover, .back-app a:active, .back-app a:focus, .wrapper-dropdown-2 .dropdown li a:hover, .wrapper-dropdown-2 .dropdown li a:active, .wrapper-dropdown-2 .dropdown li a:focus{
	text-decoration: none;
}


@media (max-width: 1200px) and (min-width: 1024px) {
.container {
    width: 1024px;
}
}

.containerNew{margin-right:0%;margin-left:20%;padding-left:12px;padding-right:12px}

#loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ccc;
    opacity: 0.7;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -3%;
    margin-left: -3%;
}
.btn-forgot-password{
    width:100px;
  display:inline-table;
    padding:0px !important;
}
.ds-outer-forgot-pass-lnk{
    
    text-align:center;

}

.ds-outer-block .col-md-4
{
  clear:both;
}
.validation-summary-errors > ul {
  padding-left: 0;
}
.validation-summary-errors li{
    list-style-type:none;
}

.welcome-page ul {white-space:nowrap;}
.welcome-page ul > li {white-space:normal;}

.welcome-page-content > div {
    height: 146px;
}

/*------ Header as per PDLG GuidLines--------*/
.inner-header {
    width: 100%;
    height:56px;
    margin-bottom: 20px;
    background:#004593 none repeat scroll 0 0;
    /*box-shadow: 0 2px 6px #a3afbf;*/
    /*box-shadow:0px 3px rgba(0, 0, 0, 0.3 );*/
    color: #fff;
 }

.inner-header h3{
    color: #fff;
    float: left;
    font-size: 22px;
    font-weight: 400;
    line-height: 53px;
    margin: 0 ;
}
.logo-container{
    color:#fff;
    width:580px;
    float:left;
}

.logo-container img{
    height:60px;
    width:70px;
    display:inline-block;
    margin-left: 16px;
}
.footer-inner p a{
    color:#004593;
}
.footer-inner p a:hover{
    color:#004593;
}

.btn-primary {background: #004593;border: none;border-radius: 4px;color: #FFFFFF;}
.btn-primary:hover {background: #315DAF;border: none;border-radius: 4px;color: #FFFFFF;}
.btn-primary::selection {background: #023970;border: none;border-radius: 4px;color: #FFFFFF;}
.small-line{background: #315DAF none repeat scroll 0 0;float: left;height: 32px;margin-top: 11px; width: 1px;}
.pull-right {float: right;}
.pull-right {float: right !important;}
.glyphicon {position: relative;top: 1px;display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.appname> .icon-bd-logo{font-size: 25px;height: 56px;margin-left:16px;line-height:54px;}
.kp-group-text {font-size: 22px;font-family: Roboto;margin-left: 8px;float: left;width: 400px;margin-right:16px;}
.appname{display: block;left: 70px;line-height: 56px;color: #ffffff; margin: 0;}
.icon-bd-logo:before{content: "\E009";}
.wrapper-dropdown-2 .username-title {padding: 0 16px;}
.wrapper-dropdown-2 .username-title .username-class {min-width: 161px;margin-right: 0;display: inline-block;}
.li-bar-divider {border-top: solid 1px #E5E5E5;}
.navbar-right{margin-right:0px !important;}
#myTopnav {width:252px !important;font-size:14px !important;margin-top:19px !important;}
#myTopnav li a{ line-height:38px;padding:0 16px;height:40px;color:#333333}
#myTopnav li a:hover{color:#003884;font-weight:700;text-decoration:none;outline:0;background:#E5E5E5;}
#myTopnav li a:focus {background: #E5E5E5;color:#003884 !important;text-decoration: none;}
.wrapper-dropdown-2:hover {background-color: #315DAF !important;}
 .icon-bd-logo:before {font-family: "BD";speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; }
 #myTopnav li{border:1px solid rgba(0, 0, 0, 0.03)}
 .main-navigation a:hover {color: #fff !important;}
  .main-navigation a:focus {color: #fff !important;}
 @media screen and (min-width:0\0) { 
    .wrapper-dropdown-2 .username-title {padding: 0px 0px;}
    .wrapper-dropdown-2 {position: relative;padding: 19px 38px;cursor: pointer;outline: none;float: right;}
    #myTopnav {width: 252px !important;font-size: 14px !important;margin-top: 17px !important;}
    .appname > .icon-bd-logo {font-size: 25px;height: 56px;margin-left: 16px;line-height: 54px;}
}
 .error-alert {
     display: inline-block;
     text-align: center;
     font-size: 12px;
     background-color: rgba(209,0,24,.15);
     color: #a30013;
     border: 0;
     margin-bottom: -10px;
 }
.error-alert a {
    color: #a30013;
    font-weight: bold;
}
.error-alert strong {
    color: #a30013;
    font-weight: bold;
}