@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
	font-size: 14px;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: auto;
	outline: none;
	font-family: 'Open Sans' !important;
	background-image: url('../images/banner/banner-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}




/* Body custom scroll bar */

body::-webkit-scrollbar {
    width: 0.3em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #CDCDCD;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #1D3768;
  outline: 1px solid slategrey;
}

/* CSS common classes */
.text-right {
	text-align: right
}

.logo {
	padding: 15px 15px !important;
}

.logo img {
	max-width: 75%;
}

.navbar-cus {
	border-radius: 0px !important;
	min-height: 70px !important;
	background: #1d3768;
	border-bottom: 1px solid #54A9D8 !important;
	width: 100%;	
}

@media (min-width: 1280px) {
	.navbar-cus {
		position: fixed!important;
		top: 0!important;
		z-index: 10;
	}	
}

.navbar-con-fluid {
	padding-right: 0px !important;
}

.navbar-cus ul li a {
	margin: 0;
	/*background: #0c192b;
	color: #d1a24a;*/
	background: #ffffff;
	color: #1E3968;
	font-family: 'Open Sans';
}

@media ( min-width : 768px) {
	.navbar-right {
		float: right !important;
		margin-right: -16px !important;
		margin-top: -1px !important;
	}
}

/*
.right-angle {
	background: transparent;
	width: 0;
   	height: 0;
   	border-top: 25px solid red;
    border-left: 25px solid transparent;
}
*/
.img-corner img {
	/*width: 100%;
	height: 50px;*/
	width: 100%;
	height: 49px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: -1px;
}

.welcome {
	padding: 30px 20px;
	font-size: 3em;
}

.welcome h2 {
	font-family: 'Open Sans';
	color: #1E3968;
	font-size: 0.7em;
}

.welcome h1 {
	font-family: 'Open Sans';
	color: #1E3968;
	font-size: 1.1em;
	margin-top: 0px;
}

.container-fluid-bann {
	/*background-image: url('.././images/banner/banner-2.png');*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}
@media (min-width: 1280px) {
	.container-fluid-bann {
		margin: 80px auto 60px auto;
	}
}

.cont-form {
	padding-right: 0px !important;
	margin-right: 40px !important;
}

/*
.login-form {
	background: #1d3768;
	margin: 50px 0px;
	padding: 16px 30px;
}
*/

.login-form {
	background: #ffffff;
	margin: 0px 0px;
	padding: 16px 10px 0 10px;
	border-radius: 10px;
	border: 2px solid #79CDEB;
}

.login-form h2 {
	font-family: 'Open Sans';
	font-size: 23px;
	font-weight: normal;
	color: #233E6C;
	text-transform: uppercase;
}

.login-form h3 {
	font-weight: 300;
	font-family: 'Open Sans';
	font-size: 18px;
	color: #d1a14a;
	padding-top: 0px;
	margin-top: 0px
}

.form-grp-main {
	padding: 10px 48px 0 48px;
}

.frm-grp-lgn-1 label {
	font-weight: 300;
	color: #1F3A69;
	font-family: 'Open Sans';
	font-size: 22px;
}

.loginUserDetails input::placeholder {
	font-weight: bold;
}



.frm-grp-lgn label {
	font-weight: 300;
	color: #1F3A69;
	font-family: 'Open Sans';
	font-size: 22px;
}

.frm-grp-lgn-1 .glyphicon {
	color: #59B3E2 !important;
}

.glyphicon-lock {
	color: #59B3E2 !important;
}

.glyphicon-eye-open, .glyphicon-th {
	color: #59B3E2 !important;
}

.frm-ctrl-lgn-id {
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 2px solid #59B3E2 !important;
	border-radius: 0px !important;
	/*background-color: #1d3768 !important;*/
	color: #c7c7c7 !important;
}

.frm-ctrl-lgn-id:focus {
	outline: 0 !important;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px
		rgba(102, 175, 233, 0) !important;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px
		rgba(102, 175, 233, 0) !important;
}

input:-internal-autofill-selected {
	background-color: rgb(208, 162, 74) !important;
	background-image: none !important;
	color: -internal-light-dark-color(black, white) !important;
}

.sml-for {
	font-size: 10px;
	color: #ffffff !important;
}

.sml-for span {
	text-decoration: none;
	color: #d1a14a;
	cursor: pointer;
}

.tnclink a {
	color: #d1a14a;
	cursor: pointer;
	display: inline-block;
	text-decoration: underline;
	text-transform: capitalize;
}

.tnclink a:hover {
	color: #d1a14a;
}


a.prelogin-links span {
	transition: color 300ms;
}

a.prelogin-links:hover span {
	color: #58B0DF!important;
}

.input-group-addon-cus {
	padding: 7px 5px 7px 0px !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 0 !important;
	color: #d0a24a !important;
	text-align: center !important;
	background-color: unset !important;
	border-top: 0 !important;
	border-right: 0 !important;
	border-left: 0 !important;
	border-bottom: 2px solid #59B3E2 !important;
	border-radius: 0px !important;
}

.input-group-addon-cus .fa {
	position: relative;
	top: 3px;
}

.corp-info {
	text-align: right;
	color: #B4B4B4;
	text-decoration: none !important;
	font-family: 'Open Sans' !important;
}

.frm-grp-lgn-1 a:hover {
	color: #d0a24a !important;
	text-decoration: none;
}

.sml-for span:hover {
	color: #D09C47;
	text-decoration: none !important;
}

.sml-for:hover {
	color: #D09C47;
	text-decoration: none !important;
}

.corp-info span {
	color: #B4B4B4;
	text-decoration: none;
}

#forgotCorpid, #forgotid, #emailHelp {
	color: #B4B4B4 !important;
}

.input-group-login {
	padding: 5px 0px;
}

h4.user-reg a {
	color: #1F3A69 !important;
	text-decoration: underline;
	text-transform: none;
	font-family: 'Open Sans' !important;
}

p.user-reg {
	margin-top: 15px;
	color: #1F3A69 !important;
	font-family: 'Open Sans' !important;
	margin-bottom: 0;
}

.log-in-btn {
	font-family: 'Open Sans';
    font-weight: 100 !important;
    outline: none !important;
    color: #ffffff !important;
    background-color: #1E3968 !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    border-radius: 2px !important;
    text-transform: uppercase;
    border-width: 0px!important;
    transition: background 300ms;
}

.log-in-btn:hover {
	background-color: #D09C47 !important;
}

.regis-h3 {
	padding-top: 20px !important;
	font-weight: 300 !important;
	font-family: 'Open Sans' !important font-size : 16px !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.regis-h3 a {
	font-family: 'Open Sans' !important
}

.container-footer {
	padding: 10px;
	background-color: #142849;
	position: fixed;
	width: 100%;
	bottom: 0;
}

.container-footer p {
	font-size: 12px;
	color: #ffffff;
	font-family: 'Open Sans';
}

.container-footer p a {
	color: white;
	text-decoration: none;
}

.container-footer p a:hover {
	color: #59B3E2;
}

.container-footer p span {
	color: white;
}

.turuncubaslik-bold {
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

/******keyboard*******/
.keyboard-col-12 {
	border: 2px solid #d1a24a;
	background: #142849
}

ul.keyboard {
	list-style-type: none;
	font-family: 'Open Sans';
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	width: 100%;
	height: 50%;
}

.keyboard li {
	border: 1px solid #d1a24a;
	cursor: pointer;
	display: inline;
	float: left;
	height: 18%;
	line-height: 30px;
	padding: 0px;
	margin: 0px 3px 0.6% 0.2%;
	background-color: #142849;
	color: white;
	vertical-align: middle;
	text-align: center;
	border-radius: 0px;
	font-size: 14px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.char {
	width: 5.75%;
	-webkit-transition: background-color 100ms;
}

.tab {
	width: 20%;
}

.at {
	width: 7.2%;
}

.last {
	margin-right: 0%;
}

.backspace {
	width: 14%;
}

.capslock {
	width: 12%
}

.capslock.on {
	background-color: #CA4200;
}

.return {
	width: 14%;
}

.shift {
	width: 7.2%;
}

.last {
	margin-right: 0;
}

.space {
	width: 99%;
}

.keyboard .touch {
	background-color: #d1a24a;
}

#lightbox {
	z-index: 9;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

#lightbox.open {
	display: block;
}

#lightbox_content {
	position: absolute;
	width: 600px;
	height: 400px;
	background: unset;
	border-radius: 3px;
	left: 66%;
	/* top: 73%; */
	bottom: -10%;
	margin-left: -250px;
	margin-top: -200px;
	text-align: center;
}

#close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #d1a24a;
	height: 22px;
	width: 22px;
	border-radius: 15px;
	text-align: center;
	color: #142649;
	cursor: pointer;
	z-index: 99;
}

#pwd+.glyphicon {
	cursor: pointer;
	pointer-events: all;
}

.form-control {
	box-shadow: none !important;
}

/*
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none !important;
	background-color: #0c192b !important;
}
*/
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none !important;
	background-color: #ffffff !important;
	color: #54A9D7 !important;
}

.footer-logo-img {
	max-width: 160px;
}

.tnclink {
	/* text-align: right; */
}

p.tnclink {
	margin-bottom: 0;
}

/* Bootstrap Classes Overidden */
.form-group {
	margin-bottom: 1.5rem !important;
}

.form-text {
	display: inline-block!important;
	margin-top: 2px;
}

.login-a-tag-placement {
	/* position: relative!important;
	left: 31px!important; */
}

@media ( max-width : 768px) {
	.logo img {
		max-width: 70%;
	}
	.navbar-cus {
		min-height: 72px !important;
	}
	.tnclink {
		text-align: center;
	}
}

@media ( max-width : 767px) {
	.navbar-header-cus {
		width: 100%;
	}
	.navbar-toggle-cus {
		position: relative !important;
		float: right !important;
		padding: 9px 10px !important;
		margin-top: 16px !important;
		margin-bottom: 8px !important;
		background-color: #ffffff !important;
		background-image: none !important;
		border: 1px solid #000000 !important;
		border-radius: 4px !important;
		margin-right: 25px !important;
	}
	.navbar-toggle-cus .icon-bar {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
		background: black;
	}
	.img-corner img {
		display: none;
	}
	.navbar-collapse-cus {
		background: rgb(12, 25, 43);
	}
	.cont-form {
		padding-right: 0px !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
	.container-footer p {
		text-align: center;
		font-size: 12px;
		color: #ffffff;
	}
	.footer-logo {
		text-align: center;
	}
	.tnclink {
		text-align: right;
	}
}

@media ( max-width : 480px) {
	.logo {
		float: unset !important;
		height: 50px !important;
		padding: 15px 12px !important;
		font-size: 18px !important;
		line-height: 20px !important;
	}
	.logo img {
		max-width: 60%;
		padding: 0 10px;
	}
	.form-grp-main {
		padding: 20px 4px;
	}
	.tnclink {
		text-align: center;
	}
}

/* New CSS */
@font-face {
	font-family: 'text-security-disc';
	src: url('../fonts/security/text-security-disc.eot');
	src: url('../fonts/security/text-security-disc.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/security/text-security-disc.woff') format('woff'),
		url('../fonts/security/text-security-disc.ttf') format('truetype'),
		url('../images/security/text-security-disc.svg#text-security')
		format('svg');
}

.addPasswordDisc {
	font-family: 'text-security-disc' !important;
}



.addPasswordDisc::placeholder {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Bootstrap classes overidden */
.form-control:disabled, .form-control[readonly] {
	background-color: transparent !important;
	opacity: 1;
}

.form-control {
	margin-top: 1px !important;
}

.navbar-nav {
		position: relative;
	}

	.navbar-nav li {
		position: relative;
	}

	.navbar-nav:before {
		content: '';
   		position: absolute;
   		top: 0;
    		left: -25px;
    		width: 44px;
    		height: 100%;
    		background-color: #ffffff;
    		-webkit-transform: skew(45deg);
    		-ms-transform: skew(45deg);
    		transform: skew(45deg);
	}


/*Added from SANTOSH   */
/* Page/Form Loader */
/*
.pre-loader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.5);
		z-index: 1000;
	}
	
	.loader {
	  border: 4px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 4px solid #1D3769;
	  width: 50px;
	  height: 50px;
	  -webkit-animation: spin 1s linear infinite;
	  animation: spin 1s linear infinite;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	}
	
	@-webkit-keyframes spin {
	  0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
	  100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
	}
	
	@keyframes spin {
	  0% { transform: translate(-50%, -50%) rotate(0deg); }
	  100% { transform: translate(-50%, -50%) rotate(360deg); }
	}

*/

.pre-loader {
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 999999;
	top: 0;
	left: 0;
}

.loader {
  color: #1D3768;
  font-size: 10px;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/* Page/Form Loader */

/* Error Box Server */
.server-err {
	display: none;
}

.server-err small {
	color: #e44141;
	font-size: 1.1em;
	text-align: center;
	position: relative;
	padding: 0px;
	transition: 300ms;
	display: block;
}

.server-success {
	display: none;
}

.server-success small {
	color: #64b364;
	font-size: 1.1em;
	font-weight: 400;
	text-align: center;
	top: -25px;
	background: white;
	position: relative;
	padding: 5px;
	transition: 300ms;
	display: block;
}
/* Error Box Server */

/* Success/Error Toll-tip */
.form-group {
}

.form-group.input-success input {
	/* border: 2px solid #2ecc71; */
	
}
.form-group.input-error input {
	border: 1px solid #e74c3c;
}

.form-group.input-error select {
	border: 1px solid #e74c3c;
}

.form-group.input-error .error {
	display: block;
}

.error {
	display: inline-block;
	color: red;
	/* background: white; */
	padding: 2px 0px;
	position: revert; 
	/* top: 6px;
	right: 0; */
	font-size: 0.9rem;
	display: none;
}

.error::before {
	position: absolute;
	left: 0;
	content: '';
	bottom: -20px;
	border-top: 10px solid white;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0px solid transparent;
}

/* Success/Error Toll-tip */


.overlay {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	color: white;
	display: none;
}

.overlay .confirmation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.overlay .confirmation i {
	font-size: 100px;
	color: green;
}

.overlay .confirmation h4 {
	line-height: 2.5em;
}

.overlay .confirmation h6 {
	line-height: 2em;
}

.overlay .confirmation button {
	width: 100px;
}

.overlay .confirmation .btn {
	font-weight: 400 !important;
	outline: none !important;
	color: #fff !important;
	background-color: #d1a24a !important;
	padding: 4px 20px !important;
	font-size: 14px !important;
	border-radius: 2px !important;
	border: 0px solid #2e6da4 !important;
}
