﻿.k-loading-mask {
    display:none;
}

.form-exception {
    font-size:20px !important;
}

* {
    box-sizing: border-box;
}

.navbar {
   display:none;
}

h4, h5, h6 {
	margin-top: 10px;
    margin-bottom: 10px;
	line-height: 1.1;
}

.login, .register, .forgotPassword, .error {
    width:100%; 
    height:100%; 
    display: table-cell;
    vertical-align: middle;
}

.App.Managed .AppInner {
    display:table;
}

.logo {
    margin: 1em auto 1em auto;
    float: none !important;
    width: 12.4em;
    background-position: 20% 50% !important;
}

.content {
    background-color: #eceef1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    width: 400px;
    margin: auto;
    padding: 10px 30px 10px 30px;
    overflow: hidden;
    position: relative;
}

.form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 400 !important;
    margin-bottom: 25px;
    border:0px !important;
    background:transparent !important;
    overflow-wrap: break-word;
}

.form-control {
    background-color: #dde3ec;
    color: #8290a3;
    border: 1px solid #dde3ec;
	border-radius: 4px;
	padding: 6px 12px;
	width: 100%;
    height: 34px;
	max-width: none;
}

.form-group {
    margin: 0px 0px 15px 0px;
}

.form-actions {
    clear: both;
    border: 0px;
}

#registerForm .form-actions{
    margin: 25px 0px 0px 0px;
    overflow: hidden;
}

#socialLoginForm, .forgotPassword .form-submit, #associationForm .form-submit {
    margin: 0px 0px 25px 0px;
}

.check {
    border:0px !important;
    background:transparent !important;
    font-weight:normal !important;
}

.submitBTN {
    font-size: 14px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
    text-decoration: none !important;
    border:0px !important;
    background:transparent !important;
    font-weight:normal !important;
}

.submitBTN:hover {
    text-decoration: underline !important;
}

a.collapsed .loginCollapseSign:before {
    content:'\2228' ;
}

a .loginCollapseSign:before {
    content:'\2227' ;
}

.otherLoginOptionsLabel {
    text-align: center; 
    font-weight: bold; 
    font-size: 1.1em;
    margin-top: 20px;
}

.otherLoginOptionsLabel a:hover, .otherLoginOptionsLabel a:focus, .otherLoginOptionsLabel a {
     color:black; 
     text-decoration:none;
}

.login-options {
    margin: 25px 0px 0px 0px;
    overflow: hidden;
    text-align: center;
}

.login-options .extLoginButton {
    font-weight: bold; 
    font-size: 1.1em;
    border-radius: 10px 0px 10px 0px;
}

.login-options .extLoginLabel {
    float: left;
    font-weight: 600 !important;
    font-size: 23px;
	margin-top: -2px;
}

.login-options .Facebook, .login-options .Federation, .SSO {
    border-radius: 15px 15px 15px 15px !important;
    width: 32px;
    height: 32px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.18);
    opacity: 0.7;
    border: none;
    float: right;	

}

.login-options .Federation, .login-options .SSO {
    background: url(Images/federation.png) no-repeat;	
	background-size: 100%;
}

.login-options .Facebook {
    background: url(Images/facebook.png) no-repeat;
    background-position: 0 -38px !important;
}

.login-options button:hover  {
    opacity: 1;
}

.login-options #socialLoginList {
    float: right;
}

.bottomLogin .form-actions, .register #loginForm .form-actions, .error .form-actions, .forgotPassword .form-actions, #registerForm .form-actions {
    color: #8899a6;
    text-align: center;
    border:0px;
    border-top: 1px solid #c7c7c7;
    padding: 15px;
}

.validation-summary-errors
{
    text-align: center;
    margin-bottom: 10px;
}

.validation-summary-errors ul
{
    padding-inline-start: 0;
}

.validation-summary-errors li
{
    list-style: none;
    font-size: 1.5em;
}


body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border:0px !important;
}

input[type="checkbox"] {
    height: 18px;
    width: 18px;
    position: relative;
    top: 4px;
}

/*buttons*/
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
    text-transform: uppercase;
    width: 100%;
    margin: 10px 0px 0px 0px;
	color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

button {
	cursor: pointer;
}

.loginBackgroundImg {
    background-repeat: no-repeat;
    background-size: cover;
}

.loginImgSVG {
    background-size: 100% 100% !important;
}

.loginLogoImg {
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 2em;
    width: 7em;
    vertical-align: middle;
    background-position-x: 50%;
}

@media only screen and (max-width : 1024px) {
    .login, .register, .forgotPassword, .error {
        padding: 0px 1em 0px 1em;
    }
}

@media only screen and (max-width : 480px) {
	.content {
        width: auto;
    }
	
    .form-actions {
		margin-left: -1em;
	}
	
	.login, .register, .forgotPassword, .error {
        padding: 0px 1em 0px 1em;
    }
}

.orWrapper {
    margin: 10px 40px 18px;
    display: flex;
}


.orLine {
    flex-grow: 1;
    flex-shrink: 1;
    background-color: #c7c7c7;
    height: 1px;
    position: relative;
    top: .45em;
}

.orLabel {
    font-size: 13px;
    font-weight: 600;
    margin: 0 18px;
    text-transform: uppercase;
}

.displayNone
{
    display: none;
}

.alignCenter{
    text-align: center;
    margin: 0px;
}

#SelectedProvider {
    margin-left: 10px;
}

.reasonDialogValidation {
    color: red;
}

input.passFld {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}