
/* Used for the modal display */
/* Not needed if fileWarning and linkWarning are set to false */


.modalBG {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: .8;
  z-index: 102;
}

.modal-dialog {
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0 0 20px 0 #222;
  -webkit-box-shadow: 0 0 20px 0 #222;
  -moz-box-shadow: 0 0 20px 0 #222;
  display: none;
  left: 50%;
  margin: -120px 0 0 -160px;
  padding: 20px;
  position: fixed;
  top: 50%;
  z-index: 1000;
}

.exLinkButton {
  bottom: 10px;
  border-radius: 3px;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  width: 60px;
  position: relative;
  bottom: 5px;
  float: right;
  margin-right: 15px;
  cursor: pointer;
}
