@page {
  size: A4 portrait;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}
.header {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  /* overflow: hidden;*/
  padding: 0.7rem;
}
.header .header-logo {
  align-self: left;
  flex: 1;
}
.header .header-date {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  flex: 1;
}
.request-list {
  min-height: 700px;
}
.page-container {
  height: 220mm;
}
.content-container {
  max-width: 960px;
  margin: auto;
}
.content-block {
  margin-top: 1rem;
}
.content-block .content-block-header {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #bbb;
}
.content-block .content-block-content {
  margin-top: 0.5rem;
}
.banner {
  background-color: #08B2E3;
}
.banner .banner-header-container {
  margin: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.banner .banner-header-container h1 {
  color: #ffffff;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  text-align: center;
  font-size: 3.5rem;
  padding-bottom: 0.5rem;
  display: block;
}
.banner .banner-header-container h1 small {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  text-shadow: none;
  margin-top: 0.5rem;
}
footer {
  background-color: #282324;
  color: #eeeeee;
  height: 50mm;
  font-size: 0.8rem;
}
footer .footer-text {
  padding-top: 2rem;
  padding-left: 1rem;
  color: #dddddd;
}
footer .footer-text .footer-header {
  font-weight: bold;
  font-size: 1.2rem;
  color: #eeeeee;
}
footer p {
  margin-bottom: 1rem;
}
footer button {
  background-color: #58595b;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 1rem;
  border: none;
  color: #ffffff;
}
/* Common */
.hidden {
  display: none;
}
button.button-press {
  outline: none;
  color: #fff;
  background-color: #6496c8;
  border: none;
  border-radius: 15px;
  box-shadow: 0 0.4rem #27496d;
  font-size: 1rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
}
button.button-press:hover {
  background-color: #417cb8;
}
button.button-press:focus {
  background-color: #417cb8;
  box-shadow: 0 0.2rem #27496d;
  transform: translateY(0.2rem);
}

.strike td {
  text-decoration: line-through;
}
.body {
  overflow-y: scroll;
}
.recruitment-processes-list .recruitment-process {
  border: 1px solid black;
  border-radius: 5px;
  padding: 10px;
}

/**
 * angular-ui-notification - Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
 * @author Alex_Crack
 * @version v0.3.6
 * @link https://github.com/alexcrack/angular-ui-notification
 * @license MIT
 */
.ui-notification{position:fixed;z-index:9999;width:300px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;color:#fff;border-radius:0;background:#337ab7;box-shadow:5px 5px 10px rgba(0,0,0,.3)}.ui-notification.clickable{cursor:pointer}.ui-notification.clickable:hover{opacity:.7}.ui-notification.killed{-webkit-transition:opacity ease 1s;-o-transition:opacity ease 1s;transition:opacity ease 1s;opacity:0}.ui-notification>h3{font-size:14px;font-weight:700;display:block;margin:10px 10px 0;padding:0 0 5px;text-align:left;border-bottom:1px solid rgba(255,255,255,.3)}.ui-notification a{color:#fff}.ui-notification a:hover{text-decoration:underline}.ui-notification>.message{margin:10px}.ui-notification.warning{color:#fff;background:#f0ad4e}.ui-notification.error{color:#fff;background:#d9534f}.ui-notification.success{color:#fff;background:#5cb85c}.ui-notification.info{color:#fff;background:#5bc0de}