@font-face {
	font-family: 'Noto Sans';
	src:
		url('./loginResource.jsp?fileLoc=/images/fonts/NotoSans-Regular.woff2')
		format('woff2'),
		url('./loginResource.jsp?fileLoc=/images/fonts/NotoSans-Regular.ttf')
		format('truetype');
}

.page-title {
	width: 100%;
	position: absolute;
	top: 0px;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.1px;
	text-align: left;
	line-height: 14px;
	padding-top: 0px;
	background-color: #030037;
	display: flex;
	justify-content: space-between;
	align-items:center;
	border-bottom: 2px solid #0084ff;
}

.page-title-prefix {
	font-weight: normal;
}

.page-title-span {
}

.title{
	padding: 0px 16px 0px 16px;
	text-align:right;
}

.logo{

}

.title-right{
	text-align: right;
	align-content: flex-end;
	font-weight: normal;
    margin-right: 2rem;
}

.bg-picture {
	background-position: center;
	height: 100%;
	width: 100%;
	background-size: cover;
	z-index: -1;
	background-color: #030037;
/*	background-image:
		url('./loginResource.jsp?fileLoc=/images/ISS_background.jpg');*/
	background-repeat: no-repeat;
}

.loginContent {
	width:100%;
	height:100%;
	visibility: visible;
	margin-right: 2rem;
	display: flex;
	flex-direction: column;
}

input {
	width: 60%;
}

#footer {
	opacity: .9;
	padding-bottom:10px;
}

#tririgaLegal {
	margin:auto;
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size: 8px;
	color: #F4F4F4;
	letter-spacing: 0.32px;
	line-height: 12px;
	margin-left: 2rem;
	margin-right: 2rem;
}

#csiLegal {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width: 100%;
}

#csiText{
	width:calc(100% - 72px);
}

#header {
	height: 30px;
}

.horizontal-line {
	color: #0084ff;
	background-color: #0084ff;
	width: 100%;
	border-color: #0084ff;
	margin-bottom: 0px;
}

.csiImageLogo {
	height: 26px;
	width: 64px;
}

#footerWrapper {
	width:100%;	
}

#main{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  background-color: #030037;
  width:100%;
	height:100%;
	padding-top:50px;
	margin-left: auto ;
	margin-right: auto ;
	position:fixed;
}

#loginLeft{
    display:flex;
   	flex-direction:column;
   	justify-content:space-between;
	width:calc(100% - 432px);
	height:calc(100% - 50px);
}

#loginWrapper {
  max-width:432px;
	min-width:432px;
	background-color: #262626;
	min-height: 768px;
	display:flex;
	flex-direction:column;
	height: calc(100% - 50px);
  justify-content: space-between;
}

#loginWrapper #footerWrapper{
	display:flex;
	flex-direction:column;
	}

p{
	margin:0px;
}

@font-face {
  font-family: 'Noto Sans';
  src:
   url('../../../../html/en/default/login/loginResource.jsp?fileLoc=/images/fonts/NotoSans-Regular.ttf') format('truetype'),
   url('../../../../html/en/default/login/loginResource.jsp?fileLoc=/images/fonts/NotoSans-Regular.woff2') format('woff2');
}

.clear{
	clear:both;
}

html, body{
	margin:0px;
	height:100%;
	width:100%;
	background: #171717;
	overflow-y:hidden;
}

#iframeWrapper, iframe{
	width:100%;
	height:100%;
	border:none;
}

#loginBox{
		background-color:#525252;
		width:405px;
		height:390px;
		padding:30px;
		margin-left: auto ;
		margin-right: auto ;
		font-family:  'Noto Sans', Arial, sans-serif;
		font-size:12px;
		box-shadow: 0px 10px 40px #cccccc;
		background-repeat:no-repeat;
		background-position: 210px 130px;
}

#header{
		height:90px;
		width:100%;
}

#loginLogo{
	width:100%;
	height:23px;
	background-position:right;
	background-repeat:no-repeat;
}

#loginTitleAdminMain {
	margin-top:27px;
	font-family:  'Noto Sans', Arial, sans-serif; 
	font-weight: normal; 
	font-size:40px; 
	color: #6d6e70;
	text-align:left;
}

#loginTitleAdminSub {
	margin-top:5px;
	font-family:  'Noto Sans', Arial, sans-serif; 
	font-weight: normal; 
	font-size:15px; 
	color: #6d6e70;
	text-align:left;
}

.loginLogo{
		width:115px;
		height:18px;
		white-space:nowrap;
		background-repeat:no-repeat;
		top:16px;
		left:2px;
		position:absolute;
}

#loginForm{
	margin-top:32px;
	height:200px;
	padding-left:3px;
}

#loginForm form{
	margin: 0px;
}

#loginForm .loginButton{
	color: white;
	background-color:#fe0fde;
	border:2px; 
	width:95px; 
	height:30px;
	font-family:  'Noto Sans',Arial, sans-serif;
	text-align: left;
	font-weight:595;
    margin: 0 5px;
    font-size: 14px;
}

#loginForm .loginLabel{
	color:#6d6e70;
    font-size:12px;
    font-family:  'Noto Sans', Arial, sans-serif;
}

#loginForm .clear{
	margin-top: 15px;
    clear:both;
}

/* Font styling for input fields: User ID, Password */
/* .loginField input{
	border-color: #f0f1f2;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px; 
    border-right-width: 0px; 
    border-bottom-width: 1px; 
    border-bottom-style: solid; 
    border-bottom-color: #606060; 
    background-color:  #f3f3f3 !important;
    width: 90%;
    height: 30px;
} */
.loginField input{
	width: 90%;
    height: 30px;
    border: 0;
  	outline: 0;
  	color : white;
  	background: #525252 !important;
  	border-bottom: 1px solid #606060;
 }
 
.loginField input:focus {
  border-bottom: 2px solid #0f62fe;
}

.loginFieldPasswrd input{
    width: 90%;
    height: 30px;
    border: 0;
  	outline: 0;
  	color : white;
  	background: #525252 !important;
  	border-bottom: 1px solid #606060;
  }
  
.loginFieldPasswrd input:focus {
  border-bottom: 2px solid #0f62fe;
}

#loginForm .loginLabel1{
	color:white;
    font-size:12px;
    font-family:  'Noto Sans', Arial, sans-serif;
}

#loginForm .loginLabel2{
	color:#6d6e70;
    font-size:12px;
    font-family:  'Noto Sans', Arial, sans-serif;
}

.iframeDiv {
	min-height:450px;
}

#tririgaLegal a:link{ 
	color: #999999;
}

#csiImage{
	padding-top:10px;
	float:left;
	width:7%;
}

#cpyRightLink{
	color: #0062ff;
	} 
	
#masterFormatLink{
	color:#999999;
	text-decoration: none;
 }
 
#messageOverlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     background-color: rgba(0, 0, 0, .5);
     z-index: 1000;
}

#messageWrapper{
	margin-top:180px;
	margin-left: auto ;
	margin-right: auto ;
	width: 300px;
	background-color: rgba(255, 255, 255, 1);
}


#messageWrapper #dialogMessageHeader{
	background-color: #003e68;
	color:white;
	font-size: 1.4em;
	padding:15px;
	font-family:  'Noto Sans', Arial, sans-serif;
}



#messageWrapper #dialogBody{
	padding:15px;
	padding-bottom:0px;
	font-size:small;
	font-family:  'Noto Sans', Arial, sans-serif;
	color:#777777;
	text-align:left;
}

#messageWrapper .activeUser{
	color:#FFFFC2;
}

#messageWrapper #saMessage{
	font-size: small;
}

#messageWrapper #saMessageTitle{
	font-weight:bold;
}

#messageWrapper #dialogButtonWrapper{
	padding:15px;
	float:right;
}

#messageWrapper #msgButtonAffirm{
	color: #003e68;
	background-color : #ffffff;
	border:2px solid #003e68;
	height:30px;
	font-weight: bold;
	font-family:  'Noto Sans', Arial, sans-serif; 
}

#loginError{
	float:right;
	color:#da1e28;
	font-weight: normal;
	font-size:small;
	width:250px;
	margin-top: 30px;
	font-family:  'Noto Sans', Arial, sans-serif; 
}

#loginSubmit{
	float:left;
}

#messageWrapper #msgButtonCancel{
	color: #003e68;
	background-color : #ffffff;
	border:2px solid #003e68;
	height:30px;
	font-weight: bold;
	font-family:  'Noto Sans', Arial, sans-serif; 
}

#messageWrapper #msgButtonAffirm:hover{
	background-color : #dddddd;
}

#messageWrapper #msgButtonCancel:hover{
	background-color : #dddddd;

}

#loginForm #productionModeMessage{
	padding-top: 7px;
	font-family:  'Noto Sans', Arial, sans-serif; 
	font-size:12px;
	color:#d74352;
	text-align: center;
}

a{
	color: #f4f4f4;
}

.forgotPassword {
	font-family: 'Noto Sans', Arial, sans-serif;
	font-size:12px;
	margin-left:2rem;
}

/**
< 375 Small
376 - 672 Medium
673 - 1056 Large
1057 - 1312 X-Large
> 1313 Max

**/
/* Implement styles for specific screen widths here.  */
  
/** Mobile View Small Break point**/
/*@media all and (max-width: 375px) {
	.bg-picture {
		display: none;
	}
	#main {
		display: flex;
		flex-direction: column-reverse;
		justify-content: end;
		flex-basis: auto;
		flex-grow: 1;
		background-color: #0084ff;
	}
	#loginWrapper {
		max-width: 432px;
		min-width: 320px;
		min-height: 475px;
		height: 100%;
	}
	#loginLeft {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	#footerWrapper {
		height: calc(100vh - 597px);
		margin-top: 10px;
		overflow-y: scroll;
	}
	#loginWrapper #footerWrapper {
		display: none;
	}
	.csiImageLogo {
		height: 18px;
		width: 44px;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
}*/

/**Mobile View Small breakpoint with small height. **/
/*@media all and (max-width: 375px) and (max-height: 620px) {
	#loginWrapper {
		min-height: 450px;
	}
	
	#footerWrapper {
		height: 45px;
	}
}*/

/** Mobile rotate View Small Break point**/
/*@media all and (max-width: 768px)and (max-height: 375px) {
	#loginWrapper #footerWrapper {
		display: none;
	}
	#main {
		overflow: scroll;
	}
}*/

/** Medium Break point**/
/*@media all and (max-width: 864px) and (min-width: 376px) {
	.bg-picture{
		background-position: center;
		background-size: 752px 564px;
		min-height: 768px;
	}
	#loginWrapper{
		display:flex;
		flex-direction:column;
		height: calc(100% - 42px);
    	justify-content: space-between;
	}
	#loginLeft #footerWrapper{
		display:none;
	}
	#loginWrapper #footerWrapper{
		display:flex;
		flex-direction:column;
	}
	#main {
		overflow-y: scroll;
	}
}*/

/** Hide Legal info at loginWarapper **/
/*@media all and (min-width: 865px) and (min-height: 728px){
	#loginWrapper #footerWrapper{
		display:none;
	}
}*/

/** Large Break point**/
/*@media all and (max-width: 1056px) and (min-width: 673px) {
}*/

/** X-Large Break point**/
/*@media all and (max-width: 1312px) and (min-width: 1057px) {
}*/

/** Max Break point**/
/*@media all and  (min-width: 1313px) {
}*/


/**Login Wrapper**/
#login-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #0084ff !important;
}

#login-main-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0084ff !important;
}