body,html
{
	margin:0;
	/* padding-left:4px; */
	max-width:100%;
	height:100%;
	font-family: Arial;
}

td.details-control
{
    background: url('resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

td.details-control-full
{
    background: url('resources/details_full.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control, tr.shown td.details-control-full
{
    background: url('resources/details_close.png') no-repeat center center;
}

#userTable, #addUserTable
{
	/*margin-top:50px;*/
	border-collapse: collapse;
	width: auto;
}
#userTable td, #userTable th, #addUserTable td , #addUserTable th
{
	border: 1px solid #ddd;
	padding: 8px;
}

#userTable tr:nth-child(even), #addUserTable tr:nth-child(even)
{
	background-color: #f2f2f2;
}

#userTable tr:hover, #addUserTable tr:hover
{
	background-color: #ddd;
}

#userTable th, #addUserTable th
{
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4CAF50;
	color: white;
}

#addUserTable{
	width:auto;
}

#addPwdInput
{
	display:none;
}

.colorRed
{
	color:red;
}

.remarqueInputs
{
	min-width:700px;
	min-height:50px;
}

.error
{
	color:red;
}

#formLike
{
	width:80%;
	max-width:650px;
	margin:10px auto;
	text-align:center;
	/* border:1px solid #000000; */
	padding:10px;
}

#formLike>input,#formLike>select
{
	width:150px;
	height:25px;
	padding:2.5px;
	margin:5px;
	border:1px solid black;
}

#addDate
{
	border:none !important;
	width:calc( 100% - 20px ) !important;
	text-align:center;
}

.addSubmit{
	background-color: white;
	color: black;
	border: 2px solid #4CAF50;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	width:200px;
}

.addSubmit:hover
{
	background-color: #4CAF50;
	color: white;
}

#lorealTable
{
	max-width:100%;
	font-family: Arial;
}

#lorealTable_wrapper
{
	margin-top:75px;
	padding-left:4px;
}

#nav
{
	position:fixed;
	top:0;
	left:0;
	padding:0 10px 10px 10px;
	z-index:999999;
	width:100%;
}

.topMenu
{
	display:inline-block;
	text-align:center;
	font-size:0.9em;
	width:150px;
	height:30px;
	padding:5px 10px 5px 10px;
	background-color:#4CAF50;
	color:white;
	border-radius:0 0 20px 20px;
	text-decoration:none;
	cursor:pointer;
}

.topMenu:hover
{
	text-decoration:none;
	color:white;
	background-color:#59cc5d;
}

/* Formulaire LOGIN */

/* STRUCTURE */

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

/* input[type=button], input[type=submit], input[type=reset]  { */
.loginForm[type=button], .loginForm[type=submit], .loginForm[type=reset]{
  background-color: #56baed;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.loginForm[type=button]:hover, .loginForm[type=submit]:hover, .loginForm[type=reset]:hover  {
  background-color: #39ace7;
}

.loginForm[type=button]:active, .loginForm[type=submit]:active, .loginForm[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.loginForm[type=text], .loginForm[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.loginForm[type=text]:focus, .loginForm[type=password] {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

.loginForm[type=text]:placeholder, .loginForm[type=password] {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #56baed;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}
.wrapper{
	background:url(img/background.png);
}

.logoManu{
	width:30%;
	margin:0 10% 0 150px;
}

.logoLoreal{
	width:30%;
}

#icon {
	margin-top:50px;
	width:60%;
}

/* PAGE ADDCHOICE */
.choicesList
{
	list-style-type:none;
}

.deleteButton
{
	cursor:pointer;
	color:red;
	margin:4px 5px 0 0;
	width:20px;
	height:20px;
	font-size:1.2em;
}

.container
{
	float: left;
    max-width: 40%;
}

.typeName
{
	font-size:1.2em;
	height:20px;
	min-width:200px;
}

.choicesContainer
{
	width:100%;
	margin:0 0 8px 0;
}

.choicesInput
{
	height:36px;
}

.submitChoices
{
	width:auto;
	padding : 5px;
}

.choicesResult
{
	margin-top: -15px;
    margin-bottom: 10px;
    display: inline-block;
}

.deleteButton,.typeName
{
	display:inline-block;
}

#manageChoices
{
	margin-left:4px;
}

.tdDestinataire, .tdShipment, .tdColis
{
	/* display:flex; */
	overflow: hidden;
	text-overflow: ellipsis;
	max-width:100px;
	white-space:nowrap;
}

.tdDestinataire:hover, .tdShipment:hover, .tdColis:hover
{
	overflow:visible;
	height:auto;
	white-space:normal;
}
