html{
  font-size:1rem !important;
}
body{
  font-family: Arial Narrow,Arial,sans-serif !important;
  font-size:1rem !important;
  color:black;
}
h1,h2,h3,h4,h5,h6{
  font-family: Arial Narrow,Arial,sans-serif !important;
}
footer{
  display:none;
}
a, a:hover, a:focus, a:active, a.active {
  color:black;
  text-decoration: underline;
}
.alert-info{
  color:black;
  background-color:#ecf5f9;
  border-color:transparent;
  border-radius:0;
}
.wizardBody{
  font-family: Arial Narrow,Arial,sans-serif !important;
}
.wizardFooter{
  border:none;
  background-color:white !important;
  color: #000;
}
.validation-summary-errors{
  color:red !important;
  background:white;
  border:1px red solid;
}
.jobShowContainer{
  font-family: Arial Narrow,Arial,sans-serif !important;
}

.btn, .btn-lg, .btn-group-lg>.btn {
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 0;
}
.btn-warning, .btn-warning:hover
{
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.kommunos-btn-add{
  font-size:13.5px;
}

.kommunos-btn-next,
.kommunos-btn-start,
.btn-success, 
.kommunos-btn-apply,
.kommunos-btn-back,
.kommunos-btn-add,
.btn-primary
{
  background-color:#ffe84f !important;
  color:#000 !important;
  transition:box-shadow .4s !important;
  border-color: #ffe84f !important;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, 
.btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, 
.btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus,
.kommunos-btn-next:active:hover, .kommunos-btn-next:focus, 
.kommunos-btn-start:active:hover, .kommunos-btn-start:focus, 
.kommunos-btn-back:active:hover, .kommunos-btn-back:focus,
.btn-success:hover,.btn-default:hover,
.btn-warning:hover,
.kommunos-btn-add:hover
.btn-primary:active:hover, .btn-primary:active:focus
{
  border-color:#ffd925 !important;
  box-shadow:0 7px 16px rgba(255,232,66,.79) !important;
  background-color:#ffd925 !important;
  color:#000 !important;
}
.required:before {
  color:black;
}