.info-preview-box * {
  font-family: 'Myriad Pro', 'Curier';
}

.info-preview-box {
  background: rgba(0, 0, 0, 0.5);
  min-width: 750px;
  width: auto;
  min-height: 350px;
  height: auto;
  overflow: hidden;
  padding: 14px;
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0, 0.8);
  margin-left: 0px !important;
  position:  fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  transition: none;
  right: auto !important;
  bottom: auto !important;
  font-family: 'Myriad Pro', 'Curier';
}

.info-preview-content, .info-preview-box {
  border-radius: 10px !important;
}

.info-preview-box .info-overview {
  height: auto;
}

.info-preview-content {
  background-color: rgba(255, 255, 255, 1);
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  font-family: 'Myriad Pro', 'Curier';
  min-height: 350px;
}

.info-preview-box a:hover {
  color: #333;
}

.info-preview-content .modal-header .modal-title {
    /*margin: auto !important;*/
    line-height: normal !important;
    font-family: 'Myriad Pro', 'Curier';
}

/*.modal-backdrop {
    position: inherit !important;
    background-color: transparent !important;
    display: none !important;
    visibility: hidden;
}*/
.modal-backdrop {
    /*background-color: transparent !important;*/
    background-color: rgba(255, 255, 255, 0.4)
}

.modal-title {
    width: 100%;
    margin: 10px 0px;
}

.modal-header {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.modal-body {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    height: 100%;
    font-family: 'Myriad Pro', 'Curier';
}

.info-modal-content {
  height: 100%;
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
  font-family: 'Myriad Pro', 'Curier';
}

.info-preview-box .close-box {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent url(/images/img_close.png) no-repeat 0 0;
    cursor: pointer;
}

body.modal-open {
  width: 100%;
  padding-right: 0 !important;
  overflow-y: scroll !important;
}

.modal .modal-header .icon-overlay {
  top: auto;
  left: auto;
}

.header-icon {
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  position: absolute;
}