/**************************************/
/*                                    */
/*     Mise en forme des messages     */
/*                                    */
/**************************************/

#overlay1 {
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
}

#overlay1:target {
    display: block;
}

#inneroverlay1 {
	width: 50%;
	position: absolute;
	top: 18%;
	left: 25%;
	right:25%;
	background-color: silver;
	text-align: right;
	border: 4px solid darkgrey;
    border-radius: 10px;
}

#inneroverlay1 input {
	font-size: 0.8vw;
	background-color: yellow;
	margin: 0.8%;
	height: 4vh;
	width: 4vw;
	padding: 0;
}

#inneroverlay1 textarea {
	max-width: 100%;
	min-width: 100%;
	min-height: 26vh;
	max-height: 70vh;
}

#inneroverlay1 p {
	text-align: center;
	font-family: gothic, verdana, sans-serif;
	font-size: 1.0vW;
	font-weight: bold;
	margin: 0.8%;
}

#lienHisto {
	margin-right: : 5%;
	margin-left: 5%;
	padding: 0;
}

#lienHisto img {
	margin-right: -4px;
	margin-left: -4px;
	margin-bottom: -2px;
}


#shadowing {
	display : none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10;
	opacity: 0.7;
	filter: alpha(opacity=50);
}

#shadowing1 { /* Attente */
	display : none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 10;
	opacity: 0.7;
	filter: alpha(opacity=50);
}

#box {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%; /*40%;*/
	width: 16%; /*20%;*/
	height: 146px; /*100px*/
	min-width: 250px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#boxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 74px;
	display: flex;
	vertical-align: middle;
}

#boxtitle {
	left: 0%;
	width: 100%;
	height: 36px; /*26px;*/
	padding: 0;
	padding-top: 6px;
	/*padding-left: 30px;*/
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}


#boxheader {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#boxfooter {
	display: flex;
	justify-content: flex-end;
	height: 36px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#iconmsgbox {
	width: 40px;
	margin-top: 17px;
}


#contenticon {
	height: 74px;
	width: 74px;
	text-align: center;
}


#boxmsg {
	text-align: center;
	width: 80%;
	margin: auto;
	margin-right: 18px;
	white-space: pre;
}

/***************************/
/*     Boîte 'Confirm'     */
/***************************/

#boxconfirm {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%; /*40%;*/
	width: 16%; /*20%;*/
	height: 146px; /*100px*/
	min-width: 250px;
	border: 2px solid silver;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#boxtitleconfirm {
	left: 0%;
	width: 100%;
	height: 36px; 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#boxheaderconfirm {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: silver;
}

#boxcontentconfirm {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 74px;
	display: flex;
	vertical-align: middle;
}

#contenticonconfirm {
	height: 74px;
	width: 74px;
	text-align: center;
}

#iconmsgboxconfirm {
	width: 40px;
	margin-top: 17px;
}

#boxmsgconfirm {
	text-align: center;
	width: 80%;
	margin: auto;
	margin-right: 18px;
	white-space: pre;
	word-wrap: normal;
}

/***************************/
/*     Boîte 'bunkpos'     */
/***************************/

#bunkposbox {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%; /*40%;*/
	width: 16%; /*20%;*/
	height: 216px; /*100px*/
	min-width: 250px;
	border: 2px solid silver;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#bunkposboxtitle {
	left: 0%;
	width: 100%;
	height: 36px; 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#bunkposoxheader {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: silver;
}

#bunkposboxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 132px;
}

#bunkposboxcontent div:first-child {
	margin-top: 10px;
	margin-bottom: 5px;
}

#bunkposboxmsg {
	text-align: center;
	width: 80%;
	margin: auto;
	white-space: pre;
	word-wrap: normal;
}

#bunkposboxfooter {
	display: flex;
	justify-content: space-between;
	height: 48px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 10%;
	padding-left: 10%;
}

#bunkposboxfooter input {
	width:40%;
	margin-top: 6px;
	margin-bottom: 6px;
}

#bunkposline0 {
	display: flex;
	justify-content: flex-start;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 5px;
}

#bunkposline0 input {
	margin-right: 10px;
}


/***************************/
/*     Boîte 'majrob'     */
/***************************/

#majrobbox {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%; /*40%;*/
	width: 16%; /*20%;*/
	height: 216px; /*100px*/
	min-width: 250px;
	border: 2px solid #F1A9F5;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#majrobboxheader{
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #F1A9F5;
}

#majrobboxtitle {
	left: 0%;
	width: 100%;
	height: 36px; 
	padding: 0;
	padding-top: 6px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#majrobboxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 132px;
}

#majrobboxcontent div {
	display: inline-flex;
	/*justify-content: space-between;*/
}

#majrobboxcontent div:first-child {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

#majrobboxcontent div span:first-child {
	width:70%;
	text-align: left;
	padding-left: 5px;
}


#majrobboxcontent div input {
	font-size: 0.8vw;
	height: 20px;
	width: 25%;
	margin-bottom: 5px;
}


#majrobboxfooter {
	display: flex;
	justify-content: space-between;
	height: 48px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 10%;
	padding-left: 10%;
}

#majrobboxfooter input {
	width:40%;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #F1A9F5;
	border-radius: 4px;
}

/***************************/
/*      Boîte 'Input'      */
/***************************/

#inputbox {
	display : none;
	position: fixed;
	top: 5%;
	left: 42%; /*40%;*/
	width: 16%; /*20%;*/
	height: 146px; /*100px*/
	min-width: 250px;
	border: 1px solid black;
	border-radius: 10px;
	background-color: white;
	z-index: 11;
}

#inputboxheader {
	display: flex;
	justify-content: space-between;
	height: 36px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: silver;
}

#inputboxtitle {
	left: 0%;
	width: 100%;
	height: 36px; /*26px;*/
	padding: 0;
	padding-top: 6px;
	/*padding-left: 30px;*/
	margin: 0;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	font-family: dakota, verdana, sans-serif;
}

#inputboxcontent {
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: auto;
	overflow: hidden;
	width: 100%;
	height: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
    align-items: center;
}

#inputboxfooter {
	display: flex;
	justify-content: space-between;
	justify-content: right;
	height: 40px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding-right: 5%;
}

#ipcontentshiparam {
	dispaly: flex;
}

#ipcontentshiparam input {
	width : 10%;
	height: 22px;
	font-size: 18px;
	margin-left: 5px;
}

#ipcontentindex {
	dispaly: flex;
}

#ipcontentindex input {
	width : 50%;
	height: 22px;
	font-size: 18px;
	margin-left: 5px;
}

#inpboxcancel {
	border-radius: 7px;
	width: 70px;
	margin-right: 7px;
	margin-bottom: 10px;
}

#inpboxcancel:hover {
	cursor: pointer;
	background: silver;
}

#inpboxok {
	border-radius: 7px;
	width: 70px;
	margin-right: 7px;
	margin-bottom: 10px;
}

#inpboxok:hover {
	cursor: pointer;
	background: silver;
