
.bmdRelatorios-modal {
}

.bmdRelatorios-modal-dialog {
  position: fixed;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 7%;
  margin-top: 2%;
  width: 90%;
  height: 90%;
  padding: 0;
  max-width: 98%;
}

.bmdRelatorios-modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  padding: 10px;
  background: #ffffff;
  border: 0;
}

/*.bmdRelatorios-modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0px;
  padding: 0px;
  background: #555555;
}*/ 


.bmdRelatorios-modal-body {
  position: absolute;
  top: 30px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  overflow: hidden;
  padding: 0;
}

.bmdRelatorios-modalButton {
  /* display: block;
  margin: 15px auto;
  padding: 5px 15px; */
}


.bmdRelatorios-modalContent {
  box-shadow: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*border: 4px solid #555555;*/
  /*border-radius: 0;*/
  box-shadow: none;
  padding: 0;
}

    .bmdRelatorios-modalContent .close {
        font-size: 30px;
        /*line-height: 30px;*/
        padding: 0px 0px 0px 0px;
        text-shadow: none;
        opacity: .7;
        margin-top: 0px;
        margin-left: 0px;
    }

.bmdRelatorios-modalContent .close span {
  display: block;
}

.bmdRelatorios-modalContent .close:hover,
.bmdRelatorios-modalContent .close:focus {
  opacity: 1;
  outline: none;
}

.bmdRelatorios-modalContent iframe {
  display: block;
  margin: 0 auto;
}

/* 

.close-button {
  overflow: hidden;
}

.modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
} 

.modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}
*/