<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-text-size-adjust: 100%;
}
body {
  width: 100%;
  height: 100%;
  background-color: #f7f6f5;
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #000;
}


/* HTML 5 --------------------------------------------------------------------------------------- */

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


/* General -------------------------------------------------------------------------------------- */

* {
  padding: 0;
  border: 0;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #3174ab;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition:    all 0.2s ease 0s;
  -o-transition:      all 0.2s ease 0s;
  transition:         all 0.2s ease 0s;
}
.no-touch a:hover,
          a:active,
.no-touch a:focus {
  color: #000;
}

ul {
  list-style-type: none;
}

table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}

h1, h2, h3, h4 {
  font-weight: normal;
  font-size: 16px;
}

label {
  cursor: pointer;
}

input,
select,
textarea,
button {
  font-family: 'Oxygen', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #000;
  outline: none;
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
textarea {
  overflow-y: auto;
  resize: none;
}
select,
button {
  cursor: pointer;
}

input.text,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:required {
  box-shadow: none;
}
input:invalid {
  box-shadow: none;
}
:not(output):-moz-ui-invalid {
  box-shadow: none;
}
input[type=text] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=number] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=email] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=tel] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=password] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
input[type=date] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-clear-button {
  display: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
  opacity: 1;
}
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #999;
}
:placeholder-shown {
  color: #999;
}
input:disabled {
  opacity: 1;
}


/* Screen --------------------------------------------------------------------------------------- */

#screen_container {
  width: 100%;
  height: 100%;
}


/* Header --------------------------------------------------------------------------------------- */

#header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #3174ab;
  color: #fff;
}

#header a.button {
  width: 40px;
  height: 40px;
  background-color: #3174ab;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
.no-touch #header a.button:hover,
          #header a.button:active,
.no-touch #header a.button:focus {
  background-color: #fff;
  color: #3174ab;
}
#header a.button span {
  display: none;
}
#header #button_home,
#header #button_back,
#header #button_logout {
  position: absolute;
  top: 10px;
}
#header #button_home,
#header #button_back {
  left: 10px;
}
#header #button_logout {
  right: 10px;
  padding-left: 3px;
}
#header #button_home:before   { content: '\f015'; }
#header #button_back:before   { content: '\f104'; }
#header #button_logout:before { content: '\f08b'; }

#header a#logo {
  width: 100%;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
#header #logo span.logo {
  width: 100px;
  height: 34px;
  display: inline-block;
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  margin: 0 13px 0 0;
}
#header #logo span.text {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  line-height: 60px;
  vertical-align: middle;
}
#header #logo span.text span {
  color: #d3cdc8;
}


/* Body ----------------------------------------------------------------------------------------- */

#body {
  padding: 80px 0 60px 0;
}
#body.no_footer {
  padding: 80px 0 0 0;
}

.screen {
  display: none;
}

.input_container,
.textarea_container,
.select_container {
  position: relative;
  padding: 0 10px 20px 10px;
}
.input_container    label,
.textarea_container label,
.select_container   label {
  display: block;
  line-height: 25px;
  margin: 0 0 10px 0;
}
.input_container    label span.required,
.textarea_container label span.required,
.select_container   label span.required {
  font-weight: bold;
  color: #e74c3c;
}
.select_menu {
  position: relative;
}
.input_container    input.text,
.textarea_container textarea,
.select_menu        select {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #fff;
  padding: 0 0 0 10px;
  border: 1px solid #d3cdc8;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
.textarea_container textarea {
  height: 100px;
  line-height: 20px;
  padding-top: 9px;
}
@-moz-document url-prefix() {
  .select_menu select {
    padding-left: 6px;
  }
}
.input_container    input.text:focus,
.textarea_container textarea:focus,
.select_menu        select:focus {
  background-color: #ffd;
}
.select_menu:after {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d3cdc8;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #000;
  content: '\f107';
  pointer-events: none;
  -webkit-border-top-right-radius:    4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright:        4px;
  -moz-border-radius-bottomright:     4px;
  border-top-right-radius:            4px;
  border-bottom-right-radius:         4px;
}

.input_container input.text::-webkit-input-placeholder { color: #000; }
.input_container input.text:-moz-placeholder {           color: #000; opacity: 1; }
.input_container input.text::-moz-placeholder {          color: #000; opacity: 1; }
.input_container input.text:-ms-input-placeholder {      color: #000; }
.input_container input.text::-ms-input-placeholder {     color: #000; }
.input_container input.text::placeholder {               color: #000; }

.input_container button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: #d3cdc8;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #000;
  -webkit-border-top-right-radius:    4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright:        4px;
  -moz-border-radius-bottomright:     4px;
  border-top-right-radius:            4px;
  border-bottom-right-radius:         4px;
}
.input_container button:before {
  content: '\f002';
}
.input_container button span {
  display: none;
}

h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0 10px 15px 10px;
  border-bottom: 1px solid #d3cdc8;
  margin: 0 0 20px 0;
}

#project_description {
  line-height: 25px;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 0;
}

.h2_container {
  position: relative;
  padding: 0 50px 0 0;
  margin: 0 0 10px 0;
}
h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  color: #3174ab;
  padding: 0 10px 0 10px;
}
a.button_add {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #3174ab;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
a.button_add:before { content: '\f067'; }
a.button_add span {
  display: none;
}
.no-touch a.button_add:hover,
          a.button_add:active,
.no-touch a.button_add:focus {
  background-color: #3174ab;
  color: #fff;
}
.h2_container span {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #3174ab;
  border: 1px solid #3174ab;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

table {
  border-top: 1px solid #d3cdc8;
  margin: 0 0 20px 0;
}
table th,
table td {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #d3cdc8;
}
table th.no_wrap,
table td.no_wrap {
  white-space: nowrap;
}
table th.th_pdf,
table td.td_pdf,
table th.th_button,
table td.td_button,
table th.th_foto,
table td.td_foto {
  text-align: right;
}
table td.td_pdf,
table td.td_button,
table td.td_foto {
  font-size: 0;
  line-height: 0;
}
table th.th_radio,
table td.td_radio {
  text-align: center;
}
table thead th,
table thead td {
  background-color: #fff;
  color: #3174ab;
}

#body p {
  line-height: 25px;
  padding: 0 10px 0 10px;
  margin: 0 0 20px 0;
}

a.button_pdf,
a.button_start,
a.button_foto,
a.button_delete {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 22px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  color: #3174ab;
  border: 1px solid #3174ab;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
a.button_foto.active {
  color: #093;
  border-color: #093;
}
a.button_pdf:before    { content: '\f1c1'; }
a.button_start:before  { content: '\f105'; }
a.button_foto:before   { content: '\f030'; }
a.button_delete:before { content: '\f1f8'; }

a.button_pdf    span,
a.button_start  span,
a.button_foto   span,
a.button_delete span {
  display: none;
}
.no-touch a.button_pdf:hover,
          a.button_pdf:active,
.no-touch a.button_pdf:focus,
.no-touch a.button_start:hover,
          a.button_start:active,
.no-touch a.button_start:focus,
.no-touch a.button_foto:hover,
          a.button_foto:active,
.no-touch a.button_foto:focus,
.no-touch a.button_delete:hover,
          a.button_delete:active,
.no-touch a.button_delete:focus {
  background-color: #3174ab;
  color: #fff;
}
.no-touch a.button_foto.active:hover,
          a.button_foto.active:active,
.no-touch a.button_foto.active:focus {
  background-color: #093;
}


/* Footer --------------------------------------------------------------------------------------- */

#footer {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-top: 1px solid #d3cdc8;
}

.footer {
  display: none;
  position: relative;
  padding: 10px;
}
.footer#footer_step {
  padding-left: 140px;
  padding-right: 140px;
}

.footer a.button {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #333;
  font-weight: bold;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}
.footer a.button.disabled {
  background-color: #d3cdc8 !important;
  color: #fff;
  cursor: auto;
}
.no-touch .footer a.button:hover,
          .footer a.button:active,
.no-touch .footer a.button:focus {
  background-color: #3174ab;
}

.footer a.button#button_prev,
.footer a.button#button_next {
  position: absolute;
  top: 10px;
}
.footer a.button#button_prev {
  width: 120px;
  left: 10px;
}
.footer a.button#button_skip {
  width: 100%;
}
.footer a.button#button_next {
  width: 120px;
  right: 10px;
}


/* Message -------------------------------------------------------------------------------------- */

#message_container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
#message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
#message p {
  line-height: 25px;
  text-align: center;
  color: #000;
  margin: 0 0 25px 0;
}
#message a.button {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #3174ab;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}
#message a.button:hover,
#message a.button:active,
#message a.button:focus {
  background-color: #000;
}


/* Loading -------------------------------------------------------------------------------------- */

#loading_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
#loading_container {
  display: none;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  overflow: hidden;
  padding: 0;
  margin: auto;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
#loading_container:before {
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0;
  font-family: 'FontAwesome', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #3174ab;
  content: '\f013';
  -webkit-animation: spin 2s infinite linear;
  animation:         spin 2s infinite linear;
}

@-webkit-keyframes spin {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg);   }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes spin {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg);   }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}


/* Picture -------------------------------------------------------------------------------------- */

#picture_container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
#picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

#picture_header {
  font-weight: bold;
  line-height: 40px;
  color: #3174ab;
  margin: 0 0 20px 0;
}

a#picture_close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 20px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #3174ab;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
a#picture_close span {
  display: none;
}
a#picture_close:before { content: '\f00d'; }

.no-touch a#picture_close:hover,
          a#picture_close:active,
.no-touch a#picture_close:focus {
  background-color: #3174ab;
  color: #fff;
}

#orientation {
  width: 100%;
  display: none;
  background-color: #ddd;
  margin: 20px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}

#picture_current {
  width: 100%;
  background-color: #ddd;
  font-size: 0;
  line-height: 0;
  margin: 20px auto 20px auto;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}
#picture_current img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

#canvas_container {
  width: 100%;
  background-color: #ddd;
  font-size: 0;
  line-height: 0;
  margin: 20px auto 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}
#canvas_container canvas {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 0 auto;
}

a#button_remove_picture {
  width: 100%;
  height: 40px;
  display: block;
  background-color: #3174ab;
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}
.no-touch a#button_remove_picture:hover,
          a#button_remove_picture:active,
.no-touch a#button_remove_picture:focus {
  background-color: #000;
}


/* Clearing &lt;div&gt; ------------------------------------------------------------------------------- */

.clear {
  width: 0;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
}</pre></body></html>