﻿/* Style pour ListeChassis */
/* © Jean-Michel Kerdal 2019 */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
}

body {
	position: absolute;
	height: 100%;
	width: 100%;
	margin: auto;
	color: Black;
	background-color: White;
    overflow-x: hidden;   
    overflow-y: hidden; 
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.middle {
    vertical-align: middle;
}

#zone_entete
{
	position: relative;
	height: 87px;
	width: 100%;
	/* background-color: cornflowerblue; */
    /*background-image: url('../Images/logos.png');*/
    background-repeat: no-repeat;
}

#zone_entete_container
{
	display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

#zone_entete_user
{
	margin: 0px 10px 5px 0px;
}

#zone_menu {
	position: relative;
	height: calc(100% - 87px);
	width: 175px;
	background-color: Green;
}

#zone_liste {
	position: absolute;
	left: 175px;
	top: 87px;
	height: calc(100% - 87px);
	width: calc(100% - 175px);
    margin-left: 10px;
}

#entete_chassis {
    height: 70px;
}

#liste_chassis {
    height: calc(100% - 70px - 18px); /* -entete -li*/
	overflow-y: auto;
}

#entete_user {
    height: 70px;
}

#liste_user {
    height: calc(100% - 70px - 18px); /* -entete -li*/
	overflow-y: auto;
}

label {
    display: block;
}

ul {
	/*font-size: 16px;*/
}

/* Menu */
ul.Menu {
    width: 100%;
}

li.MenuLi {
    list-style-position: inside;
    white-space: normal;
    display: inline-block;
    width: 100%;
}

/* Liste des chassis */
ul.ListeChassis {
    width:100%;
}

ul.liste_exclusion {
    width: 840px;
}

ul.liste_user {
    width: 1250px;
}

ul.liste_integre {
    width: 400px;
}

li {
	list-style-type: none;
	white-space: nowrap;
	height: 18px;
}

li:hover {
	background-color: LightGray;
}
li.liEntete{
	background-color: LightSlateGray;
	color: White;
	text-align: left;
}
li.liEntete:hover {
	background-color: LightSlateGray;
	color: White;
}
li.liGris {
	background-color: GhostWhite;
}
li.liGris:hover {
	background-color: LightGray;
}

 .monospace {
	 font-family: Verdana,"Courier New", Courier, monospace;
	 /* Verdana, Calibri, */
 }
 
 .cadreTexte {
	overflow: hidden; /* texte trop long masqué */
	text-overflow: ellipsis;
	display: inline-block;
 }

/* Liste des châssis */ 
.vin { width: 200px; }
/*.vin:hover { background-color: gray; }*/
.dealer { width: 75px; }
/*.vin:hover { background-color: gray; }*/
.versionCoC { width: 60px; }
/*.versionCoC:hover { background-color: gray; }*/
.marche { width: 70px; }
/*.marche:hover { background-color: gray; }*/
.commercialName { width: 200px; }
/*.commercialName:hover { background-color: gray; }*/
.refID { width: 350px; }
/*.refID:hover { background-color: gray; }*/
.versionXsd { width: 55px; }
/*.versionXsd:hover { background-color: gray; }*/
.dReception { width: 200px; }
/*.dReception:hover { background-color: gray; }*/
.statusCoC { width: 60px; }
/*.statusCoC:hover { background-color: gray; }*/
.filler { width: 30px; }
/*.statusCoC:hover { background-color: gray; }*/
.dStatus { width: 200px; }
/*.dStatus:hover { background-color: gray; }*/
.libelleErreur { width: 500px; }
/*.libelleErreur:hover { background-color: gray; }*/

/* Liste des exclusions */
.libelléExclu { width: 350px; }
/*.libelléExclu:hover { background-color: gray; }*/
.typeExclu { width: 150px; }
/*.typeExclu:hover { background-color: gray; }*/
.variantExclu { width: 150px; }
/*.variantExclu:hover { background-color: gray; }*/
.versionExclu { width: 150px; }
/*.versionExclu:hover { background-color: gray; }*/

/* Liste des utilisateurs */
.usernameUser { width: 200px; }
/*.usernameUser:hover { background-color: gray; }*/
.firstNameUser { width: 175px; }
/*.firstNameUser:hover { background-color: gray; }*/
.lastNameUser { width: 175px; }
/*.lastNameUser:hover { background-color: gray; }*/
.emailUser { width: 350px; }
/*.emailUser:hover { background-color: gray; }*/
.siteUser { width: 100px; }
/*.siteUser:hover { background-color: gray; }*/
.profileUser { width: 100px; }
/*.profileUser:hover { background-color: gray; }*/
.dateOfLastLoginUser { width: 150px; }
/*.dateOfLastLoginUser:hover { background-color: gray; }*/

/* Liste des fichiers chargés */
.nomIntegre { width: 200px; }
/*.nomIntegre:hover { background-color: gray; }*/
.dateIntegre { width: 180px; }
/*.dateIntegre:hover { background-color: gray; }*/

/* Liste des paiements DOM-TOM */
ul.ListeDOM_TOM {
    width: calc(180px + 100px + 800px); /* somme */
}
ul.ExclusionDOM_TOM {
    width: calc(180px + 100px); /* somme */
}
.domtom_VIN { width: 180px; }
.domtom_BLOCAGE { width: 100px; }
.domtom_STATUS { width: 800px; }

/* Liste des fichiers eCoC */
ul.ListEcocFiles {
	width: calc(475px + 225px + 100px + 600px); /* somme */
}

.EcocFile_FileName { width: 475px; }
.EcocFile_VehicleIdentificationNumber { width: 225px; }
.EcocFile_VersionCoc { width: 100px; }
.EcocFile_MessageText { width: 600px; }

div.ValidationEcocFiles {
	width: calc(475px + 225px + 100px + 600px); /* somme */
}

div.IntegrationEcocFiles {
	width: calc(475px + 225px + 100px + 600px); /* somme */
}

/* Liste des paiements Chargement AAA */
ul.AAA_Liste_VinInfo {
    width: calc(250px + 100px + 250px + 150px + 600px); /* somme */
}
ul.AAA_Liste_VinInfo_Sent {
    width: calc(250px + 100px); /* somme */
}
.AAA_VIN { width: 250px; }
.AAA_DA { width: 100px; }
.AAA_RESULT_CONTROL { width: 250px; }
.AAA_STATUS_ECOC { width: 150px; }
.AAA_LABEL_ECOC { width: 600px; }

/* Liste des éditions PV de MINES */
ul.PV_MINES_Liste_VinInfo {
    width: calc(250px + 100px + 850px); /* somme */
}
.PV_MINES_VIN { width: 250px; }
.PV_MINES_STATUS { width: 100px; }
.PV_MINES_MESSAGE { width: 850px; }

/* Couleurs status eCoC */
.cNonTransmis {	color: Beige; }
.cTransmis { color: DarkGray; }
.cEnCours { color: Black; }
.cKO { background-color: DarkOrange;}
.cErreur { background-color: Red; }
.cDisponible { background-color: Blue; Color: White; }
.cIncoherent { background-color: MediumPurple; Color: White; }
.cDejaImmat { background-color: BlueViolet; Color: White; }
.cEnCoursImmat { background-color: GreenYellow; }
.cImmatricule { background-color: Green; Color: White;}

/* Gestion de l'overlay */
.overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background-color: rgba(0,0,0,0.25);
}

.overlay-content {
	display: none;
	background-color: White;
	padding: 10px;
	width: 70%; /*350px;*/
	position: fixed;
	top: 15%;
	left: 50%;
	margin: 0 0 0 -35%; /*-175px; /* add negative left margin for half the width to center the div */
	cursor: default;
	z-index: 1001;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,0.9);
    overflow-x: auto;
}

.overlay-exclusion {
    background-color: crimson;
    width: 200px;
    margin: 0 0 0 -100px; /* add negative left margin for half the width to center the div */
}

.overlay-nouveau {
    width: 700px;
    margin: 0 0 0 -350px; /* add negative left margin for half the width to center the div */
}

.overlay-resetpassword {
    width: 500px;
    top: 15%;
    left: 50%;
    text-align: center;
    padding: 20px 40px 20px 40px;
    position: fixed;
    margin: 0 0 0 -290px; /* add negative left margin for half the width + padding to center the div */
}

.overlay-updatepassword {
    width: 500px;
    top: 15%;
    left: 50%;    
    text-align: center;
    padding: 20px 40px 20px 40px;
    position: fixed;
    margin: 0 0 0 -290px; /* add negative left margin for half the width + padding to center the div */
}

.overlay-deleteuser {
    width: 450px;
    left: 50%;
    text-align: center;
    padding: 20px 40px 20px 40px;
    margin: 0 0 0 -265px; /* add negative left margin for half the width + padding to center the div */
    background-color: crimson;
}

.overlay-createormodifyuser {
    width: 500px;
    left: 50%;
    padding: 20px 40px 20px 40px;
    margin: 0 0 0 -290px; /* add negative left margin for half the width + padding to center the div */
}

.cherche {
    background-color: lemonchiffon;
}

/* Boutons */
.button {
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 1px 0 White, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: DimGrey;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 16px 9px;
	margin: 16px 0 0 16px;
	transition: all 20ms ease-out;
	vertical-align: top;
}
.button:hover, .button:focus {
	background-color: #f2f2f2;
	border-color: #8c8c8c;
	box-shadow: inset 0 1px 0 White, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}
.button:active {
	background-color: #f2f2f2;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-blue {
	background-color: #42b0e3;
	background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
	border: 1px solid #107db0;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: White;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-blue:hover, .button-blue:focus {
	background-color: #2ba9e3;
	border-color: #004c6f;
	box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}
.button-blue:active {
	background-color: #2ba9e3;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-green {
	background-color: #97cc76;
	background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
	border: 1px solid #5f993a;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: White;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-green:hover, .button-green:focus {
	background-color: #8bcc62;
	border-color: #326612;
	box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}
.button-green:active {
	background-color: #8bcc62;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-orange {
	background-color: #f58a38;
	background-image: linear-gradient(to bottom, #f58a38, #f57c20);
	border: 1px solid #c25706;
	box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: White;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-orange:hover, .button-orange:focus {
	background-color: #f57c20;
	border-color: #773300;
	box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
}
.button-orange:active {
	background-color: #f57c20;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-red {
	background-color: #ed6d64;
	background-image: linear-gradient(to bottom, #ed6d64, #ed574c);
	border: 1px solid #ba3329;
	box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: White;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-red:hover, .button-red:focus {
	background-color: #ed574c;
	border-color: #870c03;
	box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b;
}
.button-red:active {
	background-color: #ed574c;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}

.button-disabled {
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 1px 0 White, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: DimGrey;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 9px 16px 9px;
	margin: 16px 0 0 16px;
	transition: all 20ms ease-out;
	vertical-align: top;
}

.button-dialog {
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
	border: 1px solid #bfbfbf;
	box-shadow: inset 0 1px 0 White, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: DimGrey;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height: 20px;
	padding: 9px 16px 9px;
	margin: 16px 0 0 16px;
	transition: all 20ms ease-out;
	vertical-align: top;
}

.ui-dialog-buttonset {
	width: 100%;
	text-align: center
}

.no-margins {
	margin: 0px;
}