/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.loginTitle {
	font-family: Montserrat;
	font-size: 60px;
	color: #ffffff;
}

.loginText {
	font-family: Montserrat;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
}

.loginInput {
	font-family: Montserrat;
	font-size: 14px;
	color: #002c54;
	background: #ffffff;
	opacity: 0.6;
	width: 60%;
}

.loginButton  vaadin-button {
	color: #002c54;
	background: #ffe000;
}

.loginCheckbox vaadin-checkbox {
	background: #ffffff;
	opacity: 0.6;
}

.loginPage {
	background-image: url("../../images/slider.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}

/* Login page */
.loginHeaderImg {
	height: 61px;
}

.linkLogin {
	color: gba(255, 255, 255, 0.4);
	margin-left: 0.5em;
}

/* Forgot password page*/
.passwordInfo {
	background-color: #0073B8;
	border-radius: 5px;
}

/* Common */
.borderLayout {
	border-radius: 5px;
	border: 2px solid #73AD21;
}

.export {
	background: #0073B8;
	color: rgba(255, 255, 255, 0.4);
}

.color_0073B8 {
	color: #0073B8;
}

.color_label {
	color: #C4C5C4 !important
}

.bckColor_0073B8 {
	background-color: #0073B8;
}

.textColor {
	color: rgba(255, 255, 255, 0.4);
}

.filter {
	cursor: pointer;
	color: #0073B8;
}

/* Invoices page */
.titleBar {
	background: #0073B8;
    margin-left: -24px;
    margin-bottom: 18px;
    width: calc(100% + 48px);
    margin-top: -24px;
    color: rgba(255, 255, 255, 0.4);
}

/* Button */
.buttonSubmit {
	cursor: pointer;
	background: #0073B8;
	color: rgba(255, 255, 255, 0.4);
}

.buttonDisabled {
	cursor: none !important;
	background: #33b1ff !important;
	color: #CCCCCC !important;
}

.buttonCancel {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.4);
	color: #0073B8;
	border: 1px solid #0073B8;
}

.buttonErrorCancel {
	cursor: pointer;
	background: rgba(242,17,22,.05);
	color: #f21116;
	border: 1px solid #f21116;
}

/* Error confirmation */
.error {
	background: rgba(242,17,22,.05);
	color: #f21116;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-radius: 5px;
}

.confirmation {
	background: #0073B8;
	color: rgba(255, 255, 255, 0.4);
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-radius: 5px;
}

.lineChartButton {
	width: 40px;
	height: 30px;
    background: $secondary-color;
    padding: 0px;
    border: 0px;
}

.menuStyle {
	--lumo-primary-text-color: #0073B8;
	--lumo-primary-color: #0073B8;
}

/* CSS gérant la page de login*/

.container {
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: 150px 350px auto;
	font-size: 22px;
}

logo {
  grid-column: 1;
  grid-row: 1;
}

langue {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
  margin-right: 30px;
  margin-top: 30px;
}

presentation {
  grid-column: 1;
  grid-row: 2;
  background-color: floralwhite;
  text-align: left;
}

imagePrinc {
  grid-column: 2;
  grid-row: 2;
  background-color: floralwhite;
  text-align: center;
}

loginPart {
  grid-column: 1;
  grid-row: 3;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 15px;
}

selfregister {
  grid-column: 2;
  grid-row: 3;
  margin-left: auto; 
  width: 50%; 
  line-height: 1em;
  margin-right: auto;
  margin-top: 25px;
}

.selfRegTitle {
	font-size: 16px;
	font-weight: 800;
}

.selfRegSubtitle {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0em;
	line-height: 0em; 
}

.selfRegBullet {
	font-size: 14px;
	font-weight: 400;
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
    margin-top: 0em;
    margin-left: 10px}

.loginContainer {
	display: grid;
	grid-template-columns: 150px 200px;
	grid-gap: 5px;
	font-size: 16px;
}

loginTitle {
  	grid-column: 1 / span 2;
  	grid-row: 1;
	font-weight: 600;
	text-align: center;
	margin-right: 50px;
}

usernameLabel {
  	grid-column: 1;
  	grid-row: 2;
}

usernamePlace {
  	grid-column: 2;
  	grid-row: 2;
}

passwordLabel {
  	grid-column: 1;
  	grid-row: 3;	
}

passwordPlace {
  	grid-column: 2;
  	grid-row: 3;	
}

rememberMePlace {
  	grid-column: 2;
  	grid-row: 4;	
}

loginButtonPlace {
  	grid-column: 2;
  	grid-row: 5;	
}

forgotPasswordPlace{
  	grid-column: 2;
  	grid-row: 6;	
}