@CHARSET "ISO-8859-1";
.aui body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: white;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    display: block;
    width: 100%;
}

html[Attributes Style] {
    direction: ltr;
    unicode-bidi: embed;
    -webkit-locale: en-US;
}

.nmp_header {
    width: 100%;
    height: 119px;
    /*background: transparent url(../images/header_bg1.png) repeat-x 0 0;*/
    background-color: #1B555E;
    margin-bottom: 30px;
}

.header-wrapper {
    width: 960px;
    height: 200px;
    margin: 0 auto;
   /* background: transparent url(../images/header_bg2.png); */
    background-repeat: no-repeat;
    font-family: tahoma, Arial, Helvetica, sans-serif;
}

.header-wrapper .user-info {
    width: 100%;
    height: 40px;
    font-size: 13px;
}

.header-wrapper .user-info>div {
	padding-top: 10px;
}

.header-wrapper .logo-title-block {
    width: 100%;
    height: 92px;
    color: #fff;
    background-color: transparent;
}

.logo-title-block .head-links-container a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    /* line-height: 1em; */
}

.logocontainer {
    display: block;
    width: 155px;
    height: 55px;
    float: left;
    margin: 20px 0 0 0;
    background: transparent url(../images/header_logo.png);
    background-repeat: no-repeat;
    color:#fff;
}

.logocontainer+h1 {
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-left: 50px;
    margin-top: 28px;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    line-height: 30px;
    background-color: transparent;
}

.contact-icon {
    background: url(../images/sprite.png) no-repeat -15px -92px;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0 4px;
}

.help-icon {
    background: url(../images/sprite.png) no-repeat -50px -92px;
    width: 23px;
    height: 23px;
    float: left;
    margin: 0 4px;
}

.head-links-container {
    height: 26px;
    float: right;
    margin-top: 35px;
    font-family: tahoma, Arial, Helvetica, sans-serif;
}

.header-wrapper .nav-Bar {
    width: 100%;
    height: 60px; 
}

.header-navbar-inner {
	padding-left: 40px;
	padding-right: 40px;
	height: 58px;
	font-size: 14px;
	font-weight: bold;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

.nav-list-item{
	width: 8%;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	height: 97%;
	text-align: center;
	/* 
	line-height: 60px; */
}

.selected-list-item{
	border-bottom: 5px solid #1B555E;
	background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-list-item:hover {
	color: #555;
    text-decoration: none;
    background-color: white;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.nav-list-item a {
	color: #555 !important ;
	height: 100%;
	line-height: 58px ; 
	padding : 20px 15px;
	text-decoration: none; 
}

@media (min-width: 980px) .aui .nav-collapse .collapse {
    height: auto!important;
    overflow: visible!important;
}

.journal-content-article {
    margin: 105px;
	/* margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 0px; */

}

.login_panel{
 	border: solid 1px #dadbdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: left; 
    min-width : 450px;
    /* width : 32%; */
    max-width : 600px;
    padding: 20px 25px 20px 25px;
    font-family: Tahoma,Verdana,sans-serif;
}

/*overwrite some use agent styling*/
.login_panel form {
	 margin-bottom: 0px;
	 padding: 0px;
}

.mText {
	display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-size : 13px;
    line-height:21px;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}

.login_panel h2{
	font-size: 18px;
    font-weight: bold;
    margin: 6px 0px 4px 0px;
    font-family: tahoma, Arial, Helvetica, sans-serif;
}

.form-row {
	width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 1px 0px;
    position:relative;
}

.form-row .dispTxt {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.form-row .input_txt1 {
    background-color: #FFF;
    padding: 12px;
    margin-bottom: 0px;
    border-radius: 10px;
    /*float: left;*/
    border: 1px solid #DADBDC;
    width: 280px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.form-row .input_txt1::placeholder {
    color: #808080;
    opacity: 1; /* Firefox */
}

.form-row .input_txt1:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #808080;
}

.form-row .input_txt1::-ms-input-placeholder { /* Microsoft Edge */
   color: #808080;
}

.form-row .btn {
    font: bold 15px/100% Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    width: auto;
    padding: 0.7em 3.5em;
    margin: 4px 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #000;
    filter: none;
    border: solid #41af6f 1px;
    background: #41af6f;
    background-image: -webkit-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -moz-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -ms-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -o-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: linear-gradient(to bottom, #b9dfc3, #41af6f);
}
.form-row .btn:FOCUS,
.form-row .btn:hover {
    background: #41af6f;
    background-image: -webkit-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -moz-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -ms-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -o-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: linear-gradient(to bottom, #41af6f, #b9dfc3);
    text-decoration: none;
}
.form-row .btn:disabled {
    color: #656565;
}

.nmpanchor {
    color: #0062ad;
    font-size: 13px !important; 
    font-weight: bold;
    text-decoration: none;
    font-family: tahoma, Arial, Helvetica, sans-serif;
    padding: 0px 0px;
}

.nmpanchor:hover {
    color: #001D34;
    text-decoration: none;
}

/*SSPR Links*/
.login_panel .nmp-sspr-links-div {
   width: 305px; 
   text-align: right;
}

/**Dropdown to Radio **/
:not(.ie8) label.nmpinline {
	display:inline-block;
	width: 500px;
}

:not(.ie8) .nmpinline>input[type="radio"] {
	border:0;
	opacity:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
}

:not(.ie8) .nmpinline>input[type="radio"]+span {
	display:inline-block;
	width:30px;
	height:30px;
	background:url(../images/sprite2.png) no-repeat -80px -89px;
	margin:0 10px 0 0;
	vertical-align:middle;
	cursor:pointer
}

:not(.ie8) .nmpinline>input[type="radio"]:checked+span {
	background:url(../images/sprite2.png) no-repeat -119px -89px
}

.nmpinline > .dispName {
	display:inline-block;
    width: 85px;
}

.btn-smlr{
	font: bold 12px/100% Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    width: auto;
    height:30px;
    padding: 0.1em 0.9em;
    margin: 4px 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
	color: #000;
    filter: none;
    border: solid #41af6f 1px;
    background: #41af6f;
    background-image: -webkit-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -moz-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -ms-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -o-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: linear-gradient(to bottom, #b9dfc3, #41af6f);
}

.btn-sm{
   	font: bold 15px/100% Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    width: auto;
    height:35px;
    padding: 0.3em 1.5em;
    margin: 4px 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    color: #000;
    filter: none;
    border: solid #41af6f 1px;
    background: #41af6f;
    background-image: -webkit-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -moz-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -ms-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: -o-linear-gradient(top, #b9dfc3, #41af6f);
    background-image: linear-gradient(to bottom, #b9dfc3, #41af6f);
 }

.btn-smlr:focus,
.btn-smlr:hover,
.btn-sm:focus,
.btn-sm:hover {
    background: #41af6f;
    background-image: -webkit-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -moz-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -ms-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: -o-linear-gradient(top, #41af6f, #b9dfc3);
    background-image: linear-gradient(to bottom, #41af6f, #b9dfc3);
    text-decoration: none;
}

.btn-sm:disabled {
	border: solid #b8b8b8 1px;
	background: #e2e2e2;
    background-image: -webkit-linear-gradient(top, #b8b8b8, #e2e2e2);
    background-image: -moz-linear-gradient(top, #b8b8b8, #e2e2e2);
    background-image: -ms-linear-gradient(top, #b8b8b8, #e2e2e2);
    background-image: -o-linear-gradient(top, #b8b8b8, #e2e2e2);
    background-image: linear-gradient(to bottom, #b8b8b8, #e2e2e2);
    text-decoration: none;
    cursor: default;
}

.nmp-advertisement-center {
	width:100%;
    position: absolute;
    left: 0;
    bottom: 0;  
    text-align: center; 
}

.nmp-nam-error-msg {
	color: #b93c35;
	/* margin-top:3px; */
	padding: 3px 0px;
	/* font-weight: bold; */
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.mfa-validationerrors-bg {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #b93c35;
	background-color: #f1d6d3;
	padding:6px;
}

.mfa-validationerrors-text {
	margin-left:4px;
	color: #b93c35;
	background-color: #f1d6d3;
}

.element-hide{
	display: none;
} 

#consent_dialog {
    height: auto!important;
    max-height: 300px!important
}
#nmp_body .no-close {
    background: #fff!important
}
#nmp_body .no-close .ui-dialog-titlebar-close {
    display: none
}
#nmp_body .no-close .ui-widget-content {
    background-color: #fff
}
#nmp_body .no-close .ui-widget-header {
    border: transparent;
    background: transparent;
    color: #0062ad;
    font-weight: bold;
    font-size: 22px;
}
#nmp_body .no-close .ui-dialog-title {
    overflow: visible;
    line-height: 24px;
}
#nmp_body .no-close .ui-dialog-content {
    border-top: 1px solid #ddd;
    background-color: #fff!important
}
#nmp_body .no-close .ui-dialog-titlebar {
    padding: .4em .7em
}
#nmp_body .no-close .ui-dialog-buttonpane {
    text-align: center
}
#nmp_body .no-close .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none
}

.nmp-overlay-loading-animation {
	background-image: url('../images/loading_animation.gif');
	background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

/**Dropdown to Radio **/
/*Reusable*/
.aui a {
    color: #0062ad;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.fRight {
    float: right;
}

.fLeft {
    float: left;
}

.mLeft25 {
    margin-left: 25px;
}

.bold {
	font-weight: bold;
}

.mTop5 {
 	margin-top: 5px;
    margin-left: 0px;	
}
.mTop10 {
 	margin-top: 10px;
    margin-left: 0px;	
}

.m-top-8 {
	margin-top:8px
}

.m-bottom-10 {
	margin-bottom:10px
}

.m-top-10 {
	margin-top:10px
}

.m-top-20 {
	margin-top:20px
}

.m-top-50 {
	margin-top:50px
}

.required {
  color: #F00;
  margin-right: 2px;
  background-color: #ffffff !important;
}