* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "SaunaPro";
  src: url("../fonts/saunapro-regular.eot");
  src: local("Sauna Pro"), local("SaunaPro-Regular"), url("../fonts/saunapro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/saunapro-regular.woff") format("woff"), url("../fonts/saunapro-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; 
}


html {
  background: none;
  display: block;
}

body, html {
  height: 100%;
  display: block;
  margin: 0;
}

body {
  font-family: "Calibri W02 Light", Helvetica, Arial, sans-serif;
  background-attachment: fixed;
  background-color: #f6f6f6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #333333;
}

.imprint-da:lang(da),
.imprint-en:lang(en),
.imprint-de:lang(de),
.imprint-sv:lang(sv) {
    display: inherit !important;
}

.imprint {
    display: none;
}

header {
  left: 0;
  padding: 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(109, 110, 113, 0.3);
  font-weight: bold;
}

.innerheader{
  padding-left: 24px;
  height: 64px;
  box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.08)
}

.innerheader img{
  height: 64px;
}

p {
  margin: 0px;
}

:focus, a:focus {
  outline: none;
}

input, select {
  border: 2px solid #7F7F7F;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  width: 100%;
  height: 48px;
  text-indent: 24px;
  border-radius: 4px;
  background: #FFF;
}

input[type=password], input[type=text], input[type=email], select {
  border: 2px solid #7F7F7F;
}


input[type=password]:hover, input[type=text]:hover, input[type=email]:hover, select:hover {
  border: 2px solid #404040;
}

input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, select:focus {
  border: 2px solid #009CA6;
}

input[type=password]:disabled, input[type=text]:disabled, input[type=email]:disabled, select:disabled {
  border: 2px solid #BFBFBF;
  color: #BFBFBF;
}

ul {
  padding: 0;
}

h1,
h2 {
  color: #404040;
  font-family: SaunaPro, Helvetica, Arial, sans-serif;
  font-size: 30px; 
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}


#contentDialog h1 {
  margin-top: 0;
}

.container {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  background-color: rgb(246, 246, 246);
  text-align: left;
}

.container p{
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#attributeList ul li .attrEntry div {
  color: #7F7F7F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#contentDialog {
  min-height: 300px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  padding: 32px 40px 32px 40px;
  position: relative;
  box-shadow: 0px 6px 16px -2px rgba(0, 0, 0, 0.08);
}

#dialogFooter{
  text-align: center;
}

#dialogFooter #cancelSignIn{
  color: #EE2A20;

}

.textDevider{
  margin-top: 24px;
  margin-bottom: 24px;
}

.textDevider h2{
  width: 100%; 
  text-align: center; 
  border-bottom: 1px solid #E0E0E0; 
  line-height: 0.1em;
  margin: 10px 0 20px; 
  font-weight: 100;
  font-size: medium;
  font-family: "Calibri W02 Light", Helvetica, Arial, sans-serif;
}

.textDevider span {
  background:#fff; 
}

#attributeList ul {
  padding: 0;
}
#attributeList ul li {
  list-style: none;
  margin: 0;
}

#attributeList ul li label {
  float: left;
  display: none !important;
}
#attributeList ul li.CheckboxMultiSelect label,
#attributeList ul li.RadioSingleSelect label {
    display: block !important;
}

#attributeList ul li input {
  outline: none;
  text-indent: 20px;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
}
#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 20px;
}
#attributeList ul li .attrEntry.validate input:invalid, #attributeList ul li .attrEntry.validate input.invalid {
    border: 1px solid #bb0000;
}
#attributeList ul li .attrEntry .verify {
    margin-top: 2rem;
    padding-bottom: 10px;
    position: relative;
}
#attributeList ul li .attrEntry .verify #email_ver_but_send {
  width: 60%;
  height: 50px;
  background-color: #296ec6;
  color: white;
  border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_send:hover {
  background-color: #1662c7;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify {
    width: inherit;
    padding: 0px 20px;
    height: 50px;
    background-color: #296ec6;
    color: white;
    margin-right: 5px;
    border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_verify:hover {
  background-color: #1662c7;
}
#attributeList ul li .attrEntry .verify #email_ver_but_resend {
    width: inherit;
    padding: 0px 20px;
    border: 0;
    font-size: 1em;
    height: 50px;
    right: 0;
    bottom: -38px;
    background-color: #296ec6;
    color: white;
    border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_resend:hover {
  background-color: #1662c7;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit {
  border: none;
  color: white;
  background-color: #296ec6;
  width: 60%;
  height: 50px;
  border-radius: 0.5rem;
}
#attributeList ul li .attrEntry .verify #email_ver_but_edit:hover {
  background-color: #1662c7;
}

#attributeList ul li .attrEntry .itemLevel {
  display: none;
}
#attributeList ul li .attrEntry .dropdown_single {
    height: 45px;
    border-radius: 0.5rem;
    width: 100%;
    padding-left: 15px;
    box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
}
#attributeList ul li .attrEntry .dropdown_single option:first-child {
    display: block !important;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date {
  display: table;
  width: 100%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth.date select {
  border-radius: 0.5rem;
  display: table-cell;
  height: 50px;
  box-shadow: 0px 2px 10px rgba(0,0,150,0.15);
  padding-left: 15px;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_day.day {
  margin-right: 3%;
  width: 23%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_month.month {
  margin-right: 3%;
  width: 38%;
}
#attributeList ul li .attrEntry div#cpiminternal_dateOfBirth select#cpiminternal_dateOfBirth_year.year {
  width: 33%;
}
#attributeList ul li .helpLink {
  display: none;
}

#attributeVerification .error {
  color: #bb0000;
  text-align: left;
  margin-bottom: 5px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

label {
  font-weight: 600;
}


.buttons {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.buttons button{
  width: 100%;
  height: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.buttons #continue:disabled {
  margin: 0 auto;
  opacity: .3;
  border-radius: 0.5rem;
  border: none;
  font-size: 1em;
}
.buttons #continue {
  margin: 0 auto;
  opacity: 1;
  border-radius: 0.5rem;
  border: none;
  font-size: 1em;
  box-shadow: 0 0px 30px 0px #dae1f7;
}
.buttons #continue:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

}

.buttons #cancel {
 display: none;
}


button .disabled {
  background-color: grey;
}


.accountButton, .buttons button {
  background-color: #009ca6;
  color: #fff;;
  -moz-border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  border-radius: 0.5rem;
  border: none;
  font-size: 1em;
  cursor: pointer;
  margin-top: 10px;
  white-space: normal;
}
.accountButton:hover, .buttons button:hover {
  border-color: #005F6C;
  border-style: solid;
  border-width: 2px;
}

.accountButton:active, .buttons button:active {
  background-color: #007D89;
  border-color: #005F6C;
  border-style: solid;
  border-width: 2px;
  }
  
.accountButton:focus, .buttons button:focus {
  background-color: #007D89;
  border-color: #005F6C;
  border-style: solid;
  border-width: 2px;
  }

.buttons button .disabled {
  color: #E0E0E0;
  background-color: #FFF;
  border-color: #BFBFBF;
  border-style: solid;
  border-width: 2px;
  }
 

/* Extra Small Screens (Mobile) */
@media only screen and (max-width: 600px) {
  /* CSS rules specific for extra small screens */
  #customerImage {
    display: none;
  }
  #contentDialog {
    margin-top: 0px;
    width: 100%;
  }
}

/* Small Screens (Tablets). Currently identical to extra small ones, but might be expanded upon in the future */
@media only screen and (min-width: 601px) and (max-width: 900px) {

  #customerImage {
    display: none;
  }

  #contentDialog {
    margin-top: 0px;
    width: 470px;
  }
}

/* Larger screens */
@media only screen and (min-width: 901px) {
  #contentDialog {
    width: 470px;
  }
}

/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #divider,
  #dialogFooter{
    display: none;
  }

}
