/* Bootbox */

.bootbox button {
  outline: none !important;
}
.bootbox.modal .modal-dialog .modal-content {
  border-radius: 6px;
  background-color: transparent;
}
.bootbox.modal .modal-dialog .modal-content .modal-header {
  background-color: #383838;
}
.bootbox.modal .modal-dialog .modal-content .modal-header .close {
  color: #fff;
  opacity: 0.6;
  text-shadow: 0 -1px 0 #000000;
  font-size: 24px;
  margin-top: -3px;
}
.bootbox.modal .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 0.9;
}
.bootbox.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  letter-spacing: .5px;
  color: #fff;
}
.bootbox.modal .modal-dialog .modal-content .modal-body,
.bootbox.modal .modal-dialog .modal-content .modal-footer {
  background-color: #fff;
}
.bootbox.modal .modal-dialog .modal-content .modal-footer {
  background-color: #fff;
}
.bootbox.modal .modal-dialog .modal-content > div:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.bootbox.modal .modal-dialog .modal-content > div:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.bootbox.bootbox-compact .modal-body {
  padding: 15px 15px;
}
.bootbox.bootbox-compact .modal-body .bootbox-body {
  font-size: 15px;
}
.bootbox.bootbox-compact .modal-body .bootbox-body h4 {
  font-family: Oswald, sans-serif;
  font-size: 18px;
}
.bootbox.bootbox-compact .modal-footer {
  padding: 15px;
}
.bootbox.bootbox-confirm .modal-dialog {
  margin: 0px auto;
  padding: 10px;
}
.bootbox.bootbox-confirm .bootbox-body {
  text-align: center;
}
.bootbox.bootbox-confirm .bootbox-body div.fa {
  font-size: 28px;
}
.bootbox.bootbox-confirm .bootbox-body .message {
  margin-top: 10px;
}
.bootbox.bootbox-confirm .modal-footer {
  border: none;
  text-align: center;
}
.bootbox.bootbox-confirm .modal-footer button {
  width: 100px;
}
.bootbox.bootbox-confirm.no-cancel .modal-footer button:first-child {
  display: none;
}
.bootbox.bootbox-confirm .bootbox-close-button {
  display: none;
}

