1
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 10%;
  right: 0;
  bottom: 0;
  left: 40%;
  width: 800px;
  height:470px;
  margin-left: -280px;
  z-index: 1040;
  display: none;
  overflow: auto;
}

.modal.fade .modal-dialog {
 
}

.modal.in .modal-dialog {
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  outline: none;
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;

}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.modal-footer {
  padding: 0px;
  margin-top: 15px;
  text-align: right;

}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
 
}

.modal-dialog {
   outline: 0px;
}