:root {
  /*Global Colours*/
  --theme-white: #ffffff;
  --theme-highlight: #20c4f4;
  --theme-root: #ffffff;
  --theme-white: #ffffff;
  --theme-background: #f9f9f9;
  --theme-transparent: rgba(255,255,255,0.0);
  /*Primary Colour Palette (https://www.color-hex.com/color/0b1a4f)*/
  --theme-deafult: #1d3452;
  --theme-default: #1d3452;
  --theme-secondary: #3e9f52;
  /* --theme-warning: #f8d62b; */
  /* --theme-info: #a927f9; */
  /* --theme-success: #51bb25; */
  /* --theme-danger: #dc3545; */
  /* --theme-highlight: rgb(76, 199, 244); */
  /* --theme-text-default: #212529; */
  /* --theme-text-white: #ffffff; */
  /* --theme-text-grey: rgba(43, 43, 43, 0.7); */
  /* --theme-text-lightgrey: #d1d1d1; */
  /* --theme-text-highlight: rgb(76, 199, 244); */
  /* --theme-text-highlight2: rgb(76, 199, 244); */
  /*Grey Tints (https://www.color-hex.com/color/cccccc)*/
  --theme-grey: #cccccc;
  --theme-grey-tint-lighter: #d1d1d1;
  --theme-grey-tint-offlight: #dbdbdb;
  --theme-grey-tint-midlight: #e5e5e5;
  --theme-grey-tint-midlight-50: rgba(229, 229, 229, 0.50);
  --theme-grey-tint-superlight: #efefef;
  --theme-grey-tint-lightist: #f9f9f9; 
  /*Compliance Colours*/
  /* --theme-compliance-red: #FF0000;<?= $theme['background-image'o
  --theme-compliance-green: #008700;
  --theme-compliance-orange: #FFBF00;
  --theme-compliance-yellow: yellow;
  --theme-compliance-blue: #000087;
  --theme-compliance-aqua: rgb(76, 199, 244);
  --theme-compliance-darkblue: #000087;
  --theme-compliance-grey: #CECECE;
  --theme-compliance-bluegrey: #507E8E;
  --theme-compliance-null: #CCCCCC;
  --theme-compliance-default: #0b1a4f;
  --theme-compliance-highlight: rgb(76, 199, 244); */
  --menu-width: 360px;
  --menu-icons-width: 80px;
  --spacer-url: url("/themes/stellantis/images/spacer.png");
  --login-logo-url: url("/themes/stellantis/images/ap_logo.png");
  --header-logo-url: url("/themes/stellantis/images/stellantis-logo.png");
  /* --header-banner-url: url("/themes/stellantis/images/banner.jpg"); */
  /* --header-banner-url: url("/themes/stellantis/images/banner.jpg"); */
  /* --header-banner-background-color: #f0e9d8; */
  /* --form-background-url: url("/themes/stellantis/images/banner-bw-for-forms.jpg"); */
  /* --login-banner-url: url("/themes/stellantis/images/login-2.jpg"); */
  /* --login-reset-banner-url: url("/themes/stellantis/images/login-1.jpg"); */
  /* --menu-background-url: none; */
  /* --menu-background-color: var(--theme-background); */
  /* --menu-hover-background-color: unset; */
  --font-family: "Open Sans", sans-serif;	
  --page-wrapper-background-image: url("/themes/stellantis/images/stellantis-bg.jpg");
  --login-background-image: url("/themes/stellantis/images/login.jpg");

  /* --page-wrapper-background-image-summer: url("/themes/stellantis/images/summer.jpg");
  --page-wrapper-background-image-winter: url("/themes/stellantis/images/winter.jpg");
  --page-wrapper-background-image-spring: url("/themes/stellantis/images/spring.jpg");
  --page-wrapper-background-image-autumn: url("/themes/stellantis/images/autumn.jpg"); */
}

.page-wrapper.compact-wrapper .page-header,
.page-wrapper.compact-wrapper .page-header.close_icon {
  margin-left: 0px !important; 
  width: 100% !important;
}

