/** This file is auto-generated by the Clean Theme configuration. Do not edit the file directly. */

:root {
    --hh-ct-container-max-width: 1600px;
    --default: #f3f3f3;
    --primary: #666666;
    --info: #ea1836;
    --success: #619b3c;
    --warning: #ee9126;
    --danger: #FC4A64;
    --link: #ea1836;
    --hh-ct-text-color-heading: #37474f;
    --text-color-main: #31414a;
    --text-color-default: #4b4b4b;
    --text-color-secondary: #7a7a7a;
    --text-color-highlight: #242424;
    --text-color-soft: #555555;
    --text-color-soft2: #838383;
    --text-color-soft3: #bac2c7;
    --text-color-contrast: #ffffff;
    --background-color-main: #ffffff;
    --background-color-secondary: #f7f7f7;
    --background-color-page: #f1f4f5;
    --background-color-highlight: #daf0f3;
    --background-color-highlight-soft: #f2f9fb;
    --hh-ct-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-font-size: 14px;
    --hh-ct-font-weight: 400;
    --hh-ct-font-bold-weight: 700;
    --hh-ct-heading-font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --hh-ct-ph-font-size: 16px;
    --hh-ct-h1-font-size: 1.7em;
    --hh-ct-h1-stream-font-size: 1.45em;
    --hh-ct-h2-font-size: 1.5em;
    --hh-ct-h2-stream-font-size: 1.3em;
    --hh-ct-h3-font-size: 1.2em;
    --hh-ct-h4-font-size: 1.1em;
    --hh-ct-h5-font-size: 1.0em;
    --hh-ct-h6-font-size: 0.85em;
    --hh-ct-ph-font-weight: 700;
    --hh-ct-panel-border-width: 1px;
    --hh-ct-panel-border-style: solid;
    --hh-ct-panel-border-color: #c7c9e7;
    --hh-ct-panel-border-radius: 4px;
    --hh-ct-panel-box-shadow: 0 1px 10px #00000019;
    --hh-ct-menu-font-size: 12px;
    --hh-ct-menu-text-color: #31414a;
    --hh-ct-menu-border-color: #e4eaec;
    --hh-ct-top-bar-height: 50px;
    --hh-ct-top-bar-font-size: 10px;
    --hh-ct-top-menu-nav-justify-content: center;
    --hh-ct-top-menu-background-color: #ffffff;
    --hh-ct-top-menu-text-color: #31414a;
    --hh-ct-top-menu-button-hover-background-color: #f7f7f7;
    --hh-ct-top-menu-button-hover-text-color: #242424;

    --background-color-main-darken-10: #e6e6e6;
    --background-color-page-darken-5: #e4e7e8;
    --background-color-page-lighten-10: #ffffff;
    --background-color-page-lighten-20: #ffffff;
    --background-color-page-lighten-30: #ffffff;
    --background-color-secondary-darken-2: #f2f2f2;
    --background-color-secondary-darken-5: #eaeaea;
    --danger-darken-10: #d53e54;
    --danger-darken-5: #e8445c;
    --danger-lighten-20: #feaeba;
    --danger-lighten-5: #fc6379;
    --default-darken-2: #eeeeee;
    --default-darken-5: #e6e6e6;
    --default-lighten-2: #f8f8f8;
    --info-darken-10: #bc132b;
    --info-darken-27: #6d0b19;
    --info-darken-5: #d31631;
    --info-lighten-25: #f58d9c;
    --info-lighten-30: #f7a4b0;
    --info-lighten-40: #fbd3d9;
    --info-lighten-5: #ec2f4a;
    --info-lighten-50: #ffffff;
    --info-lighten-8: #ed3d57;
    --link-darken-2: #e11734;
    --link-lighten-5: #ec2f4a;
    --primary-darken-10: #4d4d4d;
    --primary-darken-5: #595959;
    --primary-lighten-10: #808080;
    --primary-lighten-20: #999999;
    --primary-lighten-25: #a6a6a6;
    --primary-lighten-5: #737373;
    --primary-lighten-8: #7a7a7a;
    --success-darken-10: #4a762e;
    --success-darken-5: #558935;
    --success-lighten-20: #98be7f;
    --success-lighten-5: #6fa44d;
    --text-color-highlight-fade-15: #24242426;
    --text-color-highlight-fade-30: #2424244d;
    --text-color-secondary-lighten-25: #bababa;
    --warning-darken-10: #c2761f;
    --warning-darken-2: #e58c25;
    --warning-darken-5: #d88422;
    --warning-lighten-10: #f2a955;
    --warning-lighten-20: #f5c185;
    --warning-lighten-40: #fdf1e3;
    --warning-lighten-5: #f09d3e;
    --hh-ct-top-bar-bottom-spacing: 30px;
    --hh-fixed-header-height: 80px;
    --hh-fixed-footer-height: 0px;
}

@media (max-width: 768px) {
    :root {
        --hh-ct-top-bar-height: 50px;
        --hh-ct-top-bar-bottom-spacing: 5px;
        --hh-fixed-header-height: 55px;
    }
}

@media (max-width: 570px) {
    :root {
        --hh-fixed-footer-height: 52px;
    }
}

#collapsePwdLoginBtn:not(.collapsed) {
  width: 100%;
}
.btn.auth-link {
  background-color: #004182;
  color: white !important;
  border: solid 1px var(--menu-border-color);
  border-radius: 50px;
  padding: 16px;
  margin-bottom: 16px;
}
.btn.auth-link i {
  float: left;
  margin-top: 2px;
}
#login > form > .row {
  display: flex;
  flex-direction: column-reverse;
}
#login > form > .row > div {
  width: 100%;
}
#login > form > .row > div #login-button {
  width: 100%;
  border-radius: 50px;
  background: var(--info);
  margin-top: 20px;
}
.login-container {
  padding: 0;
  height: 100vh;
  background-color: var(--background-color-main);
  background-image: none;
}
.login-container #layout-content {
  display: flex;
  align-items: stretch;
}
.login-container #layout-content > div {
  width: 50%;
  text-align: center;
  padding: 80px 40px;
}
@media screen and (max-width: 992px) {
  .login-container #layout-content > div {
    width: 90%;
  }
}
.login-container #layout-content #advert-section {
  background-image: var(--inforisque-login-background-image-url);
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.login-container #layout-content #advert-section #login-backlink {
  position: absolute;
  left: 16px;
  top: 16px;
  color: white;
}
.login-container #layout-content #advert-section ul {
  margin: 40px 0;
}
.login-container #layout-content #advert-section ul li {
  margin-bottom: 4px;
}
.login-container #layout-content #advert-section ul li:nth-child(1) h3 {
  margin-left: -120px;
}
.login-container #layout-content #advert-section ul li:nth-child(2) h3 {
  margin-left: 80px;
}
.login-container #layout-content #advert-section ul li:nth-child(3) h3 {
  margin-left: 32px;
}
.login-container #layout-content #advert-section ul li:nth-child(4) h3 {
  margin-left: -160px;
}
.login-container #layout-content #advert-section ul li:nth-child(5) h3 {
  margin-left: 40px;
}
.login-container #layout-content #advert-section ul li:nth-child(6) h3 {
  margin-left: -120px;
}
.login-container #layout-content #advert-section ul li:nth-child(7) h3 {
  margin-left: 40px;
}
.login-container #layout-content #advert-section ul li h3 {
  font-size: 16px;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
  background-color: var(--default);
  margin: 0;
  color: var(--info);
}
@media screen and (max-width: 992px) {
  .login-container #layout-content #login-section {
    width: 100%;
  }
}
.login-container #layout-content #login-section #user-auth-login {
  text-align: center;
  max-width: 380px;
  margin: auto;
}
.login-container #layout-content #login-section #user-auth-login #login-form h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 32px;
  color: black !important;
}
.login-container #layout-content #login-section #user-auth-login #login-form #signin-link {
  margin-top: 32px;
}
.login-container #layout-content #login-section #user-auth-login #login-form #signin-link a {
  color: var(--info);
}
.panel > .list-group {
  padding-bottom: 1px;
}
a.list-group-item {
  margin: 6px !important;
  border-radius: 6px !important;
  color: var(--text-color-highlight);
  background-color: var(--background-color-secondary);
  text-align: center;
}
a.list-group-item:hover {
  background-color: var(--background-color-highlight);
}
a.list-group-item i.fa {
  display: none;
}
.wall-entry-header-info.media-body .media-heading a {
  font-weight: bold;
}
.post-files .col-sm-6 img {
  height: auto;
}

