/* Side notes for calling out things
-------------------------------------------------- */
.jumbotron {
  background-color: #2271b1;
  color: #f0f0f1;
}

/* Base styles (regardless of theme) */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.bs-callout h4 {
  margin-top: 0;
}

.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}

.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}

.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}

span.mandatory {
  color: red;
  font-weight: bold;
  font-size: larger;
}

a.bttn {
  padding: 15px 35px;
  border-radius: 25px;
  margin-left: 20px;
  margin-bottom: 35px;
  background-color: white;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 19%);
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 19%);
}

a.bttn:hover {
  background-color: #f8f8f8;
  -webkit-box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
  box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 30%);
}
