a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'FS Joey';
  src: url(../fonts/FS_Joey); }

@font-face {
  font-family: 'FS Joey';
  src: url(../fonts/FS_Joey-Bold);
  font-weight: bold; }

@font-face {
  font-family: 'Myriad Pro';
  src: url(../fonts/MyriadPro-Regular); }

p {
  font-family: 'Myriad Pro';
  font-size: 18px;
  color: #8C8989;
  margin-bottom: 30px;
  margin-top: 25px;
  line-height: 20px; }

h1 {
  font-family: 'FS Joey';
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #5FCCF7; }

h1 + h1 {
  color: #562772;
  font-family: 'FS Joey';
  font-weight: bold; }

h2 {
  font-family: 'FS Joey';
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #562772;
  padding-bottom: 30px; }

h3 {
  font-family: 'FS Joey';
  font-size: 18px;
  font-weight: bold;
  color: #585858; }

.item-title {
  font-family: 'FS Joey';
  font-weight: bold; }

.item-info {
  font-family: 'Myriad Pro'; }

hr {
  border-top: 5px solid #5FCCF7;
  margin-bottom: 30px;
  border-bottom: none;
  border-left: none;
  border-right: none; }

body {
  font-family: 'Myriad Pro'; }

header {
  width: 100%;
  position: fixed;
  height: 70px;
  background-color: #562772;
  top: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center; }
  header div {
    display: flex;
    align-items: center;
    height: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    header div img {
      height: 100%; }

.wrapper {
  width: 630px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px; }

section {
  border-top: 5px solid #EEECEC;
  padding: 46px 10px; }

.bottom-wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-top: 50px; }
  .bottom-wrapper .report-header {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    background-color: #562772;
    height: 83px;
    display: flex;
    align-items: center; }
    .bottom-wrapper .report-header h3 {
      color: #FFFFFF;
      text-align: center;
      width: 100%;
      padding: 10px 0px;
      display: block;
      font-size: 24px; }
  .bottom-wrapper .report-body {
    background-color: #EEECEC;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    padding: 35px 115px; }
    .bottom-wrapper .report-body h4 {
      color: #562772;
      font-size: 24px;
      font-weight: bold;
      font-family: 'FS Joey';
      line-height: 25px;
      margin-bottom: 5px; }
    .bottom-wrapper .report-body p {
      color: #8C8989;
      font-size: 18px;
      font-family: 'Myriad Pro';
      margin-top: 5px;
      margin-bottom: 18px;
      line-height: 21.6px; }

input[type="number"] {
  border: 1px solid #5FCCF7;
  border-radius: 12px;
  height: 48px;
  width: 300px;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 18px;
  font-family: 'Myriad Pro';
  color: #8C8989;
  position: relative;
  margin-bottom: 25px;
  margin-top: 10px; }

input[type="number"].input-money {
  background-image: url(../images/euro.png);
  background-repeat: no-repeat;
  background-position: 10px 6px;
  padding-left: 40px; }

input[type="number"]:focus {
  outline: none;
  border: 1px solid #F59C00; }

button {
  background-color: #F59C00;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'FS Joey';
  border: none;
  border-radius: 6px;
  min-width: 168px;
  height: 43px; }

button:hover {
  background-color: #dc8c00;
  cursor: pointer; }

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #8C8989;
  font-family: 'Myriad Pro';
  font-size: 18px; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #5FCCF7;
  border-radius: 3px; }

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  border: 1px solid #F59C00; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #5FCCF7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
