.form-check-input {
  height:40px;
  width:40px;
}

.xcrud-column.xcrud-action {
  text-transform: uppercase;
}
.clear {
  clear: both;
}
.progress-bar-text {
  position: absolute; 
  text-align: center; 
  line-height: 20px; 
  overflow: hidden; 
  color: #fff; 
  right: 0; 
  left: 0; 
  top: 0;
  font-weight: bold;
}

.progress {
  height: 25px;
}
.radios_without_circle [type='radio'] {
  display: none; 
  }
div#undeliverable-options-buttons button:active {
  background: red;
}
div#undeliverable-options-buttons button:focus {
  background: red;
}
.loading {
  display: none;
}
strong#pod {
  /*color: red;*/
}
#display_error {
  display: none;
}
#display_message {
  display: none;
}
span.circle_red {
  background: #d9534f;
  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_warning {
  background: #ffc107;
  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: #5cb85c;
  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: 380px;
  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-bottom: 1rem;
    color: #5a5a5a;
  }
  textarea#deliveryNotes {
    height: 30em;
    /*width: 50em;*/
  }
}

@media only screen and (max-height: 400px) {
  .fixed-bottom {
    position: static;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  textarea#deliveryNotes {
    height: 30em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 540px) {
  textarea#deliveryNotes {
    height: 13em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 414px) {
  textarea#deliveryNotes {
    height: 15em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 411px) {
  textarea#deliveryNotes {
    height: 14em;
    /*width: 50em;*/
  }
  textarea#undeliverableCommentsTextarea {
    height: 3em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 375px) {
  html,
  body {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #5a5a5a;
  }
  textarea#deliveryNotes {
    height: 15em;
    /*width: 50em;*/
  }
  textarea#undeliverableCommentsTextarea {
    height: 10em;
    /*width: 50em;*/
  }
}
@media only screen and (max-width: 320px) {
  html,
  body {
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #5a5a5a;
  }
  textarea#deliveryNotes {
    height: 15em;
    /*width: 50em;*/
  }
  textarea#undeliverableCommentsTextarea {
    height: 3em;
    /*width: 50em;*/
  }
}
