.open_body{
	display: flex;
	height: 97%;
}

/* SELECTION PAGE */
nav{ z-index: 1000;}

#bg-list tr{
	height: 100px;
	background-position: center;
}

.bg-selected{
	box-shadow: inset 5px 0 0 #2693E6; 
}

.item-selected{
	box-shadow: inset 5px 0 0 #2693E6;
	background-color: #F3F3FF;
}

thead{
	border: 0px solid red;
}

.container-fluid{
	height: calc(100% - 140px);
}

#left-container, #right-container{
	padding: 0;
}

#left-container>.tab-content{
	height: 100%;
	overflow-y: auto;
}

#right-container>.tab-content{
	height: 100%;
	border-left: 2px solid #E9ECEF;
	overflow-y: auto;
}

#img-info{
	text-align: center;
}

#tab-infos{
	margin: 10;
}

#srch_name{
	position: absolute;
	right:10;
	height: 2.25em;
}

#img_item{
    max-width:200px;
    margin-bottom: 30px;
}

.custom-file-input:lang(fr) ~ .custom-file-label::after{content:"Ouvrir"}

/* CHEST OPENING PAGE */
#bg-img{
	background-size: cover;
	filter: blur(5px);

	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
}

th>img{
	max-height: 50px;
}

.infos{
	display: flex;
}

.img-info{
	max-height: 200px;
	padding-top: 20px;
}

#chest{
	/* Chest image in background*/
	background: url(../resources/images/treazur_frame0.png) no-repeat;
	
	/* Centering the chest */
	margin: auto;
	
	/* For items animation */
	position: relative;
}

/* needed to set the size of #chest */
#size_chest{visibility: hidden;}

.loot{
	/* Item positioning */
	position: absolute;
	top: 20%;
	left: 25%;

	width: 50px;
	height: 50px;

	cursor: pointer;
}