.events-page__content {
  padding-top: 40px; }

.event-header {
  position: fixed;
  top: 80px;
  left: 225px;
  right: 0;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px; }
  .event-header h3 {
    display: inline-block;
    margin: 0 20px 0 0; }
  .event-header__notes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .event-header__notes .event-header__notes__status {
      display: inline-block;
      margin: 0 20px 0 0; }

li ul.sub-menu {
  list-style-type: none;
  margin-left: 30px; }
  li ul.sub-menu li {
    color: white;
    position: relative; }
    li ul.sub-menu li a {
      padding-left: 7px;
      margin-left: 5px; }
      li ul.sub-menu li a:before {
        content: "-";
        position: absolute;
        left: -7px;
        margin-top: -2px; }

.well .btn, .btn.btn-primary {
  border-radius: 0;
  color: #120B04;
  background: #F5F28D;
  border: 1px solid #120B04;
  transition: all ease-in-out 0.3s; }
  .well .btn:hover, .btn.btn-primary:hover {
    background: #f1ed5e; }

.mb-3 {
  margin-bottom: 1em; }

.btn {
  border-radius: 0;
  border: 1px solid #120B04;
  transition: all ease-in-out 0.3s; }

a.btn {
  text-decoration: none !important; }

.btn-group .btn {
  margin-right: 4px; }

.form-control {
  border: 1px solid #120B04;
  border-radius: 0; }

p.task_rule {
  margin-bottom: 10px; }
  p.task_rule span {
    opacity: 0;
    transition: all ease-in-out 0.3s; }
  p.task_rule:hover span {
    opacity: 1; }

/*# sourceMappingURL=app.css.map */
