@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

[v-cloak] {
  display: none;
}

html {
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(/assets/images/background.gif), #f2f2f2;
}
@media print {
  html {
    background-color: white;
  }
}

*, *:before, *:after {
  transition: all 150ms ease-in-out;
}

img {
  max-width: 100%;
}

a {
  color: #a30d31;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

hr {
  background-color: #d9d9d9;
  border: 0;
  height: 1px;
}

ul {
  list-style: none;
}

a, button, .button, .files-page .base-file-block .download-button, .update-form .submit-button, .search-box form .search-button, form input[type=submit], .base-section-header .actions a, .report-page .section-header .actions a, .base-block .block-wrapper .link, .base-form .action-wrapper button, input {
  transition: all 150ms ease-in-out;
}

.base-form label {
  margin-bottom: 4px;
}
.base-form > .block:not(:last-child) {
  margin-bottom: 16px;
}
.base-form .option {
  display: inline-block;
  margin-right: 16px;
}
.base-form .action-wrapper {
  text-align: right;
}
.base-form .project-retail {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 100px auto;
}

.base-tabs {
  display: flex;
}
.base-tabs .tab:not(:last-child) {
  padding-right: 4px;
}
.base-tabs a {
  width: 100%;
  height: 100%;
  border-top: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  color: #0a2b56;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .base-tabs a {
    padding: 16px;
    font-size: 18px;
  }
}
.base-tabs a:hover {
  background-color: #e3e3e3;
}
.base-tabs .active a {
  color: #0a2b56;
  background-color: #ffffff;
  border-top: 3px solid #a30d31;
}

.base-table .table-header {
  padding: 8px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
}
@media (min-width: 1024px) {
  .base-table .table-header {
    padding: 16px;
  }
}
.base-table .table-header > div {
  display: flex;
}
.base-table .table-header .label {
  display: inline-block;
  color: gray;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .base-table .table-header .label {
    font-size: 18px;
  }
}
.base-table .table-header .label--sortable::before, .base-table .table-header .label--sorted-descendent::before, .base-table .table-header .label--sorted-ascendant::before {
  content: " ";
  display: inline-block;
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  background-image: url(/assets/images/icons/sortable.svg);
  opacity: 0.65;
}
.base-table .table-header .label--sorted-ascendant {
  color: #595959;
}
.base-table .table-header .label--sorted-ascendant::before {
  background-image: url(/assets/images/icons/sorted-ascendant.svg);
}
.base-table .table-header .label--sorted-descendent {
  color: #595959;
}
.base-table .table-header .label--sorted-descendent::before {
  background-image: url(/assets/images/icons/sorted-descendent.svg);
}

.base-block {
  display: flex;
}
.base-block .block-wrapper {
  padding: 16px;
  background-color: #ffffff;
}
.base-block .block-wrapper:hover {
  text-decoration: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.base-block .block-wrapper > *:not(:first-child) {
  margin-top: 8px;
}
.base-block .block-wrapper .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.base-section-header, .report-page .section-header {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.base-message {
  color: #595959;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 16px;
  margin-bottom: 16px;
  border-radius: 0;
  font-size: 18px;
}
.base-message ul li {
  margin-left: 18px;
  padding-left: 8px;
  text-indent: 8px;
}
.base-message ul li:not(:last-child) {
  margin-bottom: 12px;
}
.base-message ul li::before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
  margin-left: -34px;
  margin-right: 12px;
  background-image: url(/assets/images/icons/exclamation.svg);
  opacity: 0.8;
}
.base-message--warning {
  color: #595959;
  background: rgba(191, 178, 8, 0.15);
  border: 1px solid rgba(191, 178, 8, 0.3);
}
.base-message--success {
  color: #3a8b41;
  background: rgba(58, 139, 65, 0.15);
  border: 1px solid rgba(58, 139, 65, 0.3);
}
.base-message--danger {
  color: #d9534f;
  background: rgba(217, 83, 79, 0.15);
  border: 1px solid rgba(217, 83, 79, 0.3);
}
.base-message--dark {
  color: #ffffff;
  background: #b10e35;
  border: 1px solid #d2113f;
}
.base-message--dark ul li::before {
  background-image: url(/assets/images/icons/exclamation-alt.svg);
  opacity: 1;
}

.base-box {
  background-color: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.base-box-wrapper {
  padding: 16px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .base-box-wrapper {
    padding: 32px;
  }
}

@font-face {
  font-family: "Sanchez";
  src: url("/assets/fonts/Sanchez-Light.eot");
  src: url("/assets/fonts/Sanchez-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-Light.woff2") format("woff2"), url("/assets/fonts/Sanchez-Light.woff") format("woff"), url("/assets/fonts/Sanchez-Light.svg#Sanchez-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Sanchez";
  src: url("/assets/fonts/Sanchez-Regular.eot");
  src: url("/assets/fonts/Sanchez-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-Regular.woff2") format("woff2"), url("/assets/fonts/Sanchez-Regular.woff") format("woff"), url("/assets/fonts/Sanchez-Regular.svg#Sanchez-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Sanchez";
  src: url("/assets/fonts/Sanchez-SemiBold.eot");
  src: url("/assets/fonts/Sanchez-SemiBold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/Sanchez-SemiBold.woff2") format("woff2"), url("/assets/fonts/Sanchez-SemiBold.woff") format("woff"), url("/assets/fonts/Sanchez-SemiBold.svg#Sanchez-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
body {
  font-family: "Titillium Web", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #595959;
}

h1, h2, h3, h4, h5, h6, .title {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #0a2b56;
}

.subtitle {
  color: gray;
  font-weight: 400;
  margin-top: 4px;
}

div, span, p, a {
  font-size: 16px;
}
@media (min-width: 425px) {
  div, span, p, a {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  div, span, p, a {
    font-size: 20px;
  }
}

h1 {
  font-size: 24px;
}
@media (min-width: 425px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 22px;
}
@media (min-width: 425px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 425px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 425px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 20px;
}

.font-size-small, .update-block--system div, .update-block--system span, .update-block--user .details div, .update-block--user .details span, .update-block--admin .details div, .update-block--admin .details span {
  font-size: 14px;
}
@media (min-width: 425px) {
  .font-size-small, .update-block--system div, .update-block--system span, .update-block--user .details div, .update-block--user .details span, .update-block--admin .details div, .update-block--admin .details span {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .font-size-small, .update-block--system div, .update-block--system span, .update-block--user .details div, .update-block--user .details span, .update-block--admin .details div, .update-block--admin .details span {
    font-size: 18px;
  }
}

.base-content {
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .base-content {
    font-size: 22px;
  }
}
.base-content div, .base-content span, .base-content p, .base-content a {
  font-size: 18px;
}
@media (min-width: 768px) {
  .base-content div, .base-content span, .base-content p, .base-content a {
    font-size: 22px;
  }
}
.base-content a:hover {
  text-decoration: underline;
}
.base-content h1, .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6, .base-content p, .base-content ul {
  margin-bottom: 16px;
}
.base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6 {
  margin-top: 32px;
}
.base-content li {
  margin-left: 16px;
}
.base-content li::before {
  content: "•";
  color: #a30d31;
  display: inline-block;
  width: 10px;
  margin-right: 8px;
}
.base-content p:last-child {
  margin-bottom: 0;
}
.base-content hr {
  margin: 32px 0;
}
.base-content table {
  border: 0 solid transparent;
}
.base-content blockquote {
  border-left: 3px solid #a30d31;
  padding: 8px 4px 4px 16px;
  margin-bottom: 16px;
  margin: 12px 0 16px 12px;
}
.base-content iframe[src*=youtube] {
  max-width: 560px !important;
  width: 100% !important;
  min-height: 315px !important;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.hidden {
  display: none !important;
}

.full {
  display: block;
  width: 100%;
}

.reset-list, .main-header nav.navigation-items ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.flex-center, .product-block .info-wrapper, .product-block .thumbnail, .pagination ul, .main-header .user-profile, .main-header .main-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.background-cover, .main-header .user-profile .icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.background-contain, .project-page .project-progress .icon, .login-page .login-header .logo, .update-block--system .icon, .file-uploader .upload-block .status .delete-button, .base-project-block .info-wrapper .licencee .licencee-wrapper::before, .no-results-message .icon, .search-box form .search-button .icon, .options-menu a::before, .options-menu > .icon, .base-page-header .actions .nav-icon, form .select-box::after, .base-table .table-header .label--sortable::before, .base-table .table-header .label--sorted-ascendant::before, .base-table .table-header .label--sorted-descendent::before, .base-block .block-wrapper .icon, .base-message ul li::before {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.base-header {
  text-align: center;
}

.link-decoration {
  box-shadow: inset 0 -9px 0 rgba(163, 13, 49, 0.15);
}

.link-decoration--hover {
  box-shadow: inset 0 -9px 0 rgba(163, 13, 49, 0.3);
}

.color-palette-dark h1, .project-page .project-header .dates-wrapper .block.danger h1, .project-page .project-header .dates-wrapper .block.warning h1, .project-page .project-header .dates-wrapper .block.success h1, .update-form h1, .base-page-header .dates-wrapper .block.danger h1, .base-page-header .dates-wrapper .block.warning h1, .base-page-header .dates-wrapper .block.success h1, .main-header h1, .color-palette-dark h2, .project-page .project-header .dates-wrapper .block.danger h2, .project-page .project-header .dates-wrapper .block.warning h2, .project-page .project-header .dates-wrapper .block.success h2, .update-form h2, .base-page-header .dates-wrapper .block.danger h2, .base-page-header .dates-wrapper .block.warning h2, .base-page-header .dates-wrapper .block.success h2, .main-header h2, .color-palette-dark h3, .project-page .project-header .dates-wrapper .block.danger h3, .project-page .project-header .dates-wrapper .block.warning h3, .project-page .project-header .dates-wrapper .block.success h3, .update-form h3, .base-page-header .dates-wrapper .block.danger h3, .base-page-header .dates-wrapper .block.warning h3, .base-page-header .dates-wrapper .block.success h3, .main-header h3, .color-palette-dark h4, .project-page .project-header .dates-wrapper .block.danger h4, .project-page .project-header .dates-wrapper .block.warning h4, .project-page .project-header .dates-wrapper .block.success h4, .update-form h4, .base-page-header .dates-wrapper .block.danger h4, .base-page-header .dates-wrapper .block.warning h4, .base-page-header .dates-wrapper .block.success h4, .main-header h4, .color-palette-dark h5, .project-page .project-header .dates-wrapper .block.danger h5, .project-page .project-header .dates-wrapper .block.warning h5, .project-page .project-header .dates-wrapper .block.success h5, .update-form h5, .base-page-header .dates-wrapper .block.danger h5, .base-page-header .dates-wrapper .block.warning h5, .base-page-header .dates-wrapper .block.success h5, .main-header h5, .color-palette-dark h6, .project-page .project-header .dates-wrapper .block.danger h6, .project-page .project-header .dates-wrapper .block.warning h6, .project-page .project-header .dates-wrapper .block.success h6, .update-form h6, .base-page-header .dates-wrapper .block.danger h6, .base-page-header .dates-wrapper .block.warning h6, .base-page-header .dates-wrapper .block.success h6, .main-header h6, .color-palette-dark div, .project-page .project-header .dates-wrapper .block.danger div, .project-page .project-header .dates-wrapper .block.warning div, .project-page .project-header .dates-wrapper .block.success div, .update-form div, .base-page-header .dates-wrapper .block.danger div, .base-page-header .dates-wrapper .block.warning div, .base-page-header .dates-wrapper .block.success div, .main-header div, .color-palette-dark p, .project-page .project-header .dates-wrapper .block.danger p, .project-page .project-header .dates-wrapper .block.warning p, .project-page .project-header .dates-wrapper .block.success p, .update-form p, .base-page-header .dates-wrapper .block.danger p, .base-page-header .dates-wrapper .block.warning p, .base-page-header .dates-wrapper .block.success p, .main-header p, .color-palette-dark a, .project-page .project-header .dates-wrapper .block.danger a, .project-page .project-header .dates-wrapper .block.warning a, .project-page .project-header .dates-wrapper .block.success a, .update-form a, .base-page-header .dates-wrapper .block.danger a, .base-page-header .dates-wrapper .block.warning a, .base-page-header .dates-wrapper .block.success a, .main-header a {
  color: white;
}
.color-palette-dark a:hover, .project-page .project-header .dates-wrapper .block.danger a:hover, .project-page .project-header .dates-wrapper .block.warning a:hover, .project-page .project-header .dates-wrapper .block.success a:hover, .update-form a:hover, .base-page-header .dates-wrapper .block.danger a:hover, .base-page-header .dates-wrapper .block.warning a:hover, .base-page-header .dates-wrapper .block.success a:hover, .main-header a:hover {
  color: #f2f2f2;
}
.color-palette-dark .subtitle, .project-page .project-header .dates-wrapper .block.danger .subtitle, .project-page .project-header .dates-wrapper .block.warning .subtitle, .project-page .project-header .dates-wrapper .block.success .subtitle, .update-form .subtitle, .base-page-header .dates-wrapper .block.danger .subtitle, .base-page-header .dates-wrapper .block.warning .subtitle, .base-page-header .dates-wrapper .block.success .subtitle, .main-header .subtitle {
  color: #f2f2f2;
}
.color-palette-dark textarea, .project-page .project-header .dates-wrapper .block.danger textarea, .project-page .project-header .dates-wrapper .block.warning textarea, .project-page .project-header .dates-wrapper .block.success textarea, .update-form textarea, .base-page-header .dates-wrapper .block.danger textarea, .base-page-header .dates-wrapper .block.warning textarea, .base-page-header .dates-wrapper .block.success textarea, .main-header textarea {
  border: none;
}

.tag {
  display: inline-block;
  padding: 2px 4px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .tag {
    padding: 4px 8px;
    font-size: 16px;
  }
}
.tag.success {
  color: #ffffff;
  background-color: #3a8b41;
}
.tag.warning {
  color: #ffffff;
  background-color: #bfb208;
}
.tag.danger {
  color: #ffffff;
  background-color: #d9534f;
}

.spinner {
  display: inline-block;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loading 1.1s infinite linear;
  animation: loading 1.1s infinite linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6, ul, p {
  margin: 0;
  padding: 0;
}

.button, .files-page .base-file-block .download-button, .update-form .submit-button, .search-box form .search-button, form input[type=submit], .base-form .action-wrapper button, .base-block .block-wrapper .link, .base-section-header .actions a, .report-page .section-header .actions a {
  background: #a30d31;
  color: #ffffff;
  border: 3px solid #a30d31;
  padding: 16px 16px 14px 16px;
  border-radius: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 20px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.button:hover, .files-page .base-file-block .download-button:hover, .update-form .submit-button:hover, .search-box form .search-button:hover, form input[type=submit]:hover, .base-form .action-wrapper button:hover, .base-block .block-wrapper .link:hover, .base-section-header .actions a:hover, .report-page .section-header .actions a:hover, .button:focus, .files-page .base-file-block .download-button:focus, .update-form .submit-button:focus, .search-box form .search-button:focus, form input[type=submit]:focus, .base-form .action-wrapper button:focus, .base-block .block-wrapper .link:focus, .base-section-header .actions a:focus, .report-page .section-header .actions a:focus {
  outline: none;
  text-decoration: none;
  background: #8b0b2a;
  border: 3px solid #8b0b2a;
}
@media (min-width: 768px) {
  .button, .files-page .base-file-block .download-button, .update-form .submit-button, .search-box form .search-button, form input[type=submit], .base-form .action-wrapper button, .base-block .block-wrapper .link, .base-section-header .actions a, .report-page .section-header .actions a {
    display: inline-block;
    width: auto;
  }
}
.button--small, .files-page .base-file-block .download-button, .search-box form .search-button, .base-block .block-wrapper .link, .base-section-header .actions a, .report-page .section-header .actions a {
  font-size: 16px;
  padding: 8px 16px;
}
.button--large {
  font-size: 24px;
}
.button--full, .update-form .submit-button, form input[type=submit] {
  width: 100%;
}
.button.success, .files-page .base-file-block .success.download-button, .update-form .success.submit-button, .search-box form .success.search-button, form input.success[type=submit], .base-form .action-wrapper button.success, .base-block .block-wrapper .success.link, .base-section-header .actions a.success, .report-page .section-header .actions a.success {
  background-color: #3a8b41;
  border: 3px solid #3a8b41;
}
.button.success:hover, .files-page .base-file-block .success.download-button:hover, .update-form .success.submit-button:hover, .search-box form .success.search-button:hover, form input.success[type=submit]:hover, .base-form .action-wrapper button.success:hover, .base-block .block-wrapper .success.link:hover, .base-section-header .actions a.success:hover, .report-page .section-header .actions a.success:hover, .button.success:focus, .files-page .base-file-block .success.download-button:focus, .update-form .success.submit-button:focus, .search-box form .success.search-button:focus, form input.success[type=submit]:focus, .base-form .action-wrapper button.success:focus, .base-block .block-wrapper .success.link:focus, .base-section-header .actions a.success:focus, .report-page .section-header .actions a.success:focus {
  background: #327939;
  border: 3px solid #327939;
}

.button--outlined {
  background: transparent;
  color: #595959;
  border: 3px solid #d9d9d9;
}
.button--outlined:hover {
  background: #d9d9d9;
  border: 3px solid #d9d9d9;
}

form textarea, form input {
  transition: all 150ms ease-in-out;
}
form label {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
}
form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  font-family: "Titillium Web", sans-serif;
  color: #595959;
  font-size: 18px;
  resize: vertical;
}
form input {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d9d9d9;
  font-family: "Titillium Web", sans-serif;
  color: #595959;
  font-size: 18px;
}
form input[type=checkbox], form input[type=radio] {
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: 1px;
}
form select {
  width: 100%;
  display: block;
  height: 42px;
  border: 1px solid #d9d9d9;
  font-family: "Titillium Web", sans-serif;
  color: #595959;
  font-size: 18px;
  background-color: #f2f2f2;
}
form textarea:focus, form input:focus, form select:focus, form .select-box select:focus {
  border: 1px solid gray;
  outline: none;
}
form button {
  display: block;
  width: 100%;
}
form fieldset {
  border: 1px solid #d9d9d9;
  padding: 16px;
}
form legend {
  padding: 0 4px;
  margin: 0 -4px;
  font-weight: 500;
}
form .select-box {
  position: relative;
}
form .select-box select {
  position: relative;
  padding: 10px;
  color: #595959;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
form .select-box::after {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 12px;
  top: 17px;
  background-image: url("/assets/images/icons/select-arrow.svg");
  opacity: 0.35;
}

.base-container, .body-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}
@media (min-width: 768px) {
  .base-container, .body-container {
    padding: 0 16px;
  }
}

.base-page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .base-page-container {
    padding: 80px 16px;
  }
}

.container--regular, .body-container {
  max-width: 1200px;
}

.container--large {
  max-width: 1600px;
}

.container--small {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.container--smaller {
  max-width: 640px;
}

.container--full {
  max-width: 100%;
}

.container-padding--regular {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .container-padding--regular {
    padding: 80px 16px;
  }
}

.container-padding-bottom--regular {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .container-padding-bottom--regular {
    padding-bottom: 80px;
  }
}

.container-padding-top--regular {
  padding-top: 16px;
}
@media (min-width: 768px) {
  .container-padding-top--regular {
    padding-top: 80px;
  }
}

.container-padding--small {
  padding: 16px 16px;
}
@media (min-width: 768px) {
  .container-padding--small {
    padding: 48px 16px;
  }
}

.container-margin--regular {
  margin: 16px 0;
}
@media (min-width: 768px) {
  .container-margin--regular {
    margin: 48px 0;
  }
}

.container-margin-bottom--regular {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .container-margin-bottom--regular {
    margin-bottom: 80px;
  }
}

.header-padding--regular {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .header-padding--regular {
    margin-bottom: 80px;
  }
}

.base-grid {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px;
}
.base-grid--halves > * {
  width: 100%;
  padding: 8px;
}
@media (min-width: 768px) {
  .base-grid--halves > * {
    width: 50%;
  }
}
.base-grid--thirds > * {
  width: 100%;
  padding: 8px;
}
@media (min-width: 425px) {
  .base-grid--thirds > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .base-grid--thirds > * {
    width: 33.3333%;
  }
}
.base-grid--quarters > * {
  width: 100%;
  padding: 8px;
}
@media (min-width: 425px) {
  .base-grid--quarters > * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .base-grid--quarters > * {
    width: 25%;
  }
}

.main-header {
  background-color: #0a2b56;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.main-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-header .logo {
  width: 24px;
  margin: 0 8px;
  font-size: 0;
}
.main-header .logo a {
  font-size: 0;
}
@media (min-width: 540px) {
  .main-header .logo {
    width: 30px;
    margin: 8px 16px;
  }
}
.main-header nav.navigation-items {
  display: flex;
}
.main-header nav.navigation-items ul {
  display: flex;
}
.main-header nav.navigation-items li {
  display: flex;
}
.main-header nav.navigation-items li:last-child {
  margin-left: 0;
}
.main-header nav.navigation-items a {
  display: block;
  border-top: 3px solid #0a2b56;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header nav.navigation-items a:hover, .main-header nav.navigation-items a.active {
  border-top: 3px solid #a30d31;
  color: #0a2b56;
  background-color: #ffffff;
  text-decoration: none;
}
@media (min-width: 540px) {
  .main-header nav.navigation-items a {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.main-header .user-profile {
  margin: 0 2px;
  padding: 6px;
  border: 1px solid #0a2b56;
  position: relative;
}
.main-header .user-profile:hover {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.main-header .user-profile:hover ul {
  display: block;
}
@media (min-width: 540px) {
  .main-header .user-profile {
    margin: 0 8px;
  }
}
.main-header .user-profile .icon {
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/icons/user.svg);
}
@media (min-width: 540px) {
  .main-header .user-profile .icon {
    margin-right: 8px;
  }
}
.main-header .user-profile .name {
  display: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 540px) {
  .main-header .user-profile .name {
    display: block;
  }
}
.main-header .user-profile .name:hover {
  cursor: default;
}
.main-header .user-profile ul {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 122px;
}
.main-header .user-profile ul:before {
  display: inline-block;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: white;
  position: absolute;
  top: -5px;
  right: 16px;
  transform: rotate(45deg);
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.main-header .user-profile ul li:not(:last-child) a {
  border-bottom: 1px solid #d9d9d9;
}
.main-header .user-profile ul a {
  text-align: center;
  font-size: 16px;
  color: #595959;
  display: block;
  padding: 12px;
}

.base-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .base-page-header {
    padding: 40px 16px;
  }
}
.base-page-header .dates-wrapper {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}
@media (min-width: 425px) {
  .base-page-header .dates-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .base-page-header .dates-wrapper {
    margin-top: 0;
    flex-direction: row;
  }
}
.base-page-header .dates-wrapper .block {
  border: 1px solid #d9d9d9;
  padding: 16px;
  text-align: center;
}
.base-page-header .dates-wrapper .block.success {
  background-color: #3a8b41;
  border: 1px solid #35803c;
}
.base-page-header .dates-wrapper .block.warning {
  background-color: #bfb208;
  border: 1px solid #b0a407;
}
.base-page-header .dates-wrapper .block.danger {
  background-color: #d9534f;
  border: 1px solid #d64742;
}
.base-page-header .dates-wrapper .label {
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
}
.base-page-header .dates-wrapper .date {
  font-size: 24px;
}
.base-page-header .actions .nav-icon {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/icons/ellipsis-solid.svg);
}
@media (min-width: 768px) {
  .base-page-header .actions ul {
    display: flex;
  }
  .base-page-header .actions li:not(:last-child) {
    margin-right: 8px;
  }
  .base-page-header .actions a {
    display: flex;
    align-items: center;
    color: #595959;
    padding: 16px 16px 14px 16px;
    border: 3px solid #d9d9d9;
    white-space: nowrap;
  }
  .base-page-header .actions a:hover {
    background-color: #d9d9d9;
    border: 3px solid #d9d9d9;
  }
  .base-page-header .actions a .icon {
    display: inline-block;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 16px;
    background-image: url(/assets/images/icons/graph.svg);
    opacity: 0.65;
  }
  .base-page-header .actions a.new {
    color: #ffffff;
    background-color: #3a8b41;
    border: 3px solid #3a8b41;
  }
  .base-page-header .actions a.new:hover {
    background-color: #35803c;
    border: 3px solid #35803c;
  }
  .base-page-header .actions a.new .icon {
    background-image: url(/assets/images/icons/plus-circle-solid.svg);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .base-page-header .actions {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .base-page-header .actions:hover ul {
    display: block;
  }
  .base-page-header .actions:hover .nav-icon {
    opacity: 0.65;
  }
  .base-page-header .actions ul {
    display: none;
    position: absolute;
    left: auto;
    right: 0;
    margin-right: 0;
    top: 38px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    border-radius: 4px;
    z-index: 1;
  }
  .base-page-header .actions ul li:not(:last-child) a {
    border-bottom: 1px solid #d9d9d9;
  }
  .base-page-header .actions a {
    display: block;
    white-space: nowrap;
    padding: 8px;
    background-color: #ffffff;
    font-size: 16px;
  }
  .base-page-header .actions a:hover {
    background-color: #f2f2f2;
  }
}

.options-menu {
  position: relative;
  display: inline-block;
  padding: 6px;
  cursor: pointer;
}
.options-menu:hover .icon {
  opacity: 0.32;
}
.options-menu:hover ul {
  display: block;
}
.options-menu > .icon {
  opacity: 0.16;
  width: 6px;
  height: 16px;
  background-image: url("/assets/images/icons/options.svg");
}
.options-menu ul {
  display: none;
  width: 94px;
  background-color: #ffffff;
  position: absolute;
  left: auto;
  right: 4px;
  margin-right: 0;
  top: 28px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.options-menu li:not(:last-child) {
  border-bottom: 1px solid #f2f2f2;
}
.options-menu a {
  display: block;
  color: #595959;
  font-size: 16px;
  padding: 6px;
}
.options-menu a:hover {
  background-color: #fafafa;
}
.options-menu a::before {
  content: " ";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  opacity: 0.8;
}
.options-menu a.delete::before {
  background-image: url("/assets/images/icons/delete.svg");
}
.options-menu a.edit::before {
  background-image: url("/assets/images/icons/edit.svg");
}

.pagination {
  margin-top: 8px;
}
.pagination li {
  display: inline-block;
}
.pagination li:not(:last-child) {
  margin-right: 4px;
}
.pagination li.current a {
  background-color: white;
}
.pagination li a {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 4px 8px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
.pagination li a.active, .pagination li a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .pagination li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .pagination li a {
    padding: 8px 16px;
  }
}

.search-box {
  padding: 4px;
  background-color: #ffffff;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .search-box {
    padding: 24px;
  }
}
.search-box label {
  display: flex;
  align-items: center;
}
.search-box form {
  display: flex;
  flex-direction: column;
}
@media (min-width: 425px) {
  .search-box form {
    flex-direction: row;
  }
}
.search-box form .search-button {
  width: auto;
  display: flex;
  justify-content: center;
}
.search-box form .search-button .icon {
  display: none;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  position: relative;
  top: 4px;
  background-image: url(/assets/images/icons/search-alt.svg);
}
@media (min-width: 768px) {
  .search-box form .search-button .icon {
    display: inline-block;
  }
}

.no-results-message {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 425px) {
  .no-results-message {
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .no-results-message {
    padding: 80px;
  }
}
.no-results-message .icon {
  width: 32px;
  height: 32px;
  width: 64px;
  height: 64px;
  background-image: url("/assets/images/icons/no-results-icon.svg");
}
@media (min-width: 768px) {
  .no-results-message .icon {
    width: 80px;
    height: 80px;
  }
}
.no-results-message .title {
  margin-top: 16px;
}
.no-results-message .subtitle {
  margin-top: 4px;
}

.projects-table .table-header {
  display: none;
}
@media (min-width: 780px) {
  .projects-table .table-header {
    display: flex;
  }
}
.projects-table .base-project-block:not(:last-child) {
  margin-bottom: 3px;
}
.projects-table .second-wrapper .label {
  text-align: center;
}
.projects-table .label--phase {
  width: 140px;
}
@media (min-width: 1024px) {
  .projects-table .label--phase {
    width: 170px;
  }
}
.projects-table .label--date-created {
  width: 140px;
}
@media (min-width: 1024px) {
  .projects-table .label--date-created {
    width: 170px;
  }
}
.projects-table .label--last-update {
  width: 100px;
}
@media (min-width: 1024px) {
  .projects-table .label--last-update {
    width: 140px;
  }
}

.base-project-block .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
  color: #595959;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
.base-project-block .block-wrapper:hover {
  background-color: #fcfcfc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .base-project-block .block-wrapper {
    padding: 24px;
    padding-right: 16px;
  }
}
@media (min-width: 780px) {
  .base-project-block .block-wrapper {
    flex-direction: row;
  }
}
.base-project-block .first-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.base-project-block .second-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
  margin-top: 8px;
}
@media (min-width: 780px) {
  .base-project-block .second-wrapper {
    width: fit-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
.base-project-block .second-wrapper > div {
  text-align: center;
}
.base-project-block .thumbnail {
  width: 80px;
  max-width: 160px;
  padding: 8px;
  border: 1px solid #d9d9d9;
}
@media (min-width: 1024px) {
  .base-project-block .thumbnail {
    width: 160px;
  }
}
.base-project-block .info-wrapper {
  width: calc(100% - 80px);
  padding-left: 8px;
}
@media (min-width: 1024px) {
  .base-project-block .info-wrapper {
    padding-left: 24px;
  }
}
@media (min-width: 1024px) {
  .base-project-block .info-wrapper {
    width: calc(100% - 160px);
  }
}
.base-project-block .info-wrapper .title {
  font-size: 14px;
  color: #595959;
}
@media (min-width: 780px) {
  .base-project-block .info-wrapper .title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .base-project-block .info-wrapper .title {
    font-size: 18px;
  }
}
.base-project-block .info-wrapper li {
  font-size: 14px;
  color: gray;
}
@media (min-width: 780px) {
  .base-project-block .info-wrapper li {
    font-size: 16px;
  }
}
.base-project-block .info-wrapper li:before {
  content: "-";
  margin-right: 4px;
}
.base-project-block .info-wrapper .licencee .licencee-wrapper {
  display: inline-block;
  padding: 4px;
  border: 1px solid #f2f2f2;
  margin-top: 8px;
  color: gray;
  font-size: 16px;
}
.base-project-block .info-wrapper .licencee .licencee-wrapper::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url("/assets/images/icons/star.svg");
  opacity: 0.6;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
.base-project-block div, .base-project-block span {
  font-size: 14px;
}
@media (min-width: 780px) {
  .base-project-block div, .base-project-block span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .base-project-block div, .base-project-block span {
    font-size: 18px;
  }
}
.base-project-block div::before, .base-project-block span::before {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 780px) {
  .base-project-block div::before, .base-project-block span::before {
    display: none;
  }
}
.base-project-block .phase {
  width: 35%;
}
@media (min-width: 780px) {
  .base-project-block .phase {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .base-project-block .phase {
    width: 170px;
  }
}
.base-project-block .phase::before {
  content: "Etapa";
}
.base-project-block .phase .done {
  color: #3a8b41;
  font-weight: bold;
}
.base-project-block .date-created {
  width: 40%;
}
@media (min-width: 780px) {
  .base-project-block .date-created {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .base-project-block .date-created {
    width: 170px;
  }
}
.base-project-block .date-created::before {
  content: "Fecha de registro";
}
.base-project-block .last-update {
  width: 25%;
}
@media (min-width: 780px) {
  .base-project-block .last-update {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .base-project-block .last-update {
    width: 140px;
  }
}
.base-project-block .last-update::before {
  content: "Actualizado";
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  page-break-after: always;
}
@media print {
  .products-grid {
    display: block;
  }
  .products-grid > div {
    font-size: 0;
  }
}

.product-block {
  width: 50%;
  text-align: center;
  padding: 4px;
}
@media (min-width: 768px) {
  .product-block {
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .product-block {
    width: 25%;
  }
}
@media print {
  .product-block {
    width: calc(25% - 4px);
    page-break-inside: avoid;
    display: inline-block;
  }
}
.product-block .block-wrapper {
  padding: 8px;
  padding-bottom: 4px;
  height: 100%;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.product-block .thumbnail {
  height: 160px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .product-block .thumbnail {
    height: 200px;
  }
}
.product-block .thumbnail img {
  max-height: 100%;
}
.product-block .info-wrapper {
  flex-direction: column;
  min-height: 70px;
}
@media (min-width: 768px) {
  .product-block .info-wrapper {
    min-height: 70px;
  }
}
.product-block .licencee {
  margin-top: 4px;
  color: gray;
  font-size: 16px;
}

.licencees-table .table-header {
  display: none;
}
@media (min-width: 780px) {
  .licencees-table .table-header {
    display: flex;
  }
}
.licencees-table .base-licencee-block:not(:last-child) {
  margin-bottom: 3px;
}
.licencees-table .second-wrapper .label {
  text-align: center;
}
.licencees-table .label--validity-date {
  width: 140px;
}
@media (min-width: 1024px) {
  .licencees-table .label--validity-date {
    width: 170px;
  }
}
.licencees-table .label--date-created {
  width: 140px;
}
@media (min-width: 1024px) {
  .licencees-table .label--date-created {
    width: 170px;
  }
}
.licencees-table .label--last-update {
  width: 100px;
}
@media (min-width: 1024px) {
  .licencees-table .label--last-update {
    width: 140px;
  }
}

.base-licencee-block.base-licencee-block--expired .block-wrapper {
  background-color: #f9e2e2;
  border: 1px solid #f4cecd;
}
.base-licencee-block.base-licencee-block--expired .block-wrapper:hover {
  background-color: #f4cecd;
}
.base-licencee-block .block-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: #ffffff;
  color: #595959;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
.base-licencee-block .block-wrapper:hover {
  background-color: #fcfcfc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .base-licencee-block .block-wrapper {
    padding: 24px;
    padding-right: 16px;
  }
}
@media (min-width: 780px) {
  .base-licencee-block .block-wrapper {
    flex-direction: row;
  }
}
.base-licencee-block .first-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.base-licencee-block .second-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  padding-top: 8px;
  margin-top: 8px;
}
@media (min-width: 780px) {
  .base-licencee-block .second-wrapper {
    width: fit-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
  }
}
.base-licencee-block .second-wrapper > div {
  text-align: center;
}
.base-licencee-block div, .base-licencee-block span {
  font-size: 14px;
}
@media (min-width: 780px) {
  .base-licencee-block div, .base-licencee-block span {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .base-licencee-block div, .base-licencee-block span {
    font-size: 18px;
  }
}
.base-licencee-block div::before, .base-licencee-block span::before {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 780px) {
  .base-licencee-block div::before, .base-licencee-block span::before {
    display: none;
  }
}
.base-licencee-block .validity-date {
  width: 35%;
}
@media (min-width: 780px) {
  .base-licencee-block .validity-date {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .base-licencee-block .validity-date {
    width: 170px;
  }
}
.base-licencee-block .validity-date::before {
  content: "Vigencia";
}
.base-licencee-block .date-created {
  width: 40%;
}
@media (min-width: 780px) {
  .base-licencee-block .date-created {
    width: 140px;
  }
}
@media (min-width: 1024px) {
  .base-licencee-block .date-created {
    width: 170px;
  }
}
.base-licencee-block .date-created::before {
  content: "Fecha de registro";
}
.base-licencee-block .last-update {
  width: 25%;
}
@media (min-width: 780px) {
  .base-licencee-block .last-update {
    width: 100px;
  }
}
@media (min-width: 1024px) {
  .base-licencee-block .last-update {
    width: 140px;
  }
}
.base-licencee-block .last-update::before {
  content: "Actualizado";
}

.update-form {
  padding: 16px;
  background-color: #a30d31;
}
@media (min-width: 768px) {
  .update-form {
    padding: 32px;
  }
}
.update-form .title {
  font-size: 24px;
  margin-bottom: 16px;
}
.update-form .options2blocks {
  display: grid;
  grid-template-columns: auto 270px;
  padding: 0px 0px 25px;
}
.update-form .options2blocks .options-req-samples {
  align-self: end;
}
.update-form .options2blocks .checks-valid-roles ul {
  list-style: none;
  margin: 0px;
}
.update-form .options2blocks .checks-valid-roles ul li {
  margin: 2px 0px;
}
.update-form .options2blocks .checks-valid-roles ul li.disabled {
  opacity: 0.2;
}
.update-form .options2blocks .checks-valid-roles ul li.disabled .mark-correct {
  visibility: hidden;
}
.update-form .options2blocks .checks-valid-roles ul li label {
  display: grid;
  grid-template-columns: 25px auto;
}
.update-form .options2blocks .checks-valid-roles ul li label span {
  align-self: center;
}
.update-form .options2blocks .mark-correct {
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url(/assets/images/icons/correct.svg);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}
.update-form .options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.update-form .options .option {
  width: 100%;
}
@media (max-width: 425px) {
  .update-form .options .option:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media (min-width: 425px) {
  .update-form .options .option {
    width: 33.3333%;
  }
  .update-form .options .option:first-child {
    padding-right: 16px;
  }
  .update-form .options .option:last-child {
    padding-left: 16px;
  }
}
.update-form .options input[type=radio] {
  display: none;
}
.update-form .options input[type=radio]:checked + label {
  background-color: white;
  color: #a30d31;
}
.update-form .options label {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 8px 8px 6px 8px;
  text-align: center;
  background-color: #950c2d;
  cursor: pointer;
}
@media (min-width: 425px) {
  .update-form .options label {
    padding: 16px 16px 14px 16px;
  }
}
.update-form .file-uploader {
  margin-bottom: 16px;
}
.update-form textarea {
  width: 100%;
  resize: none;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
.update-form textarea:focus {
  border: 1px solid #f2577c;
}
.update-form .submit-button {
  background: #8b0b2a;
  border: 3px solid #8b0b2a;
}
.update-form .submit-button:hover {
  background: #740923;
  border: 3px solid #740923;
}
.update-form .custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 26px;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.update-form .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.update-form .custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.update-form .custom-checkbox:hover input {
  background-color: #950c2d;
}
.update-form .custom-checkbox input:checked ~ .checkmark {
  background-color: white;
}
.update-form .custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.update-form .custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.update-form .custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid #a30d31;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.file-uploader {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.file-uploader .upload-block {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 52px;
  margin: 4px;
  background-color: #950c2d;
}
@media (min-width: 768px) {
  .file-uploader .upload-block {
    width: fit-content;
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
  }
}
.file-uploader .upload-block .input-wrapper {
  width: 100%;
  height: 100%;
  border: 3px solid #ffffff;
  padding: 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #a30d31;
  cursor: pointer;
}
.file-uploader .upload-block .input-wrapper:hover {
  color: #a30d31;
  background-color: #ffffff;
}
.file-uploader .upload-block .input-wrapper input[type=file] {
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.file-uploader .upload-block .status {
  display: flex;
  width: fit-content;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
}
.file-uploader .upload-block .status .spinner {
  margin-right: 12px;
}
.file-uploader .upload-block .status .label {
  color: #ffffff;
  font-weight: 600;
}
.file-uploader .upload-block .status .label:hover {
  cursor: default;
}
.file-uploader .upload-block .status .delete-button {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-color: transparent;
  background-image: url("/assets/images/icons/close-alt.svg") !important;
  opacity: 0.8;
}
.file-uploader .upload-block .status .delete-button:hover {
  transition: all 150ms ease-in-out;
  cursor: pointer;
  opacity: 1;
}

.updates-grid {
  max-width: 800px;
  margin: auto;
  margin-top: 32px;
}
.updates-grid header.section-header {
  text-align: center;
  margin-bottom: 32px;
}

.update-block:not(:last-child):after {
  content: " ";
  display: block;
  height: 40px;
  background-image: url(/assets/images/dashed-line.gif);
  background-repeat: repeat-y;
  background-position: top;
}
.update-block--user .details, .update-block--admin .details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid gray;
  padding: 16px;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .update-block--user .details, .update-block--admin .details {
    text-align: left;
    flex-direction: row;
  }
}
.update-block--user .details .activity, .update-block--admin .details .activity {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .update-block--user .details .activity, .update-block--admin .details .activity {
    margin-bottom: 0;
  }
}
.update-block--user .details .user, .update-block--admin .details .user {
  font-weight: 600;
}
.update-block--user .content-wrapper, .update-block--admin .content-wrapper {
  padding: 16px;
  border-top: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.update-block--user .content-wrapper > *:not(:last-child), .update-block--admin .content-wrapper > *:not(:last-child) {
  margin-bottom: 16px;
}
.update-block--user .thumbnails, .update-block--admin .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.update-block--user .thumbnails li, .update-block--admin .thumbnails li {
  width: 60px;
  height: 60px;
  padding: 4px;
  border: 1px solid #f2f2f2;
}
.update-block--user .thumbnails li:not(:last-child), .update-block--admin .thumbnails li:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .update-block--user .thumbnails li, .update-block--admin .thumbnails li {
    width: 100px;
    height: 100px;
  }
}
.update-block--admin .details {
  border-top: 3px solid #a30d31;
}
.update-block--system {
  text-align: center;
}
.update-block--system .content-wrapper {
  background-color: #ffffff;
  padding: 16px;
  display: inline-block;
}
.update-block--system .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: auto;
  background-image: url(/assets/images/icons/phase-one.svg);
  margin-bottom: 8px;
}
.update-block--system .icon--concept {
  background-image: url(/assets/images/icons/phase-one.svg);
}
.update-block--system .icon--pre-production {
  background-image: url(/assets/images/icons/phase-two.svg);
}
.update-block--system .icon--final-sample {
  background-image: url(/assets/images/icons/phase-three.svg);
}
.update-block--system .system-activity {
  color: #0a2b56;
  font-weight: 600;
  margin-bottom: 4px;
}
.update-block--system .activity {
  margin-bottom: 4px;
}
.update-block--system .activity .user {
  font-weight: 600;
}
.update-block--hidden-user {
  opacity: 0.5;
}

.login-page {
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  overflow: auto;
}
.login-page .login-wrapper {
  width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .login-page .login-wrapper {
    width: 480px;
    padding: 16px;
  }
}
.login-page .login-header {
  padding-bottom: 32px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 32px;
  text-align: center;
}
.login-page .login-header .logo {
  width: 100%;
  height: 80px;
  background-image: url(/assets/images/logo.svg);
  margin-bottom: 32px;
}
.login-page .login-header .logo img {
  max-height: 100%;
}
.login-page .login-header .title {
  font-size: 24px;
}
.login-page .login-header .subtitle {
  font-size: 18px;
}
.login-page .login-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0;
  padding: 16px;
}
@media (min-width: 425px) {
  .login-page .login-box {
    padding: 32px;
  }
}
.login-page .login-box .login-form {
  text-align: left;
}
.login-page .login-box .field {
  margin-bottom: 16px;
}
.login-page .login-box label {
  margin-bottom: 4px;
}
.login-page .login-footer {
  padding: 16px;
  font-size: 16px;
}

.licencee-page .contact-info-section .title {
  margin-bottom: 16px;
}
.licencee-page .base-box-wrapper {
  position: relative;
}
.licencee-page .base-box-wrapper > .options-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.licencee-page .users-section {
  border-top: 1px solid #d9d9d9;
  margin-top: 32px;
}
.licencee-page .users-table {
  border-collapse: collapse;
  width: 100%;
}
.licencee-page .users-table th {
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
}
.licencee-page .users-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.licencee-page .users-table td {
  text-align: center;
  padding: 8px 4px;
}
.licencee-page .users-table td:last-child {
  width: 22px;
  font-size: 0;
  padding: 0;
}

.licencees-page .base-tabs .tab {
  width: 50%;
}
.licencees-page .search-box {
  padding-bottom: 0;
}

.create-project .categories-wrapper {
  font-size: 0;
}
.create-project .categories-wrapper .option {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 425px) {
  .create-project .categories-wrapper .option {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .create-project .categories-wrapper .option {
    width: 33.3333%;
  }
}
@media (min-width: 1024px) {
  .create-project .categories-wrapper .option {
    width: 20%;
  }
}
.create-project .categories-wrapper-images {
  font-size: 0;
  display: flex;
  gap: 40px;
}
.create-project .categories-wrapper-images .option {
  width: 100%;
  margin-right: 0;
  display: grid;
  grid-template-areas: "label" "input";
  max-width: 80px;
}
.create-project .categories-wrapper-images .option .input {
  grid-area: input;
  text-align: center;
}
.create-project .categories-wrapper-images .option label {
  grid-area: label;
  cursor: pointer;
}

.project-page .project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .project-page .project-header {
    padding: 40px 16px;
    flex-direction: row;
  }
}
.project-page .project-header .title {
  text-align: center;
}
@media (min-width: 1024px) {
  .project-page .project-header .title {
    text-align: left;
  }
}
.project-page .project-header .dates-wrapper {
  display: flex;
  margin-top: 16px;
  flex-direction: column;
}
@media (min-width: 425px) {
  .project-page .project-header .dates-wrapper {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .project-page .project-header .dates-wrapper {
    margin-top: 0;
    flex-direction: row;
  }
}
.project-page .project-header .dates-wrapper .block {
  border: 1px solid #d9d9d9;
  padding: 16px;
  text-align: center;
}
.project-page .project-header .dates-wrapper .block.success {
  background-color: #3a8b41;
  border: 1px solid #35803c;
}
.project-page .project-header .dates-wrapper .block.warning {
  background-color: #bfb208;
  border: 1px solid #b0a407;
}
.project-page .project-header .dates-wrapper .block.danger {
  background-color: #d9534f;
  border: 1px solid #d64742;
}
.project-page .project-header .dates-wrapper .label {
  margin-top: 4px;
  font-size: 14px;
  text-transform: uppercase;
}
.project-page .project-header .dates-wrapper .date {
  font-size: 24px;
}
.project-page .project-progress {
  display: flex;
}
.project-page .project-progress .icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .project-page .project-progress .icon {
    margin-right: 16px;
  }
}
.project-page .project-progress .label {
  display: none;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .project-page .project-progress .label {
    display: block;
  }
}
.project-page .project-progress .stage {
  border-top: 3px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  width: 20%;
  padding: 16px;
  color: #0a2b56;
  background-color: #ebebeb;
  cursor: default;
}
@media (min-width: 768px) {
  .project-page .project-progress .stage {
    width: 33.3333%;
  }
}
.project-page .project-progress .stage.active {
  width: 60%;
  color: #0a2b56;
  background-color: #ffffff;
  border-top: 3px solid #a30d31;
}
@media (min-width: 768px) {
  .project-page .project-progress .stage.active {
    width: 33.3333%;
  }
}
.project-page .project-progress .stage.active .label {
  display: block;
  opacity: 1;
}
.project-page .project-progress .stage.active .icon {
  opacity: 1;
  margin-right: 16px;
}
.project-page .project-progress .stage.completed .label {
  opacity: 1;
}
.project-page .project-progress .stage.completed .icon {
  opacity: 1;
}
.project-page .project-progress .stage.disabled .icon {
  opacity: 0.6;
}
.project-page .project-progress .stage--concept .icon {
  background-image: url(/assets/images/icons/phase-one.svg);
}
.project-page .project-progress .stage--pre-production .icon {
  background-image: url(/assets/images/icons/phase-two.svg);
}
.project-page .project-progress .stage--final-sample .icon {
  background-image: url(/assets/images/icons/phase-three.svg);
}
.project-page .base-box-wrapper {
  position: relative;
}
.project-page .base-box-wrapper .bar_done {
  background-color: #3a8b41;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  margin-bottom: 20px;
}
.project-page .base-box-wrapper > .options-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.project-page .main-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.project-page .picture-wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .project-page .picture-wrapper {
    width: 40%;
  }
}
.project-page .picture-wrapper .main-picture {
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.project-page .picture-wrapper .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.project-page .picture-wrapper .thumbnails li {
  width: 100px;
  height: 100px;
  padding: 4px;
  border: 1px solid #f2f2f2;
}
.project-page .picture-wrapper .thumbnails li:not(:last-child) {
  margin-right: 8px;
}
.project-page .info-wrapper {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .project-page .info-wrapper {
    width: 60%;
    margin-top: 0;
    padding-left: 32px;
  }
}
.project-page .info-wrapper .title {
  margin-bottom: 8px;
  font-size: 20px;
}
.project-page .info-wrapper .block:not(:last-child) {
  margin-bottom: 32px;
}
.project-page .info-wrapper .images-list {
  display: flex;
  list-style: none;
  gap: 40px;
}
.project-page .info-wrapper .images-list li {
  max-width: 80px;
}
.project-page .info-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.project-page .info-wrapper table th, .project-page .info-wrapper table td {
  padding: 8px;
  border: 1px solid #d9d9d9;
  text-align: center;
}

#project-iframe {
  padding: 30px 0px;
}
#project-iframe .image {
  text-align: center;
  padding-bottom: 10px;
}
#project-iframe .image img {
  max-height: 450px;
}
#project-iframe .update-block:not(:last-child):after {
  background-image: none;
}
#project-iframe .update-form {
  background-color: transparent;
  padding: 0px;
}
#project-iframe .update-form textarea {
  border: 1px solid #a30d31;
}
#project-iframe .text-commnet-file, #project-iframe .thumbnails {
  display: none;
}

.projects-page .base-tabs .tab {
  width: 33.333%;
}

.report-layout .report-header {
  height: 60px;
  z-index: 1;
  position: relative;
}
@media print {
  .report-layout .report-header {
    display: none;
  }
}
.report-layout .report-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0a2b56;
  padding: 8px;
  position: fixed;
  width: 100%;
}
.report-layout .report-header button {
  color: white;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  background-color: transparent;
  border: 2px solid white;
  padding: 8px 16px;
}
.report-layout .report-header button:hover {
  cursor: pointer;
  color: #0a2b56;
  background-color: white;
}
.report-layout .body-container {
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .report-layout .body-container {
    padding-bottom: 40px;
  }
}

.report-page .projects-table-wrapper {
  width: 100%;
}
@media screen {
  .report-page .projects-table-wrapper {
    overflow-x: auto;
  }
}
.report-page .page-header {
  margin: 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .report-page .page-header {
    margin: 40px 0;
  }
}
@media print {
  .report-page .page-header {
    text-align: left;
  }
}
.report-page .page-header .subtitle {
  font-size: 18px;
}
@media (min-width: 768px) {
  .report-page .page-header .subtitle {
    font-size: 24px;
  }
}
.report-page section.options {
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
}
@media print {
  .report-page section.options {
    display: none;
  }
}
.report-page section.options .option {
  text-align: center;
}
.report-page section.options .option [type=checkbox] {
  margin-left: 4px;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .report-page section.options .option:not(:last-child) {
    margin-right: 32px;
  }
}
@media (max-width: 768px) {
  .report-page section.options .option {
    width: 100%;
  }
}
.report-page section.stats .block-header {
  margin-bottom: 24px;
}
.report-page section.stats > div {
  background-color: white;
  page-break-inside: avoid;
}
@media screen {
  .report-page section.stats > div {
    padding: 32px;
  }
}
.report-page section.stats > div:not(:last-child) {
  margin-bottom: 8px;
}
.report-page .projects-table {
  width: 100%;
  min-width: 1024px;
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  background-color: white;
}
.report-page .projects-table tr {
  border-bottom: 1px solid #d9d9d9;
}
.report-page .projects-table td, .report-page .projects-table th {
  padding: 8px;
}
.report-page .projects-table .name, .report-page .projects-table .status, .report-page .projects-table .created-at, .report-page .projects-table .updated-at {
  font-size: 16px;
  text-align: center;
}

body.archivos .body-container {
  max-width: 800px;
}

.files-page .base-file-block {
  background-color: #ffffff;
  position: relative;
}
.files-page .base-file-block:not(:last-child) {
  margin-bottom: 4px;
}
.files-page .base-file-block .block-wrapper {
  display: flex;
  padding: 16px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 425px) {
  .files-page .base-file-block .block-wrapper {
    text-align: left;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .files-page .base-file-block .block-wrapper {
    padding: 24px;
  }
}
.files-page .base-file-block .options-menu {
  position: absolute;
  right: 0;
}
.files-page .base-file-block .cover {
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  align-self: center;
}
@media (min-width: 425px) {
  .files-page .base-file-block .cover {
    margin-bottom: 0;
    margin-right: 16px;
    align-self: auto;
  }
}
@media (min-width: 768px) {
  .files-page .base-file-block .cover {
    width: 80px;
    height: 80px;
    margin-right: 24px;
    margin-top: 4px;
  }
}
.files-page .base-file-block .info-wrapper {
  width: 100%;
}
@media (min-width: 425px) {
  .files-page .base-file-block .info-wrapper {
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .files-page .base-file-block .info-wrapper {
    width: calc(100% - 80px);
  }
}
.files-page .base-file-block .summary {
  margin-top: 4px;
}
.files-page .base-file-block .download-button {
  margin-top: 16px;
}
.files-page .base-file-block .download-button::after {
  content: " ";
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  top: 3px;
  margin-left: 8px;
  background-image: url("/assets/images/icons/download-alt.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.create-file .file-uploader .upload-block {
  background-color: #595959;
}
.create-file .file-uploader .input-wrapper {
  background-color: #a30d31;
  border: 3px solid #a30d31;
}
.create-file .file-uploader .input-wrapper:hover {
  color: #ffffff;
  background-color: #8b0b2a;
  border: 3px solid #8b0b2a;
}

.body-container {
  padding-bottom: 40px;
  background-color: white;
}

.create-project-form .update-form {
  margin-bottom: 16px;
}
.create-project-form .update-form > .block:not(:last-child) {
  margin-bottom: 16px;
}
.create-project-form .update-form textarea {
  margin-bottom: 0;
}

.filters {
  background-color: #ffffff;
}
.filters .section-header {
  padding: 16px;
}
.filters h2 {
  font-size: 20px;
}
.filters h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.filters .grid {
  display: flex;
  padding: 0 8px;
  align-items: stretch;
}
.filters .block {
  padding: 16px;
  background-color: #f2f2f2;
  flex: auto;
}
.filters .block input[type=checkbox] {
  position: relative;
  bottom: 3px;
  margin-right: 6px;
}
.filters .block label {
  font-weight: 400;
  font-size: 16px;
}
.filters .block:not(:last-child) {
  margin-right: 8px;
}
.filters .block--dates .option:not(:last-child) {
  margin-bottom: 8px;
}

/*# sourceMappingURL=main.css.map */
