@CHARSET "UTF-8";


.overlay{
	position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.tcsIconDiv{
	padding-top: 4em;
    padding-left: 4em;
}
/* .loginDet{
margin-right:100%	
} */
.chromaIconDiv{
	text-align: right !important;
	padding-top: 4em;
}

.aTagPltSoln,
.aTagFrgtPass{
	text-decoration: none !important;
}

.aTagPltSoln,
.platFormSolnText{
	color: #FFFFFF !important;
	font-family: "Segoe UI Semibold";
	font-size: 12px;    
}

.aTagPltSoln:hover{
	color : #FFFFFF;
}

@media screen and (max-width: 1400px) {
.footerDiv{
    padding-left: 4em;
    position: absolute !important;
    padding-right: 3em;
    bottom: 1em;
    
   
}
}
.iconHover{
    display: inline-block !important;
}

.loginPassword,
.forgotPasswordHdr,
.changePasswordHdr
{
	display: table;
}

.loginPassword div,
.forgotPasswordHdr div,
.changePasswordHdr div
{
	display: table-cell;
}

.forgotPassword{

	text-align: right;
}

.bar{
	padding-left: 1em;
    padding-right: 1em;
}

.contactUsText,
.privaxcyText,
.iconHover,
.forgotPassword{
	cursor: pointer
}

.contactUsText:hover,
.privaxcyText:hover{
	color: #47C4BA !important;
}

.iconHover{
	padding-left: 1em;
}

.socialIconDiv{
	text-align: right;
}

.contactPrivacyDiv{
	color: #999999;
	font-family: "Segoe UI Semibold";
	font-size: 12px;
	text-align: center;
}

.loginInputText{
	border: none !important;
	padding-top: 1em;
	width: 100%;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset;
    -webkit-text-fill-color: #47C4BA;
}

.btn-default:hover{
	background: #139F94;
	color : #FFFFFF;
	outline: none !important;
  	box-shadow: none;
}

.btn-link:hover{
	outline: none !important;
  	box-shadow: none;
  	color : #139F94;
  	text-decoration: none !important;
}

.btn{
	font-family: "Segoe UI Semibold";    
    font-size:  16px;
    border-radius: 5px;
    padding-left: 15px;
 	padding-right: 15px;
}

.btn-default:disabled{
	background-color : #DAF3F1;
}

.btn:active,
.btn:focus{
	outline: none !important;
  	box-shadow: none;
}

.btn-default,
.btn-default:focus{
	background-color : #47C4BA;
	color : #FFFFFF;
	width: 116%;
	border: #47C4BA;
}

.btn-link{
	color : #47C4BA;
}

 /* .loginBodyDiv{
	padding-top: 2em;
     padding-bottom: 2em;
     padding-top:40px; 
     margin-left: 73%;
} */
.loginBodyDiv{
	padding-top: 8em;
    padding-bottom: 4em;
   /*   margin-left: 73%; */
   /* margin-left: 73% */
}
 
input::placeholder{
	font-family: "Segoe UI";
	color: #999999;
}

input{
	color:#47C4BA;
	font-family: "Segoe UI Semibold";
	font-size:  14px;
}

.entryDiv{
	border-bottom: 1px solid #CDD5DE;
    width: 116%;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    background-color: #FFFFFF;
}

.aTagFrgtPass{
	color: #999999 !important;
	font-family: "Segoe UI Semibold";
	font-size: 12px;
}

.aTagFrgtPass:hover{
	color: #47C4BA !important;
}

.hideElement{
	display: none;
}

.entryDiv:focus-within{
	border-bottom: 1px solid #47C4BA !important;
}

.errorIndicator{
	border-bottom-color: #FF0000 !important;
}

.errorText{
	color: #FF0000;
	font-family: "Segoe UI Semibold";
	font-size: 12px; 
}

.changePwdWarning{
	color: #47C4BA;
	font-family: "Segoe UI Semibold";
	font-size: 12px; 
}

.errorDiv,
.capsWarning,
.cancelButton{
	text-align: center;
	padding-top: 0.5em;
}

.warningDiv{
	text-align: center;
}

.warningText{
	color: #47C4BA;
	font-family: "Segoe UI Semibold";
	font-size: 12px; 
}

.fa-times:hover{
	color: #47C4BA !important;
}

.loginModalTitle{
	font-family: "Segoe UI Semibold";
	font-size:  16px;
	color: #666666;
}

.loginModalBody{
	font-family: "Segoe UI Semibold";
	font-size:  12px;
	color: #999999;
	overflow-y: auto;
    max-height: 30em;
}

.pwdName{
	color: #1A3860;
	font-size: 26px;
    vertical-align: middle !important;
    font-family: "Segoe UI";
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
}

.submitButton{
	padding-top: 2em;
}

.secretAnswerText{
	font-family: "Segoe UI";
    font-weight: bold;
    font-size: 16px;
}

#firstLine{
	font-family: "Segoe UI Semibold";
    font-size: 16px;
}

#secondLine{
	font-style: italic;
    font-family: "Segoe UI Semibold";
    color: #666666;
    white-space: nowrap;
    font-size: 12px;
}
#parent{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#child{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px; /* Increase/decrease this value for cross-browser compatibility */
    box-sizing: content-box; /* So the width will be 100% + 17px */
}
/* ::-webkit-scrollbar { 
    display: none; 
    Position: absolute
} */
@media (min-width: 768px)
.col-sm-offset-9 {
    margin-left: 75%;
}
@media (min-width: 768px)
.col-sm-3 {
    width: 25%;
}
html {
    overflow: scroll;
    overflow-x: hidden;
}
/* ::-webkit-scrollbar {
    width: 0px;  remove scrollbar space
    background: transparent;  optional: just make scrollbar invisible
}
optional: show position indicator in red
::-webkit-scrollbar-thumb {
    background: #FF0000;
} */
/* .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
} */

@media (min-width: 576px)
.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 80%;
    max-width: 100%;
}
