@font-face {
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  font-family: 'Sandvik Sans';
  src: url(https://portal.my.sandvik/assets/fonts/SandvikSansText-Regular.woff2) format('woff2'),
    url(https://portal.my.sandvik/assets/fonts/SandvikSansText-Regular.woff) format('woff')
}

* {
  margin: 0px;
  padding: 0px;
  font-family: "Sandvik Sans", Helvetica, Arial, sans-serif;
}

html,
body {
  width: 100%;
  background-color: #ffffff;
  color: #101010;
  font-weight: normal;
  min-width: 500px;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.login-form .create {
  margin-top: 50px;
}

a.helpLink.tiny {
  display: none;
}

h2 {
  font-size: inherit;
}

.social {
  display: none;
}

.intro {
  display: none;
  line-height: 1.5em;
}

#api>div.localAccount>div.entry>div.buttons {
  padding-bottom: 10px;
}

li.Password {
  display: inline-block;
}

div.error.itemLevel[aria-hidden="true"] {
  display: none;
}

div.error.itemLevel[aria-hidden="false"]+.textInput {
  border-color: red;
}


#attributeVerification .buttons.verify {
  padding-top: 10px;
}

button:disabled {
  background-color: transparent;
  color: #767676;
  cursor: not-allowed;
}

#email_ver_input {
  margin-bottom: 10px;
}

#attributeVerification #continue {
  margin-right: 10px;
}

button#SandvikAzureADV2 {
  background-color: #E6E6E6;
  color: #101010;
}

button#SandvikAzureADV2:hover {
  background-color: #b9b9b9;
}

#attributeList>ul>li.TextBox {
  display: table;
  margin-bottom: 10px;
  margin-top: 10px;
}

.divider {
  display: none;
}

.social {
  padding-bottom: 30px;
}

.social .intro {
  padding-bottom: 10px;
}

.rememberMe label {
  /* background: url(https://mibp2b2c.blob.core.windows.net/mibp2b2c/custom-checkbox.svg) 0 0 no-repeat; */
  display: inline-block;
  min-height: initial;
}

input[type="checkbox"] {
  width: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: 200;
  font-size: 18px;
  text-transform: none;
  cursor: pointer;
  transition: none;
  min-height: initial;
}

input[type="button"],
button {
  box-sizing: border-box;
  min-height: 40px;
  line-height: 40px;
  background-color: #1441F5;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 0 18px;
  text-align: center;
  margin-right: 20px;
  border-radius: 3px;
  border:none;
}

input[type="button"]:hover,
button:hover {
  background-color: #327DFF;
}

button#cancel{
  background-color: #E6E6E6;
  color: #101010;
}

button#cancel:hover {
  background-color: #b9b9b9;
}

button#continue:disabled,
button#emailVerificationControl_but_send_code:disabled {
  color:#9D9D9D;
  background-color: #DADADA;
}

p {
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 724px) {

  html,
  body {
    min-width: auto;
  }

  #topBarContent {
    padding-left: 25px;
    padding-right: 25px;
  }

  #contentWrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  #content {
    margin-top: 100px;
  }

  .push {
    display: flex ! important;
    flex-direction: column;
  }

  .push img {
    margin-bottom: 10px ! important;
    width: 100%;
  }

  .push #learnmore1 {
    margin-top: 1em;
  }

  .buttons button {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  li.TextBox,
  li.Password {
    width: 100%;
  }

}

@media (min-width: 724px) and (max-width: 1124px) {
  #topBarContent {
    padding-left: 50px;
    padding-right: 50px;
  }

  #contentWrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  #content {
    margin-top: 130px;
    max-width: 600px;
  }
}

@media (min-width: 1124px) {

  #topBarContent,
  .page-width {
    width: 1182px;
    margin: 0 auto;
  }

  #contentWrapper {
    max-width: 1182px;
    margin: 0 auto;
  }

  #content {
    margin-top: 120px;
    max-width: 1182px;
  }

  .intro {
    max-width: 1126px;
  }

}

input:focus {
  outline: 0;
}

#header h1 {
  margin-top: 50px;
  line-height: 45px;
  margin-bottom: 20px;
  color: #101010;
  font-size: 40px;
  font-weight: 200;
}

#header h1::first-line {
  color: #101010;
}

#loginMessage {
  margin-top: 30px;
  margin-bottom: 20px;
}

#error {
  box-sizing: border-box;
  border: 1px solid #F54B00;
  padding: 15px;
  width: 100%;
  display: block;
  margin-top: 50px;
  margin-bottom: 50px;
}

#miningTopBar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 62px;
  /* background-color: #282828;
  border-bottom: 1px solid #111; */
  vertical-align: middle;
  line-height: 62px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 3px 2px rgb(0 0 0 / 20%);
}

#miningTopBar #logo {
  vertical-align: middle;
  margin-bottom: 4px;
  height: 30px;
  /* margin-left: 20px;
    top: 15px; */
  margin-left: 21px;
  top: 17px;
  position: absolute;
}

label {
  margin-top: 20px;
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  color: #101010;
}

input {
  box-sizing: border-box;
  min-height: 42px;
  background-color: #fff;
  border: 1px solid #DADADA;
  font-size: 15px;
  color: #101010;
  padding: 5px 10px;
  width: 100%;
  border-radius: 3px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #101010;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #fff;
}

#passwordRecovery {
  margin-top: 7px;
}

a {
  border-bottom: 1px solid #DADADA;
  color: #101010;
  text-decoration: none;
  transition: color 162ms ease, border 162ms ease, background 162ms ease, opacity 162ms ease;
}

a:hover {
  border-bottom-color: #6F6F6F;
}

#introduction {
  display: none;
}

#footer {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .push {
    display: block;
    clear: both;
  }
}

/*Uncomment this stop support two pushes*/
/*@media (min-width: 1024px) {
.push {
    display: inline-block;
    width: 50%;
}
}*/

.push {
  padding-top: 10px;
}

.push img {
  float: left;
  height: 120px;
  width: 202px;
  vertical-align: text-top;
  margin-right: 10px;
  margin-bottom: 100px;
}

.push a {
  display: inline;
}

.push span {
  display: block;
}

input#password {
  margin-bottom: 10px;
}

a#createAccount {
  margin-left: 10px;
}

.error {
  color: red;
}

.buttons {
  padding-top: 10px;
  padding-bottom: 10px;
}


div[data-name='SelfAsserted'] .attrEntry #email_intro {
  display: none ! important;
}

div[data-name='SelfAsserted'] .attrEntry.validate #email_intro {
  display: block ! important;
}

.attr ul li {
  list-style-type: none;
}

.b2c_1_murp p {
  font-size: 18px;
  font-weight: 200;
}

.b2c_1_murp .verificationErrorText,
.b2c_1_murp #email_success {
  font-size: 18px;
  font-weight: 400;
}

.custom-texts {
  display: none;
}

#email_ver_but_edit {
  display: none !important;
}

/*.b2c_1_murp #continue:not(:disabled) {
  border-color: #DADADA;
  color: #101010;
  border-width: 2px;
}*/

.b2c_1_murp #email_ver_but_edit {
  display: none ! important;
}

.b2c_1_murp .verificationInfoText {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
  margin-top: 26px;
}

.b2c_1_murp .verificationInfoText:not([aria-hidden=true]) {
  display: block ! important;
}

.b2c_1_murp #requiredFieldMissing {
  font-size: 18px;
  font-weight: 400;
}

.signup-page #requiredFieldMissing {
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
}

input.readonly {
  background: #f8f8f8;
  color: #767676;
  border-color: #cdcdcd;
}

#passwordInfoArea {
  justify-self: flex-end;
  width: 41%;
  float: right;
  display: none;
}

.b2c_1_murp.choose-new-password #passwordInfoArea {
  display: block;
}

#passwordInfoArea .aside.right {
  padding: 20px 25px 0 25px;
  border: 1px solid #DADADA;
  margin: 5px 0 18px 35px;
  float: right;
  /* width: 50%; */
}

.aside.right h3 {
  margin-bottom: 10px;
  color: #101010;
  font-weight: 400;
  font-size: 1em;
  font: 18px/26px "Sandvik Sans", Helvetica, Arial, sans-serif;
}

#passwordInfoArea ul {
  margin-bottom: 24px;
  list-style: none;
}

#passwordInfoArea ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

#passwordInfoArea ul li:before {
  position: absolute;
  margin-right: 10px;
  margin-left: -20px;
  content: "– ";
}


#newPortalPasswordResetNotice h2 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
}

#newPortalPasswordResetNotice p {
  font-size: 18px;
  font-weight: 300;
}

#newPortalPasswordResetNotice>div {
  padding: 22px 27px;
  border: 1px solid #DADADA;
}

#newPortalPasswordResetNotice>div h2:first-child {
  margin-bottom: 8px;
  color: #101010;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
}

#newPortalPasswordResetNotice>div h2+h2 {
  margin-bottom: 8px;
  color: #101010;
  font-weight: 200;
  font-style: normal;
  font-size: 22px;
  line-height: 26px;
  text-transform: none;
}


#mysandvik-debug {
  margin-top: 2em;
}

#mysandvik-debug strong {
  display: block;
  margin-bottom: 8px;
}

#mysandvik-debug table {
  border: 1px solid #eee;
  border-collapse: collapse;
}

#mysandvik-debug table th,
#mysandvik-debug table td {
  vertical-align: top;
  border: 1px solid #eee;
  border-collapse: collapse;
  padding: 2px;
}


/* CUSTOM select */

.custom-select-container {
  position: relative;
}


@media (min-width: 724px) {
  #mibpCountry {
    max-width: 390px;
  }
}

select.replaced {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 40px;
  border: 0;
  line-height: 40px;
  opacity: 0;
}

.custom-select {
  color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-weight: 200;
  text-transform: none;
}

.custom-select>span {
  display: block;
  position: relative;
  padding: 0 40px 0 0;
  border: 1px solid #DADADA;
  background: #fff url(https://portal.my.sandvik/assets/images/custom-select-arrow.svg) no-repeat 100% 50%;
  font-size: 18px;
  line-height: 40px;
  border-radius: 3px;
}

.custom-select span span {
  display: block;
  height: 40px;
  overflow: hidden;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #DADADA;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-container select {
  font-size: 18px;
}

.custom-select>span::after,
.page--light .custom-select>span::after {
  background-image: url(https://portal.my.sandvik/assets/images/custom-select-arrow.svg);
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: 0 50% no-repeat;
  content: "";
  opacity: 0;
  transition: opacity 162ms ease;
}

.mibp-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    transition: stroke .15s ease;
    stroke: #FF824B;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#newResetPassword a {
  border-bottom: none;
}

#newResetPassword .mibp-icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}

#newResetPassword a span {
  text-decoration: underline;
}
