/* Header */
.header .navbar-brand {
    max-width: 300px;
}
.dropdown-menu {
    min-width: 20rem;
}

/* FormCraft Modal Request */
.modal {
  padding-right: 0 !important;
  margin-left: 0 !important;
}

.modal .bootstrap.nform ul#form_ul {
  padding: 0 !important;
}

/* modal Iframe */
.modalDialogIframe {
  max-width: 800px;
}
.modalIframe {
  width: 100%;
}
.modalWindowIframe {
  display: block;
  left: -99999px;
}

/* Custom Border */
.border-custom {
  border-top: 4px solid;
  border-bottom: 4px solid;
}