.fullScreenBackground {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

  .fullScreenBackground.blue {
    background-image: url(../20170925_background.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .fullScreenBackground.green {
    background-image: url(../iSeriesPasswordBKGD.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.boxShadow {
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.7)
}

.rounded {
  border-radius: .1875rem;
}

.input-validation-error {
  background: #FCE4E8;
  /* Warning Default */
  border: 1px solid #E31C3D;
  box-sizing: border-box;
  border-radius: 3px;
  color: #E31C3D;
  margin-bottom: 0.2rem;
}

.validation-summary-errors {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #E31C3D;
  margin-bottom: 1rem;
}

  .validation-summary-errors ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 20px;
  }

.field-validation-error {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #E31C3D;
  margin-bottom: 1rem;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 28rem;
}

.logoTile {
  display: flex;
  background: white;
  justify-content: center;
  padding: 1rem;
}

.elementTile {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  border-top: 1px solid #d6d7d9;
  border-bottom: 1px solid #d6d7d9;
  padding: 1rem 1rem 0 1rem
}

  .elementTile > * {
    margin-bottom: 1rem;
  }

.infoTile {
  display: flex;
  flex-direction: row;
  background: white;
  padding: 1rem;
}

  .infoTile span #letteri {
    flex-grow: 0;
  }

  .infoTile div {
    flex-grow: 1;
    font-size: 80%;
    margin-left: 1rem;
  }

.commandTile {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  color: white;
  font-size: 80%;
  align-items: center;
}

  .commandTile.blue {
    background: #0071BC;
  }

  .commandTile.green {
    background: #4caf50;
  }

.submitButton {
  padding: 8px 12px;
  background-color: white;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 110%;
  height: 100%;
}

  .submitButton.blue {
    color: #0071BC;
  }

  .submitButton.green {
    color: #4caf50;
  }

  .submitButton[disabled=disabled],
  .submitButton:disabled {
    background-color: LightGrey;
  }

.cancelButton {
  padding: 8px 12px;
  background-color: transparent;
  border: none;
  color: white;
  font-weight: 600;
  font-size: 110%
}

.header {
  font-weight: 700;
  font-size: 140%;
}

.textBox {
  width: 100%;
  border: 0.0625rem solid #aeb0b5;
  padding: 1em .75em 1em .75em;
  box-sizing: border-box;
}

  .textBox:focus {
    box-shadow: 0 0 5px rgba(0, 113, 188, 0.7);
    outline: none;
  }

.fieldInfo {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  color: #5B616B;
}

div.consent {
  float: left;
  overflow-y: auto;
  height: 150px;
  left: 0px;
  right: 0px;
  top: 449px;
  bottom: 0px;
  background: #FFFFFF;
  color: #5B616B;
  padding-right: 10px;
  padding-left: 10px;
}

  div.consent h1 {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  div.consent p {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
  }

.checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  display: inline-block;
}

.checkbox label {
  color: #5B616B;
  position: relative;
  display: inline-block;
  /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
  padding-left: 22px;
  vertical-align: middle;
}

  .checkbox label::before,
  .checkbox label::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
  }

  /*Outer box of the fake checkbox*/
  .checkbox label::before {
    height: 16px;
    width: 16px;
    border: 1px solid;
    left: 0px;
    /*(24px line-height - 16px height of fake checkbox) / 2 - 1px for the border
     *to vertically center it.
     */
    top: 3px;
  }

  /*Checkmark of the fake checkbox*/
  .checkbox label::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 4px;
    top: 7px;
  }

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
  content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
  content: "";
}

mark {
  background-color: lightgrey;
  color: black;
  padding: 2px;
  font-family: Courier New, Courier, monospace
}

.input-label-wrapper {
  position: relative;
  margin-top: 1em;
}

  .input-label-wrapper label {
    color: grey;
    position: absolute;
    pointer-events: none;
    left: 0.75em;
    top: .875em;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }

  .input-label-wrapper input:focus ~ label, .input-label-wrapper input:not(:placeholder-shown) ~ label {
    top: -1.75em;
    font-size: 12px;
    background: none;
  }

.resultMessage {
  color: #0071bc;
  font-weight: bold;
}

.bottomMargin {
  margin: 0 0 1rem 0;
}

.actionButton {
  padding: 8px 12px;
  background-color: transparent;
  border: solid;
  border-width: thin;
  color: white;
  border-radius: 4px;
  font-weight: 600;
  font-size: 110%;
  height: 100%;
}

.disabledButton {
  padding: 8px 12px;
  background-color: transparent;
  border: solid;
  border-width: thin;
  color: rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-weight: 600;
  font-size: 110%;
  height: 100%;
}

div.idlePhone {
  background-image: url('../idlephone.svg');
  background-repeat: no-repeat;
  height: 72px;
  width: 72px;
}

div.ringingPhone {
  background-image: url('../ringingphone.svg');
  background-repeat: no-repeat;
  height: 72px;
  width: 72px;
}

div.failedPhone {
  background-image: url('../failedphone.svg');
  background-repeat: no-repeat;
  height: 72px;
  width: 72px;
}

div.answeredPhone {
  background-image: url('../answeredphone.svg');
  background-repeat: no-repeat;
  height: 72px;
  width: 72px;
}
