 /*  cannot find use of commented styles below  */
/* #container {
	margin: 0 2px 2px 2px;  0px auto;
	padding: 5px 15px 5px 15px;               0;
	background-color: #fff;
	border: 1px solid #999;   0;
	text-align: left;
} */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
html {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
html, body {
	font-size: 8px;
	width: 100%;
}
body {
	overflow-x: hidden !important;
}
p,b,a,i,u,em,form,select,option,input,textarea,div,li {
	font-size: 2rem;
	font-family: "Open Sans",helvetica,arial,sans-serif;
}
a {
	font-family: "Open Sans",helvetica light, Arial, sans-serif;
	color: #3d4bcc;
	text-decoration: none;
	cursor: pointer;
}
a:visited {
	color: #3d4bcc;
}
a:hover, a:active {
	color: #3d4bcc;
	text-decoration:underline;
}
.left {
	text-align:left;
}

body {
	min-height: 100vh;
	flex: 1 1 auto;
	display: grid;
	display: -ms-grid;
	grid-template-rows: auto 1fr auto;
	 grid-template-columns: 100%;
	-ms-grid-rows: auto 1fr auto;
	-ms-grid-columns: 100%;
}
body > div#banner {
	-ms-grid-row: 1;
	grid-row: 1;
}
body > div.login {
	-ms-grid-row: 2;
	grid-row: 2;
	/*max-width: 100vw;*/
}
footer {
	-ms-grid-row: 3;
	grid-row: 3;
}

.posRel {
	position: relative;
}
.ws-normal {
	white-space: normal;
}
.pickerLoading.hidden {
	display: none;
}
.pickerLoading {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
    border-radius: 5px;
}
.pickerLoading img {
    width: 4rem;
    height: 4rem;
    vertical-align: middle;
    margin: auto;
    opacity: 0.7;
}

#messageHolder {
	width: 100%;
	max-width: 62.5rem;
	margin: auto;
}
#messageHolder div:first-child {
	margin-top: 2rem;
}
#messageHolder div:last-child {
	margin-bottom: 2rem;
}
.alert.alert-danger, .alert.alert-success {
	max-width: 70em;
	text-align:center;
	margin:auto;
	margin-top:5px;
	padding:10px;
}
.alert.alert-danger {
	border-color: #B3081C;
	border-width: 2px;
}
.alert-danger p, .alert-danger span {
	color: #B3081C;
}
.warning.alert-danger, .question.warning.alert-danger {
	border: #B3081C solid 2px;
	background-color: #F8DEDE;
}
.warning.alert-danger p, .warning.alert-danger span {
	color: #333
}
@media screen and (min-width: 767px) {
	#messageHolder {
		max-width: 140rem;
	}
}

.login{
	position: relative;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	text-align: left;
	width: 98%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: space-between;
}
.loginSection  {
	padding: 1rem 2rem; 
}
.loginSection:last-child {
	padding-bottom: 2rem;
}
@media screen and (min-width: 767px) {
	.loginSection {
		padding: 2rem 3rem;
		border-bottom: 1px solid #EEEEEE;
	}
	.loginSection:last-child {
		padding-bottom: 3rem;
		border-bottom: none;
	}
	.loginSection:last-child.pb4 {
		padding-bottom: 2rem;
	}
}
.logo{
	width: 385px;
	height: auto;
	margin: 10px 0 0 40px;
}
.login-fg{
	background-image: url(<c:url value="/common/images/EP2_0_logo.jpg" />);
	background-repeat: no-repeat;
	background-position: 40px 20px;
	background-size: cover;
}
div.content{
	width: 540px;
	height: 260px;
}
h1 {
	font-size: 2.5rem;
	color: #1C1D33;
	margin: 0;
}
form{
	text-align: center;
	position: relative;
}
form.label {
	color: #505162;

}
.error-bg{
	background-color: rgb(255,255,255);
	border: 1px;
	border-radius: 2px;
}
.login-content{
	max-width: 62.5rem;
	width: 100%;
}
.content-bg{
	background-color: #fff;
	border-radius: 0.5rem;
	margin: 0 auto 0 auto;
}
.notice-bg{
	background-image: url(<c:url value="/common/images/EPNoticeIndicator.png" />);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	background-color: #545ca5;
	border-radius: 4px;
	margin: 20px auto 0 auto;
	padding: 1.5rem;
	width: 85%;
	/* height: 25px; */
	line-height: 1.4;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
}
#messageHolder .notice-bg {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.background-purpleOverlay {
		height: 100%;
		width: 100%;
		background: #545CA5;
		opacity: 0.15;
		left: 0;
		top: 0;
	}
	.login-bg {
		background-image: url("https://4a2a6d6ea0788c4a8de6-2c6be7ffe38fdb9c05bb6825b8f6c8ca.ssl.cf1.rackcdn.com/EP2_0_LoginScreen.jpg");	
		background-repeat: no-repeat;
		background-position: 0 0px;
		background-size: cover;
	}
}
.notice{
    color: rgb(255,255,255);
}
.notice a {
	color: rgb(30,53,94);
	text-decoration:none;
}
.notice a:visited {
	color: rgb(30,53,94);
}
.notice a:hover,.notice a:active {
	color: rgb(30,53,94);
}

.disclaimer-bg{
	background-color: rgba(0,0,0,0.7);
	border-radius: 9px;
	margin: 20px auto 0 auto;
	padding: 15px;
	width: 85%;
	height: auto;
	visibility: hidden;
}
.disclaimer{
    color: rgb(255,255,255);
}
span.copyright{
	position: absolute;
	left: 40px;
	bottom: 20px;
	color: rgb(255,255,255);
	font-size: 1.5rem;
}

input.inline-button{
	position: absolute;
	right: 50px;
	bottom: 170px;
	width: 30px;
	height: 30px;
}

.input{
	text-align: left;
  /* height: 50px; */
  width: 100%;
	padding: 0.5rem 10px;
	font-size: 2.625rem;
	background-color: rgb(255,255,255);
  border: #BEC0D1 solid 1px;
  border-radius: 3px;
}
.inputInvalid, .input.inputInvalid {
	border: solid 1px #B3081C;
}
select.input, select.input option {
	color: rgb(167,169,172);
}

select.input option[selected]{
	color: rgb(0,0,0);
}

select.input option[default]{
	display:none;
}
::-webkit-input-placeholder{
	color: rgb(167,169,172);
}
:-moz-placeholder{
	color: rgb(167,169,172);
	opacity: 1.0;
}
::-moz-placeholder{
	color: rgb(167,169,172);
	opacity: 1.0;
}
:-ms-input-placeholder{
	color: rgb(167,169,172);
	/*text-indent: -22px;*/
}
span.left-no-float{
	padding-left: 52px;
}
span.lang-link{
	float: left;
	padding-left: 23px;
}
span.user-link a{
	color: rgb(255,255,255);
	text-decoration: none;
}
span.user-link a:visited{
	color: rgb(255,255,255);
	text-decoration: none;
}
span.user-link a:hover{
	color: rgb(255,255,255);
	text-decoration: underline;
}
.iter-list{
	text-align: left;
}
.iter-list > div {
	padding-bottom: 1rem;
}
.iter-list > div:last-child {
	padding-bottom: 0.5rem;
}
.iter-list span.link-divider{
	padding: 0 5px;
}
.iter-list a{
	font-size: 1.75rem;
	margin-right: 1.5rem;
	padding-right: 1.5rem;
	border-right: 1px solid #337ab7;
}

div.warningBox{
	width: 350px;
	margin: 0 auto;

}
.language-left {
	width: 40px;
	font-size: 30px;
	cursor: pointer;
}
.language-left i {
	font-size: 30px;
	color: #545CA5;
}
.language-left a:hover i, .language-left a:focus i {
	color: #3D4699;
}
.language-right {
	float:right;
	width: 500px;
}

.posAbs {
	position: absolute;
}

.z1 {
	z-index: 1;
}

/* header */
header {
	border-top: 8px solid #00B6DE;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	background: #fff;
	z-index: 10;
	margin-bottom: 2rem;
	width: 100%;
}
#banner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-menu {
	flex: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;
}
.header-menu-mobile {
	display: none;
}
.header-logo {
	display: inline-block;
	margin-top: 2.25rem;
	margin-bottom: 1.75rem;
	margin-left: 3rem;
}
.company-logo {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	#banner .header-logo {
		margin-left: 3rem;
	}
	.header-logo {
		margin-right: 3rem;
		margin-left: 0;
	}
	.header-menu-mobile {
		display: block;
	}
	.header-menu {
		display: none;
	}
}


/* footer style
------------------------------------ */
#footer{
	width: 100%;
	font-size: .95em;
	background-color: #404361;
	color: #EEEEEE;
	clear: both;
	font-size: 1.0em;
	text-align: left;
	padding: 1.5rem 3rem;
	margin-top: 2rem;
	max-width: 100vw;
}

#footer hr {
	margin: 0 2rem 0 3rem;
	height: 4rem;
	border-left: 1px solid #BEC0D1;
}

#footer a {
	padding: 5px 0;
	color: #EEEEEE;
	text-decoration: none;
}

#footer p {
	margin-left: 2rem;
}

#footer img {
	height: 38px;
	width: 151px;
}

@media screen and (max-width: 767px) {
	#footer{
		padding: 3rem 4rem;
		flex-direction: column;
	}
	#footer hr {
		margin: 2rem 0 1.5rem 0;
		border-top: 1px solid #BEC0D1;
		width: 100%;
		height: 0;
	}
	#footer>div {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	#footer p {
		margin-right: 2rem;
	}
	#footer img {
		height: 33px;
		width: 142px;
	}
}

/* flex classes */
.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}
.flexDirCol {
	flex-direction: column;
}
.flexWrap-wrap {
	flex-wrap: wrap;
}
.justifySpaceBetween {
	justify-content: space-between;
}
.alignItems-center {
	align-items: center;
}
.flex1 {
	flex: 1;
}
.flex1auto {
	flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
	.flexColumn-sm {
		flex-direction: column;
	}
}

/* spacing classes */
.pl4 {
	padding-left: 2rem;
}
.pr4 {
	padding-right: 2rem;
}
.ml2 {
	margin-left: 1rem;
}
.ml4 {
	margin-left: 2rem;
}
.mr2 {
	margin-right: 1rem;
}
.mr4 {
	margin-right: 2rem;
}
.mr6 {
	margin-right: 3rem;
}
.mt2 {
	margin-top: 1rem;
}
.mt4 {
	margin-top: 2rem;
}
.mt5 {
	margin-top: 2.5rem;
}
.mt6 {
	margin-top: 3rem;
}
.mt8 {
	margin-top: 4rem;
}
.mb0 {
	margin-bottom: 0rem;
}
.mb4 {
	margin-bottom: 2rem;
}
.mb8 {
	margin-bottom: 4rem;
}
.mb12 {
	margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.mrAu-sm {
		margin-right: auto;
	}
	.mb0-sm {
		margin-bottom: 0;
	}
	.mb4-sm {
		margin-bottom: 2rem;
	}
	.mt0-sm {
		margin-top: 0;
	}
	.mt4-sm {
		margin-top: 2rem;
	}
}
.translateY50 {
	transform: translateY(-0.5rem);
}

/* font classes */
.fsz1, .fsz1-children *  {
	font-size: 1.375rem;
}
.textFaded {
	color: #505162;
	font-weight: normal;
}
.note {
	font-size: 0.8em;
	color: #666;
}