.info-form
{
	margin-bottom:5px;
}

.label-bold
{
	font-weight:bold;
}

.form-adjust
{
	width:100%; 
	border: none;
}

#porteur_container
{display: inline-block;position: relative;vertical-align: middle;width: 100%;}
#porteur_container input{width:100%}
#porteur_container ul{left:0 !important;right:0 !important;max-height:320px;overflow-y:auto;overflow-x:hidden;}

.fenetre_modale {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  display: none;
}

.fenetre_modale > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.message_modal {
  background-color: #fff;
  box-sizing: box-border;
  width: 500px;
  height: 200px;
  padding: 20px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.custom-btn-icon-split
{
	width: 100%;
	justify-content: left;
}

.danger_limit
{
	font-weight: bold; color: #e74a3b !important;
}

.warning_limit
{
	font-weight: bold; color: #f6c23e !important;
}

.ok_limit
{
	font-weight: bold; color: #1cc88a !important;
}

#show-password
{
	position: absolute;	
	cursor: pointer; 
	margin-left: 300px; 
	margin-top: -35px;
}