
.navbar-brand {
  font-family: 'Oswald';
  font-size: 18px;
  padding: 20px 15px 15px 15px;
}

.inline-select {
    display: inline-block;
    width: auto;
    margin-right: 5px; 
}

.top-gradient {
  border-top: 1px solid #fff;
  width: 100%;
  height: 42px;
  background-image: url(../img/grad.png);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
}

.growl {
  position: absolute;
  top: 80px;
  right: 40px;
  width: 300px;
}

.title-label {
  font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  height: 30px !important;
}

.ministry {
  width: 160px;
  margin: 0px 5px 5px 0px;
}

.input-feedback {
  background-color: #F6BABA;
}

.consent ol {
    padding-left: 1.3rem;
}
.consent li {
    margin-bottom: 1rem;
    padding-left: 1rem;
}
.consent .inline-input {
    width: 25rem;
    display: inline-block;

}
.consent canvas {
    /*cursor: crosshair;*/
    border: 2px solid #bbb;
}

.my-5 {
  margin-top: 3rem;
}

.subtitle-img {
  position: relative;
  top: -10px;
  display: inline-block;
}
@media (min-width: 440px) {
  .subtitle-img {
    position: absolute;
    top: 20px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .nav-layout-sidebar a {
    padding: 5px !important;
  }
  .layout-sidebar {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .nav-layout-sidebar-skip {
    display: none !important;
  }
  .navbar-brand {
    padding: 10px 5px 5px 5px;
    min-height: 60px;
  }
  .navbar-brand-img {
    height: 96px !important;
  }
  header li a {
    margin: 0 !important;
    padding: 0 !important;
  }
  ul.navbar-nav {
    position: absolute !important;
    margin: 0 !important;
    padding: 0 !important;
    top: 5px !important;
    right: 5px !important;
  }
  ul.navbar-nav li {
    padding-bottom: 8px !important;
  }
  .top-gradient {
    display: none;
  }
  .account-wrapper {
    width: 350px !important;
  }
}