.clear {
    clear: both;
}
div#undeliverable-options-buttons button:active {
  background: red;
}

div#undeliverable-options-buttons button:focus {
  background: red;
}

strong#pod {
  color: red;
}

span.circle_red {
    background: red;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

span.circle_green {
    background: green;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


@media only screen and (max-width: 1980px) {
  html,
  body {
      height: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      color: #5a5a5a;
  }
  textarea#deliveryNotesTextarea {
    height: 30em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 1024px) {

  textarea#deliveryNotesTextarea {
    height: 30em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 540px) {

  textarea#deliveryNotesTextarea {
    height: 13em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 414px) {

  textarea#deliveryNotesTextarea {
    height: 15em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 411px) {

  textarea#deliveryNotesTextarea {
    height: 14em;
    /*width: 50em;*/
  }
  textarea#undeliverableCommentsTextarea {
    height: 10em;
    /*width: 50em;*/
  }
  
}
@media only screen and (max-width: 375px) {
  html,
  body {
      height: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      color: #5a5a5a;
  }
  textarea#deliveryNotesTextarea {
    height: 15em;
    /*width: 50em;*/
  }
  }
  textarea#undeliverableCommentsTextarea {
    height: 15em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 320px) {
  html,
  body {
      height: 100%;
      padding-top: 1rem;
      padding-bottom: 1rem;
      color: #5a5a5a;
  }
  textarea#deliveryNotesTextarea {
    height: 15em;
    /*width: 50em;*/
  }
  }
  textarea#undeliverableCommentsTextarea {
    height: 10em;
    /*width: 50em;*/
  }
}