.modal-danger .modal-header,
.modal-info .modal-header,
.modal-primary .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header {
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.modal-primary .modal-header {
  background: #6EBB25;
}

.modal-info .modal-header {
  background: #5bc0de;
}

.modal-success .modal-header {
  background: #256FBB;
}

.modal-warning .modal-header {
  background: #FDB13F;
}

.modal-danger .modal-header {
  background: #F44336;
}
/*# sourceMappingURL=modal.css.map */
