/* For Wireframes */
:focus{
	outline: none !important;
}

.logo{
	padding:0px;
	margin: 0 0 20px 0px;
	border-bottom:none;
}

.logo:hover{
	border-bottom:none;
}

#password-expiry {
	background: #F0F3F8;
	padding: 15px 15px 15px 25px;
	position: relative;
	font-size: 14px;
	line-height: 17px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    max-width: 385px;
    margin: 0 auto 15px;
    font-weight: 400;
}

#password-expiry:before {
	content: '\f129';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #203FA7;
	font-size:16px;
	margin-right: 5px;
}

.content{
    margin-top: 60px;
}

.hero{
	margin-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	padding-right: 0px;
    padding-left: 0px;
}

#cancel {
    display: none;
}

a{
	color: #203FA7;
	transition: 0.3s ease;
	text-decoration:none;
}

a:hover{
	text-decoration: none;
	border-bottom: 1px solid #203FA7;
}

.hero-login p{
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height: 21px;
	margin-bottom:16px;
}

@media (max-width: 500px) {
	.hero-login p{
		font-size: 1.3rem;
		line-height: 1.4em;
	}
}

.left50, .right50{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
}

.right50{
	background: none !important;
}

#verifying_blurb {
	color: #fff;
}

@media (max-height: 760px) and (max-width: 992px)  {
	.left50, .right50{
		min-height: 100%;
		height: auto;
	}
}

.itemLevel {
	display: none;
}

.verifying-modal {
	color: #000 !important;
}

.error.pageLevel {
    display: block;
    clear: both;
    position: absolute;
    bottom: -8px;
}
.itemLevel.error {
    width: 100%;
	clear: both;
}

.itemLevel.error p, 
.error, 
.hero-login .error p {
	color: #FF5252 !important;
	font-weight: 500 !important;
	font-size: 12px !important;
	line-height: 15px !important;
	margin-bottom: 10px !important;
}

.error p[role="alert"] {
	display:block !important;
	margin: 0;
	color: #FF5252;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

#verifyCode, #verifyPhone {
	margin-right: 10px;
}

#phoneNumbers .phoneNumber{
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	margin-bottom: 13px;
    align-items: center;
    justify-content: center;
}

#phoneNumbers .phoneNumber .type {
	font-weight: 700;
    padding-right: 4px;
}

.verificationErrorText{
	color:#FF5252;
	position: relative;
	top: -8px;
}

.highlightError{
	border: 1px solid #FF5252 !important;
}

input.highlightError:hover,
input.highlightError:focus,
input.highlightError:active {
	border-color: #FF5252 !important;
}

.help-text{
	margin-top:50px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}
.usr, .pwd, .field-label{
	margin: 15px 0 5px 0;
}

.login input {
	width: 100%;
	display: block;
}

.login select {
    width: 100%;
    border: none;
    background: #F0F3F8;
    border-radius: 3px;
    min-height: 26px;
    padding: 5px 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.login select option {
	width: 100%;
    border: none;
}

.phoneEntry .code,
.phoneEntry .number {
	margin-bottom: 13px;
}

.phoneEntry .phoneNumber {
	text-align: center;
    font-weight: 700;
    margin-bottom: 13px;
}

.logout{
	margin: 10px 15px 0 25px;
}

.checkbox-option {
	padding:15px 0;
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.checkbox-option .password-label {
	width: calc(100% - 15px);
}

.checkbox-option label{
	margin-bottom: 0;
	padding:0 5px;
}

.checkbox-option input[type=checkbox]{
	margin: 0;
}

/* Colors */
.phone, .email {
	display: block;
	margin-left: 50px;
}

/* Design */
body{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
  	line-height: 1.7em;
  	background: #fff;
}

.hero-login {
	margin-bottom: 0px;
	border-bottom: none;
	padding-right: 0px;
    padding-left: 0px;
    background-image: url('../img/login-background.jpg');
    background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	position:relative;
	z-index:1;
	display: flex;
	align-items: stretch;
}

@media (max-width: 991px) {
	.hero-login {
		min-height: 100vh;
		flex-wrap: wrap;
	}

	.hero-login .left50, 
	.hero-login .right50 {
		height: auto;
		padding-top: 8rem;
		padding-bottom: 8rem;
		min-height: 50vh;
		width: 100%;
	}
}

.hero-login .left50 {
	background: #fff;
}

.hero-login .logo {
	margin:0 0 16px -8px;
	display:block;
	max-width: 450px;
}

.hero-login .logo img {
	max-width:100%;
	height:auto;
}

.hero-login p.highlighted {
	font-family: 'Roboto Condensed', sans-serif;
	color: #06185f;
	font-weight:700;
	font-size: 17px;
}

.hero-login .intro p {
	margin-bottom: 13px;
	text-align: center;
	color: #06185f;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	padding:0;
	display: block;
}

.intro h2 {display: none;}

.social .intro:before {
	content: "Log in with your account";
	clear: both;
	margin-bottom: 13px;
	text-align: center;
	color: #06185f;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	padding:0;
	display: block;
}

label{
	color: #fff;
}

.login #api {
	background-color: #fff;
	padding: 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	max-width: 385px;
	margin: 0 auto;
}

@media (min-width: 500px) {
	.login #api { padding: 48px; }
}
#content-wrap {
	width: 100%;
	max-width: 700px;
    margin: 0 auto;
}

@media (min-width: 2000px) {
	.login #api {
		max-width: 500px;
	}
}

.login-bg {
	position: relative;
	overflow: hidden;
}
.login-bg:before {
	content: '';
	background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 16%, rgba(0,212,255,1) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.2;
}

.login #api {
	position: relative;
	z-index: 10;
}

.login label{
	color: #000;
	font-weight:400;
	font-size:14px;
	font-family: 'Roboto', sans-serif !important;
}

.login hr{
	border: 0px solid rgba(0, 0, 0, 1);
	margin: 30px -40px 15px -40px;
	height: 1px;
	background-color: rgba(0, 0, 0, 1);
}

.login input{
	background-color: #F0F3F8 !important;
	border: 1px solid #F0F3F8;
	border-radius: 3px;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 8px;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.login input:hover {
	border: 1px solid #203FA7 !important;
	transition: none;
}

.login input:focus,
.login input:active{
	border-color: #203FA7 !important;
	-webkit-box-shadow: 0px 0px 10px rgba(32, 63, 167, 0.4) !important;
	-moz-box-shadow: 0px 0px 10px rgba(32, 63, 167, 0.4) !important;
	box-shadow:  0px 0px 10px rgba(32, 63, 167, 0.4) !important;
	transition: none;
}

input.highlightError:hover, 
input.highlightError:focus, 
input.highlightError:active {
	border-color: #FF5252 !important;
}

.login h4 {
	font-size: 1.5em;
	color: #fff;
	font-weight: 100;
	margin: 0 10px 20px -40px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 20px 10px 40px;
	float: left;
	clear: both;
}
.login h2 {
	margin-bottom: 13px;
	text-align:center;
	color: #203FA7;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
}

.login a{
	color: #203FA7;
	transition: 0.3s ease;
	cursor: pointer;
}
.login a:hover{
	text-decoration: none;
	border-bottom: 1px solid #203FA7;
}


.login span{
	color: rgb(217, 224, 232);
	font-weight: 300;
	font-size: 0.9em;
}

button, 
.btn-login,
.primary-btn {
	background: #06185f;
	border: 1px solid #06185f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	padding: 5px 30px;
	transition: 0.3s ease;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display:block;
	width: 100%;
	margin-bottom: 8px;
}

button:focus, 
button:active,
button:hover, 
.primary-btn:focus, 
.primary-btn:active,
.primary-btn:hover, 
.btn-login:focus, 
.btn-login:active,
.btn-login:hover,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus {
	-webkit-box-shadow: 0px 0px 10px rgba(6, 24, 95, 0.5) !important;
 	-moz-box-shadow: 0px 0px 10px rgba(6, 24, 95, 0.5)!important;
 	box-shadow:  0px 0px 10px rgba(6, 24, 95, 0.5)!important;
}

.btn-login, #next {
	margin-bottom: 19px;
}

.accountButton,
.secondary-btn,
#email_ver_but_resend,
#email_ver_but_edit,
#verifyPhone,
#cancel {
	background: #FFFFFF;
	color: #203FA7;
}

button:disabled {
	background: #C4C8CB;
    color: #fff;
    cursor: not-allowed;
    border: 1px solid #C4C8CB;
    box-shadow: none !important;
}

input:focus, .form-control:focus{
	border-color:rgba(248, 162, 27, 1)!important;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(239, 118, 34, 0.8)!important;
 	-moz-box-shadow: 0px 0px 4px 0px rgba(239, 118, 34, 0.8)!important;
 	box-shadow:  0px 0px 4px 0px rgba(239, 118, 34, 0.8)!important;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* SLIDE THREE */
input[type=checkbox] {
	visibility: hidden;
}

.pwdToggle {
	margin: 12px 0 20px 0;
}

.pwdToggle p{
	display: inline;
	font-size: 1em;
	margin: 0 0 0 0;
	color: #fff;
	font-weight: 100;
}

/* SQUARED THREE */
.squaredThree {
	float: left;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.2);
	margin: 4px 10px 0 0;

	position: relative;
}

.squaredThree label {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	border-radius: 4px;
	display: block;
	background: rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredThree label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 5px;
	border: 3px solid rgba(248, 162, 27, 1);
	border-top: none;
	border-right: none;

	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.squaredThree label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredThree input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.byline{
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 100;
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	margin-top: 10px;
	margin-bottom: 0;
}

#api .options {
	clear: both;
	display: none;
}
.options div {
	display: inline;
}
.create {
	display: none;
}

.create span {
	display: block;
    color: #000;
	font-weight: 400;
	font-size: 1em;
	margin-bottom: 10px;
}

.entry-item, 
.buttons, .localAccount{
	clear: both;
	padding: 0 0 13px;
	margin: 0;
	position: relative;
}

.localAccount,
.buttons {
	margin-bottom: 0;
    padding: 0;
}

div#fieldIncorrect {
	font-weight:700;
	color:white;
}
.password-requirements{
	width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    padding: 0;
}

.password-requirements:before{
	content: 'Password Requirements';
	position:relative;
	color:#06185f;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    font-size: 15px;
}

ul.password-requirements li {
	list-style:circle !important;
	margin-left:50px;
}

li {
	list-style: none !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 0px;
}

input::-moz-placeholder { /* Firefox 19+ */
  font-size: 0px;
}
input:-ms-input-placeholder { /* IE 10+ */
  font-size: 0px;
}
input:-moz-placeholder { /* Firefox 18- */
  font-size: 0px;
}

a.helpLink.tiny{
	display:none;	
}

#forgotPassword, #createAccount{
	margin: 0 0 19px 4px;
    font-size: 12px;
	line-height: 14px;
}

.divider h2 {
	display: none;
}

.divider {
	padding: 12px;
}

.verificationInfoText, 
.verificationSuccessText,
#codeVerification .actionLabel {
	/* background: #F0F3F8; */
	padding:8px 8px 8px 22px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	position: relative;
	margin-bottom: 13px;
}

.verificationInfoText a, 
.verificationSuccessText a,
#codeVerification .actionLabel a {
	font-size: 14px;
	line-height: 16px;
}

.verificationErrorText error {
	color: #FF5252;
}
.buttons.verify #email_ver_input{
	margin-bottom: 15px;
}

/* Register page*/
.attrEntry > div:first-child {
    text-align: center;
    line-height: 15px !important;
    padding-bottom: 10px;
}

#attributeVerification .error.pageLevel {
	position: relative;
}

#attributeList ul {
	padding:0;
	margin: 0;
}

#attributeList .attrEntry input {
	margin-bottom: 15px;
}

.k-widget.k-tooltip-validation {
	text-align: left;
}

#login-errors .k-widget.k-tooltip-validation .k-icon {
	display: none;
}

#login-errors p {
	margin-bottom: 0;
}

.create .ng-binding {
	background: #F0F3F8;
	padding: 8px 8px 8px 32px;
	position: relative;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
}

.create .ng-binding:before,
.verificationInfoText:before,
.verificationSuccessText:before,
#codeVerification .actionLabel:before {
	content: '\f129';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #203FA7;
	font-size:14px;
	position: absolute;
	top: 8px;
	left: 8px;
}

.k-window {
    padding:8px 16px 16px;
    max-height: 100%;
	background-color: #fff;
	border-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    outline: none;
    overflow: hidden;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition-property: height, width;
}

.k-window .k-window-titlebar {
	background-color: #fff;
	border-color: #fff;
	border-bottom: 1px solid #f0f3f8;
    border-radius: 0;
    background-image: none;
    color: #000;
	padding: 8px 0;
	width: calc(100% - 32px);
}

.k-window .k-window-titlebar .k-window-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #000;
}
.k-window-titlebar .k-link {
    border-radius: 0;
    color: #000;
    background: none !important;
    padding: 0 !important;
    opacity: 1;
	border: none !important;
	width: 26px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.k-window-titlebar .k-link:hover,
.k-window-titlebar .k-link.k-state-hover {
	box-shadow: 0px 0px 10px rgba(32, 63, 167, 0.4) !important;
}

.k-window-titlebar .k-link:active {
	background: #E9ECF6 !important;
    box-shadow: none !important;
}

.k-window-titlebar .k-i-close:before {
    content: '\f00d';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}
div.k-window, div.k-window-content {
    background: #fff;
    border: none;
    padding-top: 16px;
}
[data-role="window"] .form-horizontal .form-group {
    color: #000;
    border: none;
}
/* Scrollbar */
body ::-webkit-scrollbar, 
body::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}
body ::-webkit-scrollbar-thumb, 
body::-webkit-scrollbar-thumb {
    background: #c4c8cb;
    border-radius: 6px;
}
body ::-webkit-scrollbar-track, 
body::-webkit-scrollbar-track {
    background: #f0f3f8;
	border-radius: 6px;
}
body ::-webkit-scrollbar-thumb:hover, 
body::-webkit-scrollbar-thumb:hover {
    background: #203fa7;
}
body ::selection, 
body::selection {
    color: #ffffff !important;
    background: #203fa7 !important;
}