/* line 1, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
/* line 15, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal-content {
  background-color: #fffac0;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 1em;
  width: 70%;
  /* Could be more or less, depending on screen size */
  border-radius: 4px;
  box-shadow: 0px 0px 1px 1px #b7b38c;
}

/* line 24, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal-header {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #93620373;
}

/* line 29, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal-header .title {
  font-size: 12pt;
  font-weight: bold;
}

/* line 34, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal-body {
  padding-top: 1em;
}

/* line 38, /home/sites/regolo/regolo-dev.coopi.net/app/assets/stylesheets/modal.scss */
.modal-footer {
  text-align: right;
  padding-top: 2em;
}
