#header-brand a.navbar-brand {
  text-transform: none;
}

#header-brand img.logo {
  max-height: 100px;
}

#header-menu {
  visibility: hidden;
}

.bg-secondary {
  background-color: #FFE800 !important;
  .text-white {
    color: black !important;
  }
}

.crm-container .crm-button {
    display: inline-block;
    font-weight: normal;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: .5rem;
    padding-right: 0.5rem;
    padding-top: .5rem;
    padding-bottom: 0.5rem;
  	border: none;
  	color: #000;
  	background-color: #eae053;
  	border-radius: 3px;
  	box-sizing: border-box;
  	line-height: 1;
  	cursor: pointer;
    text-shadow: none;
}

.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container .ui-dialog-buttonset .ui-button, .crm-container .crm-button{
  display: inline-block;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: 0.5rem;
  padding-top: .5rem;
  padding-bottom: 0.5rem;
  border: none;
  color: #000;
  background-color: #eae053;
  border-radius: 3px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
}

.bg-primary {
    background-color: #FFE800 !important;
    .text-white {
      color: black !important;
    }
}

.crm-form-checkbox {
  margin-right: 10px;
}

#page-footer {
    box-shadow: none;
}
.crm-container .help {
  background-color: rgba(62, 166, 206, 0.2);
  border: rgb(62, 166, 206);
}

.crm-actionlinks-top {
  display: none;
}
