.modal-dialog {
  margin: 0; }

.modal.fade .modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 320px;
  height: auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.modal-sm {
  width: 300px; }

.modal-md {
  width: 600px; }

.modal-lg {
  width: 900px; }

.modal-xl {
  width: 1200px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #8A9BA6; }

.modal-backdrop.in {
  filter: alpha(opacity=70);
  opacity: .7; }

.nav-wrapper.overlay,
.main-wrapper.overlay {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.modal.modal-inverse .modal-content {
  background: #14243C;
  border: transparent; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 0px;
  outline: 0; }

.modal-header {
  min-height: 16.42857143px;
  background-color: #fff;
  /* -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;*/
  border-top-left-radius: 0px;
  border-top-right-radius: 0px; }

.modal-header .modal-close {
  float: right;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  font-size: 18px;
  color: #C6C6C6;
  cursor: pointer;
  -webkit-transition: linear .05s;
  -o-transition: all linear .05s;
  transition: all linear .05s; }

.modal-header .modal-close:hover {
  color: #8A9BA6; }

.modal-header .modal-close i {
  line-height: 26px; }

.modal-title {
  margin-top: 10px;
  line-height: 1;
  color: #14243C;
  font-size: 28px;
  font-weight: 300;
  text-transform: capitalize; }

.modal-footer {
  padding: 15px;
  text-align: right;
  background-color: #f6f7f9; }

.modal-content-footer {
  padding-top: 15px;
  text-align: right; }
