.info-box-text {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}

/* ------------------------------------- BOXES -------------------------------------*/
.bg-olive {
  background-color: gray !important;
}

.box.box-info {
  border-top-color: #00354c;
}

.box.box-solid.box-info{
  border:#00354c;
}

.box.box-solid.box-info > .box-header {
  color: #fff;
  background:#00354c;
  background-color: #00354c;
}

.box.box-warning {
  border-top-color: #c06000;
  border: 1px solid #c06000;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background:#c06000;
  background-color: #c06000;
}

.box.box-warning {
  border-top-color: #6AA84F;
  border: 1px solid #6AA84F;
}
