@font-face {
  font-family: 'avenir';
  src: url("/meldpunt/javax.faces.resource/fonts/AvenirLTStd-Roman.otf.xhtml");
}
body {
  font-family: avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a,
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
.ui-dialog-titlebar a {
  padding: 9px !important;
}
.inlineRadioButtons label {
  display: inline;
}
.form-horizontal .control-label {
  text-align: left;
}
fieldset.styled {
  border: 1px groove #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}
legend.styled {
  font-weight: bold;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}
.required:after {
  content: "*";
  color: #f7941e;
  padding-left: 5px;
  font-size: 14px;
  vertical-align: text-top;
}
.control-label.required:after {
  content: "*";
  color: #f7941e;
  padding-left: 5px;
}
label {
  font-weight: 400;
}
.ui-state-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.alert .glyphicon {
  display: table-cell;
}
.alert div {
  padding-left: 5px;
  display: table-cell;
}
.ui-accordion-header.ui-state-default:after {
  font-family: 'Glyphicons Halflings';
  float: right;
  color: #f7941e;
}
.ui-accordion-header.ui-state-default:after {
  content: "\e080";
}
.ui-accordion-header.ui-state-active:after {
  content: "\e114";
}
.navigation-btn-row {
  margin-top: 1.5em;
}
.btn {
  white-space: normal;
}
.btn-lg {
  font-size: 18px !important;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.nav > li > a {
  display: initial;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #FFF;
  font-weight: bold;
  background-color: initial;
}
.navbar {
  min-height: initial;
  margin-bottom: 0px;
  min-height: 40px;
}
.nav {
  padding: 10px 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fcb040;
}
ul li a:hover {
  text-decoration: none;
}
.btn-back,
.btn-back:hover,
.btn-back:active,
.btn-back:focus {
  background-color: transparent;
  color: #333333;
  border-color: #f7941e;
}
.btn-forward,
.btn-forward:hover,
.btn-forward:active,
.btn-forward:focus {
  background-color: transparent;
  color: #333333;
  border-color: #8cc63f;
}
.has-error .form-control-feedback {
  color: #f7941e;
}
.has-error .form-control {
  border-color: #f7941e;
}
.btn-warning {
  background-color: #fcb040;
  border-color: #f7941e;
}
.login-accordion {
  margin-top: 2em;
}
.pagination > li > a,
.pagination > li > span {
  color: #757679;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fcb040;
  border-color: #f7941e;
  pointer-events: none;
}
a:focus {
  outline: none;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: initial;
}
.ui-state-error.form-control.required {
  border-color: #f7941e !important;
}
.has-error .form-control:focus {
  border-color: #f7941e;
}
input.hasDatepicker.ui-state-error {
  border-color: #f7941e !important;
}
