/* DEXERO INTRANET (owner: crm_dexero, app identifier: dexero_intranet) - 2022-08-15 - NEW */

/* Vars */
:root {
  --dexero-red: #c8102e; /* RGB: 153, 0, 51 */
  --dexero-red-light: #9f2743; /* RGB: 159, 39, 67 */
  --dexero-gray-dark: #222; /* RGB: 34, 34, 34 */
  --dexero-gray-darker: #1a1a1a; /* RGB: 26, 26, 26 */
  --font-roboto-condensed: "Roboto Condensed", sans-serif;
}

/* Login */
.theme-default .layout.login,
.theme-dark .layout.login,
.theme-startrek .layout.login,
.theme-christmas .layout.login {
  background-color: var(--dexero-gray-dark);
  background-image: -webkit-linear-gradient(
    330deg,
    var(--dexero-gray-dark) 50%,
    var(--dexero-gray-darker) 50%
  );
  background-image: linear-gradient(
    120deg,
    var(--dexero-gray-dark) 50%,
    var(--dexero-gray-darker) 50%
  );
}

/* Header */
.theme-default .header-logo,
.theme-dark .header-logo,
.theme-startrek .header-logo,
.theme-christmas .header-logo {
  max-height: 50px;
}

/* Footer */
.theme-default .footer-logo,
.theme-dark .footer-logo,
.theme-startrek .footer-logo,
.theme-christmas .footer-logo {
  width: 100px;
}

/* Documentation */
.theme-default
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="theorie_parent"],
.theme-dark
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="theorie_parent"],
.theme-startrek
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="theorie_parent"],
.theme-christmas
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="theorie_parent"] {
  display: none;
}

.theme-default
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="application_lie"],
.theme-dark
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="application_lie"],
.theme-startrek
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="application_lie"],
.theme-christmas
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="application_lie"] {
  display: none;
}

.theme-default
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="titre"],
.theme-dark
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="titre"],
.theme-startrek
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="titre"],
.theme-christmas
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="titre"] {
  display: none;
}

.theme-default
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="code"],
.theme-dark
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="code"],
.theme-startrek
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="code"],
.theme-christmas
  .data-entry-view.documentation
  .compact
  > .section-block:first-child
  .form-row[data-field-identifier="code"] {
  display: none;
}

.theme-default
  .data-entry-view.documentation
  .section-block.content.card
  .CARD-documentation
  .row[data-field-identifier="titre"]
  .field-display-value,
.theme-dark
  .data-entry-view.documentation
  .section-block.content.card
  .CARD-documentation
  .row[data-field-identifier="titre"]
  .field-display-value,
.theme-startrek
  .data-entry-view.documentation
  .section-block.content.card
  .CARD-documentation
  .row[data-field-identifier="titre"]
  .field-display-value,
.theme-christmas
  .data-entry-view.documentation
  .section-block.content.card
  .CARD-documentation
  .row[data-field-identifier="titre"]
  .field-display-value {
  font-family: var(--font-roboto-condensed);
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
