/* Basis CSS voor alle pagina's */

:root {
  --foutcodekleur: #ed3023;
  --foutcodeachtergrondkleur: rgba(237,48,35,0.1);
}


html {
  height: 100% !important;
}

body{
  flex-direction: column !important;
  height: 100% !important;
  display: flex !important;
}

h1 {
  color: black;
  text-align: center;
  font-size: 1.5rem;
}

h2 {
  color: black;
  text-align: center;
  font-size: 1.3rem;
}
.intro h2 {
  text-align: center;
}
.divider h2 {
  text-align: center;
}
.create {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.intro {
  margin-top: 1rem;
}

.intro > p {
  white-space: pre-line;
}

input, select {
  display: block;
  width: 100%;
  height: calc(1.75em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  background-color: #eaeaea;
  background-clip: padding-box;
  border: 1px solid #a8a8a8;
  border-radius: 2rem;
}

footer {
  min-height: 300px; /*afbeelding is 315px hoog */
  background-image: url(https://mijnkabelnoord.blob.core.windows.net/custom-login/sparta_background.jpg);
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position-x: center;
}

button {
  margin-top: 1rem;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #00a2e6;
  border-color: #00a2e6;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 2rem;
}
button:hover {
  color: #fff;
  background-color: #0087c0;
  border-color: #007eb3;
}
button:focus {
  color: #fff;
  background-color: #0087c0;
  border-color: #007eb3;
  box-shadow: 0 0 0 0.2rem rgba(38, 176, 234, 0.5);
  outline: 0;
}

/* button[aria-disabled="true"] {
  display: none;
} */
button[type="submit"][aria-disabled="true"],
button[aria-disabled="true"] {
  cursor: not-allowed;
  background-color: #6c757d;
  border-color: #6c757d;
}
button[type="submit"][aria-disabled="true"]:hover,
button[aria-disabled="true"]:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}


ul {
  list-style-type: none;
  padding-left: 0;
}

input:focus {
  color: #495057;
  background-color: #eaeaea;
  border-color: #67d2ff;
  outline: 0;
  box-shadow: none;
}

/*cancel button*/
#cancel {
  background-color: #6c757d;
  border-color: #6c757d;
}
#cancel:hover {
  background-color: #5a6268;
  border-color: #545b62;
}


label[for="signInName"],
label[for="email"],
label[for="email_ver_input"],
label[for="ReadOnlyEmail"],
label[for="givenName"], 
label[for="surname"],
label[for="password"],
label[for="otpCode"],
label[for="verificationCode"],
label[for="inputCountryCode"],
label[for="inputPhoneNumber"],
label[for="reenterPassword"],
label[for="extension_mfaPhoneNumber"],
label[for="newPassword"],
label[for="extension_Debiteurnummer"],
label[for="LaatsteVierCijfersBankrekeningClaimType"],
label[for="KoppelcodeClaimType"],
label[for="displayName"],
label[for="countryCode"],
label[for="number"],
label[for="totpQrCodeControl"],
label[for="authenticatorInfoControl"],
label[for="emailVerificationCode"]
{
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 0.9rem;
  line-height:1em;
  margin-bottom:10px;
  padding:0;
}


.error.itemLevel> p {
  margin: 0;
}

.error.itemLevel[role="alert"][aria-hidden="true"],
.error.pageLevel[role="alert"][aria-hidden="true"],
#requiredFieldMissing[role="alert"][aria-hidden="true"],
#emailVerificationControl_error_message[role="alert"][aria-hidden="true"]
.error.itemLevel[aria-hidden="true"] > p
{
 display: none;
}

.error.itemLevel[role="alert"][aria-hidden="false"],
.error.pageLevel[role="alert"][aria-hidden="false"],
#requiredFieldMissing[role="alert"][aria-hidden="false"],
#emailVerificationControl_error_message[role="alert"][aria-hidden="false"],
.error.itemLevel[aria-hidden="false"] > p[role="alert"]
{
  color: var(--foutcodekleur);
  background: var(--foutcodeachtergrondkleur);
  font-size:0.9rem;
  text-align:left;
  padding:10px 15px;
  margin:0 0 10px 0;
}


/* .error.itemLevel, #requiredFieldMissing, #emailVerificationControl_error_message {
  margin-top: 1rem;
} */

/* .error.itemLevel p {
  margin-bottom: 0;
} */

.highlightError {
  background-color: var(--foutcodeachtergrondkleur);
  border-color: var(--foutcodekleur);
}

/* Icon in inputs */
.entry-item {
  position: relative;
}

.icon-wrapper {
  position: absolute;
  bottom: 0;
  height: 2rem;
  right: 1rem;
  color: #a8a8a8;
}

.fa-lg {
  vertical-align: unset;
}


/* Helplink teksten tijdelijk verbergen */
.helpLink {
  display: none;
}

.attrEntry,
.entry-item {
  margin-top: 1rem;
}

/* Dit lijkt onder aan toegevoegd te worden*/
.verifying-modal {
  display: none !important;
}

/* Dit is een overlay modal */
#simplemodal-container{
  background-color: transparent !important;
  background-image: url(spinner_v3.gif) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Email validatie */
/*******************/

#emailVerificationControl_info_message { 
  display: block !important;
  margin-bottom: 1rem;
}

#emailVerificationControl_success_message {
  margin-top: 1rem;
  white-space: pre-line;
}
/* De knop change email verbergen */
#emailVerificationControl_but_change_claims
{
  visibility: hidden;
}

.textInput#email {
  margin-top: 1rem;
}
/*  make a button of the create account link */
#emailVerificationControl_but_send_new_code{
  margin-top: 1rem;
  display: inline;
  width: 100%;
  color: black;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.60rem;
  font-size: 1rem;
  line-height: 1.75;
  text-decoration: underline;
  background-color: transparent;
  border:none;
}
#emailVerificationControl_but_send_new_code:hover
{
  border: none
}
#email_ver_input_label{
  display: none !important;
}
#emailVerificationControl_success_message > a {
  text-decoration: underline;
  color: black;
  cursor: pointer;
}

/* MFA keuze */
#SetTotpAsMfaScenarioProviderExchange {
  background-color: white;
  color: #00a2e6;
  border: 1px solid #00a2e6;
}

/* MFA TOTP instellen */
#totpQrCodeControl-img{
  margin: auto;
}

/* Verberg de otpauth://-link  */
.qrCodeControlContent > a {
  display: none;;
}

/* Help I-tjes */
.attrEntry {
  position: relative;
}

/* Met lege help teksten verbergen */
.attrEntry .helpLink{
  display: none;

}

.attrEntry .helpLink[data-help] {
  background-image: url(itje.svg);
  position: absolute;
  display: block;
  bottom: 0.25rem;
  font-size: 2rem;
  margin: 0;
  right: -2.25rem;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
}

.attrEntry .helpLink[data-help]:hover {
  text-decoration: none;
}


/* Retry icon */
#emailVerificationControl_but_send_new_code:before,
a#retryCode:before{
  content: ' ';
  background-image: url(loadingcircle.svg);
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  position: relative;
  margin-right: 0.25rem;
  background-repeat: no-repeat;
}


