@charset "UTF-8";
@font-face {
	font-family: 'Assistant-Bold';
	src: url("../font/Assistant/Assistant-Bold.eot");
	src: url("../font/Assistant/Assistant-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-Bold.woff") format("woff"), url("../font/Assistant/Assistant-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant-ExtraBold';
	src: url("../font/Assistant/Assistant-ExtraBold.eot");
	src: url("../font/Assistant/Assistant-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-ExtraBold.woff") format("woff"), url("../font/Assistant/Assistant-ExtraBold.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant-ExtraLight';
	src: url("../font/Assistant/Assistant-ExtraLight.eot");
	src: url("../font/Assistant/Assistant-ExtraLight?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-ExtraLight.woff") format("woff"), url("../font/Assistant/Assistant-ExtraLight.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant-Light';
	src: url("../font/Assistant/Assistant-Light.eot");
	src: url("../font/Assistant/Assistant-Light.eot?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-Light.woff") format("woff"), url("../font/Assistant/Assistant-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant-Regular';
	src: url("../font/Assistant/Assistant-Regular.eot");
	src: url("../font/Assistant/Assistant-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-Regular.woff") format("woff"), url("../font/Assistant/Assistant-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Assistant-SemiBold';
	src: url("../font/Assistant/Assistant-SemiBold.eot");
	src: url("../font/Assistant/Assistant-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Assistant/Assistant-SemiBold.woff") format("woff"), url("../font/Assistant/Assistant-SemiBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "OpenSansRegular";
	src: url("../font/OpenSansRegular.eot");
	src: url("../font/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
	url("../font/OpenSansRegular.woff") format("woff"),
	url("../font/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

body {
    direction: rtl;
    text-align: right;
    margin: 0;
    overflow-x: hidden;
    font: 14px/1.429 'Assistant-Light', Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	background:transparent;
}
body.fromapps div#loginTabs, body.fromapps .forgot-block_noMargin {
    visibility: hidden;
}
input::-ms-clear {
    display: none;
}
button:hover {
	cursor:pointer;
}
*:focus {
    outline: 0 none;
}
.forgot-block_noMargin a:focus {
	text-decoration:underline;
}
.loginTabs {
    background: #011240;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.loginTabs button {
	background: none;
    border: none;
    color: #fff;
	opacity:0.8;
    font-size: 14px;
    padding: 10px 5px;
	width: 40%;
	line-height:18px;
    white-space: normal;
	position:relative;
}
.loginTabs button:hover {
	outline:0 none;
	opacity:1;
	text-decoration:none;
	cursor:pointer;
	box-shadow:0 0 0 0 !important;
	
}
.loginTabs button:focus {
	outline:0 none;
	opacity:1;
	text-decoration:none;
	cursor:pointer;
	-webkit-box-shadow: inset 0 0 0 2px #fff!important;
    -moz-box-shadow: inset 0 0 0 2px #fff!important;
    box-shadow: inset 0 0 0 2px #fff!important;
	
}
.loginTabs button.activebutton {
	opacity:1;
}
.activebutton::after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    right: 25%;
    background: #ffc10e;
    margin: 0 auto;
    left: auto;
}
.modal-login {
	width: 326px;
}
.font_22 {
	font-size:22px;
}
.semi-bold {
	font-family:'Assistant-SemiBold';
}
.modal.show .modal-dialog {
    transform: none !important;
}
.modal-content.modal-content {
	border: none;
	border-radius: 3px;
}
.modal-body.modal-body {
    background: linear-gradient(90deg, #18285f 53%, #18285f 100%);
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.06);
	padding: 9px 27px 14px 13px;
}
.desktop-body .modal-body {
    padding: 9px 50px 14px 50px;
}
.mobile-body .modal-body {
	padding: 9px 27px 14px 13px;
}
.modal-content {
	background: transparent;
}
.modal-content.margin-center {
    margin: 10px auto 0 auto;
}
.backdrop {
	position:absolute;
	z-index:10000000;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.login-caption  {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
	padding-bottom: 52px;
}
.desktop-body .login-caption {
	padding-bottom: 37px;
}
.login-caption.margin_top_47, #pandingForm, .error_margin_top_47 {
	margin-top:47px;
}
.desktop-body .login-caption.margin_top_47 {
	margin-top:62px;
}
.shortBody .login-caption.margin_top_47  {
	margin-top:10px;
}
.login-caption.padding_bottom_35 {
	padding-bottom:35px;
}
.shortBody .padding_bottom_35 {
    padding-bottom: 52px;
}
.login-caption.padding_bottom_15 {
	padding-bottom:15px;
}
.shortBody .login.min_marging.margin_shortbody {
    margin-top: 30px;
}
.login-caption h4, .big_white_h3 {
	font-weight: 300;
	/*font-size: 30px;*/
	font-size:23px;
	margin-bottom: 0;
	margin-top:0;
	color: #fff;
}
.login-caption img {
	margin-left: 12px;
}
.margin_top_20, .login.margin_top_20 {
	margin-top:20px;
}
.moreInfo{
	margin: auto;
}
.padding0 {
	padding:0 !important
}
.margin-center {
	
}
.username, .password {
    border-top: none;
	border-right:none;
	border-left:none;
	border-bottom: 1px solid #7c8fbd;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    font-weight: normal;
    background: transparent !important;
    padding-left: 20px;
	outline:0 none;
	color:#fff !important;
}
.username, .password, .username::placeholder, .password::placeholder{
    font-size: 18px;
    line-height: 24px;
	color:#fff;
}
label.placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Assistant-Light';
	margin:0;
}

.username:-ms-input-placeholder {
   font-size: 18px;
    line-height: 24px;
	color:#fff !important;
}
.password:-ms-input-placeholder  {
	font-size: 18px;
    line-height: 24px;
	color:#fff !important;;
}
.form-control.valid.has-value, .form-control.has-value  {
    /*font-family: "OpenSansRegular" !important;*/
	color: #dfa92e !important;
	border-bottom:1px solid #dfa92e;
}
.form-control.error.has-value {
	color:#FF5757 !important;
}
.username:focus, .password:focus{
	border-top: none !important;
	border-right:none !important;
	border-left:none !important;
    border-bottom: 1px solid #dfa92e;
	outline:0;
	outline-color: transparent;
	box-shadow: 0 0 0 0 !important;
}

#loginForm, #ChangePswform, .passDialog {
    padding: 0 3px 0 19px;
}
.input-holder {
	position: relative;
}
input.form-control[type='text'] {
    padding-right: 0;
}
.form-control.form-control {
    color: #dfa92e;
}
.form-control.form-control, .form-control {
    padding: 2px 2px 5px 20px;
	font-size: 18px;
    line-height: 24px;
}

.input-holder:not(:last-of-type) {
	margin-bottom: 46px;
}
.input-holder div.lightbox-menu{
	font-size: 22px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transform: translateY(-50%);
}
.form-input:focus ~ .form-label,
.form-input.has-value ~ .form-label {
	transform: scale(0.7);
	top: -21px;
	right: -11px;
	letter-spacing: 0.5px;
	transition: all 200ms ease-in-out;
	
}

.form-input.password:focus ~ .form-label,
.form-input.password.has-value ~ .form-label {
	right: -5px;
}
.input-help {
	position: absolute;
	top: 50%;
	left: 3px;
	transform: translateY(-50%);
}
.question {
	position: relative;
	text-align: center;
}
.question button {
	background: none;
    border: none;
	left: -21px;
	width: 50px;
	height: 30px;
	color: #e7af09;
	font-size: 18px;
	font-family: 'Assistant-SemiBold';
    /*font-weight: 600;*/
    position: absolute;
    top: 50%;
	z-index: 1;
    transform: translateY(-50%);
	outline:0;
}
.question button:focus, .question button:hover {
	text-decoration: underline;
	cursor:pointer;
}
.input-holder div {
    color: #e7af09;
}
label.form-label {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0;
    pointer-events: none;
    transition: all 0.5s;
}
.lightbox-menu {
    display: none;
}
.form-label {
    color: #fff;
}
.login-requirement, .pass-requirement {
    color: rgba(252, 51, 51, 1);
}
.login-requirement, .pass-requirement {
    font-weight: 600;
    position: absolute;
    top: 37px;
    right: 3px;
    display: none;
}
.login {
    width: 100%;
    /*padding: 3.5px 20px;*/
	padding:3.5px 20px 6px 20px;
	font-family: 'Assistant-SemiBold';
    font-weight: bold;
    transition: all .5s;
    margin-top: 46px;
    border: none;
    font-size: 20px;
    letter-spacing: 0.03em;
	/*background-image: linear-gradient(90deg, #ffc619 0%, #ffeaaa 100%) !important;*/
	background:#ffc10e;
    color: rgba(0, 31, 91, 1) !important;
	border-radius: 0;
    transition: box-shadow 0.15s ease-in-out;
}
.login:hover {
	cursor:pointer;	
}

.btn.login.focus, .btn.login:focus {
    outline: 0;	
	box-shadow: 0 0 0 1px #fff;
}
.forgot-block a:focus {
    text-decoration:underline;
}

.lightbox-menu {
	display: none;
}
.lightbox-menu.showtootip {
	display:block;
}
.lightbox-menu div {
	width: 183px;
}
.lightbox-menu:target {
	outline: none;
	display: block;
}
.lightbox-menu div h3 {
	font-size: 20px;
	margin-bottom: 0;
	padding: 7px 13px 7px 10px;
	line-height: 22px;
	background: #f9bb00;
    color: #143282;
}
.lightbox-menu div {
	font-size: 16px;
	font-weight: 400;
	margin-left: 27px;
	position: relative;
	background: #fff;
    color: #143282;
}
.lightbox-menu > div::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -7px;
	transform: translateY(-50%) rotate(45deg);
	width: 25px;
	height: 31px;
	border: 2px solid transparent;
	z-index: -1;
	color: #fff;
    border-left-color: #fff;
    border-bottom-color: #fff;
    background: #fff;
}

.lightbox-menu div.tooltip-content {
	margin-left: 0;
	padding: 6px 15px 9px 20px;
	line-height: 1.33;
}

.lightbox-menu div.tooltip-content p:only-child {
	margin-bottom: 0;
}

.lightbox-menu div span {
	background: url(images/ico-close-tooltip.svg);
	position: absolute;
	left: 11px;
	top: 12px;
	cursor: pointer;
	width: 20px;
	height: 22px;
	background-repeat: no-repeat;
	display:inline-block;
	/*display: none;*/
}
.change-success p#mymessage {
    color: #fff;
    font-size: 22px;
    background: url(images/success-message-bg.png) no-repeat right;
    font-weight: 300;
    font-family: 'Assistant-Light';
    padding: 0 40px 0 0;
}
label.error, .fibi_error.fibi_pwd_error{
	font-weight: 600;
   	color: #FF5757;  
	font-size: 13px;
    font-family: 'Assistant-SemiBold';
}
#inputValidationMsg, #serverErrorMsgTransmit {
	font-size: 13px;
    font-family: 'Assistant-SemiBold';
}
.fibi_error.fibi_pwd_error {
    color:#FF5757;
}
label.error[for="username"], label.error[for="password"], label.error {
    position: absolute;
    top: 37px;
    right: 3px;
}
#ChangePswform label.error[for="password"], #ChangePswform label.error[for="newPassword"], #ChangePswform label.error[for="repeatPassword"] {
	top:32px;
	line-height:15px;
}
.ErrorHolder {
	height: 45px;
    padding: 15px 0;
}
.ErrorHolder.height_65 {
	height:65px !important;
}
.username.error:focus, .password.error:focus, .username.error, .password.error {
	border-top: none;
	border-right:none;
	border-left:none;
    border-bottom: 1px solid #FF5757;
	outline:0 none;
}
.forgot-block {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    margin: 0 3px 0 18px;
}

.forgot-block_noMargin {
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
}

.forgot-block a {
    color: rgba(255, 255, 255, .8);
}

.forgot-block_noMargin a {
    color: rgba(255, 255, 255, .8);
}

@media screen and (min-width: 576px) {
	.login-holder {
		width: 326px;
	}
}
.LBD_CaptchaDiv {
	margin:0 auto;
	
}
input#portalCaptchaCode {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #7c8fbd;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    font-weight: normal;
    background: transparent !important;
    padding: 2px 2px 5px 20px;
    outline: 0 none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
}
.login.min_marging {
	margin-top: 0px;
}
.input-holder.min_marging:not(:last-of-type) {
	margin-bottom: 42px;
}
.validationDiv.input-holder.min_marging {
	margin-bottom:10px;
}
.input-holder.min_marging2:not(:last-of-type) {
	margin-bottom: 40px;
}
.input-holder.min_marging2:last-of-type, .input-holder.min_marging2.lastholder{
	/*margin-bottom: 20px;*/
	margin-bottom: 46px;
}
.login-caption.min_marging {
    padding-bottom: 19px;
    margin-top: 0;
}
.login-caption.min_padding2 {
    padding-bottom: 11px;
    margin-top: 0;
}
p#mymessage{
	margin-bottom:0;
}
/*.validationDiv+div#msgCont {
    position: absolute;
}*/
.white_p {
	color:#fff;
}
div.modal-body div#passDialog, div.modal-body.passDialog form#loginForm, div.modal-body.passDialog div.login-caption, div.modal-body.passDialog div.forgot-block  {
	display:none;
}
div.modal-body.passDialog div#passDialog {
	display:block;
}
.lockimage{
    padding: 25px 0;
}
.lockimageMobileApprove{
    padding: 5px 0;
}
.passDialog p {
    font-size: 18px;
    padding: 25px 0 0 0;
}
.passDialog .login {
	margin:25px 0;
}
.modal-body.passDialog {
	 border: 1px solid gold;
}
.commentlink {
	color:#fff;
	font-size:18px
}
.padding2 {
	padding:5px 0 7px 0;
}
#mobileApprove #login-body .login-caption{
padding-bottom:0px;
}
#mobileApprove #loginUsingApp{
    font-family: 'Assistant-Light';
    font-size: 15px;
    color: rgba(243, 246, 247, 1);
    text-align: right;
    letter-spacing: 0.02em;
    line-height: 20px;
    padding-bottom: 20px;
    margin-right: 38px;
}
#deviceSpan{
    font-size: 16px;
    font-family: 'Assistant-Light';
    font-weight: 200;
    color: #fff;
    text-align: right;
    margin-right: 15px;
}
.backbutton {
	display: inline-block;
	height: 16px;
    width: 16px;
	background: none;
    border: 0 none;
	padding: 0;
	margin: 0;
    color: #fff;
    font-size: 40px;
    font-family: 'Assistant-Light';
	line-height: 20px;
    margin-left: 20px;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The Close Button */
.close {
  color: #010d2a;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity:1;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
   
@media screen and (max-width: 768px) {
	.modal-body.modal-body {
		/*padding: 8px 17px 14px 18px;*/
		height:100vh;
	}
/*	.login-caption {
		flex-direction: column;
		margin-top: 41px;
		padding-bottom: 55px;
		margin-left: 7px;
	}
	.login-caption img {
		margin: 0 0 11px;
		width: 50px;
	}*/
}

#devices  input[type="radio"] {
    display: none;
}
.deviceholder {
	position:relative;	
}
.deviceholder label:hover, .deviceholder label:focus, .deviceholder::before:hover {
	cursor:pointer;
}
.deviceholder::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #ffc10e;
    display: inline-block;
    border-radius: 18px;
    position: absolute;
    top: 3px;
    right: 15px;
    cursor: pointer;
	z-index:-1;
}

.deviceholder::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffc10e;
    border: 1px solid #ffc10e;
    border-radius: 12px;
    position: absolute;
    top: 6px;
    right: 18px;
	z-index:-1;
    display: none;
}
.checkedItem .deviceholder::after {
	 content: "";
    display: inline-block;
}
#continueBtnTargets.login {
    margin-top: 25px;
}
h4#popupTitle {
    font-size: 27px;
    color: #010d2a;
    font-weight: bold;
	margin:10px 0;
}
#moreInfoPopup ul {
	margin:0;
	padding:0;
	list-style:none;
}

#moreInfoPopup .modal-content {
	border-radius: 0 !important;
    width: 90%;
	height:95%;
	padding: 10px 20px;
    
}
#moreInfoPopup p, #moreInfoPopup li {
	font-size:16px;
	font-weight:400;
	color:#021b54
}
#moreInfoPopup li {
	margin:5px 0;
}
#moreInfoPopup li:before {
	content:"-";
	font-size:16px;
	font-weight:40;
	margin-left:10px;
}

li#endLi:before {
	content:"" !important;
	font-size:16px;
	font-weight:40;
	margin-left: 16px;
}

.font_38 {
	font-size:38px !important;
}

#loading {
  width: 50px;
  height: 50px;
  margin: 55px auto 55px auto;
  position: relative;
  -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
}
.outer-shadow,
.inner-shadow {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);*/
}
.inner-shadow {
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  border-radius: 100%;
  background-color: #18285f;
  /*box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.5);*/
}
.hold {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0px, 50px, 50px, 25px);
  border-radius: 100%;
  background-color: #ccc;
}

	
/*TIME CHANGE*/
.left .fill {
  z-index: 1;
  -webkit-animation: left 60s linear;
  -moz-animation: left 60s linear;
  animation: left 60s linear both;
  background-color: #fdb726;
}
.right .fill {
  z-index: 3;
  -webkit-animation: right 60s linear;
  -moz-animation: right 60s linear;
  animation: right 60s linear both;
  background-color: #fdb726;
      clip: rect(0px, 25px, 100px, 0px);
}


.fill,
.dot span {
  background-color: #9e9e9e;
}


.fill {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  clip: rect(0px, 25px, 50px, 0px);
}

@keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
.right {
  z-index: 3;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

@keyframes right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes right {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.inner-shadow img {
  margin-left: 8px;
  margin-top: 7px;
}
.timer{
	display: inline-block;
	vertical-align: middle;
	line-height: 48px;
	position: absolute;
    top: 0%;
    left: 0;color: #fff;
    font-size: 13px;
    right: 0;
    text-align: center;
	font-family: 'Assistant-Light';
    letter-spacing: 0.02em;
}
div#devices .row label {
    margin-bottom: 5px;
}
div#devices {
	min-height:165px;
}
div#devices .row:last-of-type label{
	margin-bottom:5px;
}
#moreInfoPopup p{
	margin-bottom:0px;
}
.font_18 {
	font-size:18px;
}
div#devices .row label:hover {
	cursor:pointer;
}
div#stage_2 {
    margin-top: 40px;
}
p.text-center.white_p {
    font-size: 16px;
    padding: 20px 0 0 0;
}
.error_margin_top_37 {
	margin-top:37px;
}
.padding_13_3_0_19 {
	padding: 13px 3px 0 19px;
}
.padding_0_3_0_19 {
	padding: 0px 3px 0 19px;
}
.pass-help {
    position: absolute;
    top: 25%;
    left: 32px;
    width: 18px;
    height: 18px;
    border: 0 none;
}
.pass-help.smallabsleft {
	left: 5px;
}
.show-pass {
	background: url(images/eye-off.png) center center transparent;
	background-repeat: no-repeat;
}
.show-pass.showedPass {
	background: url(images/eye-on.png) center center transparent;
	background-repeat: no-repeat;
}
input::-ms-reveal,
input::-ms-clear {
    display: none;
}
